]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/x86/include/asm/arch-ivybridge/bd82x6x.h
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[karo-tx-uboot.git] / arch / x86 / include / asm / arch-ivybridge / bd82x6x.h
1 /*
2  * Copyright (C) 2014 Google, Inc
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef _ASM_ARCH_BD82X6X_H
8 #define _ASM_ARCH_BD82X6X_H
9
10 void bd82x6x_sata_init(pci_dev_t dev, const void *blob, int node);
11 void bd82x6x_sata_enable(pci_dev_t dev, const void *blob, int node);
12 void bd82x6x_pci_init(pci_dev_t dev);
13 void bd82x6x_usb_ehci_init(pci_dev_t dev);
14 void bd82x6x_usb_xhci_init(pci_dev_t dev);
15 int bd82x6x_init_pci_devices(void);
16 int gma_func0_init(pci_dev_t dev, struct pci_controller *hose,
17                    const void *blob, int node);
18 int bd82x6x_init(void);
19
20 struct x86_cpu_priv;
21 int model_206ax_init(struct x86_cpu_priv *cpu);
22
23 #endif