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:
Andy Ross 2021-09-05 15:27:56 -07:00 committed by Anas Nashif
commit ff1ccbd83c
7 changed files with 39 additions and 116 deletions

View file

@ -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)