* [U-Boot] [PATCH] sunxi: Ampe A76 support
@ 2015-02-02 22:04 Paul Kocialkowski
2015-02-03 7:49 ` Hans de Goede
0 siblings, 1 reply; 2+ messages in thread
From: Paul Kocialkowski @ 2015-02-02 22:04 UTC (permalink / raw)
To: u-boot
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
---
board/sunxi/MAINTAINERS | 5 +++++
configs/Ampe_A76_defconfig | 15 +++++++++++++++
2 files changed, 20 insertions(+)
create mode 100644 configs/Ampe_A76_defconfig
diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS
index faa413c..f61144d 100644
--- a/board/sunxi/MAINTAINERS
+++ b/board/sunxi/MAINTAINERS
@@ -46,6 +46,11 @@ S: Maintained
F: board/sunxi/dram_a20_olinuxino_l2.c
F: configs/A20-OLinuXino-Lime2_defconfig
+AMPE A76 BOARD
+M: Paul Kocialkowski <contact@paulk.fr>
+S: Maintained
+F: configs/Ampe_A76_defconfig
+
COLOMBUS BOARD
M: Maxime Ripard <maxime.ripard@free-electrons.com>
S: Maintained
diff --git a/configs/Ampe_A76_defconfig b/configs/Ampe_A76_defconfig
new file mode 100644
index 0000000..2054fc3
--- /dev/null
+++ b/configs/Ampe_A76_defconfig
@@ -0,0 +1,15 @@
+CONFIG_SPL=y
+CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=2,AXP209_POWER"
+CONFIG_FDTFILE="sun5i-a13-ampe-a76.dtb"
+CONFIG_USB_MUSB_SUNXI=y
+CONFIG_USB0_VBUS_PIN="PG12"
+CONFIG_VIDEO_LCD_MODE="x:800,y:480,depth:18,pclk_khz:33000,le:45,ri:82,up:22,lo:22,hs:1,vs:1,sync:3,vmode:0"
+CONFIG_VIDEO_LCD_POWER="AXP0-0"
+CONFIG_VIDEO_LCD_BL_EN="AXP0-1"
+CONFIG_VIDEO_LCD_BL_PWM="PB2"
++S:CONFIG_ARM=y
++S:CONFIG_ARCH_SUNXI=y
++S:CONFIG_MACH_SUN5I=y
++S:CONFIG_DRAM_CLK=432
++S:CONFIG_DRAM_ZQ=123
++S:CONFIG_DRAM_EMR1=4
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] sunxi: Ampe A76 support
2015-02-02 22:04 [U-Boot] [PATCH] sunxi: Ampe A76 support Paul Kocialkowski
@ 2015-02-03 7:49 ` Hans de Goede
0 siblings, 0 replies; 2+ messages in thread
From: Hans de Goede @ 2015-02-03 7:49 UTC (permalink / raw)
To: u-boot
Hi,
On 02-02-15 23:04, Paul Kocialkowski wrote:
> Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Thanks I've queued this up for merging in u-boot-sunxi/next.
Regards,
Hans
> ---
> board/sunxi/MAINTAINERS | 5 +++++
> configs/Ampe_A76_defconfig | 15 +++++++++++++++
> 2 files changed, 20 insertions(+)
> create mode 100644 configs/Ampe_A76_defconfig
>
> diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS
> index faa413c..f61144d 100644
> --- a/board/sunxi/MAINTAINERS
> +++ b/board/sunxi/MAINTAINERS
> @@ -46,6 +46,11 @@ S: Maintained
> F: board/sunxi/dram_a20_olinuxino_l2.c
> F: configs/A20-OLinuXino-Lime2_defconfig
>
> +AMPE A76 BOARD
> +M: Paul Kocialkowski <contact@paulk.fr>
> +S: Maintained
> +F: configs/Ampe_A76_defconfig
> +
> COLOMBUS BOARD
> M: Maxime Ripard <maxime.ripard@free-electrons.com>
> S: Maintained
> diff --git a/configs/Ampe_A76_defconfig b/configs/Ampe_A76_defconfig
> new file mode 100644
> index 0000000..2054fc3
> --- /dev/null
> +++ b/configs/Ampe_A76_defconfig
> @@ -0,0 +1,15 @@
> +CONFIG_SPL=y
> +CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=2,AXP209_POWER"
> +CONFIG_FDTFILE="sun5i-a13-ampe-a76.dtb"
> +CONFIG_USB_MUSB_SUNXI=y
> +CONFIG_USB0_VBUS_PIN="PG12"
> +CONFIG_VIDEO_LCD_MODE="x:800,y:480,depth:18,pclk_khz:33000,le:45,ri:82,up:22,lo:22,hs:1,vs:1,sync:3,vmode:0"
> +CONFIG_VIDEO_LCD_POWER="AXP0-0"
> +CONFIG_VIDEO_LCD_BL_EN="AXP0-1"
> +CONFIG_VIDEO_LCD_BL_PWM="PB2"
> ++S:CONFIG_ARM=y
> ++S:CONFIG_ARCH_SUNXI=y
> ++S:CONFIG_MACH_SUN5I=y
> ++S:CONFIG_DRAM_CLK=432
> ++S:CONFIG_DRAM_ZQ=123
> ++S:CONFIG_DRAM_EMR1=4
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-03 7:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-02 22:04 [U-Boot] [PATCH] sunxi: Ampe A76 support Paul Kocialkowski
2015-02-03 7:49 ` Hans de Goede
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox