[U-Boot] [PATCH] arm: sunxi: Add support for Pengpod 1000 tablet

Jagan Teki jagannadh.teki at gmail.com
Thu May 31 18:15:52 UTC 2018


On Wed, May 30, 2018 at 10:31 PM, Bob Ham <rah at settrans.net> wrote:
> This is initial support for the Pengpod 1000 tablet.  The display is
> not currently working but the UART works fine and allows access to the
> u-boot console.  Memory timing is fine and Linux boots from SD card
> and runs OK.
>
> Signed-off-by: Bob Ham <rah at settrans.net>
> ---
>  arch/arm/dts/Makefile                   |   1 +
>  arch/arm/dts/sun4i-a10-pengpod-1000.dts | 246 ++++++++++++++++++++++++++++++++
>  configs/PengPod_1000_defconfig          |  22 +++
>  3 files changed, 269 insertions(+)
>  create mode 100644 arch/arm/dts/sun4i-a10-pengpod-1000.dts
>  create mode 100644 configs/PengPod_1000_defconfig
>
> diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
> index a0349a8975..49dcf22984 100644
> --- a/arch/arm/dts/Makefile
> +++ b/arch/arm/dts/Makefile
> @@ -265,6 +265,7 @@ dtb-$(CONFIG_MACH_SUN4I) += \
>         sun4i-a10-olinuxino-lime.dtb \
>         sun4i-a10-pcduino.dtb \
>         sun4i-a10-pcduino2.dtb \
> +       sun4i-a10-pengpod-1000.dtb \

Is Linux supported this dts or in ML? couldn't find either?


More information about the U-Boot mailing list