1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-09 15:09:19 +01:00
Files
u-boot-megous/drivers
Andre Przywara 8bddb9742b Kconfig: sunxi: prepare for using drivers/ram/sunxi
At the moment all Allwinner DRAM initialisation routines are stored in
arch/arm/mach-sunxi, even though those "drivers" are just a giant
collection of writel's, without any architectural dependency.

The R528/T113-s SoC (with ARM cores) and the D1/D1s Soc (with RISC-V
cores) share the same die, so should share the same DRAM init routines as
well.

To prepare for this, add a new sunxi directory inside drivers/ram, and
add some stub entries to prepare for the addition of the share DRAM code
for those SoCs.

The RISC-V D1(s) SoCs will probably use SPL_DM, so for that SoC this
would be the right directory anyway.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
2023-10-22 23:41:51 +01:00
..
2023-10-22 23:40:47 +01:00
2021-10-05 08:50:15 -04:00
2023-05-02 14:23:58 -04:00
2023-10-11 10:35:24 -04:00
2023-03-02 17:45:58 -05:00
2023-10-22 23:40:56 +01:00
2023-01-20 12:27:24 -05:00
2023-04-25 15:31:28 -04:00