summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-19spl: riscv: add os type for next booting stageRandolph
2023-10-19Makefile: delete file *.itb when make cleanRandolph
2023-10-19riscv: dts: binman: add condition for opensbi os bootRandolph
2023-10-19riscv: kconfig: introduce SPL_LOAD_FIT_OPENSBI_OS_BOOT symbolRandolph
2023-10-19spl: riscv: opensbi: change the default os_type as varibleRandolph
2023-10-19riscv: andes: Rearrange Andes PLICSW to single-bit-per-hart strategyRandolph
2023-10-19riscv: binman: Fix compilation errorMayuresh Chitale
2023-10-19configs: visionfive2: enable bootstage configsChanho Park
2023-10-19riscv: remove dram_init_banksize()Heinrich Schuchardt
2023-10-18Merge branch '2023-10-17-spl-test-some-load-methods'Tom Rini
2023-10-17test: spl: Add a test for the SPI load methodSean Anderson
2023-10-17test: spl: Add a test for the NOR load methodSean Anderson
2023-10-17test: spl: Add a test for the NET load methodSean Anderson
2023-10-17test: spl: Add a test for the MMC load methodSean Anderson
2023-10-17test: spl: Add a test for spl_blk_load_imageSean Anderson
2023-10-17test: spl: Add functions to create filesystemsSean Anderson
2023-10-17test: spl: Add functions to create imagesSean Anderson
2023-10-17test: spl: Fix spl_test_load not failing if fname doesn't existSean Anderson
2023-10-17test: spl: Split tests up and use some configsSean Anderson
2023-10-17sandbox: Support -T in splSean Anderson
2023-10-17spl: Use map_sysmem where appropriateSean Anderson
2023-10-17spl: Add callbacks to invalidate cached devicesSean Anderson
2023-10-17net: bootp: Fall back to BOOTP from DHCP when unit testingSean Anderson
2023-10-17net: bootp: Move port numbers to headerSean Anderson
2023-10-17net: Fix compiling SPL when fastboot is enabledSean Anderson
2023-10-17fs: ext4: Add some defines for testingSean Anderson
2023-10-17fs: ext4: Fix building ext4 in SPL if write is enabledSean Anderson
2023-10-17fs: Disable sandbox filesystem in SPLSean Anderson
2023-10-17lib: acpi: Fix linking SPL when ACPIGEN is enabledSean Anderson
2023-10-17spl: Allow enabling SPL_OF_REAL and SPL_OF_PLATDATA at the same timeSean Anderson
2023-10-17Move i.MX8 container image loading support to common/splSean Anderson
2023-10-17arm: imx: Check header before calling spl_load_imx_containerSean Anderson
2023-10-17arm: imx: Add function to validate i.MX8 containersSean Anderson
2023-10-17arm: imx: Use log_err for errors in read_auth_containerSean Anderson
2023-10-17arm: imx: Add newlines after error messagesSean Anderson
2023-10-17arm: imx: Fix i.MX8 container load addressSean Anderson
2023-10-17spl: fit: Fix entry point for SPL_LOAD_FIT_FULLSean Anderson
2023-10-17spl: nor: Don't allocate header on stackSean Anderson
2023-10-17spl: legacy: Fix referencing _image_binary_endSean Anderson
2023-10-17Revert "fs: ext4: check the minimal partition size to mount"Sean Anderson
2023-10-17spl: mmc: Fix subsequent calls to spl_mmc_load with CONFIG_BLKSean Anderson
2023-10-17Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-shTom Rini
2023-10-17board: rzg2l: Add RZ/G2L SMARC EVK boardPaul Barker
2023-10-17arm: dts: Import RZ/G2L SMARC EVK device treePaul Barker
2023-10-17arm: rmobile: Support RZ/G2L memory mapPaul Barker
2023-10-17arm: rmobile: Add CPU detection for RZ/G2LPaul Barker
2023-10-17arm: rmobile: Include <asm/types.h> in headerPaul Barker
2023-10-17mmc: renesas-sdhi: Initialize module on RZ/G2LPaul Barker
2023-10-17mmc: renesas-sdhi: Refactor probe functionPaul Barker
2023-10-17serial: sh: Sort includesPaul Barker