Skip to content

Commit

Permalink
surya: Update Memory Map (#1558)
Browse files Browse the repository at this point in the history
  • Loading branch information
remtrik authored Jan 16, 2025
1 parent 51069e8 commit ec32a27
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ gDeviceMemoryDescriptorEx[] = {
{"AOP Image", 0x85F00000, 0x00020000, AddMem, MEM_RES, UNCACHEABLE, Reserv, UNCACHED_UNBUFFERED_XN},
{"AOP CMD DB", 0x85F20000, 0x00020000, AddMem, MEM_RES, UNCACHEABLE, Reserv, UNCACHED_UNBUFFERED_XN},
{"GPU PRR", 0x85F40000, 0x00010000, AddMem, MEM_RES, WRITE_COMBINEABLE, Reserv, UNCACHED_UNBUFFERED_XN},
{"TZApps", 0x85FFF000, 0x00001000, NoHob, SYS_MEM, SYS_MEM_CAP, Reserv, NS_DEVICE},
{"SMEM", 0x86000000, 0x00200000, AddMem, MEM_RES, UNCACHEABLE, Reserv, UNCACHED_UNBUFFERED},
{"QSEE", 0x86200000, 0x02700000, NoHob, SYS_MEM, SYS_MEM_CAP, Reserv, NS_DEVICE},
{"TZApps", 0x88900000, 0x02200000, NoHob, SYS_MEM, SYS_MEM_CAP, Reserv, NS_DEVICE},
{"QSEE", 0x86200000, 0x03900000, NoHob, SYS_MEM, SYS_MEM_CAP, Reserv, NS_DEVICE},
{"PIL Reserved", 0x8AB00000, 0x0DA00000, AddMem, MEM_RES, UNCACHEABLE, Reserv, UNCACHED_UNBUFFERED_XN},
{"Reserved", 0x98500000, 0x03B00000, AddMem, SYS_MEM, SYS_MEM_CAP, Reserv, WRITE_BACK_XN},
{"Display Reserved", 0x9C000000, 0x01800000, AddMem, MEM_RES, SYS_MEM_CAP, Reserv, WRITE_THROUGH_XN},
Expand Down

0 comments on commit ec32a27

Please sign in to comment.