IPI: Implement Quark SE mailbox interface

Implements a low-level IPI driver for Quark SE mailboxes.
Configures the Quark SE platform to initialize it and
configure an IPI console from ARC->LMT on channel 4.

Change-Id: I30123771d04c2e06ea6fcca585fd4ef74c0717a7
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Andrew Boie 2015-11-21 21:21:54 -05:00 committed by Anas Nashif
commit 3937f84c9f
7 changed files with 439 additions and 0 deletions

View file

@ -59,4 +59,6 @@ source "drivers/watchdog/Kconfig"
source "drivers/clock_control/Kconfig"
source "drivers/ipi/Kconfig"
endmenu