aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sunxi: dts: arm: add T113s/D1 DT files from Linux-v6.6-rc6Andre Przywara2023-10-229-0/+1434
* sunxi: dts: arm: update devicetree files from Linux-v6.6-rc6Andre Przywara2023-10-228-4/+225
* sunxi: dts: arm64: update devicetree files from Linux-v6.6-rc6Andre Przywara2023-10-2212-128/+240
* Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2023-10-201-0/+1
|\
| * arm: kirkwood: Pogo v4: Enable LTOTony Dinh2023-10-201-0/+1
* | Merge branch 'master_uart_test' of https://source.denx.de/u-boot/custodians/u...WIP/19Oct2023Tom Rini2023-10-193-3/+48
|\ \ | |/ |/|
| * serial: sh: Add RZ/G2L SCIF supportPaul Barker2023-10-193-1/+34
| * serial: sh: Fix error handlingPaul Barker2023-10-191-2/+14
|/
* Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini2023-10-1919-46/+738
|\
| * riscv: Add Zbb support for building U-BootYu Chien Peter Lin2023-10-197-1/+392
| * riscv: spl: andes: Move the DTB in front of kernelRandolph2023-10-191-0/+25
| * andes: config: add riscv falcon mode for ae350 platformRandolph2023-10-194-0/+242
| * spl: riscv: add os type for next booting stageRandolph2023-10-192-3/+9
| * Makefile: delete file *.itb when make cleanRandolph2023-10-191-1/+1
| * riscv: dts: binman: add condition for opensbi os bootRandolph2023-10-191-0/+24
| * riscv: kconfig: introduce SPL_LOAD_FIT_OPENSBI_OS_BOOT symbolRandolph2023-10-191-0/+8
| * spl: riscv: opensbi: change the default os_type as varibleRandolph2023-10-191-10/+16
| * riscv: andes: Rearrange Andes PLICSW to single-bit-per-hart strategyRandolph2023-10-191-13/+11
| * riscv: binman: Fix compilation errorMayuresh Chitale2023-10-191-4/+10
| * configs: visionfive2: enable bootstage configsChanho Park2023-10-191-0/+2
| * riscv: remove dram_init_banksize()Heinrich Schuchardt2023-10-191-16/+0
* | Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-watc...Tom Rini2023-10-193-5/+11
|\ \ | |/ |/|
| * wdt: nuvoton: Fix reset/expire function errorJim Liu2023-10-191-2/+8
| * sandbox: watchdog: Avoid an error on startupSimon Glass2023-10-192-3/+3
|/
* Merge branch '2023-10-17-spl-test-some-load-methods'Tom Rini2023-10-1870-161/+1994
|\
| * test: spl: Add a test for the SPI load methodWIP/2023-10-17-spl-test-some-load-methodsSean Anderson2023-10-178-0/+78
| * test: spl: Add a test for the NOR load methodSean Anderson2023-10-178-6/+316
| * test: spl: Add a test for the NET load methodSean Anderson2023-10-176-1/+272
| * test: spl: Add a test for the MMC load methodSean Anderson2023-10-176-5/+137
| * test: spl: Add a test for spl_blk_load_imageSean Anderson2023-10-173-1/+67
| * test: spl: Add functions to create filesystemsSean Anderson2023-10-175-0/+328
| * test: spl: Add functions to create imagesSean Anderson2023-10-178-3/+493
| * test: spl: Fix spl_test_load not failing if fname doesn't existSean Anderson2023-10-172-4/+3
| * test: spl: Split tests up and use some configsSean Anderson2023-10-176-79/+106
| * sandbox: Support -T in splSean Anderson2023-10-171-2/+7
| * spl: Use map_sysmem where appropriateSean Anderson2023-10-1711-35/+69
| * spl: Add callbacks to invalidate cached devicesSean Anderson2023-10-173-1/+34
| * net: bootp: Fall back to BOOTP from DHCP when unit testingSean Anderson2023-10-171-0/+6
| * net: bootp: Move port numbers to headerSean Anderson2023-10-172-3/+3
| * net: Fix compiling SPL when fastboot is enabledSean Anderson2023-10-172-4/+4
| * fs: ext4: Add some defines for testingSean Anderson2023-10-172-0/+15
| * fs: ext4: Fix building ext4 in SPL if write is enabledSean Anderson2023-10-173-0/+8
| * fs: Disable sandbox filesystem in SPLSean Anderson2023-10-171-1/+1
| * lib: acpi: Fix linking SPL when ACPIGEN is enabledSean Anderson2023-10-172-2/+2
| * spl: Allow enabling SPL_OF_REAL and SPL_OF_PLATDATA at the same timeSean Anderson2023-10-176-7/+10
| * Move i.MX8 container image loading support to common/splSean Anderson2023-10-176-14/+17
| * arm: imx: Check header before calling spl_load_imx_containerSean Anderson2023-10-1718-14/+34
| * arm: imx: Add function to validate i.MX8 containersSean Anderson2023-10-176-5/+15
| * arm: imx: Use log_err for errors in read_auth_containerSean Anderson2023-10-171-2/+3
| * arm: imx: Add newlines after error messagesSean Anderson2023-10-171-2/+2