Skip to content

Commit

Permalink
Update PlatformMemoryMapLib.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Ost268 committed Sep 30, 2023
1 parent 06ae5be commit a6f0501
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ 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

0 comments on commit a6f0501

Please sign in to comment.