aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-02Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-watc...WIP/02Nov2022Tom Rini8-100/+66
2022-11-02Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spi.gitTom Rini3-0/+232
2022-11-02cyclic: get rid of cyclic_init()Rasmus Villemoes6-55/+23
2022-11-02cyclic: switch to using hlist instead of listRasmus Villemoes3-13/+16
2022-11-02list.h: synchronize hlist_for_each_entry* iterators with linuxRasmus Villemoes1-28/+25
2022-11-02cyclic: drop redundant cyclic_ready flagRasmus Villemoes2-6/+2
2022-11-02cyclic: use a flag in gd->flags for recursion protectionRasmus Villemoes3-5/+7
2022-11-01Merge branch '2022-10-31-FWU-add-FWU-multi-bank-update-feature-support'WIP/01Nov2022Tom Rini47-22/+2949
2022-10-31FWU: doc: Add documentation for the FWU featureWIP/2022-10-31-FWU-add-FWU-multi-bank-update-feature-supportSughosh Ganu3-0/+197
2022-10-31mkeficapsule: Add support for setting OEM flags in capsule headerSughosh Ganu2-3/+23
2022-10-31mkeficapsule: Add support for generating empty capsulesSughosh Ganu3-14/+119
2022-10-31test: dm: Add test cases for FWU Metadata uclassSughosh Ganu11-5/+293
2022-10-31FWU: cmd: Add a command to read FWU metadataSughosh Ganu5-0/+130
2022-10-31FWU: Add support for the FWU Multi Bank Update featureSughosh Ganu10-2/+324
2022-10-31FWU: Add boot time checks as highlighted by the FWU specificationSughosh Ganu2-1/+217
2022-10-31event: Add an event for main_loopSughosh Ganu3-0/+9
2022-10-31FWU: STM32MP1: Add support to read boot index from backup registerSughosh Ganu3-0/+38
2022-10-31FWU: Add helper functions for accessing FWU metadataSughosh Ganu3-0/+179
2022-10-31stm32mp1: Add image information for capsule updatesSughosh Ganu2-0/+22
2022-10-31stm32mp1: Add a node for the FWU metadata deviceSughosh Ganu2-0/+12
2022-10-31FWU: Add FWU metadata access driver for GPT partitioned block devicesSughosh Ganu4-0/+318
2022-10-31FWU: Add FWU metadata structure and driver for accessing metadataSughosh Ganu5-0/+1039
2022-10-31dt/bindings: Add bindings for GPT based FWU Metadata storage deviceSughosh Ganu1-0/+32
2022-10-31Merge branch '2022-10-31-vbe-implement-the-full-firmware-flow'Tom Rini1197-1797/+3677
2022-10-31vbe: Add a test for the VBE flow into U-Boot properWIP/2022-10-31-vbe-implement-the-full-firmware-flowSimon Glass2-0/+75
2022-10-31vbe: Add a command to show the VBE stateSimon Glass2-1/+32
2022-10-31vbe: Record which phases loaded using VBESimon Glass3-0/+20
2022-10-31vbe: Use a manual testSimon Glass2-16/+10
2022-10-31vpl: Allow signature verificationSimon Glass2-1/+7
2022-10-31sandbox: Add an image for VPLSimon Glass3-1/+96
2022-10-31vbe: Add info about the VBE device to the fwupd nodeSimon Glass3-24/+38
2022-10-31vbe: Add Kconfig options for VPLSimon Glass5-2/+181
2022-10-31vbe: Drop the U-Boot prefix from the versionSimon Glass2-3/+8
2022-10-31vbe: Move OS implementation into a separate fileSimon Glass5-101/+126
2022-10-31vbe: Support reading the next SPL phase via VBESimon Glass8-19/+269
2022-10-31vbe: Support selecting operations by SPL phaseSimon Glass1-0/+28
2022-10-31sandbox: Support obtaining the next phase from an imageSimon Glass2-1/+54
2022-10-31spl: Allow multiple loaders of the same timeSimon Glass1-31/+25
2022-10-31vbe: Use a warning for a failed requestsSimon Glass1-2/+2
2022-10-31vbe: Rename vbe_fixup to vbe_requestSimon Glass3-3/+3
2022-10-31image: Allow loading a FIT image for a particular phaseSimon Glass3-15/+86
2022-10-31image: Add the concept of a phase to FITSimon Glass5-2/+130
2022-10-31sandbox: Add a way to specify the sandbox executableSimon Glass2-1/+32
2022-10-31sandbox: Generalise SPL bootingSimon Glass3-12/+33
2022-10-31image: Move comment for fit_conf_find_compat()Simon Glass2-43/+41
2022-10-31sandbox: Drop message about writing sandbox stateSimon Glass1-1/+1
2022-10-31dm: mmc: Allow sandbox emulator to build without writesSimon Glass1-2/+8
2022-10-31dm: blk: mmc: Tidy up some Makefile rules for SPLSimon Glass4-4/+3
2022-10-31bloblist: Drop debuggingSimon Glass1-1/+0
2022-10-31usb: Update the test to cover reading and writingSimon Glass5-9/+80