diff options
author | Pragnesh Patel <pragnesh.patel@sifive.com> | 2020-09-23 12:44:17 +0530 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2020-09-25 14:22:22 +0530 |
commit | 7701ea13be4c6e2e16cce334e03ff8ab5b5e1d60 (patch) | |
tree | 8dcd7c16ec0f493b5e3f8bca97b7dcc4e34d01bf /Makefile | |
parent | aaeca7eb4efa96cfde3973f425a6769b50285756 (diff) |
lib: sbi: Fix PMP CSR detection
HiFive unleashed currently implements fewer than 56 bits of physical
address so existing PMP CSR detection is broken.
PMP address register encodes bits 55-2 of a 56-bit physical address,
Not all physical address bits may be implemented, So just check
minimum 1 bit.
Fixes: 74d1db706293 ("lib: sbi: Improve PMP CSR detection and
progamming")
Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions