issues
search
rust-embedded
/
aarch64-cpu
Low level access to processors using the AArch64 execution state.
Apache License 2.0
73
stars
26
forks
source link
Add VBAR_EL3 register and SCR_EL3 fields
#2
Closed
ccbrown
closed
1 year ago
ccbrown
commented
1 year ago
Adds the VBAR_EL3 register. This is pretty much copied/pasted from VBAR_EL1/2.
Adds missing fields from the SCR_EL3 register.
andre-richter
commented
1 year ago
Thanks!