aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-14CI: Move to latest container imageWIP/14Mar2024-nextTom Rini3-3/+3
2024-03-14CI: Cherry-pick reset support for m68k for QEMUTom Rini1-0/+1
2024-03-14CI: Update to using clang-17Tom Rini3-7/+7
2024-03-14Dockerfile: install xilinx-bootgen packageHeinrich Schuchardt1-0/+1
2024-03-14Dockerfile: build fiptoolHeinrich Schuchardt1-0/+10
2024-03-13Merge branch '2024-04-13-assorted-fixes' into nextWIP/13Mar2024-nextTom Rini98-4722/+166
2024-03-13stv0991: Remove stv0991 board and architecture codeTom Rini25-1014/+0
2024-03-13Makefile: Improve generated_defconfig file handlingSam Protsenko3-1/+3
2024-03-13cmd: add FDT setup for bootelf by flagMaxim Moskalets2-3/+47
2024-03-13board: developerbox: fix mem_map setup timingMasahisa Kojima1-39/+21
2024-03-13arm: dts: k3-am64: Move to OF_UPSTREAMAndrew Davis14-3486/+7
2024-03-13initcall: break loop immediately on failureCaleb Connolly1-1/+3
2024-03-13cli: allow users to determine history buffer allocation methodHanyuan Zhao2-11/+36
2024-03-13cli: panic when failed to allocate memory for the history bufferHanyuan Zhao1-1/+1
2024-03-13boards: Remove empty BOARD_SPECIFIC_OPTIONSTom Rini43-141/+0
2024-03-13cmd: rng: Add rng list commandWeizhao Ouyang2-9/+28
2024-03-13driver: rng: Fix SMCCC TRNG crashWeizhao Ouyang1-1/+1
2024-03-13firmware: psci: Fix bind_smccc_features psci checkWeizhao Ouyang2-1/+10
2024-03-13arm64: Enable CONFIG_64BIT for static analysisDan Carpenter1-0/+1
2024-03-13Kconfig: move CONFIG_32/64BIT to arch/KconfigDan Carpenter3-12/+6
2024-03-13fdt: Fix bootm_low handlingMarek Vasut1-2/+2
2024-03-13Merge patch series "Introduce basic support for TI's AM62Px SoC family"Tom Rini48-14/+7325
2024-03-13arm: mach-k3: fixup whitespace in SPDX License IDsBryan Brattlof6-6/+6
2024-03-13doc: board: ti: introduce am62px documentationBryan Brattlof2-0/+290
2024-03-13configs: introduce configs needed for the am62pxBryan Brattlof3-0/+328
2024-03-13arm: dts: introduce am62p5 U-Boot dts filesBryan Brattlof5-0/+3099
2024-03-13dma: ti: k3-udma: Add DMA PSIL mappings for AM62P and J722SVignesh Raghavendra4-0/+332
2024-03-13firmware: ti_sci_static_data: add static DMA channel dataHari Nagalla1-2/+3
2024-03-13board: ti: introduce basic board files for the am62px familyBryan Brattlof10-0/+2379
2024-03-13arch: mach-k3: introduce basic files to support the am62px SoC familyBryan Brattlof8-1/+460
2024-03-13arm: mach-k3: invert logic for split DM firmware configBryan Brattlof1-1/+1
2024-03-13ram: k3-ddrss: enable the am62ax's DDR controller for am62pxBryan Brattlof1-1/+1
2024-03-13arm: mach-k3: am62px: introduce clock and device files for wkup splBryan Brattlof8-1/+418
2024-03-13power: domain: ti: use IS_ENABLED macroBryan Brattlof1-3/+4
2024-03-13soc: add info to identify the am62p SoC familyBryan Brattlof2-0/+5
2024-03-11Merge tag 'v2024.04-rc4' into nextTom Rini725-5345/+2456
2024-03-11Prepare v2024.04-rc4v2024.04-rc4Tom Rini2-2/+2
2024-03-11Merge tag 'u-boot-imx-master-20240311' of https://gitlab.denx.de/u-boot/custo...WIP/11Mar2024Tom Rini9-15/+345
2024-03-11configs: Resync with savedefconfigTom Rini6-14/+14
2024-03-11arm: dts: imx8mp-beacon-kit: Resync DTS with Linux 6.8Adam Ford3-6/+321
2024-03-11toradex: tdx-cfg-block: add 0087 i.mx8m mini product variantJoao Paulo Goncalves2-0/+2
2024-03-11configs: imx8mp_beacon: Fall back to using TF-AAdam Ford1-7/+0
2024-03-11board: phycore_imx8mp: Use 2GHz RAM timings for PCL-070 from pcb_rev 1Benjamin Hahn1-2/+4
2024-03-11board: phytec: common: phytec_som_detection: Add phytec_get_som_typeBenjamin Hahn2-0/+18
2024-03-09Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini1-1/+1
2024-03-09net: phy: Use PHY MDIO address from DT if availableWIP/09Mar2024Marek Vasut1-0/+3
2024-03-07Merge branch '2024-03-07-assorted-fixes' into nextTom Rini35-353/+6141
2024-03-07cmd: md5sum: use hash_commandIgor Opaniuk3-143/+16
2024-03-07autoboot: Add check for result of malloc_cache_aligned()Maks Mishin1-0/+3
2024-03-07serial: pl01x: set baudrate when probingYang Xiwen1-3/+8