aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-11-02cyclic: get rid of cyclic_init()Rasmus Villemoes2-26/+5
2022-11-02cyclic: switch to using hlist instead of listRasmus Villemoes1-3/+3
2022-11-02list.h: synchronize hlist_for_each_entry* iterators with linuxRasmus Villemoes1-28/+25
2022-11-02cyclic: drop redundant cyclic_ready flagRasmus Villemoes1-2/+0
2022-11-02cyclic: use a flag in gd->flags for recursion protectionRasmus Villemoes2-2/+4
2022-10-31FWU: Add support for the FWU Multi Bank Update featureSughosh Ganu1-0/+30
2022-10-31FWU: Add boot time checks as highlighted by the FWU specificationSughosh Ganu1-0/+26
2022-10-31event: Add an event for main_loopSughosh Ganu1-0/+3
2022-10-31FWU: STM32MP1: Add support to read boot index from backup registerSughosh Ganu1-0/+12
2022-10-31FWU: Add helper functions for accessing FWU metadataSughosh Ganu1-0/+29
2022-10-31stm32mp1: Add image information for capsule updatesSughosh Ganu1-0/+4
2022-10-31FWU: Add FWU metadata access driver for GPT partitioned block devicesSughosh Ganu1-0/+4
2022-10-31FWU: Add FWU metadata structure and driver for accessing metadataSughosh Ganu3-0/+379
2022-10-31vbe: Add a command to show the VBE stateSimon Glass1-0/+2
2022-10-31vbe: Record which phases loaded using VBESimon Glass2-0/+10
2022-10-31vbe: Support reading the next SPL phase via VBESimon Glass1-0/+2
2022-10-31vbe: Support selecting operations by SPL phaseSimon Glass1-0/+28
2022-10-31sandbox: Support obtaining the next phase from an imageSimon Glass1-0/+3
2022-10-31image: Allow loading a FIT image for a particular phaseSimon Glass1-5/+7
2022-10-31image: Add the concept of a phase to FITSimon Glass1-2/+72
2022-10-31sandbox: Generalise SPL bootingSimon Glass1-0/+9
2022-10-31image: Move comment for fit_conf_find_compat()Simon Glass1-0/+41
2022-10-31usb: Update the test to cover reading and writingSimon Glass2-4/+22
2022-10-31dm: blk: Add udevice functionsSimon Glass1-1/+38
2022-10-31disk: Rename block functionsSimon Glass1-6/+36
2022-10-31bootstd: Add a way to set up a bootflowSimon Glass1-0/+12
2022-10-31test: Support tests which can only be run manuallySimon Glass2-1/+11
2022-10-31test: Report skippped testsSimon Glass1-0/+2
2022-10-31spl: Use binman suffix allow symbols of any SPL etypeSimon Glass1-4/+4
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass53-93/+458
2022-10-31arm: bcmbca: remove bcm6753 support under CONFIG_ARCH_BCM6753William Zhang2-32/+4
2022-10-31arm: bcmbca: add bcm6855 SoC support under CONFIG_ARCH_BCMBCAWilliam Zhang1-0/+11
2022-10-31arm: bcmbca: remove bcm6858 support under CONFIG_ARCH_BCM6858William Zhang2-32/+4
2022-10-31arm: bcmbca: add bcm6858 SoC support under CONFIG_ARCH_BCMBCAWilliam Zhang1-0/+11
2022-10-31arm: bcmbca: remove bcm68360 support under CONFIG_ARCH_BCM68360William Zhang2-32/+4
2022-10-31arm: bcmbca: add bcm6856 SoC support under CONFIG_ARCH_BCMBCAWilliam Zhang1-0/+11
2022-10-31arm: bcmbca: remove bcm63158 support under CONFIG_ARCH_BCM63158William Zhang2-32/+4
2022-10-31arm: bcmbca: add bcm63158 SoC support under CONFIG_ARCH_BCMBCAWilliam Zhang1-0/+11
2022-10-31arm: bcmbca: add bcm4908 SoC supportWilliam Zhang1-0/+11
2022-10-31arm: bcmbca: add bcm6813 SoC supportWilliam Zhang1-0/+11
2022-10-31arm: bcmbca: add bcm4912 SoC supportWilliam Zhang1-0/+11
2022-10-31arm: bcmbca: add bcm63146 SoC supportWilliam Zhang1-0/+11
2022-10-31arm: bcmbca: add bcm63138 SoC supportWilliam Zhang1-0/+12
2022-10-31arm: bcmbca: add bcm63148 SoC supportWilliam Zhang1-0/+11
2022-10-31arm: bcmbca: add bcm6756 SoC supportWilliam Zhang1-0/+11
2022-10-31arm: bcmbca: add bcm6878 SoC supportWilliam Zhang1-0/+11
2022-10-31arm: bcmbca: add bcm6846 SoC supportWilliam Zhang1-0/+11
2022-10-31arm: bcmbca: add bcm63178 SoC supportWilliam Zhang1-0/+11
2022-10-30Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot...WIP/30Oct2022Tom Rini37-434/+125
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass7-10/+8