public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: Nishanth Menon <nm@ti.com>
Cc: Andrew Davis <afd@ti.com>,
	Heinrich Schuchardt <xypron.glpk@gmx.de>,
	Sinthu Raja <sinthu.raja@ti.com>,
	Manorit Chawdhry <m-chawdhry@ti.com>, Reid Tonking <reidt@ti.com>,
	Neha Malcom Francis <n-francis@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 14/15] board: ti: Add j721e_beagleboneai64_* config fragments and env file
Date: Fri, 3 Nov 2023 16:20:49 -0400	[thread overview]
Message-ID: <20231103202049.GV496310@bill-the-cat> (raw)
In-Reply-To: <20231103190629.flhz4cr5wyjyym2g@remix>

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

On Fri, Nov 03, 2023 at 02:06:29PM -0500, Nishanth Menon wrote:
> On 13:51-20231103, Andrew Davis wrote:
> > On 11/2/23 7:38 PM, Nishanth Menon wrote:
> > > Add defconfig fragments for J721E based BeagleBone AI-64 and
> > > corresponding customized environment.
> > > 
> > > Signed-off-by: Nishanth Menon <nm@ti.com>
> > > ---
> > >   board/ti/j721e/beagleboneai64.env        | 19 ++++++++
> > >   board/ti/j721e/beagleboneai64_a72.config | 55 ++++++++++++++++++++++++
> > >   board/ti/j721e/beagleboneai64_r5.config  | 19 ++++++++
> > 
> > Beagle boards are not TI boards, add the board support to board/beagle/
> 
> Huh, why bring in commercials and organization changes here? am335x
> and am62 are under the TI umbrella.
> 
> $ git grep beagle board/|cut -d ':' -f1|sort -u
> board/ti/am335x/board.c
> board/ti/am335x/board.h
> board/ti/am57xx/board.c
> board/ti/am62x/beagleplay_a53.config
> board/ti/am62x/beagleplay_r5.config
> board/ti/am62x/MAINTAINERS
> board/ti/beagle/beagle.c
> board/ti/beagle/Kconfig
> board/ti/beagle/led.c
> board/ti/beagle/MAINTAINERS
> board/ti/beagle/Makefile
> board/ti/j721e/beagleboneai64_a72.config
> board/ti/j721e/beagleboneai64_r5.config
> board/ti/j721e/MAINTAINERS
> board/timll/devkit8000/README

So, yeah, we've been bad about this historically for a few kinds of
reasons, but it makes more sense now to have board/beagle/{x,y,z} than
it does to have board/ti/... for these platforms.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

  parent reply	other threads:[~2023-11-03 20:20 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-03  0:37 [PATCH 00/15] board: ti: Add support for BeagleBone AI-64 Nishanth Menon
2023-11-03  0:37 ` [PATCH 01/15] arm: mach-k3: j721e: Improve support for UDA FS Nishanth Menon
2023-11-04 10:24   ` Kumar, Udit
2023-11-06 12:18     ` Nishanth Menon
2023-11-06 14:21       ` Kumar, Udit
2023-11-03  0:37 ` [PATCH 02/15] configs: j7200: Remove HBMC_AM654 config Nishanth Menon
2023-11-03  0:37 ` [PATCH 03/15] board: ti: j721e: evm: Drop board check for ESM Nishanth Menon
2023-11-04 10:33   ` Kumar, Udit
2023-11-06 12:19     ` Nishanth Menon
2023-11-06 14:18       ` Kumar, Udit
2023-11-03  0:37 ` [PATCH 04/15] board: ti: j721e: evm: Drop unused headers Nishanth Menon
2023-11-03  0:37 ` [PATCH 05/15] board: ti: j721e: evm: Switch to using IS_ENABLED Nishanth Menon
2023-11-03  0:37 ` [PATCH 06/15] board: ti: j721e: evm: Drop board based serdes initialization Nishanth Menon
2023-11-04 10:35   ` Kumar, Udit
2023-11-04 14:13     ` Kumar, Udit
2023-11-03  0:37 ` [PATCH 07/15] board: ti: j721e: evm: Use IS_ENABLED with CONFIG_PHYS_64BIT Nishanth Menon
2023-11-03  0:37 ` [PATCH 08/15] board: ti: j721e: evm: Split code to isolate eeprom detected logic Nishanth Menon
2023-11-03  0:37 ` [PATCH 09/15] board: ti: j721e: j721e.env: Add explicit boot_targets Nishanth Menon
2023-11-03  0:38 ` [PATCH 10/15] configs: j721e_evm_a72_defconfig: Switch to bootstd Nishanth Menon
2023-11-06  5:28   ` Manorit Chawdhry
2023-11-06 12:21     ` Nishanth Menon
2023-11-06 15:22       ` Tom Rini
2023-11-03  0:38 ` [PATCH 11/15] arm: dts: k3-j721e-binman: Allow a single board configuration Nishanth Menon
2023-11-03  0:38 ` [PATCH 12/15] arm: dts: k3-j721e-binman: Use macros that can be overridden for dtbs Nishanth Menon
2023-11-03  0:38 ` [PATCH 13/15] arm: dts: Add k3-j721e-beagleboneai64 Nishanth Menon
2023-11-03  0:38 ` [PATCH 14/15] board: ti: Add j721e_beagleboneai64_* config fragments and env file Nishanth Menon
2023-11-03 18:51   ` Andrew Davis
2023-11-03 19:06     ` Nishanth Menon
2023-11-03 19:20       ` Andrew Davis
2023-11-17 14:27         ` Romain Naour
2023-11-17 18:43           ` Andrew Davis
2023-11-20 13:16             ` Romain Naour
2023-11-03 20:20       ` Tom Rini [this message]
2023-11-03 21:34         ` Nishanth Menon
2023-11-03  0:38 ` [PATCH 15/15] doc: board: ti: Add BeagleBone AI-64 documentation Nishanth Menon
2023-11-03 14:39 ` [PATCH 00/15] board: ti: Add support for BeagleBone AI-64 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=20231103202049.GV496310@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=afd@ti.com \
    --cc=jkridner@beagleboard.org \
    --cc=m-chawdhry@ti.com \
    --cc=n-francis@ti.com \
    --cc=nm@ti.com \
    --cc=reidt@ti.com \
    --cc=robertcnelson@gmail.com \
    --cc=sinthu.raja@ti.com \
    --cc=sjg@chromium.org \
    --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