aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2023-11-22arm: k3: Enable instruction cache for main domain SPLJoao Paulo Goncalves
2023-11-22arm: dts: k3-am62a*: Sync with kernel v6.7-rc1Nishanth Menon
2023-11-22arm: mach-k3: am62a: Add main_timer0 id to the dev listNishanth Menon
2023-11-22arm: dts: k3-j721e-*: Sync with kernel v6.7-rc1Neha Malcom Francis
2023-11-22board: beagle: Add BeagleBone AI-64 supportNishanth Menon
2023-11-22arm: dts: Add k3-j721e-beagleboneai64Robert Nelson
2023-11-22board: Move omap3 beagle under beagle vendor folderNishanth Menon
2023-11-22board: Move beagleplay under beagle vendor folderNishanth Menon
2023-11-22arm: dts: k3-am625-beagleplay-u-boot/r5: Just depend on k3-binman.dtsiNishanth Menon
2023-11-22arm: mach-k3: j721e: Improve support for UDA FSNishanth Menon
2023-11-22arm: mach-k3: arm64-mmu: Refactor to be independent of boardNishanth Menon
2023-11-22board: ti: j721e: Select SOC_K3_J721E_J7200 for J7200evmNishanth Menon
2023-11-22arm: mach-k3: Kconfig: Introduce a symbol to indicate J7200Nishanth Menon
2023-11-22arm: mach-k3: Move TI dummy keys out of board folderNishanth Menon
2023-11-22arm: mach-k3: Move K3 degenerate keys out of board folderNishanth Menon
2023-11-22arm: mach-k3: Move sysfw-loader into R5 directoryAndrew Davis
2023-11-22arm: mach-k3: Remove incorrect checks for SPL buildAndrew Davis
2023-11-22arm: mach-k3: Move R5 specific code into new r5/ directoryAndrew Davis
2023-11-22arm: mach-k3: j721s2: Move board selection to mach-k3Andrew Davis
2023-11-22arm: mach-k3: am62ax: Move board selection to mach-k3Andrew Davis
2023-11-22arm: mach-k3: am62x: Move board selection to mach-k3Andrew Davis
2023-11-22arm: mach-k3: am64x: Move board selection to mach-k3Andrew Davis
2023-11-22arm: mach-k3: am65x: Move board selection to mach-k3Andrew Davis
2023-11-22arm: mach-k3: j721e: Move board selection to mach-k3Andrew Davis
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini
2023-11-17Revert "arm64: Use FEAT_HAFDBS to track dirty pages when available"Chris Packham
2023-11-17Revert "arm64: Use level-2 for largest block mappings when FEAT_HAFDBS is pre...Chris Packham
2023-11-17Revert "armv8: enable HAFDBS for other ELx when FEAT_HAFDBS is present"Chris Packham
2023-11-17imx: spl_imx_romapi: fix emmc fast boot mode caseMarcel Ziswiler
2023-11-17imx: spl_imx_romapi: fix comment about stream(usb) download failureMarcel Ziswiler
2023-11-17Merge branch '2023-11-16-assorted-updates' into nextTom Rini
2023-11-16powerpc: mpc8xx: Remove usage of common.hChristophe Leroy
2023-11-16spl: Only support bl_len when we have toSean Anderson
2023-11-16spl: Remove filename from spl_load_infoSean Anderson
2023-11-16spl: Refactor spl_load_info->read to use units of bytesSean Anderson
2023-11-16spl: Remove NULL assignments in spl_load_infoSean Anderson
2023-11-16Merge patch series "nand: Add sandbox tests"Tom Rini
2023-11-16arm: Enable SYS_THUMB_BUILD on AT91Sean Anderson
2023-11-16test: spl: Add a test for NANDSean Anderson
2023-11-16nand: Add sandbox driverSean Anderson
2023-11-16arch: sandbox: Add function to create temporary filesSean Anderson
2023-11-14sandbox: Close file after mmaping itSean Anderson
2023-11-13Merge tag 'u-boot-stm32-20231113' of https://source.denx.de/u-boot/custodians...Tom Rini
2023-11-13stm32mp2: initial supportPatrice Chotard
2023-11-13ARM: dts: stm32: Add STM32MP257F Evaluation board supportPatrice Chotard
2023-11-13stm32mp: bsec: Fix AARCH64 compilation warningsPatrice Chotard
2023-11-13stm32mp: dram_init: Limit DDR usage under 4GB boundary for STM32MPPatrice Chotard
2023-11-13stm32mp: dram_init: Fix AARCH64 compilation warningsPatrick Delaunay
2023-11-13stm32mp: dram_init: Get RAM size from DT if no RAM driver foundPatrice Chotard
2023-11-13arm: caches: Make DCACHE_DEFAULT_OPTION accessible for ARM64 archPatrice Chotard