public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Neha Malcom Francis <n-francis@ti.com>
To: Andrew Davis <afd@ti.com>, Nishanth Menon <nm@ti.com>,
	Tom Rini <trini@konsulko.com>
Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>,
	Sinthu Raja <sinthu.raja@ti.com>,
	Manorit Chawdhry <m-chawdhry@ti.com>, Reid Tonking <reidt@ti.com>,
	Simon Glass <sjg@chromium.org>,
	Robert Nelson <robertcnelson@gmail.com>,
	Jason Kridner <jkridner@beagleboard.org>, <u-boot@lists.denx.de>
Subject: Re: [PATCH V2 2/4] board: beagle: Add BeagleBone AI-64 support
Date: Tue, 7 Nov 2023 11:42:53 +0530	[thread overview]
Message-ID: <0bb13b15-0f53-4e73-b877-13f271f88dbb@ti.com> (raw)
In-Reply-To: <5ef0f949-2ccc-4871-8c3a-3dccc76fca37@ti.com>

Hi Andrew,

On 06/11/23 22:34, Andrew Davis wrote:
> On 11/4/23 3:11 AM, Nishanth Menon wrote:
>> Add base support for BeagleBone AI-64 board support.
>>
>> Further information at  https://beagleboard.org/ai-64
>>
>> Signed-off-by: Nishanth Menon <nm@ti.com>
>> ---
>>   arch/arm/mach-k3/Kconfig                      |    1 +
>>   board/beagle/beagleboneai64/Kconfig           |   59 +
>>   board/beagle/beagleboneai64/Makefile          |   10 +
>>   board/beagle/beagleboneai64/beagleboneai64.c  |   30 +
>>   .../beagle/beagleboneai64/beagleboneai64.env  |   19 +
>>   board/beagle/beagleboneai64/board-cfg.yaml    |   36 +
>>   board/beagle/beagleboneai64/pm-cfg.yaml       |   12 +
>>   board/beagle/beagleboneai64/rm-cfg.yaml       | 3174 +++++++++++++++++
> 
> 95% of this patch is just copy/pasting the board-config yaml files. Same
> for other K3-based boards. I'd expect in practice these files to be near
> completely common between boards using the same SoC. Would be nice to
> inlcude a default .yaml from aarch/arm/mach-k3/<soc> and only override
> the couple options one wants changed for their board.
> 
> Neha,
> 
> Is the above something you would be able to help with? I'm a bit out of my
> element with all this board config schema stuff..
> 

Right, apart from the rm-cfg files, everything else is very similar even across 
SoCs. I think we can take action to have a default YAML for each SoC.

> Thanks,
> Andrew
> 
>>   board/beagle/beagleboneai64/sec-cfg.yaml      |  380 ++
>>   9 files changed, 3721 insertions(+)
>>   create mode 100644 board/beagle/beagleboneai64/Kconfig
>>   create mode 100644 board/beagle/beagleboneai64/Makefile
>>   create mode 100644 board/beagle/beagleboneai64/beagleboneai64.c
>>   create mode 100644 board/beagle/beagleboneai64/beagleboneai64.env
>>   create mode 100644 board/beagle/beagleboneai64/board-cfg.yaml
>>   create mode 100644 board/beagle/beagleboneai64/pm-cfg.yaml
>>   create mode 100644 board/beagle/beagleboneai64/rm-cfg.yaml
>>   create mode 100644 board/beagle/beagleboneai64/sec-cfg.yaml
>>

[...]

-- 
Thanking You
Neha Malcom Francis

  reply	other threads:[~2023-11-07  6:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-04  8:10 [PATCH V2 0/4] board: ti: Add support for BeagleBone AI-64 Nishanth Menon
2023-11-04  8:11 ` [PATCH V2 1/4] arm: dts: Add k3-j721e-beagleboneai64 Nishanth Menon
2023-11-22 20:49   ` Tom Rini
2023-11-04  8:11 ` [PATCH V2 2/4] board: beagle: Add BeagleBone AI-64 support Nishanth Menon
2023-11-06 17:04   ` Andrew Davis
2023-11-07  6:12     ` Neha Malcom Francis [this message]
2023-11-04  8:11 ` [PATCH V2 3/4] configs: Add j721e_beagleboneai64_* configs Nishanth Menon
2023-11-04  8:11 ` [PATCH V2 4/4] doc: board: beagle: Add BeagleBone AI-64 documentation Nishanth Menon

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=0bb13b15-0f53-4e73-b877-13f271f88dbb@ti.com \
    --to=n-francis@ti.com \
    --cc=afd@ti.com \
    --cc=jkridner@beagleboard.org \
    --cc=m-chawdhry@ti.com \
    --cc=nm@ti.com \
    --cc=reidt@ti.com \
    --cc=robertcnelson@gmail.com \
    --cc=sinthu.raja@ti.com \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=xypron.glpk@gmx.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