forked from Imagelibrary/rtems
rtems/versal: Updated mmu to include mapping for SDHCI devices on versal
Tested on VCK190 Updates #4762
This commit is contained in:
committed by
Chris Johns
parent
5b7eea631d
commit
c5fa19ecb3
@@ -44,7 +44,11 @@
|
|||||||
BSP_START_DATA_SECTION static const aarch64_mmu_config_entry
|
BSP_START_DATA_SECTION static const aarch64_mmu_config_entry
|
||||||
versal_mmu_config_table[] = {
|
versal_mmu_config_table[] = {
|
||||||
AARCH64_MMU_DEFAULT_SECTIONS,
|
AARCH64_MMU_DEFAULT_SECTIONS,
|
||||||
{ /* APU GIC */
|
{ /* Devices */
|
||||||
|
.begin = 0xf1000000U,
|
||||||
|
.end = 0xf2000000U,
|
||||||
|
.flags = AARCH64_MMU_DEVICE
|
||||||
|
}, { /* APU GIC */
|
||||||
.begin = 0xf9000000U,
|
.begin = 0xf9000000U,
|
||||||
.end = 0xf90c0000U,
|
.end = 0xf90c0000U,
|
||||||
.flags = AARCH64_MMU_DEVICE
|
.flags = AARCH64_MMU_DEVICE
|
||||||
|
|||||||
Reference in New Issue
Block a user