aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-20Merge patch series "board/ti: k3 boards: Stop using findfdt"WIP/20Jan2024Tom Rini25-48/+197
2024-01-20include: env: ti: Drop default_findfdtNishanth Menon1-12/+0
2024-01-20board: beagle: beagleplay: Set fdtfile from C code instead of findfdt scriptNishanth Menon3-2/+16
2024-01-20board: beagle: beagleboneai64: Set fdtfile from C code instead of findfdt scriptNishanth Menon3-2/+16
2024-01-20board: ti: j721s2: Set fdtfile from C code instead of findfdt scriptNishanth Menon2-8/+8
2024-01-20board: ti: j721e: Set fdtfile from C code instead of findfdt scriptNishanth Menon2-10/+8
2024-01-20board: ti: am65x: Set fdtfile from C code instead of findfdt scriptNishanth Menon2-3/+2
2024-01-20board: ti: am64x: Set fdtfile from C code instead of findfdt scriptNishanth Menon2-9/+8
2024-01-20board: ti: am62x: Set fdtfile from C code instead of findfdt scriptNishanth Menon3-1/+9
2024-01-20board: ti: am62ax: Set fdtfile from C code instead of findfdt scriptNishanth Menon3-1/+11
2024-01-20board: ti: common: Introduce a common fdt ops libraryNishanth Menon4-0/+119
2024-01-19Kconfig: boot: Imply BOOTSTD_DEFAULT when BOOTSTD_FULL=yWIP/19Jan2024Shantur Rathore1-0/+1
2024-01-19Merge tag 'u-boot-stm32-20240119' of https://source.denx.de/u-boot/custodians...Tom Rini35-183/+307
2024-01-19stm32mp2: Fix CONFIG_STM32MP25X flag usagePatrice Chotard1-1/+1
2024-01-19stm32mp: Add dependencies on CMDLINE for command stm32keyPatrick Delaunay1-0/+1
2024-01-19ARM: stm32: Set stdio to serial on DH STM32MP15xx DHSOMMarek Vasut1-4/+7
2024-01-19Merge branch '2024-01-18-assorted-fixes'Tom Rini68-14320/+12107
2024-01-19arm: Rename STM32MP15xPatrick Delaunay20-42/+42
2024-01-19arm: Rename STM32MP13xPatrick Delaunay13-24/+24
2024-01-19board: st: stm32mp2: display the board identificationPatrick Delaunay1-0/+23
2024-01-19board: st: stm32mp2: add checkboardPatrick Delaunay1-0/+14
2024-01-19stm32mp: activate the command stboard for stm32mp25 boardsPatrick Delaunay3-1/+4
2024-01-19stm32mp: stm32prog: add support of stm32mp25Patrick Delaunay1-1/+9
2024-01-19smt32mp: add setup_mac_address for stm32mp25Patrick Delaunay3-57/+72
2024-01-19stm32mp: add setup_serial_number for stm32mp25Patrice Chotard4-27/+32
2024-01-19stm32mp: add soc.c filePatrick Delaunay4-22/+20
2024-01-19configs: stm32mp25: add support of fuse commandPatrick Delaunay1-0/+1
2024-01-19stm32mp: bsec: add support of stm32mp25Patrick Delaunay2-1/+9
2024-01-19stm32mp: bsec: add driver dataPatrick Delaunay1-8/+30
2024-01-19arm: stm32mp: add Rev.B support for STM32MP25Yann Gautier1-0/+3
2024-01-19arm64: dts: st: add bsec support to stm32mp25Patrick Delaunay2-0/+20
2024-01-19ARM: dts: stm32: Fix reset for usart1 in scmi configurationPatrice Chotard1-1/+1
2024-01-19Merge tag 'u-boot-rockchip-20240119' of https://source.denx.de/u-boot/custodi...Tom Rini89-703/+1815
2024-01-19rockchip: rk3128: remove noop fileQuentin Schulz2-14/+0
2024-01-19rockchip: remove unused global data ptrQuentin Schulz7-20/+0
2024-01-19rockchip: find U-boot proper boot device by inverting the logic that sets itQuentin Schulz3-31/+80
2024-01-19rockchip: factor out spl_perform_fixups into common spl-boot-orderQuentin Schulz3-92/+49
2024-01-19rockchip: px30: simplify logic for getting SPL boot medium DT nodeQuentin Schulz1-12/+16
2024-01-19rockchip: rk3399: simplify logic for getting SPL boot medium DT nodeQuentin Schulz1-15/+19
2024-01-19doc: board: anbernic: Update rgxx3 to add new boardsChris Morgan1-6/+14
2024-01-19board: rockchip: Add support for new boards to RGxx3Chris Morgan1-5/+39
2024-01-19rockchip: board: Add board_rng_seed() for all Rockchip devicesChris Morgan2-29/+32
2024-01-19board: rockchip: Refactor panel auto-detect codeChris Morgan1-41/+74
2024-01-19rockchip: rk3328: Set efuse auto mode and timing controlJonas Karlman1-0/+38
2024-01-19rockchip: theobroma-systems: fix modified boot_targets detectionQuentin Schulz1-2/+6
2024-01-19env: migrate env_get_default to call env_get_default_intoQuentin Schulz1-3/+5
2024-01-19env: allow to copy value from default environment into a bufferQuentin Schulz2-0/+18
2024-01-19rockchip: ringneck-px30/puma-rk3399: factor out storage medium selectionQuentin Schulz8-307/+176
2024-01-19rockchip: puma-rk3399: do not hardcode MMC controller pathsQuentin Schulz1-35/+46
2024-01-19rockchip: ringneck-px30: do not hardcode MMC controller pathsQuentin Schulz1-12/+25