soc: intel_adsp: Unify bootloader configuration
The generic bootloader code used a per-device "platform.h" file imported from SOF. These turn out to have very little actual content. Move them to the core directory in a single header for now, pending some rework to place the settings in devicetree. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
parent
9d7da4cdec
commit
ff1ccbd83c
7 changed files with 39 additions and 116 deletions
|
@ -16,10 +16,12 @@
|
|||
#include <devicetree.h>
|
||||
#include <soc/shim.h>
|
||||
#include <cavs-shim.h>
|
||||
#include <soc/platform.h>
|
||||
#include <soc/memory.h>
|
||||
#include <xtensa/corebits.h>
|
||||
#include <xtensa/config/core-isa.h>
|
||||
#include "platform.h"
|
||||
|
||||
#define PLATFORM_PRIMARY_CORE_ID 0
|
||||
|
||||
#define SHIM_ADDR DT_REG_ADDR(DT_NODELABEL(shim))
|
||||
#define SHIM_L2_MECS (SHIM_ADDR + 0xd0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue