aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-13arm: dts: Add xlnx prefix to GEM compatible stringHarini Katakam2-6/+6
2022-09-13arm64: zynqmp: Add mtd partition for secure OS storage areaAmit Kumar Mahapatra1-3/+7
2022-09-13xilinx: Define only mmc devnum not partitionMichal Simek2-3/+3
2022-09-13xilinx: zynq: Use CONFIG_SPL_FS_LOAD_PAYLOAD_NAME for dfu_alt_infoMichal Simek1-2/+3
2022-09-13xilinx: Fix logic when dfu_alt_info is generatedMichal Simek2-4/+2
2022-09-13xilinx: zynq: Enable mkeficapsule tools compilationMichal Simek1-0/+1
2022-09-13xilinx: versal: Define CONFIG_CQSPI_REF_CLKAshok Reddy Soma1-0/+2
2022-09-13xilinx: versal: Enable power domain driverAshok Reddy Soma1-0/+2
2022-09-13firmware: zynqmp: Skip loading config object for VersalAshok Reddy Soma1-1/+4
2022-09-12Makefile: Add a pcheck option to run tests in parallelSimon 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-12xilinx: zynq: Disable LMB for mini configurationsMichal Simek3-0/+3
2022-09-12xilinx: zynqmp: Disable LMB for mini u-bootAshok Reddy Soma2-0/+2
2022-09-12cmd: bdinfo: Enable dumping lmb data when LMB is enabledMichal Simek1-1/+1
2022-09-12xilinx: zynqmp: Disable various configs for mini U-BootAshok Reddy Soma1-2/+12
2022-09-12xilinx: versal: Enable i2c mux uclass with pca954x driverMichal Simek1-0/+2
2022-09-12xilinx: zynqmp: Fix AES with a user provided keyJanne Ylalehto1-3/+3
2022-09-12fpga: zynq: Remove post config info message for SPLStefan Herbrechtsmeier1-1/+2
2022-09-12zynq: Convert arm twd timer to DM driverStefan Herbrechtsmeier8-116/+123
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