[coreboot-gerrit] Change in coreboot[master]: soc/braswell: assign unique DMA request lines to I2C control...

Matt DeVillier (Code Review) gerrit at coreboot.org
Wed Jun 7 06:41:41 CEST 2017


Matt DeVillier has uploaded this change for review. ( https://review.coreboot.org/20079


Change subject: soc/braswell: assign unique DMA request lines to I2C controllers
......................................................................

soc/braswell: assign unique DMA request lines to I2C controllers

Each I2C controller should have a unique pair of DMA request lines,
and DMA channels should be assigned incrementally, rolling over as
necessary.

Source: Intel Braswell UEFI reference code

Change-Id: I1d97b5a07bf732c27caf57904c138b120b93ca81
Signed-off-by: Matt DeVillier <matt.devillier at gmail.com>
---
M src/soc/intel/braswell/acpi/lpss.asl
1 file changed, 12 insertions(+), 12 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/79/20079/1

diff --git a/src/soc/intel/braswell/acpi/lpss.asl b/src/soc/intel/braswell/acpi/lpss.asl
index 34d1e4d..4cc93cc 100644
--- a/src/soc/intel/braswell/acpi/lpss.asl
+++ b/src/soc/intel/braswell/acpi/lpss.asl
@@ -187,8 +187,8 @@
 		{
 			LPSS_I2C2_IRQ
 		}
-		FixedDMA (0x10, 0x0, Width32Bit, )
-		FixedDMA (0x11, 0x1, Width32Bit, )
+		FixedDMA (0x12, 0x2, Width32Bit, )
+		FixedDMA (0x13, 0x3, Width32Bit, )
 	})
 
 	Method (_CRS)
@@ -246,8 +246,8 @@
 		{
 			LPSS_I2C3_IRQ
 		}
-		FixedDMA (0x10, 0x0, Width32Bit, )
-		FixedDMA (0x11, 0x1, Width32Bit, )
+		FixedDMA (0x14, 0x4, Width32Bit, )
+		FixedDMA (0x15, 0x5, Width32Bit, )
 	})
 
 	Method (_CRS)
@@ -305,8 +305,8 @@
 		{
 			LPSS_I2C4_IRQ
 		}
-		FixedDMA (0x10, 0x0, Width32Bit, )
-		FixedDMA (0x11, 0x1, Width32Bit, )
+		FixedDMA (0x16, 0x6, Width32Bit, )
+		FixedDMA (0x17, 0x7, Width32Bit, )
 	})
 
 	Method (_CRS)
@@ -364,8 +364,8 @@
 		{
 			LPSS_I2C5_IRQ
 		}
-		FixedDMA (0x10, 0x0, Width32Bit, )
-		FixedDMA (0x11, 0x1, Width32Bit, )
+		FixedDMA (0x18, 0x0, Width32Bit, )
+		FixedDMA (0x19, 0x1, Width32Bit, )
 	})
 
 	Method (_CRS)
@@ -423,8 +423,8 @@
 		{
 			LPSS_I2C6_IRQ
 		}
-		FixedDMA (0x10, 0x0, Width32Bit, )
-		FixedDMA (0x11, 0x1, Width32Bit, )
+		FixedDMA (0x1A, 0x2, Width32Bit, )
+		FixedDMA (0x1B, 0x3, Width32Bit, )
 	})
 
 	Method (_CRS)
@@ -482,8 +482,8 @@
 		{
 			LPSS_I2C7_IRQ
 		}
-		FixedDMA (0x10, 0x0, Width32Bit, )
-		FixedDMA (0x11, 0x1, Width32Bit, )
+		FixedDMA (0x1C, 0x4, Width32Bit, )
+		FixedDMA (0x1D, 0x5, Width32Bit, )
 	})
 
 	Method (_CRS)

-- 
To view, visit https://review.coreboot.org/20079
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1d97b5a07bf732c27caf57904c138b120b93ca81
Gerrit-Change-Number: 20079
Gerrit-PatchSet: 1
Gerrit-Owner: Matt DeVillier <matt.devillier at gmail.com>



More information about the coreboot-gerrit mailing list