u-boot-amlogic.groups.io archive mirror
 help / color / mirror / Atom feed
From: "Neil Armstrong" <neil.armstrong@linaro.org>
To: u-boot-amlogic@groups.io, christianshewitt@gmail.com
Cc: u-boot@lists.denx.de, linux-amlogic@lists.infradead.org
Subject: Re: [PATCH 12/13] boards: amlogic: add WeTek Hub and WeTek Play2 defconfig
Date: Thu, 23 Mar 2023 09:52:39 +0100	[thread overview]
Message-ID: <28326108-e43b-3aeb-43b0-18342faa4b9c@linaro.org> (raw)
In-Reply-To: <61A15528-D55A-413A-ACCC-CFCE6422DFCA@gmail.com>

On 23/03/2023 08:04, Christian Hewitt wrote:
> 
> 
>> On 23 Mar 2023, at 10:54 am, Christian Hewitt via groups.io <christianshewitt=gmail.com@groups.io> wrote:
>>
>> Add configurations for the WeTek Hub and WeTek Play2 boards along
>> with files for the wetek-gxbb board family to ensure the ethernet
>> MAC is correctly discovered. Set myself as the maintainer for the
>> board family.
> 
> ^ should read just "Add configurations for the WeTek Hub and WeTek Play2
> boards” as the board-family changes were dropped (not needed). I can
> send a v2 for this patch alone (or would you prefer the series?)

Please send a v2 of the whole serie including the doc fixes!

Thanks,
Neil

