aboutsummaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)AuthorFilesLines
2023-10-09bootstd: use ARCH_DMA_MINALIGN in memalign() when allocating memoryTony Dinh1-1/+1
2023-10-06command: Include a required header in command.hSimon Glass1-1/+1
2023-10-06dm: core: Reverse the argument order in ofnode_copy_props()Simon Glass2-2/+2
2023-10-02Merge branch 'next'Tom Rini23-271/+3681
2023-09-22bootstd: Keep track of use of usb stopSimon Glass1-0/+27
2023-09-22x86: pxeboot: bugfix: Set variable for size of initrdThomas Mittelstaedt1-1/+1
2023-09-20tools: mkimage: Add StarFive SPL image supportHeinrich Schuchardt1-0/+1
2023-09-19boot: Join ARCH_FIXUP_FDT_MEMORY with related optionsWIP/2023-09-19-tidy-up-some-kconfig-optionsSimon Glass1-8/+8
2023-09-19boot: Drop CMD_MTDPARTS condition for FDT_FIXUP_PARTITIONSSimon Glass1-2/+1
2023-09-19boot: Join FDT_FIXUP_PARTITIONS with related optionsSimon Glass1-0/+8
2023-09-19Make ARCH_FIXUP_FDT_MEMORY depend on OF_LIBFDTSimon Glass1-1/+1
2023-09-19Mark DISTRO_DEFAULTS as deprecatedSimon Glass1-1/+5
2023-09-19Kconfig: Move TEXT_BASE et al under general setupSimon Glass1-65/+0
2023-09-19boot: Make standard boot a menuSimon Glass1-5/+5
2023-09-19Kconfig: Move SPL_FIT under FITSimon Glass1-5/+4
2023-09-19spl: Drop SPL/TPL_RAM_SUPPORT option for SPL_LOAD_FIT_ADDRESSSimon Glass1-1/+1
2023-09-19Kconfig: Create a menu for FITSimon Glass1-20/+18
2023-09-19boot: Rename Android-boot textSimon Glass1-1/+1
2023-09-19boot: Move some other fdt-fixup options to the same menuSimon Glass1-29/+26
2023-09-19Move fdt_simplefb to boot/Simon Glass3-0/+133
2023-09-19boot: Move fdt_support to boot/Simon Glass2-0/+2153
2023-09-16expo: Fix documentation referenceMassimo Pegorer1-3/+3
2023-09-14image: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-5/+5
2023-09-14boot: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut2-42/+0
2023-09-04Merge tag 'v2023.10-rc4' into nextTom Rini3-3/+5
2023-08-31event: Rename EVENT_SPY to EVENT_SPY_FULLSimon Glass2-2/+2
2023-08-28bootstd: Adjust the default bootmeth orderSimon Glass2-2/+4
2023-08-28boot: Fix reference to bootmenu docPeter Robinson1-1/+1
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