aboutsummaryrefslogtreecommitdiff
path: root/boot/bootmeth_cros.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-01bootstd: cros: Correct condition for read methodSimon Glass1-4/+4
2023-08-26bootstd: cros: Allow detection of any kernel partitionSimon Glass1-18/+30
2023-08-11bootstd: cros: Add ARM supportSimon Glass1-6/+10
2023-08-11bootstd: Add a command to read all files for a bootflowSimon Glass1-1/+21
2023-08-10bootstd: cros: Split up reading info and kernelSimon Glass1-73/+23
2023-08-10bootstd: cros: Add a function to read a kernelSimon Glass1-0/+39
2023-08-10bootstd: cros: Add a function to read info from partitionSimon Glass1-0/+121
2023-08-10bootstd: cros: Add private info for ChromiumOSSimon Glass1-13/+42
2023-08-10bootstd: cros: Add docs for the kernel layoutSimon Glass1-0/+29
2023-08-10bootstd: Move common zimage functions to bootm.hSimon Glass1-3/+1
2023-08-10bootstd: cros: Simplify setup and cmdline expressionsSimon Glass1-10/+10
2023-08-10bootstd: cros: Decode some kernel preamble fieldsSimon Glass1-17/+37
2023-08-10bootstd: cros: Support a kernel on either partitionSimon Glass1-7/+14
2023-08-10bootstd: cros: Bring in some ChromiumOS structuresSimon Glass1-2/+4
2023-08-10bootstd: cros: Move partition reading into a functionSimon Glass1-16/+50
2023-08-10bootstd: cros: Correct reporting of I/O errorsSimon Glass1-2/+2
2023-07-17bootstd: Add a simple bootmeth for ChromiumOSSimon Glass1-0/+212