Skip to content

Commit bd46470

Browse files
rfredzimnashif
authored andcommitted
xtensa: intel_adsp: add rom jump address definition
Add the definition of address which is used by ROM to jump to FW. Signed-off-by: Rafal Redzimski <[email protected]> Signed-off-by: Anas Nashif <[email protected]>
1 parent f9d69c3 commit bd46470

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

soc/xtensa/intel_adsp/common/include/cavs-mem.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
#define LP_SRAM_BASE (DT_REG_ADDR(DT_NODELABEL(sram1)))
1414
#define LP_SRAM_SIZE (DT_REG_SIZE(DT_NODELABEL(sram1)))
1515

16+
#define ROM_JUMP_ADDR (LP_SRAM_BASE + 0x10)
17+
1618
/* Linker-usable RAM region */
1719
#define RAM_BASE (L2_SRAM_BASE + CONFIG_HP_SRAM_RESERVE + VECTOR_TBL_SIZE)
1820
#define RAM_SIZE (L2_SRAM_SIZE - CONFIG_HP_SRAM_RESERVE - VECTOR_TBL_SIZE)

0 commit comments

Comments
 (0)