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:
parent
6406dc6a66
commit
3937f84c9f
7 changed files with 439 additions and 0 deletions
|
@ -21,3 +21,4 @@ obj-$(CONFIG_ETHERNET) += ethernet/
|
|||
obj-$(CONFIG_WATCHDOG) += watchdog/
|
||||
obj-$(CONFIG_RTC) += rtc/
|
||||
obj-$(CONFIG_CLOCK_CONTROL) += clock_control/
|
||||
obj-$(CONFIG_IPI) += ipi/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue