2016-06-03 01:48:59 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2016 Intel Corporation
|
|
|
|
*
|
2017-01-19 09:01:01 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2016-06-03 01:48:59 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include <system.h>
|
|
|
|
|
2016-06-25 02:48:26 +08:00
|
|
|
/* To simulate XIP on QEMU, we split RAM into two chunks, with the
|
|
|
|
* higher-addressed chunk considered "ROM"
|
|
|
|
*/
|
|
|
|
|
2018-05-14 19:10:47 +08:00
|
|
|
#define _RESET_VECTOR _ROM_ADDR
|
2016-06-03 01:48:59 +08:00
|
|
|
#define _EXC_VECTOR ALT_CPU_EXCEPTION_ADDR
|