[PATCH] sbp1: Add support for IBM SBP1 board

Tom Rini trini at konsulko.com
Thu Nov 23 01:53:30 CET 2023


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

> From: Patrick Rudolph <patrick.rudolph at 9elements.com>
> 
> Add defconfig & devicetree for IBM SBP1 board BMC based on AST2600 SoC.
> 
> Signed-off-by: Patrick Rudolph <patrick.rudolph at 9elements.com>
> Signed-off-by: Naresh Solanki <naresh.solanki at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20231122/195c1501/attachment.sig>


More information about the U-Boot mailing list