All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] imx: drop dependency on ARM64
@ 2020-03-13  3:27 ` peng.fan
  0 siblings, 0 replies; 26+ messages in thread
From: peng.fan @ 2020-03-13  3:27 UTC (permalink / raw)
  To: shawnguo, sboyd, s.hauer, linus.walleij, arnd
  Cc: kernel, festevam, linux-imx, aisheng.dong, stefan, Anson.Huang,
	abel.vesa, linux-clk, linux-arm-kernel, linux-kernel, linux-gpio,
	Peng Fan

From: Peng Fan <peng.fan@nxp.com>

It is possible to run aarch32 linux on aarch64 hardware, but
with the ARM64 dependency, we are not able to build those drivers
for ARM32.

Select ARM_GIC_V3 for i.MX8M is to enable the gic-v3 driver for i.MX8M

I did a basic boot test on i.MX8MM EVK board. A few ATF changes
to make psci smp work still needed.

Peng Fan (3):
  pinctrl: freescale: drop the dependency on ARM64 for i.MX8M
  clk: imx: drop the dependency on ARM64 for i.MX8M
  soc: imx: select ARM_GIC_V3 for i.MX8M

 drivers/clk/imx/Kconfig           | 8 ++++----
 drivers/pinctrl/freescale/Kconfig | 8 ++++----
 drivers/soc/imx/Kconfig           | 1 +
 3 files changed, 9 insertions(+), 8 deletions(-)

-- 
2.16.4


^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2020-04-14 13:38 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-13  3:27 [PATCH 0/3] imx: drop dependency on ARM64 peng.fan
2020-03-13  3:27 ` peng.fan
2020-03-13  3:27 ` [PATCH 1/3] pinctrl: freescale: drop the dependency on ARM64 for i.MX8M peng.fan
2020-03-13  3:27   ` peng.fan
2020-03-13 10:09   ` Arnd Bergmann
2020-03-13 10:09     ` Arnd Bergmann
2020-03-25 23:23   ` Linus Walleij
2020-03-25 23:23     ` Linus Walleij
2020-03-13  3:27 ` [PATCH 2/3] clk: imx: " peng.fan
2020-03-13  3:27   ` peng.fan
2020-03-13 10:09   ` Arnd Bergmann
2020-03-13 10:09     ` Arnd Bergmann
2020-03-16 17:01   ` Stephen Boyd
2020-03-16 17:01     ` Stephen Boyd
2020-04-14 13:37   ` Shawn Guo
2020-04-14 13:37     ` Shawn Guo
2020-03-13  3:27 ` [PATCH 3/3] soc: imx: select ARM_GIC_V3 " peng.fan
2020-03-13  3:27   ` peng.fan
2020-03-13 10:11   ` Arnd Bergmann
2020-03-13 10:11     ` Arnd Bergmann
2020-03-16  6:43     ` Peng Fan
2020-03-16  6:43       ` Peng Fan
2020-03-16  8:05       ` Arnd Bergmann
2020-03-16  8:05         ` Arnd Bergmann
2020-03-17  1:43         ` Peng Fan
2020-03-17  1:43           ` Peng Fan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.