Use SoC instead of platform.
Change terminology and use SoC instead of platform. An SoC provides features and default configurations available with an SoC. A board implements the SoC and adds more features and IP block specific to the board to extend the SoC functionality such as sensors and debugging features. Change-Id: I15e8d78a6d4ecd5cfb3bc25ced9ba77e5ea1122f Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
f5f9b71b12
commit
10bb38c186
175 changed files with 220 additions and 232 deletions
|
@ -29,14 +29,14 @@
|
|||
#define QUARK_SE_IPM_OUTBOUND 0
|
||||
#define QUARK_SE_IPM_INBOUND 1
|
||||
|
||||
#if defined(CONFIG_PLATFORM_QUARK_SE)
|
||||
#if defined(CONFIG_SOC_QUARK_SE)
|
||||
/* First byte of the QUARK_SE_IPM_MASK register is for the Lakemont */
|
||||
#define QUARK_SE_IPM_MASK_START_BIT 0
|
||||
#define QUARK_SE_IPM_INTERRUPT 21
|
||||
#define QUARK_SE_IPM_ARC_LMT_DIR QUARK_SE_IPM_INBOUND
|
||||
#define QUARK_SE_IPM_LMT_ARC_DIR QUARK_SE_IPM_OUTBOUND
|
||||
|
||||
#elif defined(CONFIG_PLATFORM_QUARK_SE_SS)
|
||||
#elif defined(CONFIG_SOC_QUARK_SE_SS)
|
||||
/* Second byte is for ARC */
|
||||
#define QUARK_SE_IPM_MASK_START_BIT 8
|
||||
#define QUARK_SE_IPM_INTERRUPT 57
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue