[PATCH 0/1] Add IMR driver for Keem Bay

From: Daniele Alessandrelli
Date: Tue Apr 21 2020 - 12:36:30 EST


The following is a patch for a new Intel Movidius SoC, code-named Keem
Bay.

Keem Bay needs a driver to disable the Isolated Memory Region (IMR)
set up by the SoC bootloader during early boot.

If such an IMR is not disabled and some device tries to access it,
the system will reboot.

Since this driver is SoC-specific and Keem Bay is a new SoC, I was
unsure of where to put this driver. In the end I decided to create a
new 'keembay' directory in 'drivers/soc'. I hope that's reasonable, if
not, just let me know.


Daniele Alessandrelli (1):
soc: keembay: Add Keem Bay IMR driver

MAINTAINERS | 5 ++++
drivers/soc/Kconfig | 1 +
drivers/soc/Makefile | 1 +
drivers/soc/keembay/Kconfig | 22 +++++++++++++++++
drivers/soc/keembay/Makefile | 5 ++++
drivers/soc/keembay/keembay-imr.c | 40 +++++++++++++++++++++++++++++++
6 files changed, 74 insertions(+)
create mode 100644 drivers/soc/keembay/Kconfig
create mode 100644 drivers/soc/keembay/Makefile
create mode 100644 drivers/soc/keembay/keembay-imr.c

--
2.21.1