All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v5 0/3] Allwinner V3s and Lichee Pi Zero support (w/o SPL)
@ 2017-04-08  7:30 Icenowy Zheng
  2017-04-08  7:30 ` [U-Boot] [PATCH v5 1/3] sunxi: add basic V3s support Icenowy Zheng
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Icenowy Zheng @ 2017-04-08  7:30 UTC (permalink / raw)
  To: u-boot

Allwinner V3s is a SoC with single-core Cortex-A7 and 64MiB DRAM co-packaged
in a eLQFP package, which is suitable for manual soldering.

This patchset adds basic support for it. SPL support is still missing, due
to some reworks on DRAM initialization code is needed.(the co-packaged DRAM
is DDR2, but the DRAM initialization code currently only support DDR3.)

Icenowy Zheng (3):
  sunxi: add basic V3s support
  sunxi: add DTSI file for V3s
  sunxi: add support for Lichee Pi Zero

 arch/arm/dts/Makefile                     |   5 +-
 arch/arm/dts/sun8i-v3s-licheepi-zero.dts  |  83 +++++++++
 arch/arm/dts/sun8i-v3s.dtsi               | 284 ++++++++++++++++++++++++++++++
 arch/arm/include/asm/arch-sunxi/gpio.h    |   1 +
 arch/arm/mach-sunxi/board.c               |   4 +
 arch/arm/mach-sunxi/cpu_info.c            |   2 +
 board/sunxi/Kconfig                       |  15 +-
 board/sunxi/MAINTAINERS                   |   5 +
 configs/LicheePi_Zero_defconfig           |  12 ++
 include/configs/sun8i.h                   |   2 +
 include/configs/sunxi-common.h            |  29 ++-
 include/dt-bindings/clock/sun8i-v3s-ccu.h | 107 +++++++++++
 include/dt-bindings/reset/sun8i-v3s-ccu.h |  78 ++++++++
 13 files changed, 622 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm/dts/sun8i-v3s-licheepi-zero.dts
 create mode 100644 arch/arm/dts/sun8i-v3s.dtsi
 create mode 100644 configs/LicheePi_Zero_defconfig
 create mode 100644 include/dt-bindings/clock/sun8i-v3s-ccu.h
 create mode 100644 include/dt-bindings/reset/sun8i-v3s-ccu.h

-- 
2.12.2

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [U-Boot] [PATCH v5 0/3] Allwinner V3s and Lichee Pi Zero support (w/o SPL)
@ 2017-03-13 17:38 Icenowy Zheng
  0 siblings, 0 replies; 5+ messages in thread
From: Icenowy Zheng @ 2017-03-13 17:38 UTC (permalink / raw)
  To: u-boot

Allwinner V3s is a SoC with single-core Cortex-A7 and 64MiB DRAM co-packaged
in a eLQFP package, which is suitable for manual soldering.

This patchset adds basic support for it. SPL support is still missing, due
to some reworks on DRAM initialization code is needed.(the co-packaged DRAM
is DDR2, but the DRAM initialization code currently only support DDR3.)

Icenowy Zheng (3):
  sunxi: add basic V3s support
  sunxi: add DTSI file for V3s
  sunxi: add support for Lichee Pi Zero

 arch/arm/dts/Makefile                     |   2 +
 arch/arm/dts/sun8i-v3s-licheepi-zero.dts  |  83 +++++++++
 arch/arm/dts/sun8i-v3s.dtsi               | 284 ++++++++++++++++++++++++++++++
 arch/arm/include/asm/arch-sunxi/gpio.h    |   1 +
 arch/arm/mach-sunxi/board.c               |   4 +
 arch/arm/mach-sunxi/cpu_info.c            |   2 +
 board/sunxi/Kconfig                       |  15 +-
 board/sunxi/MAINTAINERS                   |   5 +
 configs/LicheePi_Zero_defconfig           |  12 ++
 include/configs/sun8i.h                   |   2 +
 include/configs/sunxi-common.h            |  31 +++-
 include/dt-bindings/clock/sun8i-v3s-ccu.h | 107 +++++++++++
 include/dt-bindings/reset/sun8i-v3s-ccu.h |  78 ++++++++
 13 files changed, 621 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm/dts/sun8i-v3s-licheepi-zero.dts
 create mode 100644 arch/arm/dts/sun8i-v3s.dtsi
 create mode 100644 configs/LicheePi_Zero_defconfig
 create mode 100644 include/dt-bindings/clock/sun8i-v3s-ccu.h
 create mode 100644 include/dt-bindings/reset/sun8i-v3s-ccu.h

-- 
2.12.0

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

end of thread, other threads:[~2017-04-08  7:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-08  7:30 [U-Boot] [PATCH v5 0/3] Allwinner V3s and Lichee Pi Zero support (w/o SPL) Icenowy Zheng
2017-04-08  7:30 ` [U-Boot] [PATCH v5 1/3] sunxi: add basic V3s support Icenowy Zheng
2017-04-08  7:30 ` [U-Boot] [PATCH v5 2/3] sunxi: add DTSI file for V3s Icenowy Zheng
2017-04-08  7:30 ` [U-Boot] [PATCH v5 3/3] sunxi: add support for Lichee Pi Zero Icenowy Zheng
  -- strict thread matches above, loose matches on Subject: below --
2017-03-13 17:38 [U-Boot] [PATCH v5 0/3] Allwinner V3s and Lichee Pi Zero support (w/o SPL) Icenowy Zheng

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.