aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-07Merge tag 'u-boot-rockchip-20240207' of https://source.denx.de/u-boot/custodi...WIP/07Feb2024Tom Rini100-370/+1984
2024-02-07arm: dts: rockpro64: Add RockPro64 smbiosShantur Rathore2-0/+24
2024-02-05Merge patch series "board: siemens: clean up subfolders"WIP/05Feb2024Tom Rini29-325/+216
2024-02-05siemens: factoryset: use correct config for soc specific implementationEnrico Leto2-4/+4
2024-02-05siemens: board: clean up includesEnrico Leto9-97/+23
2024-02-05siemens: board: clean up products folders vs commonEnrico Leto13-90/+64
2024-02-05siemens: board: etamin: remove deprecated nand configEnrico Leto3-32/+0
2024-02-05siemens draco: i2c: use driver model for u-bootEnrico Leto3-3/+9
2024-02-05siemens: eeprom: simplify setup & readEnrico Leto13-77/+84
2024-02-05siemens: eeprom: clean up definitionsEnrico Leto10-29/+39
2024-02-05Merge tag 'rpi-next-2024.04' of https://source.denx.de/u-boot/custodians/u-bo...Tom Rini10-27/+171
2024-02-05rockchip: rk3568-generic: Enable eMMC HS200 modeJonas Karlman3-2/+16
2024-02-05rockchip: rk3588-evb: Enable USB supportAndy Yan1-0/+12
2024-02-05mmc: rockchip_sdhci: Fix HS400 mode write on RK3568Jonas Karlman1-4/+5
2024-02-05rockchip: rk35xx: Enable eMMC HS200 mode by defaultJonas Karlman4-6/+4
2024-02-05rockchip: rk35xx: Remove use of eMMC DDR52 modeJonas Karlman12-12/+0
2024-02-05rockchip: rk3588-quartzpro64: Enable AHCI, PCI and USBJonas Karlman1-0/+25
2024-02-05rockchip: rk3588: Enable eMMC HS200 modeJonas Karlman9-0/+18
2024-02-04rockchip: rk35xx: Remove unnecessary status propsJonas Karlman3-14/+1
2024-02-04rockchip: rk3588: Add default u-boot,spl-boot-order propJonas Karlman7-34/+4
2024-02-04rockchip: rk3588: Sync device tree from linux v6.8-rc1Jonas Karlman14-36/+251
2024-02-04rockchip: rk3588: Sync device tree with linux v6.7Jonas Karlman7-34/+47
2024-02-04rockchip: rk356x: Move common uart2 props to rk356x-u-boot.dtsiJonas Karlman14-156/+5
2024-02-04rockchip: rk356x: Sync device tree from linux v6.8-rc1Jonas Karlman6-3/+16
2024-02-04rockchip: rk356x: Sync device tree from linux v6.7Jonas Karlman13-48/+48
2024-02-04arch: arm: mach-rockchip: Kconfig: Enable BOOTSTD_FULL for RK3399 and RK3588Shantur Rathore1-0/+2
2024-02-04rockchip: rv1126: Move RAM disk addressTim Lunn1-1/+1
2024-02-04rockchip: rv1126: select SPL_OPTEE_IMAGETim Lunn1-0/+1
2024-02-04board: rockchip: Add Sonoff iHost boardTim Lunn7-0/+114
2024-02-04rockchip: Convert rv1126 to standard bootTim Lunn2-8/+1
2024-02-04ram: rockchip: Add rv1126 ddr4 supportTim Lunn8-0/+533
2024-02-04arm: dts: rockchip: Sync rv1126 dts from linux 6.8-rc1Tim Lunn6-10/+835
2024-02-04rockchip: rk3328-rock-pi-e: Enable DM_ETH_PHY and PHY_REALTEKJonas Karlman1-0/+2
2024-02-04net: designware: Reset eth phy before phy connectJonas Karlman1-0/+7
2024-02-04configs: rockchip: rk3036: Fix CONFIG_SPL_STACK defineKever Yang2-0/+2
2024-02-04spl: Make SPL_STACK available for ROCKCHIP_RK3036 without spl frameworkKever Yang1-1/+2
2024-02-04rockchip: sdram: fix LPDDR5 bank info for sys_reg version 3YouMin Chen1-1/+8
2024-02-03Merge tag 'smbios-2024-04-rc2' of https://source.denx.de/u-boot/custodians/u-...WIP/03Feb2024Tom Rini8-39/+60
2024-02-02smbios: correctly name Structure Table Maximum Size fieldHeinrich Schuchardt7-10/+10
2024-02-02smbios: do not determine maximum structure sizeHeinrich Schuchardt1-6/+1
2024-02-02cmd: smbios: show correct table size for SMBIOS2.1 entry pointHeinrich Schuchardt1-4/+4
2024-02-02smbios: correctly fill chassis handleHeinrich Schuchardt1-0/+2
2024-02-02smbios: provide type 4 RISC-V SMBIOS Processor IDHeinrich Schuchardt1-0/+12
2024-02-02smbios: if a string value is unknown, use string number 0Heinrich Schuchardt1-15/+18
2024-02-02smbios: Fix table when no string is presentMatthias Brugger1-0/+4
2024-02-02cmd: smbios: replace missing string by 'Not Specified'Heinrich Schuchardt1-1/+5
2024-02-02cmd: smbios: add missing colon after UUIDHeinrich Schuchardt1-1/+1
2024-02-02cmd: smbios: always use '0x%04x' for printing handlesHeinrich Schuchardt1-2/+2
2024-02-02smbios: get_str_from_dt() - add sysinfo_id descriptionHeinrich Schuchardt1-0/+1
2024-02-02lib: smbios_entr() use logical or for booleansHeinrich Schuchardt1-1/+1