You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. ARC_REG_SLC_CFG_BCR is not a BCR (Build configuration register) but
a simple AUX reg for SLC control. Any BCR AUX reg could be read always
and that's safe while attempt to even read AUX reg that corresponds to
missing HW block will inevitably lead to "Instruciton Error" exception.
So to prevent users from misuse of that AUX register we'll remove "_BCR"
suffix from its name
2. To manage SLC we'll need more AUX regs for:
* SLC enable/disable (ARC_REG_SLC_CONTROL)
* full flush (ARC_REG_SLC_FLUSH)
* full invaludation (ARC_REG_SLC_INVALIDATE)
Signed-off-by: Alexey Brodkin <[email protected]>
0 commit comments