Skip to content

Commit

Permalink
Update SPI connection parameters for Microsoft RhProxy driver.
Browse files Browse the repository at this point in the history
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: David Wei <david.wei@intel.com>
Reviewed-by: Tim He <tim.he@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16679 6f19259b-4bc3-4df7-8a09-765794883524
  • Loading branch information
zwei4 authored and zwei4 committed Jan 29, 2015
1 parent b2499fe commit 49a228c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Vlv2DeviceRefCodePkg/AcpiTablesPCAT/RhProxy.asl
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,12 @@ DefinitionBlock ("RHPX.aml", "SSDT", 1, "MSFT", "RHPROXY", 1)
Package(2) { "bus-SPI-SPI0", Package() { 0 }},

// TODO: Intel will need to provide the right value for SPI0 properties
Package(2) { "SPI0-MinClockInHz", 100 },
Package(2) { "SPI0-MaxClockInHz", 8000000 },
Package(2) { "SPI0-MinClockInHz", 100000 },
Package(2) { "SPI0-MaxClockInHz", 15000000 },
// SupportedDataBitLengths takes a list of support data bit length
// Example : Package(2) { "SPI0-SupportedDataBitLengths", Package() { 8, 7, 16 }},
Package(2) { "SPI0-SupportedDataBitLengths", Package() { 8 }},
// I2C Mapping
Package(2) { "SPI0-SupportedDataBitLengths", Package() { 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32 }},
// I2C Mapping
Package(2) { "bus-I2C-I2C5", Package() { 1 }},
// UART Mapping
Package(2) { "bus-UART-UART2", Package() { 2 }},
Expand Down

0 comments on commit 49a228c

Please sign in to comment.