blob: e9ce9b3f4297897e6c6fe7e3a4760292780e5f09 [file] [log] [blame]
Stefan Reinauerb7ecf6d2013-03-13 17:13:32 -07001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2011-2012 The ChromiumOS Authors. All rights reserved.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
Stefan Reinauerb7ecf6d2013-03-13 17:13:32 -070014 */
15
16#ifndef STOUT_ONBOARD_H
17#define STOUT_ONBOARD_H
18
19#include <arch/smp/mpspec.h>
20
21#define STOUT_NIC_VENDOR_ID 0x10EC
22#define STOUT_NIC_DEVICE_ID 0x8168
23
24#define XHCI_MODE 2 // Auto
25#define XHCI_PORTS 3 // Port 0 & 1
26#define XHCI_PREBOOT 0 // No PreOS boot support
27#define XHCI_STREAMS 1 // Sure, lets have streams
28
29#endif