[U-Boot] [PATCH v2 5/5] sun6i: Add new CSQ_CS908 board

2014-11-23 Thread Hans de Goede
The CSQ CS908 is an A31s based top-set box, with 1G RAM, 8G NAND,
rtl8188etv usb wifi, 2 USB A receptacles (1 connected through the OTG
controller), ethernet, 3.5 mm jack with a/v out and hdmi out:

http://www.geekbuying.com/item/CS908-Allwinner-A31S-Quad-Core-1-2GHz-Android-4-4-Mini-TV-Box-HDMI-HDD-Player-1G-8G-WIFI-Miracast---Black-95.html

Note it has no sdcard slot and therefore can only be fel booted.

Signed-off-by: Hans de Goede 
Acked-by: Ian Campbell 
---
 configs/CSQ_CS908_defconfig | 19 +++
 1 file changed, 19 insertions(+)
 create mode 100644 configs/CSQ_CS908_defconfig

diff --git a/configs/CSQ_CS908_defconfig b/configs/CSQ_CS908_defconfig
new file mode 100644
index 000..18fe1f3
--- /dev/null
+++ b/configs/CSQ_CS908_defconfig
@@ -0,0 +1,19 @@
+CONFIG_SPL=y
+CONFIG_SYS_EXTRA_OPTIONS="USB_EHCI"
+CONFIG_FDTFILE="sun6i-a31s-cs908.dtb"
++S:CONFIG_ARM=y
++S:CONFIG_ARCH_SUNXI=y
++S:CONFIG_MACH_SUN6I=y
++S:CONFIG_TARGET_CSQ_CS908=y
++S:CONFIG_DRAM_CLK=432
++S:CONFIG_DRAM_ZQ=123
+# Ethernet phy power
++S:CONFIG_AXP221_DLDO1_VOLT=3300
+# Wifi power
++S:CONFIG_AXP221_ALDO1_VOLT=3300
+# HDMI power ?
++S:CONFIG_AXP221_ALDO2_VOLT=1800
++S:CONFIG_AXP221_ALDO3_VOLT=3000
+# No Vbus gpio for either usb
++S:CONFIG_USB1_VBUS_PIN=""
++S:CONFIG_USB2_VBUS_PIN=""
-- 
2.1.0

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v2 5/5] sun6i: Add new CSQ_CS908 board

2014-12-14 Thread Ian Campbell
On Sun, 2014-11-23 at 14:43 +0100, Hans de Goede wrote:
> The CSQ CS908 is an A31s based top-set box, with 1G RAM, 8G NAND,
> rtl8188etv usb wifi, 2 USB A receptacles (1 connected through the OTG
> controller), ethernet, 3.5 mm jack with a/v out and hdmi out:
> 
> http://www.geekbuying.com/item/CS908-Allwinner-A31S-Quad-Core-1-2GHz-Android-4-4-Mini-TV-Box-HDMI-HDD-Player-1G-8G-WIFI-Miracast---Black-95.html
> 
> Note it has no sdcard slot and therefore can only be fel booted.
> 
> Signed-off-by: Hans de Goede 
> Acked-by: Ian Campbell 
> ---
>  configs/CSQ_CS908_defconfig | 19 +++

Apparently I'm terrible at remembering this during review: this is
missing a MAINTAINERS entry. (MAKEALL warns about this when regenerating
boards.cfg).

Since this patch is only in u-boot-sunxi#next so far do you just want to
fold in an update to add it to your stanza (or add a new appropriate
stanza) and force push? Ack to that plan if you do.

FYI I've just force pushed a similar change adding Chen-Yu's entry to
the Hummingbird A31.

Ian.

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v2 5/5] sun6i: Add new CSQ_CS908 board

2014-12-18 Thread Hans de Goede

Hi,

On 14-12-14 15:57, Ian Campbell wrote:

On Sun, 2014-11-23 at 14:43 +0100, Hans de Goede wrote:

The CSQ CS908 is an A31s based top-set box, with 1G RAM, 8G NAND,
rtl8188etv usb wifi, 2 USB A receptacles (1 connected through the OTG
controller), ethernet, 3.5 mm jack with a/v out and hdmi out:

http://www.geekbuying.com/item/CS908-Allwinner-A31S-Quad-Core-1-2GHz-Android-4-4-Mini-TV-Box-HDMI-HDD-Player-1G-8G-WIFI-Miracast---Black-95.html

Note it has no sdcard slot and therefore can only be fel booted.

Signed-off-by: Hans de Goede 
Acked-by: Ian Campbell 
---
  configs/CSQ_CS908_defconfig | 19 +++


Apparently I'm terrible at remembering this during review: this is
missing a MAINTAINERS entry. (MAKEALL warns about this when regenerating
boards.cfg).


Yeah, I'm bad at remembering to update MAINTAINERS too...


Since this patch is only in u-boot-sunxi#next so far do you just want to
fold in an update to add it to your stanza (or add a new appropriate
stanza) and force push? Ack to that plan if you do.


Done (fixed, forced-push).

I've also fixed the same problem for the new Ippo_q8h_v1.2_defconfig in
my sun8i spl / draminit set in my personal tree.

Regards,

Hans
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v2 5/5] sun6i: Add new CSQ_CS908 board

2014-12-18 Thread Ian Campbell
On Thu, 2014-12-18 at 11:39 +0100, Hans de Goede wrote:
> Hi,
> 
> On 14-12-14 15:57, Ian Campbell wrote:
> > On Sun, 2014-11-23 at 14:43 +0100, Hans de Goede wrote:
> >> The CSQ CS908 is an A31s based top-set box, with 1G RAM, 8G NAND,
> >> rtl8188etv usb wifi, 2 USB A receptacles (1 connected through the OTG
> >> controller), ethernet, 3.5 mm jack with a/v out and hdmi out:
> >>
> >> http://www.geekbuying.com/item/CS908-Allwinner-A31S-Quad-Core-1-2GHz-Android-4-4-Mini-TV-Box-HDMI-HDD-Player-1G-8G-WIFI-Miracast---Black-95.html
> >>
> >> Note it has no sdcard slot and therefore can only be fel booted.
> >>
> >> Signed-off-by: Hans de Goede 
> >> Acked-by: Ian Campbell 
> >> ---
> >>   configs/CSQ_CS908_defconfig | 19 +++
> >
> > Apparently I'm terrible at remembering this during review: this is
> > missing a MAINTAINERS entry. (MAKEALL warns about this when regenerating
> > boards.cfg).
> 
> Yeah, I'm bad at remembering to update MAINTAINERS too...
> 
> > Since this patch is only in u-boot-sunxi#next so far do you just want to
> > fold in an update to add it to your stanza (or add a new appropriate
> > stanza) and force push? Ack to that plan if you do.
> 
> Done (fixed, forced-push).

Thanks.

> I've also fixed the same problem for the new Ippo_q8h_v1.2_defconfig in
> my sun8i spl / draminit set in my personal tree.

Great, that's one less to forget then!

Ian.

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot