aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-12CI: Disable maintainer / defconfig check for nowWIP/2022-09-12-broadcom-updatesTom Rini2-14/+14
2022-09-12timer: bcmbca: use arm global timer for bcm63138 SoCWilliam Zhang1-1/+1
2022-09-12timer: sti: convert sti-timer to arm a9 global timerWilliam Zhang4-19/+23
2022-09-12arm: bcmbca: replace ARCH_BCM6753 symbols in Kconfig with BCM6855William Zhang4-4/+4
2022-09-12arm: bcmbca: remove bcm6753 support under CONFIG_ARCH_BCM6753William Zhang12-407/+146
2022-09-12arm: bcmbca: add bcm6855 SoC support under CONFIG_ARCH_BCMBCAWilliam Zhang11-0/+228
2022-09-12arm: bcmbca: replace ARCH_BCM6858 symbols in Kconfig with BCM6858William Zhang5-8/+5
2022-09-12arm: bcmbca: remove bcm6858 support under CONFIG_ARCH_BCM6858William Zhang10-197/+8
2022-09-12arm: bcmbca: add bcm6858 SoC support under CONFIG_ARCH_BCMBCAWilliam Zhang12-79/+258
2022-09-12arm: bcmbca: replace ARCH_BCM68360 symbols in Kconfig with BCM6856William Zhang5-5/+5
2022-09-12arm: bcmbca: remove bcm68360 support under CONFIG_ARCH_BCM68360William Zhang12-414/+159
2022-09-12arm: bcmbca: add bcm6856 SoC support under CONFIG_ARCH_BCMBCAWilliam Zhang12-0/+243
2022-09-12arm: bcmbca: make reset_cpu function weakWilliam Zhang1-1/+1
2022-09-12MAINTAINERS: Add BCM63158 maintainer to BCMBCA entryWilliam Zhang1-0/+1
2022-09-12arm: bcmbca: replace ARCH_BCM63158 symbols in Kconfig with BCM63158William Zhang5-5/+5
2022-09-12arm: bcmbca: remove bcm63158 support under CONFIG_ARCH_BCM63158William Zhang9-197/+5
2022-09-12arm: bcmbca: add bcm63158 SoC support under CONFIG_ARCH_BCMBCAWilliam Zhang12-196/+239
2022-09-12arm: bcmbca: add bcm4908 SoC supportWilliam Zhang12-0/+264
2022-09-12arm: bcmbca: add bcm6813 SoC supportWilliam Zhang12-0/+265
2022-09-12arm: bcmbca: add bcm4912 SoC supportWilliam Zhang12-0/+265
2022-09-12arm: bcmbca: add bcm63146 SoC supportWilliam Zhang12-0/+247
2022-09-12arm: bcmbca: add bcm63138 SoC supportWilliam Zhang11-0/+255
2022-09-12arm: bcmbca: add bcm63148 SoC supportWilliam Zhang11-0/+208
2022-09-12arm: bcmbca: add bcm6756 SoC supportWilliam Zhang11-4/+239
2022-09-12arm: bcmbca: add bcm6878 SoC supportWilliam Zhang11-0/+216
2022-09-12arm: bcmbca: add bcm6846 SoC supportWilliam Zhang11-0/+208
2022-09-12arm: bcmbca: add bcm63178 SoC supportWilliam Zhang11-3/+228
2022-09-02Merge branch '2022-09-02-assorted-improvements' into nextTom Rini30-53/+336
2022-09-02dm: rtc: Try to handle the localtime() raceSimon Glass1-13/+19
2022-09-02dm: rtc: Try to avoid a race in rtc_set_get testSimon Glass1-5/+17
2022-09-02dm: rtc: Avoid a race in the rtc_reset testSimon Glass1-2/+7
2022-09-02test: Allow running tests multiple timesSimon Glass7-10/+60
2022-09-02dm: rtc: Make use of ut_assertnonnull()Simon Glass1-5/+5
2022-09-02ci: Add a test for a non-LTO buildSimon Glass2-0/+11
2022-09-02Makefile: Allow LTO to be disabled for a buildSimon Glass5-9/+33
2022-09-02arm: ARMv4 assembly compatibilitySergei Antonov5-19/+19
2022-09-02cmd: Add pause commandSamuel Dionne-Riel9-0/+143
2022-09-02distro_bootcmd: Introduce support for extension commandMatwey V. Kornilov1-0/+32
2022-09-02Merge branch '2022-09-01-assorted-Kconfig-migrations' into nextTom Rini81-138/+106
2022-09-01ARM: imx6: dh-imx6: Enable d-cache early in SPLMarek Vasut2-0/+42
2022-09-01ARM: cache: Allow SPL to build cache-pl310.cPhilip Oberfichtner2-1/+6
2022-09-01Convert CONFIG_SYS_L2_PL310 to KconfigPhilip Oberfichtner38-17/+27
2022-09-01Remove CONFIG_SYS_I2C_EEPROM_PAGE_WRITE_BITS et alTom Rini2-9/+0
2022-09-01Convert CONFIG_SYS_I2C_EEPROM_CCID et al to KconfigTom Rini38-103/+31
2022-08-26Merge branch '2022-08-26-assorted-platform-updates' into nextTom Rini53-740/+1406
2022-08-26firmware: ti_sci: Move ACK checking to ti_sci_do_xfer() functionWIP/2022-08-26-assorted-platform-updatesAndrew Davis1-141/+24
2022-08-26firmware: ti_sci: Remove inline keyword from functionsAndrew Davis1-3/+3
2022-08-26firmware: ti_sci: Factor out message alloc failed messageAndrew Davis1-36/+4
2022-08-26firmware: ti_sci: Reduce output on ti_sci_do_xfer errorAndrew Davis1-98/+34
2022-08-26arm: dts: qcom: Sync pinctrl DT nodes with Linux bindingsSumit Garg10-43/+82