提交 f201776c 编写于 作者: W William Wang

vme: update southlake addr map

上级 8630e9cb
......@@ -21,9 +21,9 @@ static const _Area segments[] = { // Kernel memory mappings
RANGE_LEN(0xc0000000, 0x100000), // page table test allocates from this position
#elif defined(__ARCH_RISCV64_XS_SOUTHLAKE) || defined(__ARCH_RISCV64_XS_SOUTHLAKE_FLASH)
RANGE_LEN(0x2000000000, 0x8000000), // PMEM
RANGE_LEN(0x1f40600000, 0x1000), // uart
RANGE_LEN(CLINT_MMIO, 0x10000), // clint/timer
RANGE_LEN(0x1f0c000000, 0x4000000), // PLIC
RANGE_LEN(0x1f10050000, 0x1000), // uart
// RANGE_LEN(CLINT_MMIO, 0x10000), // clint/timer
// RANGE_LEN(0x1f0c000000, 0x4000000), // PLIC
RANGE_LEN(0x2040000000, 0x100000), // page table test allocates from this position
#else
NEMU_PADDR_SPACE,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册