summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/arch-ivybridge/bd82x6x.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-11-15 01:18:32 (GMT)
committerSimon Glass <sjg@chromium.org>2014-11-25 13:34:00 (GMT)
commit4e7a6acac7a46cc5ab0ea7986cc9e74351eed165 (patch)
tree15ac5235dec1c99e93da8444d7070d0b0c2e180c /arch/x86/include/asm/arch-ivybridge/bd82x6x.h
parenta0bd851ecec0e04c5e3f224a912b2872618f77ba (diff)
downloadu-boot-4e7a6acac7a46cc5ab0ea7986cc9e74351eed165.tar.xz
x86: ivybridge: Add support for BD82x6x PCH
Add basic setup for the PCH. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/include/asm/arch-ivybridge/bd82x6x.h')
-rw-r--r--arch/x86/include/asm/arch-ivybridge/bd82x6x.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/x86/include/asm/arch-ivybridge/bd82x6x.h b/arch/x86/include/asm/arch-ivybridge/bd82x6x.h
new file mode 100644
index 0000000..e02520c
--- /dev/null
+++ b/arch/x86/include/asm/arch-ivybridge/bd82x6x.h
@@ -0,0 +1,14 @@
+/*
+ * Copyright (C) 2014 Google, Inc
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef _ASM_ARCH_BD82X6X_H
+#define _ASM_ARCH_BD82X6X_H
+
+void bd82x6x_pci_init(pci_dev_t dev);
+int bd82x6x_init_pci_devices(void);
+int bd82x6x_init(void);
+
+#endif