On Fri, Nov 17, 2023 at 04:20:38PM +0530, Naresh Solanki wrote:

> From: Patrick Rudolph <patrick.rudo...@9elements.com>
> 
> Add defconfig & devicetree for IBM SBP1 board BMC based on AST2600 SoC.
> 
> Signed-off-by: Patrick Rudolph <patrick.rudo...@9elements.com>
> Signed-off-by: Naresh Solanki <naresh.sola...@9elements.com>
> ---
> 
>  arch/arm/dts/Makefile         |   4 +-
>  arch/arm/dts/ast2600-sbp1.dts |  96 ++++++++++++++++++++++++++
>  configs/ibm-sbp1_defconfig    | 126 ++++++++++++++++++++++++++++++++++
>  3 files changed, 225 insertions(+), 1 deletion(-)
>  create mode 100644 arch/arm/dts/ast2600-sbp1.dts
>  create mode 100644 configs/ibm-sbp1_defconfig

This new defconfig needs to be listed in one of the MAINTAINERS files,
[snip]
> @@ -0,0 +1,126 @@
> +CONFIG_ARM=y
> +CONFIG_SYS_DCACHE_OFF=y
> +CONFIG_POSITION_INDEPENDENT=y
> +CONFIG_SPL_SYS_THUMB_BUILD=y
> +CONFIG_ARCH_ASPEED=y
> +CONFIG_TEXT_BASE=0x80000000
> +CONFIG_SYS_MALLOC_LEN=0x2000000
> +CONFIG_SYS_MALLOC_F_LEN=0x800
> +CONFIG_ASPEED_AST2600=y
> +CONFIG_TARGET_EVB_AST2600=y

Probably the same one that has CONFIG_TARGET_EVB_AST2600 board code.

-- 
Tom

Attachment: signature.asc
Description: PGP signature

Reply via email to