[coreboot-gerrit] Change in coreboot[master]: src/soc/amd/stoneyridge/include/amd_pci_defs.h: move file to common/i...

Richard Spiegel (Code Review) gerrit at coreboot.org
Tue Nov 14 01:04:27 CET 2017


Richard Spiegel has uploaded this change for review. ( https://review.coreboot.org/22460


Change subject: src/soc/amd/stoneyridge/include/amd_pci_defs.h: move file to common/include.
......................................................................

src/soc/amd/stoneyridge/include/amd_pci_defs.h: move file to common/include.

Create folder include within src/soc/amd/common, and move amd_pci_defs.h
to this folder. Fix include statements where needed.

BUG=b:62200907

Change-Id: I69e0a54e5d64ae28919871c687a0177786b789c8
Signed-off-by: Richard Spiegel <richard.spiegel at silverbackltd.com>
---
M src/soc/amd/common/amd_pci_util.c
M src/soc/amd/common/amd_pci_util.h
R src/soc/amd/common/include/amd_pci_int_defs.h
3 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/22460/1

diff --git a/src/soc/amd/common/amd_pci_util.c b/src/soc/amd/common/amd_pci_util.c
index ff9374f..a7e747a 100644
--- a/src/soc/amd/common/amd_pci_util.c
+++ b/src/soc/amd/common/amd_pci_util.c
@@ -19,7 +19,7 @@
 #include <string.h>
 #include <amd_pci_util.h>
 #include <pc80/i8259.h>
-#include <amd_pci_int_defs.h>
+#include <include/amd_pci_int_defs.h>
 #include <amd_pci_int_types.h>
 
 const struct pirq_struct *pirq_data_ptr;
diff --git a/src/soc/amd/common/amd_pci_util.h b/src/soc/amd/common/amd_pci_util.h
index b8d48ef..d648c60 100644
--- a/src/soc/amd/common/amd_pci_util.h
+++ b/src/soc/amd/common/amd_pci_util.h
@@ -17,7 +17,7 @@
 #define __AMD_PCI_UTIL_H__
 
 #include <stdint.h>
-#include <amd_pci_int_defs.h>
+#include <include/amd_pci_int_defs.h>
 
 /* FCH index/data registers */
 #define PCI_INTR_INDEX		0xc00
diff --git a/src/soc/amd/stoneyridge/include/amd_pci_int_defs.h b/src/soc/amd/common/include/amd_pci_int_defs.h
similarity index 100%
rename from src/soc/amd/stoneyridge/include/amd_pci_int_defs.h
rename to src/soc/amd/common/include/amd_pci_int_defs.h

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I69e0a54e5d64ae28919871c687a0177786b789c8
Gerrit-Change-Number: 22460
Gerrit-PatchSet: 1
Gerrit-Owner: Richard Spiegel <richard.spiegel at silverbackltd.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171114/b027c5d9/attachment.html>


More information about the coreboot-gerrit mailing list