[U-Boot] [PATCH v5 1/3] sunxi: add basic V3s support

2017-04-08 Thread Icenowy Zheng
From: Icenowy Zheng Basic U-Boot support is now present for V3s. Some memory addresses are changed specially for V3s, as the original address map cannot fit into a so small DRAM. As the DRAM controller code needs a big refactor, the SPL support is disabled in this version. Signed-off-by: Iceno

[U-Boot] [PATCH v5 1/3] sunxi: add basic V3s support

2017-03-13 Thread Icenowy Zheng
Basic U-Boot support is now present for V3s. Some memory addresses are changed specially for V3s, as the original address map cannot fit into a so small DRAM. As the DRAM controller code needs a big refactor, the SPL support is disabled in this version. Signed-off-by: Icenowy Zheng Acked-by: Ma