[coreboot-gerrit] New patch to review for coreboot: 109fd55 mainboard: Test debug.c

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Thu Oct 30 21:14:57 CET 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7282

-gerrit

commit 109fd5586844ad8d8f5dc18a7188832eb0cc2b65
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Fri Oct 31 07:13:53 2014 +1100

    mainboard: Test debug.c
    
    Change-Id: I6fe127c9cd2ed5ac1d7c5f3c970682d6b18059a5
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/mainboard/arima/hdama/debug.c          | 4 ++--
 src/mainboard/intel/eagleheights/debug.c   | 4 ++--
 src/mainboard/intel/jarrell/debug.c        | 4 ++--
 src/mainboard/supermicro/x6dai_g/debug.c   | 4 ++--
 src/mainboard/supermicro/x6dhe_g/debug.c   | 4 ++--
 src/mainboard/supermicro/x6dhe_g2/debug.c  | 4 ++--
 src/mainboard/supermicro/x6dhr_ig/debug.c  | 4 ++--
 src/mainboard/supermicro/x6dhr_ig2/debug.c | 4 ++--
 8 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/src/mainboard/arima/hdama/debug.c b/src/mainboard/arima/hdama/debug.c
index a6f0d55..d29a5b9 100644
--- a/src/mainboard/arima/hdama/debug.c
+++ b/src/mainboard/arima/hdama/debug.c
@@ -11,7 +11,7 @@ static void print_debug_pci_dev(unsigned dev)
 
 static void print_pci_devices(void)
 {
-	device_t dev;
+	pci_devfn_t dev;
 	for(dev = PCI_DEV(0, 0, 0);
 		dev <= PCI_DEV(0, 0x1f, 0x7);
 		dev += PCI_DEV(0,0,1)) {
@@ -50,7 +50,7 @@ static void dump_pci_device(unsigned dev)
 
 static void dump_pci_devices(void)
 {
-	device_t dev;
+	pci_devfn_t dev;
 	for(dev = PCI_DEV(0, 0, 0);
 		dev <= PCI_DEV(0, 0x1f, 0x7);
 		dev += PCI_DEV(0,0,1)) {
diff --git a/src/mainboard/intel/eagleheights/debug.c b/src/mainboard/intel/eagleheights/debug.c
index e5795b6..c25b3a3 100644
--- a/src/mainboard/intel/eagleheights/debug.c
+++ b/src/mainboard/intel/eagleheights/debug.c
@@ -143,7 +143,7 @@ static void print_debug_pci_dev(unsigned dev)
 
 static inline void print_pci_devices(void)
 {
-	device_t dev;
+	pci_devfn_t dev;
 	for(dev = PCI_DEV(0, 0, 0);
 		dev <= PCI_DEV(0, 0x1f, 0x7);
 		dev += PCI_DEV(0,0,1)) {
@@ -210,7 +210,7 @@ static inline void dump_bar14(unsigned dev)
 
 static inline void dump_pci_devices(void)
 {
-	device_t dev;
+	pci_devfn_t dev;
 	for(dev = PCI_DEV(0, 0, 0);
 		dev <= PCI_DEV(0, 0x1f, 0x7);
 		dev += PCI_DEV(0,0,1)) {
diff --git a/src/mainboard/intel/jarrell/debug.c b/src/mainboard/intel/jarrell/debug.c
index 93199d7..5ea10d2 100644
--- a/src/mainboard/intel/jarrell/debug.c
+++ b/src/mainboard/intel/jarrell/debug.c
@@ -121,7 +121,7 @@ static void print_debug_pci_dev(unsigned dev)
 
 static void print_pci_devices(void)
 {
-	device_t dev;
+	pci_devfn_t dev;
 	for(dev = PCI_DEV(0, 0, 0);
 		dev <= PCI_DEV(0, 0x1f, 0x7);
 		dev += PCI_DEV(0,0,1)) {
@@ -188,7 +188,7 @@ static void dump_bar14(unsigned dev)
 
 static void dump_pci_devices(void)
 {
-	device_t dev;
+	pci_devfn_t dev;
 	for(dev = PCI_DEV(0, 0, 0);
 		dev <= PCI_DEV(0, 0x1f, 0x7);
 		dev += PCI_DEV(0,0,1)) {
diff --git a/src/mainboard/supermicro/x6dai_g/debug.c b/src/mainboard/supermicro/x6dai_g/debug.c
index 93199d7..5ea10d2 100644
--- a/src/mainboard/supermicro/x6dai_g/debug.c
+++ b/src/mainboard/supermicro/x6dai_g/debug.c
@@ -121,7 +121,7 @@ static void print_debug_pci_dev(unsigned dev)
 
 static void print_pci_devices(void)
 {
-	device_t dev;
+	pci_devfn_t dev;
 	for(dev = PCI_DEV(0, 0, 0);
 		dev <= PCI_DEV(0, 0x1f, 0x7);
 		dev += PCI_DEV(0,0,1)) {
@@ -188,7 +188,7 @@ static void dump_bar14(unsigned dev)
 
 static void dump_pci_devices(void)
 {
-	device_t dev;
+	pci_devfn_t dev;
 	for(dev = PCI_DEV(0, 0, 0);
 		dev <= PCI_DEV(0, 0x1f, 0x7);
 		dev += PCI_DEV(0,0,1)) {
diff --git a/src/mainboard/supermicro/x6dhe_g/debug.c b/src/mainboard/supermicro/x6dhe_g/debug.c
index 93199d7..5ea10d2 100644
--- a/src/mainboard/supermicro/x6dhe_g/debug.c
+++ b/src/mainboard/supermicro/x6dhe_g/debug.c
@@ -121,7 +121,7 @@ static void print_debug_pci_dev(unsigned dev)
 
 static void print_pci_devices(void)
 {
-	device_t dev;
+	pci_devfn_t dev;
 	for(dev = PCI_DEV(0, 0, 0);
 		dev <= PCI_DEV(0, 0x1f, 0x7);
 		dev += PCI_DEV(0,0,1)) {
@@ -188,7 +188,7 @@ static void dump_bar14(unsigned dev)
 
 static void dump_pci_devices(void)
 {
-	device_t dev;
+	pci_devfn_t dev;
 	for(dev = PCI_DEV(0, 0, 0);
 		dev <= PCI_DEV(0, 0x1f, 0x7);
 		dev += PCI_DEV(0,0,1)) {
diff --git a/src/mainboard/supermicro/x6dhe_g2/debug.c b/src/mainboard/supermicro/x6dhe_g2/debug.c
index 93199d7..5ea10d2 100644
--- a/src/mainboard/supermicro/x6dhe_g2/debug.c
+++ b/src/mainboard/supermicro/x6dhe_g2/debug.c
@@ -121,7 +121,7 @@ static void print_debug_pci_dev(unsigned dev)
 
 static void print_pci_devices(void)
 {
-	device_t dev;
+	pci_devfn_t dev;
 	for(dev = PCI_DEV(0, 0, 0);
 		dev <= PCI_DEV(0, 0x1f, 0x7);
 		dev += PCI_DEV(0,0,1)) {
@@ -188,7 +188,7 @@ static void dump_bar14(unsigned dev)
 
 static void dump_pci_devices(void)
 {
-	device_t dev;
+	pci_devfn_t dev;
 	for(dev = PCI_DEV(0, 0, 0);
 		dev <= PCI_DEV(0, 0x1f, 0x7);
 		dev += PCI_DEV(0,0,1)) {
diff --git a/src/mainboard/supermicro/x6dhr_ig/debug.c b/src/mainboard/supermicro/x6dhr_ig/debug.c
index 93199d7..5ea10d2 100644
--- a/src/mainboard/supermicro/x6dhr_ig/debug.c
+++ b/src/mainboard/supermicro/x6dhr_ig/debug.c
@@ -121,7 +121,7 @@ static void print_debug_pci_dev(unsigned dev)
 
 static void print_pci_devices(void)
 {
-	device_t dev;
+	pci_devfn_t dev;
 	for(dev = PCI_DEV(0, 0, 0);
 		dev <= PCI_DEV(0, 0x1f, 0x7);
 		dev += PCI_DEV(0,0,1)) {
@@ -188,7 +188,7 @@ static void dump_bar14(unsigned dev)
 
 static void dump_pci_devices(void)
 {
-	device_t dev;
+	pci_devfn_t dev;
 	for(dev = PCI_DEV(0, 0, 0);
 		dev <= PCI_DEV(0, 0x1f, 0x7);
 		dev += PCI_DEV(0,0,1)) {
diff --git a/src/mainboard/supermicro/x6dhr_ig2/debug.c b/src/mainboard/supermicro/x6dhr_ig2/debug.c
index 93199d7..5ea10d2 100644
--- a/src/mainboard/supermicro/x6dhr_ig2/debug.c
+++ b/src/mainboard/supermicro/x6dhr_ig2/debug.c
@@ -121,7 +121,7 @@ static void print_debug_pci_dev(unsigned dev)
 
 static void print_pci_devices(void)
 {
-	device_t dev;
+	pci_devfn_t dev;
 	for(dev = PCI_DEV(0, 0, 0);
 		dev <= PCI_DEV(0, 0x1f, 0x7);
 		dev += PCI_DEV(0,0,1)) {
@@ -188,7 +188,7 @@ static void dump_bar14(unsigned dev)
 
 static void dump_pci_devices(void)
 {
-	device_t dev;
+	pci_devfn_t dev;
 	for(dev = PCI_DEV(0, 0, 0);
 		dev <= PCI_DEV(0, 0x1f, 0x7);
 		dev += PCI_DEV(0,0,1)) {



More information about the coreboot-gerrit mailing list