summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
2023-10-16mxs: Kconfig: Remove TARGET_XFI3 symbolFabio Estevam
2023-10-16smegw01: Convert to watchdog driver modelFabio Estevam
2023-10-16mx7dsabresd: Convert to watchdog driver modelFabio Estevam
2023-10-16imx7d-sdb-u-boot: Pass SPDX-License tagFabio Estevam
2023-10-16imx93_evk: defconfig: enable clock driverSébastien Szymanski
2023-10-16arm64: dts: imx8mp: Add DT overlay describing i.MX8MP DHCOM SoM rev.100Marek Vasut
2023-10-16arm64: dts: imx8mp: Drop i.MX8MP DHCOM rev.100 PHY address workaround from PD...Marek Vasut
2023-10-16arm64: dts: imx8mp: Update i.MX8MP DHCOM SoM DT to production rev.200Marek Vasut
2023-10-16arm64: dts: imx8mp: Switch to DT overlays for i.MX8MP DHCOM SoMMarek Vasut
2023-10-16spl: fit: Add board level function to decide application of DTOMarek Vasut
2023-10-16imx: hab: Use size parameterMarek Vasut
2023-10-16cmd/ti: Update Kconfig logic and Makefile recursion logicTom Rini
2023-10-16cmd: Convert existing long help messages to the new macroTom Rini
2023-10-16command.h: Add a U_BOOT_LONGHELP macroTom Rini
2023-10-16eeprom: starfive: add 'mac raw' commandHeinrich Schuchardt