base-hw: enable SMP support for Zynq-7000 boards

Issue #2641
This commit is contained in:
Johannes Schlatow
2018-01-11 16:46:09 +01:00
committed by Norman Feske
parent abd536d5d3
commit bfe0031304
10 changed files with 40 additions and 9 deletions

View File

@@ -47,6 +47,9 @@ namespace Zynq {
CORTEX_A9_PRIVATE_MEM_BASE = 0xf8f00000,
CORTEX_A9_PRIVATE_MEM_SIZE = 0x00002000,
/* entrypoint address of secondary cpu */
CORE1_ENTRY = 0xfffffff0,
/* CPU cache */
PL310_MMIO_BASE = MMIO_1_BASE + 0xF02000,
PL310_MMIO_SIZE = 0x1000,