Move amd/stoneyridge/include/amd_pci_int_defs.h to include/soc/
Move src/soc/amd/stoneyridge/include/amd_pci_int_defs.h to src/soc/amd/stoneyridge/include/soc/. After much discussion, src/soc/amd/stoneyridge/include/soc is probably the best location. It was found that there are other common code that include headers from this folder. BUG=b:62200907 Change-Id: I69e0a54e5d64ae28919871c687a0177786b789c8 Signed-off-by: Richard Spiegel <richard.spiegel@silverbackltd.com> Reviewed-on: https://review.coreboot.org/22460 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Marc Jones <marc@marcjonesconsulting.com>
This commit is contained in:
parent
209ea1459b
commit
a800bdb298
|
@ -19,7 +19,7 @@
|
|||
#include <string.h>
|
||||
#include <amd_pci_util.h>
|
||||
#include <pc80/i8259.h>
|
||||
#include <amd_pci_int_defs.h>
|
||||
#include <soc/amd_pci_int_defs.h>
|
||||
#include <amd_pci_int_types.h>
|
||||
|
||||
const struct pirq_struct *pirq_data_ptr;
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#define __AMD_PCI_UTIL_H__
|
||||
|
||||
#include <stdint.h>
|
||||
#include <amd_pci_int_defs.h>
|
||||
#include <soc/amd_pci_int_defs.h>
|
||||
|
||||
/* FCH index/data registers */
|
||||
#define PCI_INTR_INDEX 0xc00
|
||||
|
|
Loading…
Reference in New Issue