[PATCH v5 2/4] configs: j721e: Merge the HS and non-HS defconfigs

Manorit Chawdhry m-chawdhry at ti.com
Fri Mar 24 06:44:18 CET 2023


On 20:07-20230323, Bryan Brattlof wrote:
> Hi Manorit!
> 
> On March 15, 2023 thus sayeth Manorit Chawdhry:
> > K3 devices have runtime type board detection. Make the default defconfig
> > include the secure configuration. Then remove the HS specific config.
> > 
> > Non-HS devices will continue to boot due to runtime device type detection.
> > If TI_SECURE_DEV_PKG is not set the build will emit warnings, for non-HS
> > devices these can be ignored.
> > 
> > Signed-off-by: Manorit Chawdhry <m-chawdhry at ti.com>
> > Acked-by: Andrew Davis <afd at ti.com>
> > ---
> >  MAINTAINERS                        |   2 -
> >  configs/j721e_evm_a72_defconfig    |   3 +-
> >  configs/j721e_evm_r5_defconfig     |   1 +
> >  configs/j721e_hs_evm_a72_defconfig | 208 -----------------------------
> >  configs/j721e_hs_evm_r5_defconfig  | 176 ------------------------
> >  5 files changed, 3 insertions(+), 387 deletions(-)
> >  delete mode 100644 configs/j721e_hs_evm_a72_defconfig
> >  delete mode 100644 configs/j721e_hs_evm_r5_defconfig
> >
> 
> ...
> 
> >  CONFIG_OF_BOARD_SETUP=y
> > -CONFIG_BOOTCOMMAND="run findfdt; run distro_bootcmd; run init_${boot}; run main_cpsw0_qsgmii_phyinit; run boot_rprocs; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern"
> > +CONFIG_BOOTCOMMAND="run findfdt; run envboot; run init_${boot}; run main_cpsw0_qsgmii_phyinit; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;"
> 
> I'm curious, do we need to drop the distro_bootcmd step?
> 

Hi Bryan,

I believe that was a mistake on my part, need to fix it. Thanks for
noticing!

Regards,
Manorit

> ~Bryan
> 


More information about the U-Boot mailing list