aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-12Makefile: Add a pcheck option to run tests in parallelWIP/2022-09-12-update-pytests-for-more-parellel-supportSimon Glass4-27/+64
2022-09-12dtoc: Drop sys.exit() in test_fdtSimon Glass1-1/+0
2022-09-12test/py: Support --build when running tests in parallelSimon Glass2-4/+27
2022-09-12test/py: Move U-Boot building into a functionSimon Glass1-24/+36
2022-09-12test: Refactor arg parsing for the run scriptSimon Glass1-4/+7
2022-09-12test: Make test_gpio_read() independentSimon Glass1-0/+1
2022-09-12test: Mark test_gpt tests as slowSimon Glass1-0/+3
2022-09-12test: Mark all but the first vboot test as slowSimon Glass1-1/+5
2022-09-12test: Make test_efi_bootmgr() single-threadedSimon Glass1-0/+1
2022-09-12test: Make test_sqfs_ls() single-threadedSimon Glass1-0/+1
2022-09-12test: Update FIT tests to run in parallelSimon Glass2-2/+7
2022-09-12test: Make test_bind_unbind_with_uclass() single-threadedSimon Glass1-0/+1
2022-09-12test/py: Allow tests to be marked single-threaded onlySimon Glass2-0/+18
2022-09-12test: Fix bootm_test_subst_var() running independentlySimon Glass1-1/+2
2022-09-12test: Fix test_pinmux to run in parallelSimon Glass1-0/+1
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