diff options
| author | Himanshu Chauhan <[email protected]> | 2023-01-19 20:48:26 +0530 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2023-01-23 10:34:18 +0530 |
| commit | 230278dcf127e2a336d54748f03b5bc280656498 (patch) | |
| tree | 95db6bef5866bc39f515704a48d155d2b27eae45 /lib/utils/timer/objects.mk | |
| parent | b666760bfafda75b6d31d6f9f01bcc60bc673aa4 (diff) | |
lib: sbi: Add separate entries for firmware RX and RW regions
Add two entries for firmware in the root domain:
1. TEXT: fw_start to _fw_rw_offset with RX permissions
2. DATA: _fw_rw_offset to fw_size with RW permissions
These permissions are still not enforced from M-mode but lay
the ground work for enforcing them for M-mode. SU-mode don't
have any access to these regions.
Sample output:
Domain0 Region01 : 0x0000000080000000-0x000000008001ffff M: (R,X) S/U: ()
Domain0 Region02 : 0x0000000080020000-0x000000008003ffff M: (R,W) S/U: ()
Signed-off-by: Himanshu Chauhan <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
Diffstat (limited to 'lib/utils/timer/objects.mk')
0 files changed, 0 insertions, 0 deletions
