aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-20Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/20Oct2023Tom Rini2-0/+6
2023-10-20arm: mvebu: AC5/AC5X: use fixed page table sizeChris Packham1-0/+5
2023-10-20arm: kirkwood: Pogo v4: Enable LTOTony Dinh1-0/+1
2023-10-19Merge branch 'master_uart_test' of https://source.denx.de/u-boot/custodians/u...WIP/19Oct2023Tom Rini3-3/+48
2023-10-19serial: sh: Add RZ/G2L SCIF supportPaul Barker3-1/+34
2023-10-19serial: sh: Fix error handlingPaul Barker1-2/+14
2023-10-19Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini19-46/+738
2023-10-19Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-watc...Tom Rini3-5/+11
2023-10-19riscv: Add Zbb support for building U-BootYu Chien Peter Lin7-1/+392
2023-10-19riscv: spl: andes: Move the DTB in front of kernelRandolph1-0/+25
2023-10-19andes: config: add riscv falcon mode for ae350 platformRandolph4-0/+242
2023-10-19spl: riscv: add os type for next booting stageRandolph2-3/+9
2023-10-19Makefile: delete file *.itb when make cleanRandolph1-1/+1
2023-10-19riscv: dts: binman: add condition for opensbi os bootRandolph1-0/+24
2023-10-19riscv: kconfig: introduce SPL_LOAD_FIT_OPENSBI_OS_BOOT symbolRandolph1-0/+8
2023-10-19spl: riscv: opensbi: change the default os_type as varibleRandolph1-10/+16
2023-10-19riscv: andes: Rearrange Andes PLICSW to single-bit-per-hart strategyRandolph1-13/+11
2023-10-19riscv: binman: Fix compilation errorMayuresh Chitale1-4/+10
2023-10-19configs: visionfive2: enable bootstage configsChanho Park1-0/+2
2023-10-19riscv: remove dram_init_banksize()Heinrich Schuchardt1-16/+0
2023-10-19wdt: nuvoton: Fix reset/expire function errorJim Liu1-2/+8
2023-10-19sandbox: watchdog: Avoid an error on startupSimon Glass2-3/+3
2023-10-18Merge branch '2023-10-17-spl-test-some-load-methods'Tom Rini70-161/+1994
2023-10-17test: spl: Add a test for the SPI load methodSean Anderson8-0/+78
2023-10-17test: spl: Add a test for the NOR load methodSean Anderson8-6/+316
2023-10-17test: spl: Add a test for the NET load methodSean Anderson6-1/+272
2023-10-17test: spl: Add a test for the MMC load methodSean Anderson6-5/+137
2023-10-17test: spl: Add a test for spl_blk_load_imageSean Anderson3-1/+67
2023-10-17test: spl: Add functions to create filesystemsSean Anderson5-0/+328
2023-10-17test: spl: Add functions to create imagesSean Anderson8-3/+493
2023-10-17test: spl: Fix spl_test_load not failing if fname doesn't existSean Anderson2-4/+3
2023-10-17test: spl: Split tests up and use some configsSean Anderson6-79/+106
2023-10-17sandbox: Support -T in splSean Anderson1-2/+7
2023-10-17spl: Use map_sysmem where appropriateSean Anderson11-35/+69
2023-10-17spl: Add callbacks to invalidate cached devicesSean Anderson3-1/+34
2023-10-17net: bootp: Fall back to BOOTP from DHCP when unit testingSean Anderson1-0/+6
2023-10-17net: bootp: Move port numbers to headerSean Anderson2-3/+3
2023-10-17net: Fix compiling SPL when fastboot is enabledSean Anderson2-4/+4
2023-10-17fs: ext4: Add some defines for testingSean Anderson2-0/+15
2023-10-17fs: ext4: Fix building ext4 in SPL if write is enabledSean Anderson3-0/+8
2023-10-17fs: Disable sandbox filesystem in SPLSean Anderson1-1/+1
2023-10-17lib: acpi: Fix linking SPL when ACPIGEN is enabledSean Anderson2-2/+2
2023-10-17spl: Allow enabling SPL_OF_REAL and SPL_OF_PLATDATA at the same timeSean Anderson6-7/+10
2023-10-17Move i.MX8 container image loading support to common/splSean Anderson6-14/+17
2023-10-17arm: imx: Check header before calling spl_load_imx_containerSean Anderson18-14/+34
2023-10-17arm: imx: Add function to validate i.MX8 containersSean Anderson6-5/+15
2023-10-17arm: imx: Use log_err for errors in read_auth_containerSean Anderson1-2/+3
2023-10-17arm: imx: Add newlines after error messagesSean Anderson1-2/+2
2023-10-17arm: imx: Fix i.MX8 container load addressSean Anderson1-1/+1
2023-10-17spl: fit: Fix entry point for SPL_LOAD_FIT_FULLSean Anderson1-1/+2