summaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)AuthorFilesLines
2023-01-24bootstd: Set the distro_bootpart env var with scriptsSimon Glass1-0/+3
2023-01-24bootstd: Support reading the device tree with EFISimon Glass1-6/+99
2023-01-24bootstd: Include the device tree in the bootflowSimon Glass1-0/+1
2023-01-24bootstd: Allow reading an EFI file from the networkSimon Glass1-8/+109
2023-01-24bootstd: Rename bootdev checkersSimon Glass6-8/+8
2023-01-24bootstd: Only scan bootable partitionsSimon Glass1-1/+9
2023-01-24bootstd: Support running bootdev huntersSimon Glass1-0/+61
2023-01-24bootstd: Add the concept of a bootdev hunterSimon Glass1-0/+31
2023-01-24bootstd: Add a default method to get bootflowsSimon Glass1-2/+25
2023-01-24dm: mmc: Use bootdev_setup_sibling_blk()Simon Glass1-12/+30
2023-01-24bootstd: Simplify locating existing bootdevsSimon Glass1-11/+5
2023-01-24bootstd: Remove special-case code for boot_targetsSimon Glass2-28/+21
2023-01-19Merge tag 'dm-pull-18jan23' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-2/+1
2023-01-19vbe: Allow probing the VBE bootmeth to fail in OS fixupSimon Glass1-4/+12
2023-01-19rockchip: Drop the FIT generator scriptSimon Glass1-1/+0
2023-01-19rockchip: Convert all boards to use binmanSimon Glass1-1/+1
2023-01-18event: Correct dependencies on the EVENT frameworkTom Rini1-0/+3
2023-01-17bootstd: Support setting a theme for the menuSimon Glass2-0/+45
2023-01-17bootstd: Support creating a boot menuSimon Glass3-0/+289
2023-01-17expo: Add support for scene menusSimon Glass2-0/+392
2023-01-17expo: Add support for scenesSimon Glass2-0/+537
2023-01-17expo: Add basic implementationSimon Glass2-0/+182
2023-01-17bootstd: Allow reading a logo for the OSSimon Glass2-9/+64
2023-01-17bootstd: Read the Operating System name for distro/scriptsSimon Glass3-0/+71
2023-01-17image: Move common image code to image_board and commandSimon Glass2-1/+160
2023-01-09Merge branch 'next'Tom Rini6-54/+65
2023-01-06cmd: pxe_utils: Limit fdtcontroladdr usage to non-fitImageMarek Vasut1-4/+5
2023-01-06Revert "Revert "cmd: pxe_utils: Check fdtcontroladdr in label_boot""Marek Vasut1-1/+7
2022-12-31cmd: source: Support specifying config nameSean Anderson1-1/+1
2022-12-29PowerPC: Rework PBL location choiceTom Rini1-3/+6
2022-12-23common/spl/spl_ram: Remove unused defaultTom Rini1-14/+15
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini1-7/+1
2022-12-13Revert "cmd: pxe_utils: Check fdtcontroladdr in label_boot"Tom Rini1-7/+1
2022-12-12distro/pxeboot: Handle prompt variableManuel Traut1-1/+4
2022-12-12cmd: pxe: use strdup to copy configPatrick Delaunay1-2/+1
2022-12-12cmd: pxe: support INITRD and FDT selection with FITPatrick Delaunay1-3/+14
2022-12-12cmd: pxe: reorder kernel treatment in label_bootPatrick Delaunay1-25/+24
2022-12-08tools: mkimage: add new image type "fdt_legacy"Marc Kleine-Budde1-0/+1
2022-12-08net: Remove eth_legacy.cTom Rini1-3/+0
2022-12-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2-3/+3
2022-12-06global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-2/+2
2022-11-21Fix usage of CONFIG_PREBOOTPali Rohár1-0/+4
2022-10-31vbe: Record which phases loaded using VBESimon Glass1-0/+10
2022-10-31vpl: Allow signature verificationSimon Glass1-1/+0
2022-10-31vbe: Add info about the VBE device to the fwupd nodeSimon Glass1-8/+18
2022-10-31vbe: Add Kconfig options for VPLSimon Glass2-1/+138
2022-10-31vbe: Drop the U-Boot prefix from the versionSimon Glass1-2/+7
2022-10-31vbe: Move OS implementation into a separate fileSimon Glass4-100/+126
2022-10-31vbe: Support reading the next SPL phase via VBESimon Glass5-18/+264
2022-10-31vbe: Use a warning for a failed requestsSimon Glass1-2/+2