summaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-31vbe: Rename vbe_fixup to vbe_requestSimon Glass2-2/+2
2022-10-31image: Allow loading a FIT image for a particular phaseSimon Glass1-10/+73
2022-10-31image: Add the concept of a phase to FITSimon Glass1-0/+18
2022-10-31image: Move comment for fit_conf_find_compat()Simon Glass1-43/+0
2022-10-31bootstd: Add a way to set up a bootflowSimon Glass3-8/+11
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass1-5/+5
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass1-1/+1
2022-10-30video: Drop use of the lcd header fileSimon Glass1-1/+0
2022-10-26mkimage: fit: Fix signing of configs with external dataSean Anderson1-4/+4
2022-10-20Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini1-2/+2
2022-10-19sunxi: Kconfig: introduce SUNXI_MINIMUM_DRAM_MBAndre Przywara1-2/+2
2022-10-18vbe: Add fixups for a basic set of OS requestsSimon Glass2-1/+234
2022-10-18boot: Tidy up logging and naming in vbe_simpleSimon Glass1-7/+9
2022-10-18boot: Pass the correct FDT to the EVT_FT_FIXUP eventSimon Glass1-6/+9
2022-10-18boot: Correct handling of addresses in boot_relocate_fdt()Simon Glass1-11/+11
2022-10-18bootm: Change incorrect 'unsupported' errorSimon Glass1-1/+1
2022-10-18bootstd: Fix listing boot devicesMichal Suchanek1-2/+2
2022-10-11boot: image-pre-load: Check environment for location of signature infoSteven Lawrance1-1/+6
2022-10-11image-pre-load: Move macros/definitions to image.hSteven Lawrance1-43/+0
2022-10-11cmd: pxe: add alias devicetree-overlay for fdtoverlaysEdoardo Tomelleri1-0/+2
2022-09-30dm: core: Split ofnode_path_root() into two functionsSimon Glass1-1/+1
2022-09-29event: Pass the images to EVT_FT_FIXUPSimon Glass1-0/+1
2022-09-29treewide: Drop image_header_t typedefSimon Glass7-28/+29
2022-09-29treewide: Drop image_info_t typedefSimon Glass1-1/+1
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass5-40/+40
2022-09-24boot: Call flush() before bootingPali Rohár1-0/+1
2022-09-19Merge branch 'master' into nextTom Rini6-22/+55
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2-2/+2
2022-09-14image: Drop some other #ifdefs in image-board.cSimon Glass1-31/+36
2022-09-14image: Correct indentation in select_ramdisk()Simon Glass1-71/+69
2022-09-14image: Drop remaining FIT #ifdefSimon Glass1-8/+9