]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/configs/minnowmax.h
karo: tx6: enable GPT command
[karo-tx-uboot.git] / include / configs / minnowmax.h
1 /*
2  * Copyright (C) 2015 Google, Inc
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 /*
8  * board/config.h - configuration options, board specific
9  */
10
11 #ifndef __CONFIG_H
12 #define __CONFIG_H
13
14 #include <configs/x86-common.h>
15
16 #define CONFIG_SYS_MONITOR_LEN          (1 << 20)
17 #define CONFIG_ARCH_EARLY_INIT_R
18 #define CONFIG_ARCH_MISC_INIT
19
20 #define CONFIG_SMSC_LPC47M
21
22 #define CONFIG_SYS_EARLY_PCI_INIT
23 #define CONFIG_PCI_PNP
24 #define CONFIG_RTL8169
25 #define CONFIG_STD_DEVICES_SETTINGS     "stdin=usbkbd,vga,serial\0" \
26                                         "stdout=vga,serial\0" \
27                                         "stderr=vga,serial\0"
28
29 #define CONFIG_SCSI_DEV_LIST            \
30         {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_VALLEYVIEW_SATA}, \
31         {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_VALLEYVIEW_SATA_ALT}
32
33 #define CONFIG_SPI_FLASH_STMICRO
34
35 #define CONFIG_MMC
36 #define CONFIG_SDHCI
37 #define CONFIG_GENERIC_MMC
38 #define CONFIG_MMC_SDMA
39 #define CONFIG_CMD_MMC
40
41 #undef CONFIG_USB_MAX_CONTROLLER_COUNT
42 #define CONFIG_USB_MAX_CONTROLLER_COUNT         1
43
44 #define VIDEO_IO_OFFSET                         0
45 #define CONFIG_X86EMU_RAW_IO
46 #define CONFIG_VGA_AS_SINGLE_DEVICE
47
48 #define CONFIG_FIT_SIGNATURE
49 #define CONFIG_RSA
50
51 #define CONFIG_ENV_SECT_SIZE            0x1000
52 #define CONFIG_ENV_OFFSET               0x007fe000
53
54 #endif  /* __CONFIG_H */