aboutsummaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)AuthorFilesLines
2023-08-26bootstd: cros: Allow detection of any kernel partitionSimon Glass2-18/+33
2023-08-25bootstd: Support bootmeths which can scan any partitionSimon Glass1-3/+14
2023-08-25part: Add an accessor for struct disk_partition sys_indSimon Glass1-4/+3
2023-08-25expo: cedit: Support reading settings from CMOS RAMSimon Glass3-0/+127
2023-08-25expo: cedit: Support writing settings to CMOS RAMSimon Glass2-2/+142
2023-08-25expo: cedit: Support reading settings from environment varsSimon Glass1-0/+45
2023-08-25expo: cedit: Support writing settings to environment varsSimon Glass1-14/+83
2023-08-25expo: cedit: Support reading settings from a fileSimon Glass1-0/+52
2023-08-25expo: cedit: Support writing settings to a fileSimon Glass1-0/+136
2023-08-25expo: Export scene_menuitem_find() for use in internal codeSimon Glass2-2/+14
2023-08-25expo: Add a function to prepare a ceditSimon Glass1-6/+26
2023-08-25expo: Split out cedit into its own headerSimon Glass1-0/+1
2023-08-25expo: Refactor menu_build() to return the object createdSimon Glass1-7/+8
2023-08-25expo: Provide a way to iterate through all scene objectsSimon Glass3-0/+55
2023-08-25expo: Make scene_obj_find() take a const sceneSimon Glass2-2/+2
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini2-5/+14
2023-08-15bootmeth: efi: Make distro_efi_boot() staticBin Meng1-1/+1
2023-08-11bootstd: cros: Add ARM supportSimon Glass3-8/+49
2023-08-11bootstd: Add a command to read all files for a bootflowSimon Glass3-1/+49
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: Add private bootmeth data to the bootflowSimon Glass1-0/+1
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 Glass2-2/+201
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-08-09bootstd: Add some more debugging in the bootdev uclassSimon Glass1-1/+8
2023-08-09bootstd: Rename bootdev_setup_sibling_blk()Simon Glass1-3/+5
2023-08-09Kconfigs: Correct default of "0" on hex type entriesTom Rini1-1/+1
2023-08-08crc32: Drop duplicates crc header includesIlya Lukin1-1/+0
2023-08-08expo: allocate correct amount of memoryDan Carpenter1-1/+1
2023-08-08cmd: pxe_utils: add some missing tabsDan Carpenter1-2/+2
2023-08-03bootstd: Init the size before reading extlinux fileWIP/2023-08-03-assorted-fixesSimon Glass1-0/+3
2023-08-03bootstd: Init the size before reading the devicetreeSimon Glass1-1/+5
2023-08-03bootstd: Avoid allocating memory for the EFI fileSimon Glass1-17/+33
2023-08-03bootstd: Use a function to detect network in EFI bootmethSimon Glass1-4/+16
2023-08-03bootflow: Export setup_fs()Simon Glass1-17/+6
2023-08-02boot: fix bootdev_list()Heinrich Schuchardt1-1/+1
2023-07-21Kconfig: Enable FIT_SIGNATURE if ARM64Manorit Chawdhry1-2/+1
2023-07-20bootstd: USB devtype detection for script bootJohn Clark1-1/+4
2023-07-17android_ab: Try backup booloader_messageJoshua Watt1-12/+65
2023-07-17android_ab: Add option to skip decrementing triesJoshua Watt1-3/+6
2023-07-17bootstd: Add a simple bootmeth for ChromiumOSSimon Glass3-0/+224
2023-07-17bootstd: Support automatically setting Linux parametersSimon Glass1-0/+33