summaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)Author
2022-10-26mkimage: fit: Fix signing of configs with external dataSean Anderson
2022-10-20Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2022-10-19sunxi: Kconfig: introduce SUNXI_MINIMUM_DRAM_MBAndre Przywara
2022-10-17vbe: Add fixups for a basic set of OS requestsSimon Glass
2022-10-17boot: Tidy up logging and naming in vbe_simpleSimon Glass
2022-10-17boot: Pass the correct FDT to the EVT_FT_FIXUP eventSimon Glass
2022-10-17boot: Correct handling of addresses in boot_relocate_fdt()Simon Glass
2022-10-17bootm: Change incorrect 'unsupported' errorSimon Glass
2022-10-17bootstd: Fix listing boot devicesMichal Suchanek
2022-10-11boot: image-pre-load: Check environment for location of signature infoSteven Lawrance
2022-10-11image-pre-load: Move macros/definitions to image.hSteven Lawrance
2022-10-11cmd: pxe: add alias devicetree-overlay for fdtoverlaysEdoardo Tomelleri
2022-09-29dm: core: Split ofnode_path_root() into two functionsSimon Glass
2022-09-29event: Pass the images to EVT_FT_FIXUPSimon Glass
2022-09-29treewide: Drop image_header_t typedefSimon Glass
2022-09-29treewide: Drop image_info_t typedefSimon Glass
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass
2022-09-24boot: Call flush() before bootingPali Rohár
2022-09-19Merge branch 'master' into nextTom Rini
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
2022-09-14image: Drop some other #ifdefs in image-board.cSimon Glass
2022-09-14image: Correct indentation in select_ramdisk()Simon Glass
2022-09-14image: Drop remaining FIT #ifdefSimon Glass
2022-09-14image: Drop another #ifdef for FITSimon Glass
2022-09-14image: Drop one #ifdef for FITSimon Glass
2022-09-14image: Drop #ifdefs for LEGACY_IMAGE_FORMATSimon Glass
2022-09-14image: Track when ramdisk processing is completedSimon Glass
2022-09-14image: Fix up ANDROID_BOOT_IMAGE ramdisk codeSimon Glass
2022-09-07image: fit: Add some helpers for getting dataSean Anderson
2022-08-31bootm: Fix upper bound of FDT overlap checksPali Rohár
2022-08-31image-fit: don't set compression if it can't be readDaniel Golle
2022-08-31bootm: fix typo imape_comp -> image_compDaniel Golle
2022-08-26Rename disto_[pxe_]getfile to distro_[pxe_]getfileDario Binacchi
2022-08-26boot: simplify bootmeth_vbe_simple_ft_fixup()Heinrich Schuchardt
2022-08-26boot: fix vbe_find_first_device()Heinrich Schuchardt
2022-08-12Convert CONFIG_SYS_FDT_PAD to KconfigTom Rini
2022-08-12vbe: Support VBE simpleSimon Glass
2022-08-12vbe: Add initial support for VBESimon Glass
2022-08-12event: Add an event for device tree fixupsSimon Glass
2022-08-12bootstd: Drop the system bootdevSimon Glass
2022-08-12bootstd: Always create the EFI bootmgr bootmethSimon Glass
2022-08-12bootstd: Allow scanning for global bootmeths separatelySimon Glass
2022-08-12bootstd: Support bootflows with global bootmethsSimon Glass
2022-08-12bootstd: Allow the bootdev to be optional in bootflowsSimon Glass
2022-08-12bootstd: Allow EFI bootmgr to support an invalid bootflowSimon Glass
2022-08-12bootstd: Allow bootmeths to be marked as globalSimon Glass
2022-08-12bootstd: Tidy up var naming in bootdev_setup_iter_order()Simon Glass
2022-08-12bootstd: Provide a bootmeth method to obtain state infoSimon Glass
2022-08-12bootstd: Detect empty bootmeth orderingSimon Glass
2022-08-11Merge tag 'dm-pull-9aug22-take2' of https://source.denx.de/u-boot/custodians/...Tom Rini