U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: Naresh Solanki <naresh.solanki@9elements.com>
Cc: u-boot@lists.denx.de,
	Patrick Rudolph <patrick.rudolph@9elements.com>,
	Chia-Wei Wang <chiawei_wang@aspeedtech.com>,
	Ryan Chen <ryan_chen@aspeedtech.com>,
	Simon Glass <sjg@chromium.org>
Subject: Re: [PATCH] sbp1: Add support for IBM SBP1 board
Date: Wed, 22 Nov 2023 19:53:30 -0500	[thread overview]
Message-ID: <20231123005330.GA3085390@bill-the-cat> (raw)
In-Reply-To: <20231117105053.1109399-1-naresh.solanki@9elements.com>

[-- Attachment #1: Type: text/plain, Size: 1176 bytes --]

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

> From: Patrick Rudolph <patrick.rudolph@9elements.com>
> 
> Add defconfig & devicetree for IBM SBP1 board BMC based on AST2600 SoC.
> 
> Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
> Signed-off-by: Naresh Solanki <naresh.solanki@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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

  reply	other threads:[~2023-11-23  0:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-17 10:50 [PATCH] sbp1: Add support for IBM SBP1 board Naresh Solanki
2023-11-23  0:53 ` Tom Rini [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-20  9:12 Naresh Solanki
2023-12-20 19:12 ` Tom Rini
2023-12-20 21:08   ` Naresh Solanki
2023-12-20 22:38     ` Tom Rini
2024-01-02  9:29       ` Patrick Rudolph
2024-01-03  1:51         ` Tom Rini

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=20231123005330.GA3085390@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=chiawei_wang@aspeedtech.com \
    --cc=naresh.solanki@9elements.com \
    --cc=patrick.rudolph@9elements.com \
    --cc=ryan_chen@aspeedtech.com \
    --cc=sjg@chromium.org \
    --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