Hi Peng,
On 18/03/2022 05:24, Peng Fan wrote:
Subject: Re: [PATCH 3/3] xen/arm: Add i.MX8QM platform support
On 28/02/2022 01:07, Peng Fan (OSS) wrote:
+static const char * const imx8qm_dt_compat[] __initconst = {
+ "fsl,imx8qm",
+ NULL
+};
+
+PLATFORM_START(imx8qm, "i.MX 8")
+ .compatible = imx8qm_dt_compat,
+PLATFORM_END
We are only adding new platform definition when quirks are necessary. Do
you need specific quirks for the i.MX8QM?
A somewhat related question, is this series enough to boot Xen upstream on
the board?
Boot xen upstream, no need specific quirk.
That's great to hear! Then this file should not be necessary at all.
Please drop it.
Cheers,
--
Julien Grall