Skip to content

Commit

Permalink
WIP adding dummy register to prevent that the core register update wr…
Browse files Browse the repository at this point in the history
…ites into the smmu config register
  • Loading branch information
Raphael Roth committed Nov 30, 2024
1 parent 864e6af commit 365f500
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/frontend/reg/tpl/idma_reg.hjson.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,17 @@ ${params}
}
]
},
{ name: "dummy_register",
desc: "Dummy Register to prevent that the core overwrites the smmu config register while writing the dma conf register!",
swaccess: "rw",
hwaccess: "hro",
fields: [
{ bits: "0",
name: "dummy",
desc: "dummy flag"
},
]
},
{ name: "smmu",
desc: "Configuration Register for the SMMU",
swaccess: "rw",
Expand Down

0 comments on commit 365f500

Please sign in to comment.