summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-19riscv: Add Zbb support for building U-BootYu Chien Peter Lin
2023-10-19riscv: spl: andes: Move the DTB in front of kernelRandolph
2023-10-19andes: config: add riscv falcon mode for ae350 platformRandolph
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-19wdt: nuvoton: Fix reset/expire function errorJim Liu
2023-10-19sandbox: watchdog: Avoid an error on startupSimon Glass
2023-10-18arm64: dts: imx8mp: Describe M24C32-D write-lockable page in DH i.MX8MP DHCOM DTMarek Vasut
2023-10-18eeprom: at24: add ST M24C32-D Additional Write lockable page supportMarek Vasut
2023-10-18Merge branch '2023-10-17-spl-test-some-load-methods'Tom Rini
2023-10-18dm: adc: imx93-adc depends on ADC (fix boot)Sébastien Szymanski
2023-10-18arm: meson-a1: dts: Sync DT with LinuxIgor Prusov
2023-10-18serial: amlogic: Add UART compatible for A1 boardIgor Prusov
2023-10-18phy: meson-g12a-usb2: fix ret check on power_domain_getGuillaume La Roque
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