Skip to content

Commit

Permalink
kailua: xiaomi: socrates: fix mem map issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunflower2333 committed Dec 25, 2024
1 parent 5f223c4 commit 51d5e03
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ static ARM_MEMORY_REGION_DESCRIPTOR_EX gDeviceMemoryDescriptorEx[] = {
// 0x100000000 - 0x880000000
// Size: 0x780000000

{ "RAM Partition", 0x880000000, 0x39A00000, AddMem, SYS_MEM, SYS_MEM_CAP, Conv, WRITE_BACK_XN},
// { "RAM Partition", 0x880000000, 0x39A00000, AddMem, SYS_MEM, SYS_MEM_CAP, Conv, WRITE_BACK_XN},

// Memory Hole
// 0x8B9D00000 - 0x8c0000000
// Size: 0x6300000
{ "RAM Partition", 0x8C0000000, 0x80000000, AddMem, SYS_MEM, SYS_MEM_CAP, Conv, WRITE_BACK_XN},
// { "RAM Partition", 0x8C0000000, 0x80000000, AddMem, SYS_MEM, SYS_MEM_CAP, Conv, WRITE_BACK_XN},
// { "RAM Partition", 0x940000000, 0x40000000, AddMem, SYS_MEM, SYS_MEM_CAP, Conv, WRITE_BACK_XN},

#if USE_MEMORY_FOR_SERIAL_OUTPUT == 1
Expand Down

0 comments on commit 51d5e03

Please sign in to comment.