blob: 5ae32f7883179e8d37ecb766fd5bdac16ff4e502 [file] [log] [blame]
Simon Glass17f1c402014-11-14 18:18:32 -07001/*
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
Simon Glasscd0adb32014-11-14 18:18:38 -070010void bd82x6x_sata_init(pci_dev_t dev, const void *blob, int node);
11void bd82x6x_sata_enable(pci_dev_t dev, const void *blob, int node);
Simon Glass17f1c402014-11-14 18:18:32 -070012void bd82x6x_pci_init(pci_dev_t dev);
Simon Glass194d7572014-11-14 18:18:40 -070013void bd82x6x_usb_ehci_init(pci_dev_t dev);
Simon Glass79248a12014-11-14 18:18:42 -070014void bd82x6x_usb_xhci_init(pci_dev_t dev);
Simon Glassd90f8e12014-11-14 20:56:36 -070015int gma_func0_init(pci_dev_t dev, struct pci_controller *hose,
16 const void *blob, int node);
Simon Glass17f1c402014-11-14 18:18:32 -070017int bd82x6x_init(void);
18
Simon Glasscf46d372014-11-24 21:18:16 -070019struct x86_cpu_priv;
20int model_206ax_init(struct x86_cpu_priv *cpu);
21
Simon Glass17f1c402014-11-14 18:18:32 -070022#endif