Skip to content

Commit

Permalink
[ot] hw/riscv: fix ot-darjeeling default ePMP values
Browse files Browse the repository at this point in the history
  • Loading branch information
loiclefort committed Nov 30, 2023
1 parent 63117d6 commit 0b7a126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hw/riscv/ot_darjeeling.c
Original file line number Diff line number Diff line change
Expand Up @@ -837,9 +837,9 @@ static const uint32_t ot_darjeeling_pmp_addrs[] = {
IBEX_PMP_ADDR(0x00000000),
IBEX_PMP_ADDR(0x00000000),
IBEX_PMP_ADDR(0x21100000), /* rgn 10 [MMIO: lo=0x2110_0000] */
IBEX_PMP_ADDR(0x33008080), /* rgn 11 [MMIO: hi=0x3300_8080] */
IBEX_PMP_ADDR(0x30601000), /* rgn 11 [MMIO: hi=0x3060_1000] */
IBEX_PMP_ADDR(0x00000000),
IBEX_PMP_ADDR(0x000107fc), /* rgn 13 [DV_ROM: base=0x0001_0000 sz (4KiB)] */
IBEX_PMP_ADDR(0x000407fc), /* rgn 13 [DV_ROM: base=0x0004_0000 sz (4KiB)] */
IBEX_PMP_ADDR(0x00000000),
IBEX_PMP_ADDR(0x00000000)
/* clang-format on */
Expand Down

0 comments on commit 0b7a126

Please sign in to comment.