summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | configs: mt8516: use bootcmd from config_distro_bootcmd.hFabien Parent2021-03-201-16/+4
| | * | | board: mediatek: mt8516: init USB Ether for pumpkin boardFabien Parent2021-03-201-0/+4
| | * | | board: mediatek: rename pumpkin board into mt8516Fabien Parent2021-03-208-12/+12
| |/ / /
| * | | Merge branch 'next' of git://source.denx.de/u-boot-sh into nextTom Rini2021-03-1935-7/+1486
| |\ \ \
| | * | | board: silinux: Enable recovery SPL for EK874 boardLad Prabhakar2021-03-163-2/+6
| | * | | arm: rmobile: Add Silicon Linux EK874 board supportLad Prabhakar2021-03-1614-0/+796
| | * | | pinctrl: renesas: Add support for R8A774C0Lad Prabhakar2021-03-165-0/+24
| | * | | pinctrl: renesas: pfc-r8a77990: Sync PFC tables with Linux 5.11Lad Prabhakar2021-03-161-2/+85
| | * | | arm: dts: r8a774c0: Resync R8A774C0 SoC DTSI with Linux 5.11Lad Prabhakar2021-03-161-4/+23
| | * | | arm: rmobile: Add HopeRun HiHope RZ/G2H board supportBiju Das2021-03-166-2/+94
| | * | | arm: rmobile: Add HopeRun HiHope RZ/G2N board supportBiju Das2021-03-166-2/+88
| | * | | arm: rmobile: Add HopeRun HiHope RZ/G2M board supportBiju Das2021-03-168-0/+252
| | * | | arm: dts: rmobile: r8a774e1: Synchronize DTs with Linux 5.11Biju Das2021-03-162-0/+61
| | * | | arm: dts: rmobile: r8a774b1: Synchronize DTs with Linux 5.11Biju Das2021-03-162-0/+62
| |/ / /
| * | | Merge tag 'v2021.04-rc4' into nextTom Rini2021-03-15313-2295/+13469
| |\ \ \
| * \ \ \ Merge branch '2021-03-12-assorted-improvements' into nextTom Rini2021-03-1523-34/+407
| |\ \ \ \
| | * | | | test: py: add initial coverage for scp03 cmdIgor Opaniuk2021-03-141-0/+27
| | * | | | sandbox: imply SCP03 and CMD_SCP03Igor Opaniuk2021-03-141-0/+2
| | * | | | doc: describe the scp03 commandJorge Ramirez-Ortiz2021-03-142-0/+34
| | * | | | drivers: tee: sandbox: SCP03 control emulatorJorge Ramirez-Ortiz2021-03-142-1/+59
| | * | | | cmd: SCP03: enable and provision commandJorge Ramirez-Ortiz2021-03-133-0/+63
| | * | | | common: SCP03 control (enable and provision of keys)Jorge Ramirez-Ortiz2021-03-135-0/+104
| | * | | | doc: sandbox: Update instructions on quittingSimon Glass2021-03-131-1/+1
| | * | | | test: acpi: Fix warnings on 32-bit buildSimon Glass2021-03-131-6/+6
| | * | | | tpm: Correct warning on 32-bit buildSimon Glass2021-03-131-1/+1
| | * | | | tpm: Don't select LOGSimon Glass2021-03-121-1/+0
| | * | | | log: Add return-checking macros for 0 being successSimon Glass2021-03-122-1/+34
| | * | | | log: Handle line continuationSimon Glass2021-03-126-16/+60
| | * | | | log: Set up a flag byte for log recordsSimon Glass2021-03-122-7/+16
| |/ / / /
| * | | | Merge branch '2021-03-12-test-improvements' into nextTom Rini2021-03-1246-446/+1407
| |\ \ \ \
| | * | | | doc: Explain briefly how to write new testsSimon Glass2021-03-125-1/+358
| | * | | | test: sandbox: Move sandbox test docs into doc/developSimon Glass2021-03-122-37/+51
| | * | | | spl: test: Add a test for spl_load_simple_fit()Simon Glass2021-03-126-2/+110
| | * | | | spl: Convert spl_fit to work with sandboxSimon Glass2021-03-122-13/+17
| | * | | | sandbox: Update os_find_u_boot() to find the .img fileSimon Glass2021-03-123-5/+8
| | * | | | test: Allow SPL to run any available testSimon Glass2021-03-124-18/+33
| | * | | | test: Rename all linker lists to have a ut_ prefixSimon Glass2021-03-122-5/+5
| | * | | | test: Add a macros for finding tests in linker_listsSimon Glass2021-03-1214-32/+32
| | * | | | test: log: Rename log main test file to log_ut.cSimon Glass2021-03-122-1/+1
| | * | | | test: Move restoring of driver model state to ut_run_list()Simon Glass2021-03-122-12/+29
| | * | | | test: Move the devicetree check into ut_run_list()Simon Glass2021-03-122-13/+32
| | * | | | test: Use return values in dm_test_run()Simon Glass2021-03-121-8/+6
| | * | | | test: Run driver-model tests using ut_run_list()Simon Glass2021-03-123-93/+81
| | * | | | test: Use a local variable for test stateSimon Glass2021-03-125-6/+47
| | * | | | test: Add ut_run_test_live_flat() to run tests twiceSimon Glass2021-03-123-44/+73
| | * | | | test: Drop dm_do_test()Simon Glass2021-03-121-11/+4
| | * | | | test: Use ut_run_test() to run driver model testsSimon Glass2021-03-123-33/+24
| | * | | | test: Move test running into a separate functionSimon Glass2021-03-122-9/+39
| | * | | | test: Move dm_test_destroy() into test-main.cSimon Glass2021-03-122-22/+23
| | * | | | test: Move dm_test_init() into test-main.cSimon Glass2021-03-123-32/+32