[PATCH 14/17] imx95_evk: add i.MX95 19x19 EVK board basic support

Tom Rini trini at konsulko.com
Wed Oct 16 19:47:57 CEST 2024


On Wed, Oct 16, 2024 at 08:36:12AM -0300, Fabio Estevam wrote:
> Hi Alice,
> 
> On Wed, Oct 16, 2024 at 4:19 AM Alice Guo <alice.guo at oss.nxp.com> wrote:
> >
> > From: Ye Li <ye.li at nxp.com>
> >
> > This patch adds i.MX95 19x19 EVK board basic support.
> >
> > Signed-off-by: Ye Li <ye.li at nxp.com>
> > Signed-off-by: Alice Guo <alice.guo at nxp.com>
> > Reviewed-by: Peng Fan <peng.fan at nxp.com>
[snip]
> > +       "initrd_addr=0x93800000\0" \
> > +       "initrd_high=0xffffffffffffffff\0" \
> > +       "emmc_dev=0\0"\
> > +       "sd_dev=1\0" \
> > +       "prepare_mcore=setenv mcore_clk clk-imx95.mcore_booted;\0" \
> > +       "scriptaddr=0x93500000\0" \
> > +       "kernel_addr_r=" __stringify(CONFIG_SYS_LOAD_ADDR) "\0" \
> > +       "image=Image\0" \
> > +       "splashimage=0xA0000000\0" \
> > +       "console=ttyLP0,115200 earlycon\0" \
> > +       "fdt_addr_r=0x93000000\0"                       \
> > +       "fdt_addr=0x93000000\0"                 \
> > +       "fdt_high=0xffffffffffffffff\0"         \
[snip]
> Move this to board/freescale/imx95_evk/imx95_evk.env

And disabling relocation with fdt_high / initrd_high is not allowed and
checkpatch.pl calls this an error too.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20241016/bd567415/attachment.sig>


More information about the U-Boot mailing list