
Subject: Re: [PATCH V2 1/5] imx8mp_evk: spl: drop useless code
Hi Peng,
On Tue, May 12, 2020 at 6:16 AM Peng Fan peng.fan@nxp.com wrote:
Drop useless getting ccm device, there is no need to explicted do this in board code, and we not enable SPL CLK currently.
Signed-off-by: Peng Fan peng.fan@nxp.com
I got an error while applying this patch:
patching file board/freescale/imx8mp_evk/spl.c Hunk #2 FAILED at 39. 1 out of 2 hunks FAILED -- saving rejects to file board/freescale/imx8mp_evk/spl.c.rej
Ok. I'll rebase and try.
I fixed it manually and applied the whole series plus this watchdog one: https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpatch work.ozlabs.org%2Fproject%2Fuboot%2Fpatch%2F20200511140031.8862-4-f estevam%40gmail.com%2F&data=02%7C01%7Cpeng.fan%40nxp.com% 7Cc16790e08601447b539c08d7f669a3ef%7C686ea1d3bc2b4c6fa92cd99c5c 301635%7C0%7C0%7C637248805891280120&sdata=4rvjaQt%2BoWw6 45GNynVYVJavcf6XU%2FhS0K3cfqKyRUM%3D&reserved=0
I get an "alloc space exhausted" error message though:
U-Boot SPL 2020.07-rc2-dirty (May 12 2020 - 08:29:04 -0300) Normal Boot WDT: Started with servicing (60s timeout) Trying to boot from BOOTROM image offset 0x8000, pagesize 0x200, ivt offset 0x0
U-Boot 2020.07-rc2-dirty (May 12 2020 - 08:29:04 -0300)
alloc space exhausted CPU: Freescale i.MX8MP rev1.0 at 1000 MHz
Despite the alloc error, the boot completes and the 'reset' command works.
I not met this error. Which commit hash are you using?
I am still not able to boot a imx_5.4.3_2.0.0 NXP kernel though as it hangs after the serial driver is probed: https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpasteb in.com%2Fraw%2Fix5dnGub&data=02%7C01%7Cpeng.fan%40nxp.com% 7Cc16790e08601447b539c08d7f669a3ef%7C686ea1d3bc2b4c6fa92cd99c5c 301635%7C0%7C0%7C637248805891290111&sdata=z4rJdfJsEEeDux%2 Fs3VGs291EPuwYLjeYH981boDooEo%3D&reserved=0
Are you able to boot an imx_5.4.3_2.0.0 NXP kernel?
If so, can you please share your ATF and LPDDR4 firmware files?
I am using local latest 5.4 atf/kernel. I'll send you the link private.
Regards, Peng.
Thanks