From: Jan Dąbroś jsd@semihalf.com
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jan Dabros jsd@semihalf.com Signed-off-by: Marcin Wojtas mw@semihalf.com --- Documentation/Marvell/UserGuide.txt | 1 + Platforms/Marvell/Armada/Armada7040_rz.dsc | 12 ++++++++++++ 2 files changed, 13 insertions(+)
diff --git a/Documentation/Marvell/UserGuide.txt b/Documentation/Marvell/UserGuide.txt index fcd5b0b..27a23f3 100644 --- a/Documentation/Marvell/UserGuide.txt +++ b/Documentation/Marvell/UserGuide.txt @@ -14,6 +14,7 @@ Table of contents: reset library - PortingGuide/Reset.txt spi - PortingGuide/Spi.txt spi flash - PortingGuide/SpiFlash.txt + usb - PortingGuide/PciEmulation.txt
3. Drivers guidelines eeprom - Drivers/EepromDriver.txt diff --git a/Platforms/Marvell/Armada/Armada7040_rz.dsc b/Platforms/Marvell/Armada/Armada7040_rz.dsc index 0bdf506..41a0d30 100644 --- a/Platforms/Marvell/Armada/Armada7040_rz.dsc +++ b/Platforms/Marvell/Armada/Armada7040_rz.dsc @@ -103,3 +103,15 @@ gMarvellTokenSpaceGuid.PcdIcuCpBase|0xF2000000 gMarvellTokenSpaceGuid.PcdIcuSpiBase|64 gMarvellTokenSpaceGuid.PcdIcuSpiOffset|0 + + #PciEmulation + gMarvellTokenSpaceGuid.PcdPciEDevCount|2 + ## XHCI1 XHCI2 + gMarvellTokenSpaceGuid.PcdPciEDevBaseAddress|L"0xF2500000;0xF2510000" + gMarvellTokenSpaceGuid.PcdPciEDevRegSize|L"0x10000;0x10000" + ## ClassCode1 + gMarvellTokenSpaceGuid.PcdPciEDevClassCode1|L"0x30;0x30" + ## ClassCode2 + gMarvellTokenSpaceGuid.PcdPciEDevClassCode2|L"0x03;0x03" + ## ClassCode3 + gMarvellTokenSpaceGuid.PcdPciEDevClassCode3|L"0x0C;0x0C"