summaryrefslogtreecommitdiff
path: root/arch/arm/mach-aspeed/ast2600
AgeCommit message (Expand)Author
2024-11-25ast2600: spl: Use readl for reading mmioJoel Stanley
2024-10-11arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-06-07arm: move _end to linker symbolsIlias Apalodimas
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06arm: aspeed: Remove <common.h> and add needed includesTom Rini
2024-03-29arm: move image_copy_start/end to linker symbolsIlias Apalodimas
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini
2022-09-29treewide: Drop image_header_t typedefSimon Glass
2022-07-06aspeed/spl: Remove OVERLAY from linker scriptJoel Stanley
2022-06-28aspeed/ast2600: Fix SPL linker scriptJoel Stanley
2022-06-22ast2600: spl: Add boot mode detectionChia-Wei Wang
2022-06-22configs: ast2600: Move SPL bss section to DRAM spaceChia-Wei Wang
2021-11-17ast2600: spl: Locate load buffer in DRAM spaceChia-Wei Wang
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-18aspeed: Add AST2600 platform supportChia-Wei, Wang