aboutsummaryrefslogtreecommitdiffstats
path: root/board
Commit message (Expand)AuthorAgeFilesLines
* Merge patch series "Add basic U-Boot Support for J722S-EVM"Tom Rini2024-06-1910-0/+2613
|\
| * board: ti: Introduce basic board files for the J722S familyJayesh Choudhary2024-06-1910-0/+2613
* | board: sk-am69: Define capsule update firmware infoJonathan Humphreys2024-06-181-0/+34
* | board: beagleboneai64: Define capsule update firmware infoJonathan Humphreys2024-06-182-2/+41
* | board: am62px: Define capsule update firmware infoJonathan Humphreys2024-06-181-0/+34
* | board: am62x: Define capsule update firmware infoJonathan Humphreys2024-06-181-0/+34
* | board: beagleplay: Define capsule update firmware infoJonathan Humphreys2024-06-182-2/+36
* | board: j721e: Define capsule update firmware infoJonathan Humphreys2024-06-181-0/+40
* | board: am64x: Define capsule update firmware infoJonathan Humphreys2024-06-181-0/+34
* | board: phytec: phycore-am62x: Use memory nodes in higher boot stagesWadim Egorov2024-06-181-1/+29
* | board: phytec: phycore-am62x: Pull in k3_dfu.envWadim Egorov2024-06-181-0/+2
* | board: phytec: phycore-am62x: Fix CONFIG_SPL_BOARD_INITWadim Egorov2024-06-181-0/+1
* | board: phytec: common: k3: Copy fixed partitions to OS device treeWadim Egorov2024-06-181-0/+10
* | ARM: dts: stm32: Auto-detect second MAC on STM32MP15xx DH electronics DHCOMMarek Vasut2024-06-181-0/+65
* | Merge tag 'xilinx-for-v2024.10-rc1' of https://source.denx.de/u-boot/custodia...WIP/17Jun2024-nextTom Rini2024-06-1714-474/+504
|\ \
| * | xilinx: zynqmp: Enable reset_cpu() in SPLLukas Funke2024-06-171-0/+12
| * | arm64: zynqmp: Enable usb3 for k24 somNeal Frager2024-06-171-13/+10
| * | arm64: zynqmp: Setup multiboot register to 0Michal Simek2024-06-171-0/+1
| * | arm64: versal2: Add support for AMD Versal Gen 2Michal Simek2024-06-177-3/+462
| * | xilinx: versal: Do not prioritize boot device if driver is not enabledVenkatesh Yadav Abbarapu2024-06-171-0/+15
| * | xilinx: zynqmp: Allow multiboot environment write even in saved environmentKory Maincent2024-06-171-4/+4
| * | board: zynqmp: Move zynqmp commands from board/ to arch/Charlie Johnston2024-06-173-454/+0
| |/
* | Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-watchd...WIP/16Jun2024-nextTom Rini2024-06-161-4/+7
|\ \
| * | cyclic: make clients embed a struct cyclic_info in their own data structureRasmus Villemoes2024-06-161-4/+7
| |/
* | Merge tag 'u-boot-rockchip-next-20240615' of https://source.denx.de/u-boot/cu...Tom Rini2024-06-166-0/+111
|\ \
| * | rockchip: add support for Theobroma Systems SOM-RK3588-Q7 Tiger moduleQuentin Schulz2024-06-144-0/+92
| * | board: rockchip: add ArmSoM Sige7 Rk3588 boardJianfeng Liu2024-06-142-0/+19
| |/
* | Merge patch series "introduce basic support for TI's am625-lp-sk"Tom Rini2024-06-141-1/+3
|\ \ | |/ |/|
| * configs: add defconfigs for the am625-lp-skBryan Brattlof2024-06-141-1/+3
* | arm: move _end to linker symbolsIlias Apalodimas2024-06-072-11/+2
* | Merge patch series "*** phyCORE-AM62x: DDR detection / Inject DDR timing delt...Tom Rini2024-06-0711-14/+504
|\ \
| * | board: phytec: am62x: Add support for 1 & 4 GB RAM variantsWadim Egorov2024-06-074-2/+394
| * | board: phytec: common: Introduce a method to inject DDR timings deltasWadim Egorov2024-06-075-3/+99
| * | board: phytec: Fix function definitions in AM6x SOM detectionWadim Egorov2024-06-071-9/+9
| * | board: phytec: Make AM6 SoM detection depend on I2CWadim Egorov2024-06-071-0/+2
* | | Merge patch series "PHYTEC SOM Detection API v3"Tom Rini2024-06-077-30/+407
|\ \ \
| * | | board: phytec: common: k3: Set MACDaniel Schultz2024-06-071-0/+23
| * | | board: phytec: common: Add API v3Daniel Schultz2024-06-076-1/+336
| * | | board: phytec: common: Move API v2 init to new functionDaniel Schultz2024-06-071-15/+23
| * | | board: phytec: common: Define PHYTEC_API2_DATA_LENDaniel Schultz2024-06-072-5/+6
| * | | board: phytec: common: Move eeprom read to new functionDaniel Schultz2024-06-071-14/+24
* | | | board: ti: j784s4: j784s4.env: Set remoteproc firmware namesBeleswar Padhi2024-06-071-0/+6
* | | | Merge patch series "k3-j721e: Enable OF_UPSTREAM for J721E"Tom Rini2024-06-071-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | configs: j721e_sk: Move to separate defconfig for J721E SK boardNeha Malcom Francis2024-06-071-0/+2
* | | | Merge tag 'v2024.07-rc4' into nextTom Rini2024-06-0432-59/+217
|\ \ \ \
| * \ \ \ Merge https://source.denx.de/u-boot/custodians/u-boot-samsungTom Rini2024-06-031-1/+0
| |\ \ \ \
| | * | | | arm: exynos: Migrate E850-96 board to OF_UPSTREAMSam Protsenko2024-05-281-1/+0
| * | | | | Merge branch 'master-cleanup' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2024-06-031-0/+1
| |\ \ \ \ \
| | * | | | | renesas: beacon-rzg2m: Add Marek to MAINTAINER fileAdam Ford2024-06-021-0/+1
| * | | | | | Merge https://source.denx.de/u-boot/custodians/u-boot-riscvWIP/30May2024Tom Rini2024-05-303-17/+101
| |\ \ \ \ \ \