aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-31dm: blk: Add udevice functionsSimon Glass3-21/+80
2022-10-31disk: Rename block_dev to descSimon Glass1-19/+19
2022-10-31disk: Rename block functionsSimon Glass3-20/+52
2022-10-31bootstd: Add a way to set up a bootflowSimon Glass4-8/+23
2022-10-31test: Support tests which can only be run manuallySimon Glass8-8/+86
2022-10-31test: Update tests to use the skip featureSimon Glass5-17/+29
2022-10-31test: Report skippped testsSimon Glass2-3/+22
2022-10-31binman: Support writing symbols into ELF filesSimon Glass8-12/+151
2022-10-31binman: Handle writing ELF symbols in the Entry classSimon Glass8-34/+21
2022-10-31binman: Split out looking up a symbol into a functionSimon Glass1-15/+45
2022-10-31binman: Allow obtaining a symbol valueSimon Glass1-8/+45
2022-10-31spl: Add a separate silence option for SPLSimon Glass2-1/+23
2022-10-31spl: Refactor controls for console outputSimon Glass1-3/+1
2022-10-31spl: Use binman suffix allow symbols of any SPL etypeSimon Glass2-12/+12
2022-10-31disk: Drop debug messages in part_efiSimon Glass1-78/+72
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass1118-1267/+1632
2022-10-31Merge branch '2022-10-31-broadcom-updates'Tom Rini136-1519/+3721
2022-10-31timer: bcmbca: use arm global timer for bcm63138 SoCWIP/2022-10-31-broadcom-updatesWilliam Zhang1-1/+1
2022-10-31timer: sti: convert sti-timer to arm a9 global timerWilliam Zhang4-19/+23
2022-10-31arm: bcmbca: replace ARCH_BCM6753 symbols in Kconfig with BCM6855William Zhang4-4/+4
2022-10-31arm: bcmbca: remove bcm6753 support under CONFIG_ARCH_BCM6753William Zhang12-407/+146
2022-10-31arm: bcmbca: add bcm6855 SoC support under CONFIG_ARCH_BCMBCAWilliam Zhang11-0/+228
2022-10-31arm: bcmbca: replace ARCH_BCM6858 symbols in Kconfig with BCM6858William Zhang5-8/+5
2022-10-31arm: bcmbca: remove bcm6858 support under CONFIG_ARCH_BCM6858William Zhang10-195/+8
2022-10-31arm: bcmbca: add bcm6858 SoC support under CONFIG_ARCH_BCMBCAWilliam Zhang12-79/+258
2022-10-31arm: bcmbca: replace ARCH_BCM68360 symbols in Kconfig with BCM6856William Zhang5-5/+5
2022-10-31arm: bcmbca: remove bcm68360 support under CONFIG_ARCH_BCM68360William Zhang12-413/+159
2022-10-31arm: bcmbca: add bcm6856 SoC support under CONFIG_ARCH_BCMBCAWilliam Zhang12-0/+243
2022-10-31arm: bcmbca: make reset_cpu function weakWilliam Zhang1-1/+1
2022-10-31MAINTAINERS: Add BCM63158 maintainer to BCMBCA entryWilliam Zhang1-0/+1
2022-10-31arm: bcmbca: replace ARCH_BCM63158 symbols in Kconfig with BCM63158William Zhang5-5/+5
2022-10-31arm: bcmbca: remove bcm63158 support under CONFIG_ARCH_BCM63158William Zhang9-195/+5
2022-10-31arm: bcmbca: add bcm63158 SoC support under CONFIG_ARCH_BCMBCAWilliam Zhang12-196/+239
2022-10-31arm: bcmbca: add bcm4908 SoC supportWilliam Zhang12-0/+264
2022-10-31arm: bcmbca: add bcm6813 SoC supportWilliam Zhang12-0/+265
2022-10-31arm: bcmbca: add bcm4912 SoC supportWilliam Zhang12-0/+265
2022-10-31arm: bcmbca: add bcm63146 SoC supportWilliam Zhang12-0/+247
2022-10-31arm: bcmbca: add bcm63138 SoC supportWilliam Zhang11-0/+255
2022-10-31arm: bcmbca: add bcm63148 SoC supportWilliam Zhang11-0/+208
2022-10-31arm: bcmbca: add bcm6756 SoC supportWilliam Zhang11-4/+239
2022-10-31arm: bcmbca: add bcm6878 SoC supportWilliam Zhang11-0/+216
2022-10-31arm: bcmbca: add bcm6846 SoC supportWilliam Zhang11-0/+208
2022-10-31arm: bcmbca: add bcm63178 SoC supportWilliam Zhang11-3/+228
2022-10-31buildman: Handle the MAINTAINERS 'N' tagSimon Glass1-0/+11
2022-10-30Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot...WIP/30Oct2022Tom Rini348-6203/+1149