From: Vagrant Cascadian Date: Thu, 22 Dec 2016 04:44:44 +0000 (+0000) Subject: sunxi-add-orangepi-zero-defconfig X-Git-Tag: archive/raspbian/2016.11+dfsg1-3+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=30eb3ae5cd9f0cdb2170ee391b39575f0a8481c6;p=u-boot.git sunxi-add-orangepi-zero-defconfig From f4916521c6971dba1626d009db8ae412d1f494b2 Mon Sep 17 00:00:00 2001 From: Icenowy Zheng Date: Fri, 16 Dec 2016 22:35:02 +0800 Subject: [PATCH 2/2] sunxi: add orangepi zero defconfig Orange Pi Zero is a board designed by Xunlong. It has an Allwinner H2+ SoC (similar to H3, which shares the same SoC ID), 256MB/512MB RAM, Allwinner XR819 SDIO Wi-Fi, a MicroUSB port which is used to power the board (also capable of OTG), a USB Type-A socket and a MicroSD slot. Signed-off-by: Icenowy Zheng Reviewed-by: Jagan Teki Gbp-Pq: Topic orangepi_zero Gbp-Pq: Name 0002-sunxi-add-orangepi-zero-defconfig.patch --- diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS index d7dc55bfc..73b4a51a7 100644 --- a/board/sunxi/MAINTAINERS +++ b/board/sunxi/MAINTAINERS @@ -232,6 +232,11 @@ M: Jelle van der Waa S: Maintained F: configs/nanopi_neo_defconfig +ORANGEPI ZERO BOARD +M: Icenowy Zheng +S: Maintained +F: configs/orangepi_zero_defconfig + R16 EVB PARROT BOARD M: Quentin Schulz S: Maintained diff --git a/configs/orangepi_zero_defconfig b/configs/orangepi_zero_defconfig new file mode 100644 index 000000000..8813927bc --- /dev/null +++ b/configs/orangepi_zero_defconfig @@ -0,0 +1,15 @@ +CONFIG_ARM=y +CONFIG_ARCH_SUNXI=y +CONFIG_MACH_SUN8I_H3=y +CONFIG_DRAM_CLK=672 +CONFIG_DRAM_ZQ=3881979 +CONFIG_DRAM_ODT_EN=y +CONFIG_DEFAULT_DEVICE_TREE="sun8i-h2-plus-orangepi-zero" +# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set +CONFIG_CONSOLE_MUX=y +CONFIG_SPL=y +# CONFIG_CMD_IMLS is not set +# CONFIG_CMD_FLASH is not set +# CONFIG_CMD_FPGA is not set +CONFIG_SUN8I_EMAC=y +CONFIG_USB_EHCI_HCD=y