> 
> Christian
> 
>>
>> Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
>> ---
>> board/amlogic/p200/MAINTAINERS |  2 +
>> configs/wetek-hub_defconfig    | 70 ++++++++++++++++++++++++++++++++++
>> configs/wetek-play2_defconfig  | 70 ++++++++++++++++++++++++++++++++++
>> 3 files changed, 142 insertions(+)
>> create mode 100644 configs/wetek-hub_defconfig
>> create mode 100644 configs/wetek-play2_defconfig
>>
>> diff --git a/board/amlogic/p200/MAINTAINERS b/board/amlogic/p200/MAINTAINERS
>> index 33ca3df5c6..264218e3be 100644
>> --- a/board/amlogic/p200/MAINTAINERS
>> +++ b/board/amlogic/p200/MAINTAINERS
>> @@ -7,6 +7,8 @@ F:	board/amlogic/p200/
>> F:	configs/nanopi-k2_defconfig
>> F:	configs/odroid-c2_defconfig
>> F:	configs/p200_defconfig
>> +F:	configs/wetek-hub_defconfig
>> +F:	configs/wetek-play2_defconfig
>> F:	doc/board/amlogic/p200.rst
>> F:	doc/board/amlogic/nanopi-k2.rst
>> F:	doc/board/amlogic/odroid-c2.rst
>> diff --git a/configs/wetek-hub_defconfig b/configs/wetek-hub_defconfig
>> new file mode 100644
>> index 0000000000..634833f7fe
>> --- /dev/null
>> +++ b/configs/wetek-hub_defconfig
>> @@ -0,0 +1,70 @@
>> +CONFIG_ARM=y
>> +CONFIG_ARCH_MESON=y
>> +CONFIG_TEXT_BASE=0x01000000
>> +CONFIG_SYS_LOAD_ADDR=0x1000000
>> +CONFIG_NR_DRAM_BANKS=1
>> +CONFIG_ENV_SIZE=0x2000
>> +CONFIG_DM_GPIO=y
>> +CONFIG_DEBUG_UART_BASE=0xc81004c0
>> +CONFIG_DEBUG_UART_CLOCK=24000000
>> +CONFIG_IDENT_STRING=" wetek-hub"
>> +CONFIG_DEFAULT_DEVICE_TREE="meson-gxbb-wetek-hub"
>> +CONFIG_DEBUG_UART=y
>> +CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
>> +CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x20000000
>> +CONFIG_OF_BOARD_SETUP=y
>> +# CONFIG_DISPLAY_CPUINFO is not set
>> +CONFIG_MISC_INIT_R=y
>> +# CONFIG_CMD_BDI is not set
>> +# CONFIG_CMD_IMI is not set
>> +CONFIG_CMD_ADC=y
>> +CONFIG_CMD_GPIO=y
>> +CONFIG_CMD_I2C=y
>> +# CONFIG_CMD_LOADS is not set
>> +CONFIG_CMD_MMC=y
>> +CONFIG_CMD_USB=y
>> +# CONFIG_CMD_SETEXPR is not set
>> +CONFIG_CMD_REGULATOR=y
>> +CONFIG_OF_CONTROL=y
>> +CONFIG_SYS_RELOC_GD_ENV_ADDR=y
>> +CONFIG_NET_RANDOM_ETHADDR=y
>> +CONFIG_SARADC_MESON=y
>> +CONFIG_DM_I2C=y
>> +CONFIG_SYS_I2C_MESON=y
>> +CONFIG_DM_MMC=y
>> +CONFIG_MMC_MESON_GX=y
>> +CONFIG_PHY_REALTEK=y
>> +CONFIG_DM_ETH=y
>> +CONFIG_ETH_DESIGNWARE_MESON8B=y
>> +CONFIG_PHY=y
>> +CONFIG_MESON_GXBB_USB_PHY=y
>> +CONFIG_PINCTRL=y
>> +CONFIG_PINCTRL_MESON_GXBB=y
>> +CONFIG_POWER_DOMAIN=y
>> +CONFIG_MESON_EE_POWER_DOMAIN=y
>> +CONFIG_DM_REGULATOR=y
>> +CONFIG_DM_REGULATOR_FIXED=y
>> +CONFIG_DM_REGULATOR_GPIO=y
>> +CONFIG_DM_RESET=y
>> +CONFIG_DEBUG_UART_ANNOUNCE=y
>> +CONFIG_DEBUG_UART_SKIP_INIT=y
>> +CONFIG_MESON_SERIAL=y
>> +CONFIG_SYSINFO=y
>> +CONFIG_SYSINFO_SMBIOS=y
>> +CONFIG_USB=y
>> +CONFIG_DM_USB=y
>> +CONFIG_USB_DWC2=y
>> +CONFIG_USB_KEYBOARD=y
>> +CONFIG_VIDEO=y
>> +# CONFIG_VIDEO_BPP8 is not set
>> +# CONFIG_VIDEO_BPP16 is not set
>> +CONFIG_SYS_WHITE_ON_BLACK=y
>> +CONFIG_VIDEO_MESON=y
>> +CONFIG_VIDEO_DT_SIMPLEFB=y
>> +CONFIG_SPLASH_SCREEN=y
>> +CONFIG_SPLASH_SCREEN_ALIGN=y
>> +CONFIG_VIDEO_BMP_RLE8=y
>> +CONFIG_BMP_16BPP=y
>> +CONFIG_BMP_24BPP=y
>> +CONFIG_BMP_32BPP=y
>> +CONFIG_OF_LIBFDT_OVERLAY=y
>> diff --git a/configs/wetek-play2_defconfig b/configs/wetek-play2_defconfig
>> new file mode 100644
>> index 0000000000..6d33b09a94
>> --- /dev/null
>> +++ b/configs/wetek-play2_defconfig
>> @@ -0,0 +1,70 @@
>> +CONFIG_ARM=y
>> +CONFIG_ARCH_MESON=y
>> +CONFIG_TEXT_BASE=0x01000000
>> +CONFIG_SYS_LOAD_ADDR=0x1000000
>> +CONFIG_NR_DRAM_BANKS=1
>> +CONFIG_ENV_SIZE=0x2000
>> +CONFIG_DM_GPIO=y
>> +CONFIG_DEBUG_UART_BASE=0xc81004c0
>> +CONFIG_DEBUG_UART_CLOCK=24000000
>> +CONFIG_IDENT_STRING=" wetek-play2"
>> +CONFIG_DEFAULT_DEVICE_TREE="meson-gxbb-wetek-play2"
>> +CONFIG_DEBUG_UART=y
>> +CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
>> +CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x20000000
>> +CONFIG_OF_BOARD_SETUP=y
>> +# CONFIG_DISPLAY_CPUINFO is not set
>> +CONFIG_MISC_INIT_R=y
>> +# CONFIG_CMD_BDI is not set
>> +# CONFIG_CMD_IMI is not set
>> +CONFIG_CMD_ADC=y
>> +CONFIG_CMD_GPIO=y
>> +CONFIG_CMD_I2C=y
>> +# CONFIG_CMD_LOADS is not set
>> +CONFIG_CMD_MMC=y
>> +CONFIG_CMD_USB=y
>> +# CONFIG_CMD_SETEXPR is not set
>> +CONFIG_CMD_REGULATOR=y
>> +CONFIG_OF_CONTROL=y
>> +CONFIG_SYS_RELOC_GD_ENV_ADDR=y
>> +CONFIG_NET_RANDOM_ETHADDR=y
>> +CONFIG_SARADC_MESON=y
>> +CONFIG_DM_I2C=y
>> +CONFIG_SYS_I2C_MESON=y
>> +CONFIG_DM_MMC=y
>> +CONFIG_MMC_MESON_GX=y
>> +CONFIG_PHY_REALTEK=y
>> +CONFIG_DM_ETH=y
>> +CONFIG_ETH_DESIGNWARE_MESON8B=y
>> +CONFIG_PHY=y
>> +CONFIG_MESON_GXBB_USB_PHY=y
>> +CONFIG_PINCTRL=y
>> +CONFIG_PINCTRL_MESON_GXBB=y
>> +CONFIG_POWER_DOMAIN=y
>> +CONFIG_MESON_EE_POWER_DOMAIN=y
>> +CONFIG_DM_REGULATOR=y
>> +CONFIG_DM_REGULATOR_FIXED=y
>> +CONFIG_DM_REGULATOR_GPIO=y
>> +CONFIG_DM_RESET=y
>> +CONFIG_DEBUG_UART_ANNOUNCE=y
>> +CONFIG_DEBUG_UART_SKIP_INIT=y
>> +CONFIG_MESON_SERIAL=y
>> +CONFIG_SYSINFO=y
>> +CONFIG_SYSINFO_SMBIOS=y
>> +CONFIG_USB=y
>> +CONFIG_DM_USB=y
>> +CONFIG_USB_DWC2=y
>> +CONFIG_USB_KEYBOARD=y
>> +CONFIG_VIDEO=y
>> +# CONFIG_VIDEO_BPP8 is not set
>> +# CONFIG_VIDEO_BPP16 is not set
>> +CONFIG_SYS_WHITE_ON_BLACK=y
>> +CONFIG_VIDEO_MESON=y
>> +CONFIG_VIDEO_DT_SIMPLEFB=y
>> +CONFIG_SPLASH_SCREEN=y
>> +CONFIG_SPLASH_SCREEN_ALIGN=y
>> +CONFIG_VIDEO_BMP_RLE8=y
>> +CONFIG_BMP_16BPP=y
>> +CONFIG_BMP_24BPP=y
>> +CONFIG_BMP_32BPP=y
>> +CONFIG_OF_LIBFDT_OVERLAY=y
>> -- 
>> 2.34.1
>>
>>
>>
>>
>>
>>
> 
> 
> 
> 
> 
> 


      reply	other threads:[~2023-03-23  8:52 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-23  6:54 [PATCH 00/13] boards: amlogic: add BananaPi/Radxa/WeTek boards Christian Hewitt
2023-03-23  6:54 ` [PATCH 01/13] docs: boards: amlogic: add bananapi-m5 to u200 maintainer file Christian Hewitt
2023-03-23  8:48   ` Neil Armstrong
2023-03-23  6:54 ` [PATCH 02/13] ARM: dts: add support for BananaPi M2-Pro Christian Hewitt
2023-03-23  8:50   ` Neil Armstrong
2023-03-23  6:54 ` [PATCH 03/13] boards: add BananaPi M2-Pro defconfig Christian Hewitt
2023-03-23  8:50   ` Neil Armstrong
2023-03-23  6:54 ` [PATCH 04/13] docs: boards: amlogic: add documentation for BananaPi M2-Pro Christian Hewitt
2023-03-23  8:50   ` Neil Armstrong
2023-03-23  6:54 ` [PATCH 05/13] ARM: dts: add support for BananaPi M2S Christian Hewitt
2023-03-23  8:50   ` Neil Armstrong
2023-03-23  6:54 ` [PATCH 06/13] boards: add BananaPi M2S defconfig Christian Hewitt
2023-03-23  8:51   ` Neil Armstrong
2023-03-23  6:54 ` [PATCH 07/13] docs: boards: amlogic: add documentation for BananaPi M2S Christian Hewitt
2023-03-23  6:54 ` [PATCH 08/13] ARM: dts: add support for Radxa Zero2 Christian Hewitt
2023-03-23  8:51   ` Neil Armstrong
2023-03-23  6:54 ` [PATCH 09/13] boards: amlogic: add Radxa Zero2 defconfig Christian Hewitt
2023-03-23  8:51   ` Neil Armstrong
2023-03-23  6:54 ` [PATCH 10/13] doc: boards: amlogic: add documentation for Radxa Zero2 Christian Hewitt
2023-03-23  6:54 ` [PATCH 11/13] ARM: dts: add support for WeTek Hub and WeTek Play2 Christian Hewitt
2023-03-23  8:51   ` Neil Armstrong
2023-03-23  6:54 ` [PATCH 12/13] boards: amlogic: add WeTek Hub and WeTek Play2 defconfig Christian Hewitt
2023-03-23  6:54 ` [PATCH 13/13] doc: boards: amlogic: add documentation for WeTek Hub and WeTek Play2 Christian Hewitt
     [not found] ` <174EF9F0421CB2CD.22739@groups.io>
2023-03-23  7:04   ` [PATCH 12/13] boards: amlogic: add WeTek Hub and WeTek Play2 defconfig Christian Hewitt
2023-03-23  8:52     ` Neil Armstrong [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=28326108-e43b-3aeb-43b0-18342faa4b9c@linaro.org \
    --to=neil.armstrong@linaro.org \
    --cc=christianshewitt@gmail.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=u-boot-amlogic@groups.io \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).