On Thu, Jan 05, 2017 at 12:03:41PM +0100, Marcin Wojtas wrote:
This commit adds following Xenon custom configuration for Armada 70x0 board after it was enabled in the driver:
AP HW block Xenon controller:
- 3.3V power supply
- 4-bit bus width
- 'slow mode' enabled
CP0 HW block Xenon controller:
- 1.8V power supply
- 4-bit bus width
- 'slow mode' disabled
Just to clarify - so even though we add 8-bit bus support, we don't have a way to test it yet?
/ Leif
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Marcin Wojtas mw@semihalf.com
Platforms/Marvell/Armada/Armada70x0.dsc | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/Platforms/Marvell/Armada/Armada70x0.dsc b/Platforms/Marvell/Armada/Armada70x0.dsc index 134ab71..8b554a4 100644 --- a/Platforms/Marvell/Armada/Armada70x0.dsc +++ b/Platforms/Marvell/Armada/Armada70x0.dsc @@ -150,3 +150,8 @@ #SATA gMarvellTokenSpaceGuid.PcdSataBaseAddress|0xF2540000
- #SdMmc
- gMarvellTokenSpaceGuid.PcdXenon1v8Enable|{ 0x0, 0x1 }
- gMarvellTokenSpaceGuid.PcdXenon8BitBusEnable|{ 0x0, 0x0 }
- gMarvellTokenSpaceGuid.PcdXenonSlowModeEnable|{ 0x1, 0x0 }
-- 1.8.3.1