Skip to content
Snippets Groups Projects
Commit e14af8d6 authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Promotion of opensource-tools.lnx.1.0-00005.

CRs      Change ID                                   Subject
--------------------------------------------------------------------------------------------------------------
2030318   I604c920ef302ee9f53d31aa7a0c6edf20c25e7c9   lrdp-v2: fix printout memory attributes

Change-Id: I9bfd717367f04d5c9290d3b336574ca9beaae63c
CRs-Fixed: 2030318
parents 9bf76857 dfbbf22f
No related branches found
No related tags found
No related merge requests found
...@@ -145,6 +145,7 @@ def add_flat_mapping(mappings, fl_idx, sl_idx, tl_idx, ll_idx, phy_addr, ...@@ -145,6 +145,7 @@ def add_flat_mapping(mappings, fl_idx, sl_idx, tl_idx, ll_idx, phy_addr,
xn_bit, mapped): xn_bit, mapped):
virt = (fl_idx << 39) | (sl_idx << 30) | (tl_idx << 21) | (ll_idx << 12) virt = (fl_idx << 39) | (sl_idx << 30) | (tl_idx << 21) | (ll_idx << 12)
map_type_str = '[R/W]' map_type_str = '[R/W]'
attr_indx_str ='[]'
if map_type == LL_AP_RO: if map_type == LL_AP_RO:
map_type_str = '[RO]' map_type_str = '[RO]'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment