aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arm: Support a separate stack for VPLCHECK/v4-xpl-stack-cleanupSimon Glass5 hours1-0/+14
* spl: Use CONFIG_VAL() to obtain the SPL stackSimon Glass5 hours6-16/+12
* spl: Add an SPL_HAVE_INIT_STACK optionSimon Glass5 hours246-10/+268
* tpl: Rename TPL_NEEDS_SEPARATE_STACK to TPL_HAVE_INIT_STACKSimon Glass5 hours5-19/+20
* Merge patch series "boards: siemens: iot2050: SM variant, sysinfo support, fi...nextTom Rini11 hours10-62/+424
|\
| * board: siemens: iot2050: Use sysinfo for board initializationBaocheng Su11 hours2-62/+82
| * sysinfo: Add driver for IOT2050 boardsBaocheng Su11 hours5-0/+242
| * sysinfo: Add SYSID_BOARD_RAM_SIZE_MBBaocheng Su11 hours1-0/+1
| * sysinfo: Add API for accessing data elementsBaocheng Su11 hours2-0/+92
| * smbios: Fill UUID from sysinfo when availableBaocheng Su11 hours2-0/+7
* | dma: ti: k3-udma: Avoid Memory leak issues during dma memcpyPrasanth Babu Mantena11 hours1-8/+12
* | serial: ns16550: Fix pointer type mismatchJ. Neuschäfer11 hours1-4/+4
* | mtd: mtdpart: Support MTD_SIZE_REMAINING with unallocated memory areaAlexander Stein11 hours1-3/+2
* | Merge patch series "env: mmc: Make redundant env in both eMMC boot partitions...Tom Rini11 hours1-26/+34
|\ \
| * | env: mmc: Clean up env_mmc_load() ifdefferyMarek Vasut11 hours1-11/+14
| * | env: mmc: Make redundant env in both eMMC boot partitions consider DT propertiesMarek Vasut11 hours1-16/+21
* | | Merge tag 'u-boot-imx-next-20250227' of https://gitlab.denx.de/u-boot/custodi...WIP/27Feb2025-nextTom Rini34 hours28-1883/+102
|\ \ \
| * | | imx6q-lxr: Convert to OF_UPSTREAMFabio Estevam36 hours6-573/+2
| * | | ARM: imx: Introduce DH i.MX6 DHSOM board specific defconfigsMarek Vasut37 hours5-75/+89
| * | | ARM: imx: Fix CONFIG_BOOTCOUNT_ALTBOOTCMD duplication on DH i.MX8MP DHCOMMarek Vasut37 hours5-4/+1
| * | | ARM: imx: Fix CONFIG_BOOTCOUNT_ALTBOOTCMD duplication on Data Modul i.MX8M eD...Marek Vasut37 hours3-2/+1
| * | | ARM: imx: Fix CONFIG_BOOTCOUNT_ALTBOOTCMD update on Data Modul i.MX8M Mini eD...Marek Vasut37 hours1-1/+1
| * | | tools: imx8mimage: Fix potential memory leakMaks Mishin37 hours1-0/+1
| * | | tools: imx8image: Fix potential memory leakMaks Mishin37 hours1-0/+1
| * | | tools: imximage: Fix potential memory leakMaks Mishin37 hours1-0/+1
| * | | siemens: common: Make DDR_SI_TEST depend on TARGET_CAPRICORNLiya Huang37 hours1-0/+1
| * | | ARM: dts: imxrt1050: Migrate to OF_UPSTREAMJesse Taube37 hours6-1229/+5
* | | | Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-sh int...WIP/26Feb2025-nextTom Rini2 days8-469/+438
|\ \ \ \ | |/ / / |/| | |
| * | | net: miiphybb: Drop bb_miiphy_buses and bb_miiphy_buses_numMarek Vasut2 days5-77/+1
| * | | net: sh_eth: Drop use of miiphy_get_dev_by_name()Marek Vasut2 days1-1/+1
| * | | net: ravb: Drop use of miiphy_get_dev_by_name()Marek Vasut2 days1-1/+1
| * | | arm: mvebu: a38x: Drop use of miiphy_get_dev_by_name()Marek Vasut2 days1-1/+1
| * | | net: miiphybb: Drop name field from struct bb_miiphy_busMarek Vasut2 days5-23/+6
| * | | net: miiphybb: Use container_of() in bb_miiphy_getbus()Marek Vasut2 days1-12/+4
| * | | net: designware: Allocate bb_miiphy using bb_miiphy_alloc() and fill in callb...Marek Vasut2 days1-3/+20
| * | | net: sh_eth: Allocate bb_miiphy using bb_miiphy_alloc() and fill in callbacksMarek Vasut2 days1-3/+16
| * | | net: ravb: Allocate bb_miiphy using bb_miiphy_alloc() and fill in callbacksMarek Vasut2 days1-3/+16
| * | | arm: mvebu: a38x: Allocate bb_miiphy using bb_miiphy_alloc() and fill in call...Marek Vasut2 days1-4/+17
| * | | net: miiphybb: Introduce bb_miiphy_alloc()/bb_miiphy_free() wrappersMarek Vasut2 days2-0/+23
| * | | net: miiphy: Introduce mdio_init()Marek Vasut2 days2-4/+10
| * | | net: designware: Extract bbmiiphy initialization into dedicated functionMarek Vasut2 days1-32/+63
| * | | net: designware: Drop bus indexMarek Vasut2 days1-12/+5
| * | | net: miiphybb: Drop bb_miiphy_init() and .init callbackMarek Vasut2 days3-24/+0
| * | | arm: mvebu: a38x: Call bb_miiphy init directly in driver probeMarek Vasut2 days1-4/+1
| * | | net: designware: Reorder bb_miiphy functionsMarek Vasut2 days1-79/+79
| * | | arm: mvebu: a38x: Reorder bb_miiphy functionsMarek Vasut2 days1-96/+96
| * | | net: sh_eth: Reorder bb_miiphy functionsMarek Vasut2 days1-68/+68
| * | | net: ravb: Reorder bb_miiphy functionsMarek Vasut2 days1-58/+59
| * | | net: designware: Drop NULL priv assignmentMarek Vasut2 days1-1/+0
| * | | net: sh_eth: Drop empty init callbackMarek Vasut2 days1-6/+0