summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-17ARM: imx: Add support for detecting primary/secondary bmode on MX8MFedor Ross
2023-10-17ARM: imx: Use correct U-Boot offset in case of secondary boot from eMMCFedor Ross
2023-10-17ARM: imx: Factor out parsing of ROM logFedor Ross
2023-10-17spl: mmc: Introduce proper layering for spl_mmc_get_uboot_raw_sector()Marek Vasut
2023-10-17arm: dts: imx93-11x11-evk: add bootph-some-ram propertySébastien Szymanski
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
2023-10-16Merge tag 'u-boot-imx-20231016' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2023-10-16Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini
2023-10-16Merge branch '2023-10-16-assorted-cmd-updates'Tom Rini
2023-10-16imx8mp-evk: Add USB0 OTG supportFabio Estevam
2023-10-16arm64: dts: imx8mp: Make GPIO3 available early in U-Boot proper on i.MX8MP DHCOMMarek Vasut
2023-10-16pico-pi-imx7d: Unselect CONFIG_CONSOLE_MUXFabio Estevam