summaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-14image: Drop another #ifdef for FITSimon Glass1-2/+3
2022-09-14image: Drop one #ifdef for FITSimon Glass1-19/+20
2022-09-14image: Drop #ifdefs for LEGACY_IMAGE_FORMATSimon Glass1-17/+14
2022-09-14image: Track when ramdisk processing is completedSimon Glass1-14/+22
2022-09-14image: Fix up ANDROID_BOOT_IMAGE ramdisk codeSimon Glass1-5/+12
2022-09-07image: fit: Add some helpers for getting dataSean Anderson1-0/+37
2022-08-31bootm: Fix upper bound of FDT overlap checksPali Rohár1-2/+2
2022-08-31image-fit: don't set compression if it can't be readDaniel Golle2-6/+3
2022-08-31bootm: fix typo imape_comp -> image_compDaniel Golle1-4/+4
2022-08-27Rename disto_[pxe_]getfile to distro_[pxe_]getfileDario Binacchi2-6/+6
2022-08-27boot: simplify bootmeth_vbe_simple_ft_fixup()Heinrich Schuchardt1-4/+3
2022-08-27boot: fix vbe_find_first_device()Heinrich Schuchardt1-1/+1
2022-08-12Convert CONFIG_SYS_FDT_PAD to KconfigTom Rini1-4/+0
2022-08-12vbe: Support VBE simpleSimon Glass3-0/+328
2022-08-12vbe: Add initial support for VBESimon Glass3-0/+131
2022-08-12event: Add an event for device tree fixupsSimon Glass1-0/+11
2022-08-12bootstd: Drop the system bootdevSimon Glass3-73/+1
2022-08-12bootstd: Always create the EFI bootmgr bootmethSimon Glass1-6/+1
2022-08-12bootstd: Allow scanning for global bootmeths separatelySimon Glass2-23/+58
2022-08-12bootstd: Support bootflows with global bootmethsSimon Glass1-8/+50
2022-08-12bootstd: Allow the bootdev to be optional in bootflowsSimon Glass2-3/+7
2022-08-12bootstd: Allow EFI bootmgr to support an invalid bootflowSimon Glass1-6/+26
2022-08-12bootstd: Allow bootmeths to be marked as globalSimon Glass3-1/+23
2022-08-12bootstd: Tidy up var naming in bootdev_setup_iter_order()Simon Glass1-4/+4
2022-08-12bootstd: Provide a bootmeth method to obtain state infoSimon Glass2-0/+24
2022-08-12bootstd: Detect empty bootmeth orderingSimon Glass1-0/+2
2022-08-11Merge tag 'dm-pull-9aug22-take2' of https://source.denx.de/u-boot/custodians/...Tom Rini3-4/+10
2022-08-10boot: allow bootmeth-distro without CONFIG_NETJohn Keeping3-4/+10
2022-08-10common: Drop display_options.h from common headerSimon Glass2-0/+2
2022-08-05Revert "Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support""Simon Glass1-13/+0
2022-08-04flash: Remove pic32_flash.cTom Rini1-1/+1
2022-07-26fpga: zynqmp: support loading authenticated imagesOleksandr Suvorov1-2/+2
2022-07-26fpga: pass compatible flags to fpga_load()Oleksandr Suvorov1-2/+2
2022-07-26zynqmp: Run board_get_usable_ram_top() only on main U-BootAshok Reddy Soma1-0/+4
2022-07-18pxe: simplify label_boot()Heinrich Schuchardt1-5/+4
2022-07-11Merge branch 'next'Tom Rini4-31/+49
2022-07-07Convert CONFIG_SYS_BOOTM_LEN to KconfigTom Rini1-13/+11