aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-17spl: nor: Don't allocate header on stackSean Anderson1-7/+4
2023-10-17spl: legacy: Fix referencing _image_binary_endSean Anderson1-1/+1
2023-10-17Revert "fs: ext4: check the minimal partition size to mount"Sean Anderson1-4/+0
2023-10-17spl: mmc: Fix subsequent calls to spl_mmc_load with CONFIG_BLKSean Anderson1-1/+1
2023-10-17Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-shWIP/17Oct2023Tom Rini39-13/+5045
2023-10-17board: rzg2l: Add RZ/G2L SMARC EVK boardPaul Barker7-0/+175
2023-10-17arm: dts: Import RZ/G2L SMARC EVK device treePaul Barker8-0/+2124
2023-10-17arm: rmobile: Support RZ/G2L memory mapPaul Barker2-4/+131
2023-10-17arm: rmobile: Add CPU detection for RZ/G2LPaul Barker3-1/+68
2023-10-17arm: rmobile: Include <asm/types.h> in headerPaul Barker1-0/+2
2023-10-17mmc: renesas-sdhi: Initialize module on RZ/G2LPaul Barker1-1/+73
2023-10-17mmc: renesas-sdhi: Refactor probe functionPaul Barker1-5/+4
2023-10-17serial: sh: Sort includesPaul Barker1-5/+5
2023-10-16Merge tag 'u-boot-imx-20231016' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini101-856/+4801
2023-10-16Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini27-59/+1007
2023-10-16Merge branch '2023-10-16-assorted-cmd-updates'Tom Rini66-300/+216
2023-10-16imx8mp-evk: Add USB0 OTG supportFabio Estevam2-0/+44
2023-10-16arm64: dts: imx8mp: Make GPIO3 available early in U-Boot proper on i.MX8MP DHCOMMarek Vasut1-0/+1
2023-10-16pico-pi-imx7d: Unselect CONFIG_CONSOLE_MUXFabio Estevam6-0/+6
2023-10-16mxs: Kconfig: Remove TARGET_XFI3 symbolFabio Estevam1-3/+0
2023-10-16smegw01: Convert to watchdog driver modelFabio Estevam2-0/+16
2023-10-16mx7dsabresd: Convert to watchdog driver modelFabio Estevam2-0/+15
2023-10-16imx7d-sdb-u-boot: Pass SPDX-License tagFabio Estevam1-0/+2
2023-10-16imx93_evk: defconfig: enable clock driverSébastien Szymanski3-2/+25
2023-10-16arm64: dts: imx8mp: Add DT overlay describing i.MX8MP DHCOM SoM rev.100Marek Vasut5-4/+152
2023-10-16arm64: dts: imx8mp: Drop i.MX8MP DHCOM rev.100 PHY address workaround from PD...Marek Vasut1-4/+0
2023-10-16arm64: dts: imx8mp: Update i.MX8MP DHCOM SoM DT to production rev.200Marek Vasut3-49/+152
2023-10-16arm64: dts: imx8mp: Switch to DT overlays for i.MX8MP DHCOM SoMMarek Vasut8-229/+177
2023-10-16spl: fit: Add board level function to decide application of DTOMarek Vasut2-3/+36
2023-10-16imx: hab: Use size parameterMarek Vasut1-1/+1
2023-10-16cmd/ti: Update Kconfig logic and Makefile recursion logicTom Rini3-6/+6
2023-10-16cmd: Convert existing long help messages to the new macroTom Rini61-259/+138
2023-10-16command.h: Add a U_BOOT_LONGHELP macroTom Rini1-0/+3
2023-10-16eeprom: starfive: add 'mac raw' commandHeinrich Schuchardt1-0/+5
2023-10-16eeprom: starfive: raw dump if unsupported data versionHeinrich Schuchardt1-0/+1
2023-10-16eeprom: starfive: re-implement mac commandHeinrich Schuchardt1-26/+36