]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/cougarcanyon2.h
Merge git://www.denx.de/git/u-boot-marvell
[people/ms/u-boot.git] / include / configs / cougarcanyon2.h
CommitLineData
a2e3b05e
BM
1/*
2 * Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef __CONFIG_H
8#define __CONFIG_H
9
10#include <configs/x86-common.h>
11
12#define CONFIG_SYS_MONITOR_LEN (2 << 20)
a2e3b05e
BM
13
14#define CONFIG_SMSC_SIO1007
15
a2e3b05e
BM
16#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd,usbkbd\0" \
17 "stdout=serial,vga\0" \
18 "stderr=serial,vga\0"
19
20#define CONFIG_SCSI_DEV_LIST \
21 {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_PANTHERPOINT_AHCI_MOBILE}
22
23/* Environment configuration */
24#define CONFIG_ENV_SECT_SIZE 0x1000
25#define CONFIG_ENV_OFFSET 0x5ff000
26
a2e3b05e 27#endif /* __CONFIG_H */