public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2] sunxi: Add Marsboard A10 support
@ 2015-01-19 11:46 Aleksei Mamlin
  2015-01-19 20:03 ` [U-Boot] [linux-sunxi] " Hans de Goede
  0 siblings, 1 reply; 2+ messages in thread
From: Aleksei Mamlin @ 2015-01-19 11:46 UTC (permalink / raw)
  To: u-boot

This patch add support for Marsboard A10 board.

The Marsboard A10 is a A10 based development board with 1G RAM, 1G NAND,
micro SD card slot, SATA 2.0 socket, 10/100 ethernet, mini HDMI port,
1 USB OTG port and 2 USB 2.0 ports. Board does not use the AXP209 pmic,
it does not have a pmic at all.
Board also have 2 expansion 70 pin headers.

Changes since v1:
  Rebased on top of sunxi-wip branch

Signed-off-by: Aleksei Mamlin <mamlinav@gmail.com>
---
 board/sunxi/MAINTAINERS         | 5 +++++
 configs/Marsboard_A10_defconfig | 6 ++++++
 2 files changed, 11 insertions(+)
 create mode 100644 configs/Marsboard_A10_defconfig

diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS
index 16429d4..6c740ec 100644
--- a/board/sunxi/MAINTAINERS
+++ b/board/sunxi/MAINTAINERS
@@ -83,3 +83,8 @@ LINKSPRITE-PCDUINO BOARD
 M:	Zoltan Herpai <wigyori@uid0.hu>
 S:	Maintained
 F:	configs/Linksprite_pcDuino_defconfig
+
+MARSBOARD-A10 BOARD
+M:	Aleksei Mamlin <mamlinav@gmail.com>
+S:	Maintained
+F:	configs/Marsboard_A10_defconfig
diff --git a/configs/Marsboard_A10_defconfig b/configs/Marsboard_A10_defconfig
new file mode 100644
index 0000000..0dff751
--- /dev/null
+++ b/configs/Marsboard_A10_defconfig
@@ -0,0 +1,6 @@
+CONFIG_SPL=y
+CONFIG_SYS_EXTRA_OPTIONS="SUNXI_EMAC,AHCI,USB_EHCI"
+CONFIG_FDTFILE="sun4i-a10-marsboard.dtb"
++S:CONFIG_ARM=y
++S:CONFIG_ARCH_SUNXI=y
++S:CONFIG_MACH_SUN4I=y
-- 
2.0.5

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

* [U-Boot] [linux-sunxi] [PATCH v2] sunxi: Add Marsboard A10 support
  2015-01-19 11:46 [U-Boot] [PATCH v2] sunxi: Add Marsboard A10 support Aleksei Mamlin
@ 2015-01-19 20:03 ` Hans de Goede
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Goede @ 2015-01-19 20:03 UTC (permalink / raw)
  To: u-boot

Hi,

On 19-01-15 12:46, Aleksei Mamlin wrote:
> This patch add support for Marsboard A10 board.
>
> The Marsboard A10 is a A10 based development board with 1G RAM, 1G NAND,
> micro SD card slot, SATA 2.0 socket, 10/100 ethernet, mini HDMI port,
> 1 USB OTG port and 2 USB 2.0 ports. Board does not use the AXP209 pmic,
> it does not have a pmic at all.
> Board also have 2 expansion 70 pin headers.
>
> Changes since v1:
>    Rebased on top of sunxi-wip branch
>
> Signed-off-by: Aleksei Mamlin <mamlinav@gmail.com>

Thanks I've queued this up in u-boot-sunxi/next for going upstream for
the v2015.04 release.

Regards,

Hans


> ---
>   board/sunxi/MAINTAINERS         | 5 +++++
>   configs/Marsboard_A10_defconfig | 6 ++++++
>   2 files changed, 11 insertions(+)
>   create mode 100644 configs/Marsboard_A10_defconfig
>
> diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS
> index 16429d4..6c740ec 100644
> --- a/board/sunxi/MAINTAINERS
> +++ b/board/sunxi/MAINTAINERS
> @@ -83,3 +83,8 @@ LINKSPRITE-PCDUINO BOARD
>   M:	Zoltan Herpai <wigyori@uid0.hu>
>   S:	Maintained
>   F:	configs/Linksprite_pcDuino_defconfig
> +
> +MARSBOARD-A10 BOARD
> +M:	Aleksei Mamlin <mamlinav@gmail.com>
> +S:	Maintained
> +F:	configs/Marsboard_A10_defconfig
> diff --git a/configs/Marsboard_A10_defconfig b/configs/Marsboard_A10_defconfig
> new file mode 100644
> index 0000000..0dff751
> --- /dev/null
> +++ b/configs/Marsboard_A10_defconfig
> @@ -0,0 +1,6 @@
> +CONFIG_SPL=y
> +CONFIG_SYS_EXTRA_OPTIONS="SUNXI_EMAC,AHCI,USB_EHCI"
> +CONFIG_FDTFILE="sun4i-a10-marsboard.dtb"
> ++S:CONFIG_ARM=y
> ++S:CONFIG_ARCH_SUNXI=y
> ++S:CONFIG_MACH_SUN4I=y
>

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

end of thread, other threads:[~2015-01-19 20:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-19 11:46 [U-Boot] [PATCH v2] sunxi: Add Marsboard A10 support Aleksei Mamlin
2015-01-19 20:03 ` [U-Boot] [linux-sunxi] " 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