All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [RFC PATCH 0/4] sunxi: add support for Allwinner V3s
@ 2016-12-28 19:00 Icenowy Zheng
  2016-12-28 19:00 ` [U-Boot] [RFC PATCH 1/4] sunxi: add DDR2 support to H3-like DRAM controller Icenowy Zheng
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Icenowy Zheng @ 2016-12-28 19:00 UTC (permalink / raw)
  To: u-boot

Hello everyone,

As I received my Lichee Pi Zero board (come with Allwinner V3s), I now ported
mainline u-boot to it, as I cannot bear the BSP provided by Allwinner ;-)

Allwinner V3s is a low-end single-core Cortex-A7 SoC, with 64MB integrated
DRAM, originally targeted on cameras.

Its LQFP package and integrated DRAM makes it easily for any amateur to design
and solder a board for it.

This patchset contains 4 patches, they depends on the following patch:

http://lists.denx.de/pipermail/u-boot/2016-December/276960.html

and

http://lists.denx.de/pipermail/u-boot/2016-December/276961.html .

The first patch introduces DDR2 support to the H3-like DRAM controller driver
in the U-Boot, which is the situation the integrated DRAM in V3s meet.

The second patch adds the basic code for V3s support, and introduces the SPL
for it. With this patch, the code can compile, but cannot run.

The third patch introduces a "stub" device tree for V3s and the Lichee Pi Zero
board. As they have now no mainline kernel support, the devicetree is only
written to enable the UART on the chip.

the fourth patch specially changed some memory space settings for U-Boot for
V3s, which made it suitable for the 64MiB integrated DRAM.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-01-05 22:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-28 19:00 [U-Boot] [RFC PATCH 0/4] sunxi: add support for Allwinner V3s Icenowy Zheng
2016-12-28 19:00 ` [U-Boot] [RFC PATCH 1/4] sunxi: add DDR2 support to H3-like DRAM controller Icenowy Zheng
2017-01-05 22:37   ` Maxime Ripard
2016-12-28 19:00 ` [U-Boot] [RFC PATCH 2/4] sunxi: add basic V3s support Icenowy Zheng
2016-12-28 19:01 ` [U-Boot] [RFC PATCH 3/4] sunxi: add stub device trees for V3s and Lichee Pi Zero board Icenowy Zheng
2016-12-28 19:01 ` [U-Boot] [RFC PATCH 4/4] sunxi: low memory footprint for V3s Icenowy Zheng
2017-01-05 22:39   ` Maxime Ripard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.