
16 Oct
2024
16 Oct
'24
7:47 p.m.
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@oss.nxp.com wrote:
From: Ye Li ye.li@nxp.com
This patch adds i.MX95 19x19 EVK board basic support.
Signed-off-by: Ye Li ye.li@nxp.com Signed-off-by: Alice Guo alice.guo@nxp.com Reviewed-by: Peng Fan peng.fan@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