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:38 (GMT)
committerSimon Glass <sjg@chromium.org>2014-11-25 13:34:01 (GMT)
commit3ac839352db2fb464e1e6e6a4bc50f06fb29cdb0 (patch)
treefc4597857ff5299dbbb4abeb752ad3027000655b /arch/x86/include/asm/arch-ivybridge/bd82x6x.h
parent05efc3961cf01916b32ef58a3965d46a11636e68 (diff)
downloadu-boot-3ac839352db2fb464e1e6e6a4bc50f06fb29cdb0.tar.xz
x86: ivybridge: Add SATA init
Add code to set up the SATA interfaces on boot. 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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/arch-ivybridge/bd82x6x.h b/arch/x86/include/asm/arch-ivybridge/bd82x6x.h
index e02520c..644755f 100644
--- a/arch/x86/include/asm/arch-ivybridge/bd82x6x.h
+++ b/arch/x86/include/asm/arch-ivybridge/bd82x6x.h
@@ -7,6 +7,8 @@
#ifndef _ASM_ARCH_BD82X6X_H
#define _ASM_ARCH_BD82X6X_H
+void bd82x6x_sata_init(pci_dev_t dev, const void *blob, int node);
+void bd82x6x_sata_enable(pci_dev_t dev, const void *blob, int node);
void bd82x6x_pci_init(pci_dev_t dev);
int bd82x6x_init_pci_devices(void);
int bd82x6x_init(void);