summaryrefslogtreecommitdiff
path: root/boot
Commit message (Expand)AuthorAgeFilesLines
* vbe: Record which phases loaded using VBESimon Glass2022-10-311-0/+10
* vpl: Allow signature verificationSimon Glass2022-10-311-1/+0
* vbe: Add info about the VBE device to the fwupd nodeSimon Glass2022-10-311-8/+18
* vbe: Add Kconfig options for VPLSimon Glass2022-10-312-1/+138
* vbe: Drop the U-Boot prefix from the versionSimon Glass2022-10-311-2/+7
* vbe: Move OS implementation into a separate fileSimon Glass2022-10-314-100/+126
* vbe: Support reading the next SPL phase via VBESimon Glass2022-10-315-18/+264
* vbe: Use a warning for a failed requestsSimon Glass2022-10-311-2/+2
* vbe: Rename vbe_fixup to vbe_requestSimon Glass2022-10-312-2/+2
* image: Allow loading a FIT image for a particular phaseSimon Glass2022-10-311-10/+73
* image: Add the concept of a phase to FITSimon Glass2022-10-311-0/+18
* image: Move comment for fit_conf_find_compat()Simon Glass2022-10-311-43/+0
* bootstd: Add a way to set up a bootflowSimon Glass2022-10-313-8/+11
* Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass2022-10-311-5/+5
* video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass2022-10-301-1/+1
* video: Drop use of the lcd header fileSimon Glass2022-10-301-1/+0
* mkimage: fit: Fix signing of configs with external dataSean Anderson2022-10-261-4/+4
* Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2022-10-201-2/+2
|\
| * sunxi: Kconfig: introduce SUNXI_MINIMUM_DRAM_MBAndre Przywara2022-10-191-2/+2
* | vbe: Add fixups for a basic set of OS requestsSimon Glass2022-10-172-1/+234
* | boot: Tidy up logging and naming in vbe_simpleSimon Glass2022-10-171-7/+9
* | boot: Pass the correct FDT to the EVT_FT_FIXUP eventSimon Glass2022-10-171-6/+9
* | 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 bootingPali 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.cSimon 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