aboutsummaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)Author
2023-09-14image: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-09-14boot: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-09-04Merge tag 'v2023.10-rc4' into nextTom Rini
2023-08-31event: Rename EVENT_SPY to EVENT_SPY_FULLSimon Glass
2023-08-28bootstd: Adjust the default bootmeth orderSimon Glass
2023-08-28boot: Fix reference to bootmenu docPeter Robinson
2023-08-26bootstd: cros: Allow detection of any kernel partitionSimon Glass
2023-08-25bootstd: Support bootmeths which can scan any partitionSimon Glass
2023-08-25part: Add an accessor for struct disk_partition sys_indSimon Glass
2023-08-25expo: cedit: Support reading settings from CMOS RAMSimon Glass
2023-08-25expo: cedit: Support writing settings to CMOS RAMSimon Glass
2023-08-25expo: cedit: Support reading settings from environment varsSimon Glass
2023-08-25expo: cedit: Support writing settings to environment varsSimon Glass
2023-08-25expo: cedit: Support reading settings from a fileSimon Glass
2023-08-25expo: cedit: Support writing settings to a fileSimon Glass
2023-08-25expo: Export scene_menuitem_find() for use in internal codeSimon Glass
2023-08-25expo: Add a function to prepare a ceditSimon Glass
2023-08-25expo: Split out cedit into its own headerSimon Glass
2023-08-25expo: Refactor menu_build() to return the object createdSimon Glass
2023-08-25expo: Provide a way to iterate through all scene objectsSimon Glass
2023-08-25expo: Make scene_obj_find() take a const sceneSimon Glass
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini
2023-08-15bootmeth: efi: Make distro_efi_boot() staticBin Meng
2023-08-11bootstd: cros: Add ARM supportSimon Glass
2023-08-11bootstd: Add a command to read all files for a bootflowSimon Glass
2023-08-10bootstd: cros: Split up reading info and kernelSimon Glass
2023-08-10bootstd: cros: Add a function to read a kernelSimon Glass
2023-08-10bootstd: cros: Add a function to read info from partitionSimon Glass
2023-08-10bootstd: Add private bootmeth data to the bootflowSimon Glass
2023-08-10bootstd: cros: Add private info for ChromiumOSSimon Glass
2023-08-10bootstd: cros: Add docs for the kernel layoutSimon Glass
2023-08-10bootstd: Move common zimage functions to bootm.hSimon Glass
2023-08-10bootstd: cros: Simplify setup and cmdline expressionsSimon Glass
2023-08-10bootstd: cros: Decode some kernel preamble fieldsSimon Glass
2023-08-10bootstd: cros: Support a kernel on either partitionSimon Glass
2023-08-10bootstd: cros: Bring in some ChromiumOS structuresSimon Glass
2023-08-10bootstd: cros: Move partition reading into a functionSimon Glass
2023-08-10bootstd: cros: Correct reporting of I/O errorsSimon Glass
2023-08-09bootstd: Add some more debugging in the bootdev uclassSimon Glass
2023-08-09bootstd: Rename bootdev_setup_sibling_blk()Simon Glass
2023-08-09Kconfigs: Correct default of "0" on hex type entriesTom Rini
2023-08-08crc32: Drop duplicates crc header includesIlya Lukin
2023-08-08expo: allocate correct amount of memoryDan Carpenter
2023-08-08cmd: pxe_utils: add some missing tabsDan Carpenter
2023-08-03bootstd: Init the size before reading extlinux fileSimon Glass
2023-08-03bootstd: Init the size before reading the devicetreeSimon Glass
2023-08-03bootstd: Avoid allocating memory for the EFI fileSimon Glass
2023-08-03bootstd: Use a function to detect network in EFI bootmethSimon Glass
2023-08-03bootflow: Export setup_fs()Simon Glass
2023-08-02boot: fix bootdev_list()Heinrich Schuchardt