diff mbox series

configs: add PineTab defconfig

Message ID 20210906210613.188500-1-arnaud.ferraris@collabora.com
State Accepted
Commit 5427da02bebb3a375f11a5623dea07993ea0d555
Delegated to: Andre Przywara
Headers show
Series configs: add PineTab defconfig | expand

Commit Message

Arnaud Ferraris Sept. 6, 2021, 9:06 p.m. UTC
The PineTab device-tree is already in u-boot, this commit adds the corresponding
defconfig, based on pinephone_defconfig.

Signed-off-by: Arnaud Ferraris <arnaud.ferraris@collabora.com>
---
 board/sunxi/MAINTAINERS   |  5 +++++
 configs/pinetab_defconfig | 10 ++++++++++
 2 files changed, 15 insertions(+)
 create mode 100644 configs/pinetab_defconfig

Comments

Andre Przywara Sept. 6, 2021, 11:47 p.m. UTC | #1
On Mon,  6 Sep 2021 23:06:13 +0200
Arnaud Ferraris <arnaud.ferraris@collabora.com> wrote:

> The PineTab device-tree is already in u-boot, this commit adds the corresponding
> defconfig, based on pinephone_defconfig.
> 
> Signed-off-by: Arnaud Ferraris <arnaud.ferraris@collabora.com>

Reviewed-by: Andre Przywara <andre.przywara@arm.com>

Thanks,
Andre

> ---
>  board/sunxi/MAINTAINERS   |  5 +++++
>  configs/pinetab_defconfig | 10 ++++++++++
>  2 files changed, 15 insertions(+)
>  create mode 100644 configs/pinetab_defconfig
> 
> diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS
> index 4fc26077b2..2543c94de7 100644
> --- a/board/sunxi/MAINTAINERS
> +++ b/board/sunxi/MAINTAINERS
> @@ -471,6 +471,11 @@ M:	Samuel Holland <samuel@sholland.org>
>  S:	Maintained
>  F:	configs/pinephone_defconfig
>  
> +PINETAB BOARD
> +M:	Arnaud Ferraris <arnaud.ferraris@collabora.com>
> +S:	Maintained
> +F:	configs/pinetab_defconfig
> +
>  R16 EVB PARROT BOARD
>  M:	Quentin Schulz <quentin.schulz@free-electrons.com>
>  S:	Maintained
> diff --git a/configs/pinetab_defconfig b/configs/pinetab_defconfig
> new file mode 100644
> index 0000000000..0cc24146b3
> --- /dev/null
> +++ b/configs/pinetab_defconfig
> @@ -0,0 +1,10 @@
> +CONFIG_ARM=y
> +CONFIG_ARCH_SUNXI=y
> +CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-pinetab"
> +CONFIG_SPL=y
> +CONFIG_MACH_SUN50I=y
> +CONFIG_SUNXI_DRAM_LPDDR3_STOCK=y
> +CONFIG_DRAM_CLK=552
> +CONFIG_DRAM_ZQ=3881949
> +CONFIG_MMC_SUNXI_SLOT_EXTRA=2
> +# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
diff mbox series

Patch

diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS
index 4fc26077b2..2543c94de7 100644
--- a/board/sunxi/MAINTAINERS
+++ b/board/sunxi/MAINTAINERS
@@ -471,6 +471,11 @@  M:	Samuel Holland <samuel@sholland.org>
 S:	Maintained
 F:	configs/pinephone_defconfig
 
+PINETAB BOARD
+M:	Arnaud Ferraris <arnaud.ferraris@collabora.com>
+S:	Maintained
+F:	configs/pinetab_defconfig
+
 R16 EVB PARROT BOARD
 M:	Quentin Schulz <quentin.schulz@free-electrons.com>
 S:	Maintained
diff --git a/configs/pinetab_defconfig b/configs/pinetab_defconfig
new file mode 100644
index 0000000000..0cc24146b3
--- /dev/null
+++ b/configs/pinetab_defconfig
@@ -0,0 +1,10 @@ 
+CONFIG_ARM=y
+CONFIG_ARCH_SUNXI=y
+CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-pinetab"
+CONFIG_SPL=y
+CONFIG_MACH_SUN50I=y
+CONFIG_SUNXI_DRAM_LPDDR3_STOCK=y
+CONFIG_DRAM_CLK=552
+CONFIG_DRAM_ZQ=3881949
+CONFIG_MMC_SUNXI_SLOT_EXTRA=2
+# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set