aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/pi/00670F00/northbridge.h
diff options
context:
space:
mode:
authorMarc Jones <marcj303@gmail.com>2016-09-20 20:14:15 -0600
committerMartin Roth <martinroth@google.com>2016-11-02 18:36:37 +0100
commit2cd67b72746d36186b42f068627e7d2c46e1aecf (patch)
treed86a88e5650e0a39599f95f7756e50ba1f7f4832 /src/northbridge/amd/pi/00670F00/northbridge.h
parent24901165026731f9fef5e1c91abfca79dd0baa03 (diff)
northbridge/amd: Copy 00660F01 directories to 00670F00
Prepare for new 00670FF00 (StoneyRidge) support. Original-Signed-off-by: Marc Jones <marcj303@gmail.com> Original-Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Original-Tested-by: Marshall Dawson <marshalldawson3rd@gmail.com> (cherry picked from commit 037cf16883fafd329a15f903ddf97e24a879bcce) Change-Id: I130d4f13beb2c1d71e4e4e9be5011f7993b34660 Signed-off-by: Marc Jones <marcj303@gmail.com> Reviewed-on: https://review.coreboot.org/17142 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/northbridge/amd/pi/00670F00/northbridge.h')
-rw-r--r--src/northbridge/amd/pi/00670F00/northbridge.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/northbridge/amd/pi/00670F00/northbridge.h b/src/northbridge/amd/pi/00670F00/northbridge.h
new file mode 100644
index 0000000000..e095f9adc9
--- /dev/null
+++ b/src/northbridge/amd/pi/00670F00/northbridge.h
@@ -0,0 +1,22 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2015 Advanced Micro Devices, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ */
+
+#ifndef NORTHBRIDGE_AMD_AGESA_FAM16H_H
+#define NORTHBRIDGE_AMD_AGESA_FAM16H_H
+
+static struct device_operations pci_domain_ops;
+static struct device_operations cpu_bus_ops;
+
+#endif /* NORTHBRIDGE_AMD_AGESA_FAM16H_H */