dev: Add 'OSC' oscillator sys control reg support to VersatileExpress

The VE motherboard provides a set of system control registers through which
various motherboard and coretile registers are accessed.  Voltage regulators and
oscillator (DLL/PLL) config are examples. These registers must be impleted to
boot Linux 3.9+ kernels.
This commit is contained in:
Matt Evans
2013-10-31 13:41:13 -05:00
parent c32fbb7c00
commit d17529b046
3 changed files with 112 additions and 7 deletions

View File

@@ -63,3 +63,4 @@ if env['TARGET_ISA'] == 'arm':
DebugFlag('PL111')
DebugFlag('Pl050')
DebugFlag('GIC')
DebugFlag('RVCTRL')