aboutsummaryrefslogtreecommitdiffstats
path: root/boot
Commit message (Expand)AuthorAgeFilesLines
* boot: Correct handling of addresses in boot_relocate_fdt()Simon Glass2022-10-171-11/+11
* bootm: Change incorrect 'unsupported' errorSimon Glass2022-10-171-1/+1
* bootstd: Fix listing boot devicesMichal Suchanek2022-10-171-2/+2
* boot: image-pre-load: Check environment for location of signature infoSteven Lawrance2022-10-111-1/+6
* image-pre-load: Move macros/definitions to image.hSteven Lawrance2022-10-111-43/+0
* cmd: pxe: add alias devicetree-overlay for fdtoverlaysEdoardo Tomelleri2022-10-111-0/+2
* dm: core: Split ofnode_path_root() into two functionsSimon Glass2022-09-291-1/+1
* event: Pass the images to EVT_FT_FIXUPSimon Glass2022-09-291-0/+1
* treewide: Drop image_header_t typedefSimon Glass2022-09-297-28/+29
* treewide: Drop image_info_t typedefSimon Glass2022-09-291-1/+1
* treewide: Drop bootm_headers_t typedefSimon Glass2022-09-295-40/+40
* boot: Call flush() before bootingWIP/2022-09-24-add-console-flushPali Rohár2022-09-241-0/+1
* Merge branch 'master' into nextTom Rini2022-09-196-22/+55
|\
| * image: fit: Add some helpers for getting dataSean Anderson2022-09-071-0/+37
| * bootm: Fix upper bound of FDT overlap checksPali Rohár2022-08-311-2/+2
| * image-fit: don't set compression if it can't be readDaniel Golle2022-08-312-6/+3
| * bootm: fix typo imape_comp -> image_compDaniel Golle2022-08-311-4/+4
| * Rename disto_[pxe_]getfile to distro_[pxe_]getfileDario Binacchi2022-08-262-6/+6
| * boot: simplify bootmeth_vbe_simple_ft_fixup()Heinrich Schuchardt2022-08-261-4/+3
| * boot: fix vbe_find_first_device()Heinrich Schuchardt2022-08-261-1/+1
* | cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-182-2/+2
* | image: Drop some other #ifdefs in image-board.cWIP/2022-09-14-refactor-ramdisk-code-againSimon Glass2022-09-141-31/+36
* | image: Correct indentation in select_ramdisk()Simon Glass2022-09-141-71/+69
* | image: Drop remaining FIT #ifdefSimon Glass2022-09-141-8/+9
* | image: Drop another #ifdef for FITSimon Glass2022-09-141-2/+3
* | image: Drop one #ifdef for FITSimon Glass2022-09-141-19/+20
* | image: Drop #ifdefs for LEGACY_IMAGE_FORMATSimon Glass2022-09-141-17/+14
* | image: Track when ramdisk processing is completedSimon Glass2022-09-141-14/+22
* | image: Fix up ANDROID_BOOT_IMAGE ramdisk codeSimon Glass2022-09-141-5/+12
|/
* Convert CONFIG_SYS_FDT_PAD to KconfigTom Rini2022-08-121-4/+0
* vbe: Support VBE simpleSimon Glass2022-08-123-0/+328
* vbe: Add initial support for VBESimon Glass2022-08-123-0/+131
* event: Add an event for device tree fixupsSimon Glass2022-08-121-0/+11
* bootstd: Drop the system bootdevSimon Glass2022-08-123-73/+1
* bootstd: Always create the EFI bootmgr bootmethSimon Glass2022-08-121-6/+1
* bootstd: Allow scanning for global bootmeths separatelySimon Glass2022-08-122-23/+58
* bootstd: Support bootflows with global bootmethsSimon Glass2022-08-121-8/+50
* bootstd: Allow the bootdev to be optional in bootflowsSimon Glass2022-08-122-3/+7
* bootstd: Allow EFI bootmgr to support an invalid bootflowSimon Glass2022-08-121-6/+26
* bootstd: Allow bootmeths to be marked as globalSimon Glass2022-08-123-1/+23
* bootstd: Tidy up var naming in bootdev_setup_iter_order()Simon Glass2022-08-121-4/+4
* bootstd: Provide a bootmeth method to obtain state infoSimon Glass2022-08-122-0/+24
* bootstd: Detect empty bootmeth orderingSimon Glass2022-08-121-0/+2
* Merge tag 'dm-pull-9aug22-take2' of https://source.denx.de/u-boot/custodians/...Tom Rini2022-08-113-4/+10
|\
| * boot: allow bootmeth-distro without CONFIG_NETJohn Keeping2022-08-103-4/+10
* | common: Drop display_options.h from common headerSimon Glass2022-08-102-0/+2
|/
* Revert "Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support""Simon Glass2022-08-051-13/+0
* flash: Remove pic32_flash.cTom Rini2022-08-041-1/+1
* fpga: zynqmp: support loading authenticated imagesOleksandr Suvorov2022-07-261-2/+2
* fpga: pass compatible flags to fpga_load()Oleksandr Suvorov2022-07-261-2/+2