summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Convert CONFIG_SYS_MAX_NAND_DEVICE to KconfigTom Rini2022-11-10111-142/+0
* rtc: Remove unused driversTom Rini2022-11-101-1/+0
* Convert CONFIG_SYS_LOADS_BAUD_CHANGE et al to KconfigTom Rini2022-11-1015-77/+0
* powerpc: Migrate SYS_L3_SIZE to KconfigTom Rini2022-11-107-8/+0
* powerpc: Migrate SYS_L2_SIZE to KconfigTom Rini2022-11-102-6/+0
* Remove unused symbols CONFIG_SYS_JFFS2_FIRST_BANK et alTom Rini2022-11-105-23/+0
* Convert CONFIG_SYS_INTERLAKEN et al to KconfigTom Rini2022-11-107-16/+2
* Remove dead codeTom Rini2022-11-101-161/+0
* Convert CONFIG_SYS_INIT_RAM_LOCK to KconfigTom Rini2022-11-1014-14/+0
* Convert CONFIG_SYS_I2C_INIT_BOARD to KconfigTom Rini2022-11-101-1/+0
* dm: sandbox: Switch over to using the new host uclassSimon Glass2022-11-071-28/+0
* dm: sandbox: Create a new HOST uclassSimon Glass2022-11-072-0/+126
* dm: blk: Tidy up obtaining a block device from its parentSimon Glass2022-11-071-1/+27
* test: Add a way to detect a test that breaks anotherSimon Glass2022-11-071-1/+6
* dm: test: Clear the block cache after running a testSimon Glass2022-11-071-2/+7
* sandbox: Add missing comments for os_alarm()Simon Glass2022-11-071-0/+4
* dm: sandbox: Drop non-BLK code from host implementationSimon Glass2022-11-071-3/+0
* arm: mvebu: Add RD-AC5X boardChris Packham2022-11-071-0/+42
* Makefile: Rename u-boot-spl.kwb to u-boot-with-spl.kwbPali Rohár2022-11-071-1/+1
* Merge tag 'mips-pull-2022-11-03' of https://source.denx.de/u-boot/custodians/...Tom Rini2022-11-0326-75/+0
|\
| * MIPS: convert CONFIG_SYS_MIPS_TIMER_FREQ to KconfigDaniel Schwierzeck2022-11-0226-67/+0
| * MIPS: mscc: remove unused CPU_CLOCK_RATEDaniel Schwierzeck2022-11-021-3/+1
| * MIPS: remove CONFIG_SYS_MHZDaniel Schwierzeck2022-11-026-12/+6
* | highbank: switch to use the Arm SP804 DM_TIMER driverAndre Przywara2022-11-021-4/+0
|/
* cyclic: get rid of cyclic_init()Rasmus Villemoes2022-11-022-26/+5
* cyclic: switch to using hlist instead of listRasmus Villemoes2022-11-021-3/+3
* list.h: synchronize hlist_for_each_entry* iterators with linuxRasmus Villemoes2022-11-021-28/+25
* cyclic: drop redundant cyclic_ready flagRasmus Villemoes2022-11-021-2/+0
* cyclic: use a flag in gd->flags for recursion protectionRasmus Villemoes2022-11-022-2/+4
* FWU: Add support for the FWU Multi Bank Update featureSughosh Ganu2022-10-311-0/+30
* FWU: Add boot time checks as highlighted by the FWU specificationSughosh Ganu2022-10-311-0/+26
* event: Add an event for main_loopSughosh Ganu2022-10-311-0/+3
* FWU: STM32MP1: Add support to read boot index from backup registerSughosh Ganu2022-10-311-0/+12
* FWU: Add helper functions for accessing FWU metadataSughosh Ganu2022-10-311-0/+29
* stm32mp1: Add image information for capsule updatesSughosh Ganu2022-10-311-0/+4
* FWU: Add FWU metadata access driver for GPT partitioned block devicesSughosh Ganu2022-10-311-0/+4
* FWU: Add FWU metadata structure and driver for accessing metadataSughosh Ganu2022-10-313-0/+379
* vbe: Add a command to show the VBE stateSimon Glass2022-10-311-0/+2
* vbe: Record which phases loaded using VBESimon Glass2022-10-312-0/+10
* vbe: Support reading the next SPL phase via VBESimon Glass2022-10-311-0/+2
* vbe: Support selecting operations by SPL phaseSimon Glass2022-10-311-0/+28
* sandbox: Support obtaining the next phase from an imageSimon Glass2022-10-311-0/+3
* image: Allow loading a FIT image for a particular phaseSimon Glass2022-10-311-5/+7
* image: Add the concept of a phase to FITSimon Glass2022-10-311-2/+72
* sandbox: Generalise SPL bootingSimon Glass2022-10-311-0/+9
* image: Move comment for fit_conf_find_compat()Simon Glass2022-10-311-0/+41
* usb: Update the test to cover reading and writingSimon Glass2022-10-312-4/+22
* dm: blk: Add udevice functionsSimon Glass2022-10-311-1/+38
* disk: Rename block functionsSimon Glass2022-10-311-6/+36
* bootstd: Add a way to set up a bootflowSimon Glass2022-10-311-0/+12