aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-11-10Merge branch '2022-11-10-symbol-migrations'WIP/10Nov2022Tom Rini284-1323/+168
2022-11-10global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini94-165/+165
2022-11-10global: Migrate CONFIG_SYS_MPC8* symbols to the CFG_SYS namespaceTom Rini10-10/+10
2022-11-10Convert CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST to KconfigTom Rini3-3/+0
2022-11-10Convert CONFIG_SYS_NONCACHED_MEMORY to KconfigTom Rini10-33/+0
2022-11-10Convert CONFIG_SYS_MONITOR_LEN to KconfigTom Rini130-245/+0
2022-11-10Convert CONFIG_SYS_MMC_MAX_DEVICE to KconfigTom Rini6-36/+0
2022-11-10Convert CONFIG_SYS_MMC_MAX_BLK_COUNT to KconfigTom Rini8-26/+0
2022-11-10Convert CONFIG_SYS_MAX_NAND_DEVICE to KconfigTom Rini111-142/+0
2022-11-10rtc: Remove unused driversTom Rini1-1/+0
2022-11-10Convert CONFIG_SYS_LOADS_BAUD_CHANGE et al to KconfigTom Rini15-77/+0
2022-11-10powerpc: Migrate SYS_L3_SIZE to KconfigTom Rini7-8/+0
2022-11-10powerpc: Migrate SYS_L2_SIZE to KconfigTom Rini2-6/+0
2022-11-10Remove unused symbols CONFIG_SYS_JFFS2_FIRST_BANK et alTom Rini5-23/+0
2022-11-10Convert CONFIG_SYS_INTERLAKEN et al to KconfigTom Rini7-16/+2
2022-11-10Remove dead codeTom Rini1-161/+0
2022-11-10Convert CONFIG_SYS_INIT_RAM_LOCK to KconfigTom Rini14-14/+0
2022-11-10Convert CONFIG_SYS_I2C_INIT_BOARD to KconfigTom Rini1-1/+0
2022-11-07dm: sandbox: Switch over to using the new host uclassSimon Glass1-28/+0
2022-11-07dm: sandbox: Create a new HOST uclassSimon Glass2-0/+126
2022-11-07dm: blk: Tidy up obtaining a block device from its parentSimon Glass1-1/+27
2022-11-07test: Add a way to detect a test that breaks anotherSimon Glass1-1/+6
2022-11-07dm: test: Clear the block cache after running a testSimon Glass1-2/+7
2022-11-07sandbox: Add missing comments for os_alarm()Simon Glass1-0/+4
2022-11-07dm: sandbox: Drop non-BLK code from host implementationSimon Glass1-3/+0
2022-11-07arm: mvebu: Add RD-AC5X boardChris Packham1-0/+42
2022-11-07Makefile: Rename u-boot-spl.kwb to u-boot-with-spl.kwbPali Rohár1-1/+1
2022-11-03Merge tag 'mips-pull-2022-11-03' of https://source.denx.de/u-boot/custodians/...WIP/03Nov2022Tom Rini26-75/+0
2022-11-02MIPS: convert CONFIG_SYS_MIPS_TIMER_FREQ to KconfigDaniel Schwierzeck26-67/+0
2022-11-02MIPS: mscc: remove unused CPU_CLOCK_RATEDaniel Schwierzeck1-3/+1
2022-11-02MIPS: remove CONFIG_SYS_MHZDaniel Schwierzeck6-12/+6
2022-11-02highbank: switch to use the Arm SP804 DM_TIMER driverAndre Przywara1-4/+0
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