Skip to content

Commit

Permalink
Update PlatformMemoryMapLib.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Ost268 authored Sep 28, 2023
1 parent d883af6 commit 06ae5be
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ static ARM_MEMORY_REGION_DESCRIPTOR_EX gDeviceMemoryDescriptorEx[] = {
#else
{"RAM Partition", 0xC0000000, 0x80000000, Mem12G, SYS_MEM, SYS_MEM_CAP, Conv, WRITE_BACK_XN},
#endif
{"RAM Partition", 0x0C0000000, 0x00300000, AddMem, SYS_MEM, SYS_MEM_CAP, Conv, WRITE_BACK_XN},
{"DXE Heap", 0x0C0300000, 0x7FD00000, AddMem, SYS_MEM, SYS_MEM_CAP, Conv, WRITE_BACK_XN},

{"RAM Partition", 0x140000000, 0xC0000000, Mem12G, SYS_MEM, SYS_MEM_CAP, Conv, WRITE_BACK_XN},
{"RAM Partition", 0x200000000, 0x80000000, Mem12G, SYS_MEM, SYS_MEM_CAP, Conv, WRITE_BACK_XN},
Expand Down Expand Up @@ -197,4 +199,4 @@ static ARM_MEMORY_REGION_DESCRIPTOR_EX gDeviceMemoryDescriptorEx[] = {
ARM_MEMORY_REGION_DESCRIPTOR_EX *GetPlatformMemoryMap()
{
return gDeviceMemoryDescriptorEx;
}
}

0 comments on commit 06ae5be

Please sign in to comment.