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: Manorit Chawdhry <m-chawdhry@ti.com>,
	Heinrich Schuchardt <xypron.glpk@gmx.de>,
	Sinthu Raja <sinthu.raja@ti.com>, Reid Tonking <reidt@ti.com>,
	Neha Malcom Francis <n-francis@ti.com>, Andrew Davis <afd@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 10/15] configs: j721e_evm_a72_defconfig: Switch to bootstd
Date: Mon, 6 Nov 2023 10:22:05 -0500	[thread overview]
Message-ID: <20231106152205.GG496310@bill-the-cat> (raw)
In-Reply-To: <20231106122116.g6xwxgl4hrdpcgeh@debit>

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

On Mon, Nov 06, 2023 at 06:21:16AM -0600, Nishanth Menon wrote:
> On 10:58-20231106, Manorit Chawdhry wrote:
> > Hi Nishanth,
> > 
> > On 19:38-20231102, Nishanth Menon wrote:
> > > Switch to using bootstd. Note with this change, we will stop using
> > > distro_bootcmd and instead depend entirely on bootflow method of
> > > starting the system up.
> > > 
> > > Signed-off-by: Nishanth Menon <nm@ti.com>
> > > ---
> > >  configs/j721e_evm_a72_defconfig | 5 +++--
> > >  1 file changed, 3 insertions(+), 2 deletions(-)
> > > 
> > > diff --git a/configs/j721e_evm_a72_defconfig b/configs/j721e_evm_a72_defconfig
> > > index 99e0e168ebf7..98ac7ca59789 100644
> > > --- a/configs/j721e_evm_a72_defconfig
> > > +++ b/configs/j721e_evm_a72_defconfig
> > > @@ -29,10 +29,11 @@ CONFIG_SPL_SPI=y
> > >  # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
> > >  CONFIG_SPL_LOAD_FIT=y
> > >  CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000
> > > -CONFIG_DISTRO_DEFAULTS=y
> > >  CONFIG_OF_BOARD_SETUP=y
> > >  CONFIG_OF_SYSTEM_SETUP=y
> > > -CONFIG_BOOTCOMMAND="run envboot; run distro_bootcmd;"
> > > +CONFIG_BOOTSTD_FULL=y
> > > +CONFIG_BOOTSTD_DEFAULTS=y
> > > +CONFIG_BOOTCOMMAND="run envboot; bootflow scan -lb"
> > 
> > Coming back to [0], AM62x didn't have early remote procs but j721e does,
> > do you have any alternatives in place before migrating J7 platforms to
> > stdboot?
> 
> As I have stated before. distro boot support for remote proc has been
> hacked up atm. what needs to happen is standardize it. Which is
> independent of this series.
> 
> Please discuss with stdboot folks how to get it in. WORST case, envboot
> is still supported, so in effect, what is achieved today can still
> continue to occur with envboot.

There's not "stdboot folks" to talk with about this. The first step
would be someone from TI posting some RFC patches about how exactly the
remote proc support should be handled in that case, explaining where the
what being run comes from and so forth. Maybe the answer is that
"envboot" just keeps being defined and run before hand because that's
the standard way to handle what needs doing on those processors? At
least personally I feel like there's a gap in knowledge of what the use
cases here are. Thanks.

-- 
Tom

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

  reply	other threads:[~2023-11-06 15:22 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 [this message]
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
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=20231106152205.GG496310@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