aboutsummaryrefslogtreecommitdiffstats
path: root/boot/bootmeth_cros.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-0/+1
* boot: Remove <common.h> and add needed includesTom Rini2024-05-061-1/+0
* x86: zboot: Rename zboot_start() to zboot_run()Simon Glass2024-04-101-3/+3
* bootstd: cros: Correct condition for read methodSimon Glass2023-11-011-4/+4
* bootstd: cros: Allow detection of any kernel partitionSimon Glass2023-08-261-18/+30
* bootstd: cros: Add ARM supportSimon Glass2023-08-111-6/+10
* bootstd: Add a command to read all files for a bootflowSimon Glass2023-08-111-1/+21
* bootstd: cros: Split up reading info and kernelSimon Glass2023-08-101-73/+23
* bootstd: cros: Add a function to read a kernelSimon Glass2023-08-101-0/+39
* bootstd: cros: Add a function to read info from partitionSimon Glass2023-08-101-0/+121
* bootstd: cros: Add private info for ChromiumOSSimon Glass2023-08-101-13/+42
* bootstd: cros: Add docs for the kernel layoutSimon Glass2023-08-101-0/+29
* bootstd: Move common zimage functions to bootm.hSimon Glass2023-08-101-3/+1
* bootstd: cros: Simplify setup and cmdline expressionsSimon Glass2023-08-101-10/+10
* bootstd: cros: Decode some kernel preamble fieldsSimon Glass2023-08-101-17/+37
* bootstd: cros: Support a kernel on either partitionSimon Glass2023-08-101-7/+14
* bootstd: cros: Bring in some ChromiumOS structuresSimon Glass2023-08-101-2/+4
* bootstd: cros: Move partition reading into a functionSimon Glass2023-08-101-16/+50
* bootstd: cros: Correct reporting of I/O errorsSimon Glass2023-08-101-2/+2
* bootstd: Add a simple bootmeth for ChromiumOSSimon Glass2023-07-171-0/+212