]> Git Repo - J-u-boot.git/blame - include/configs/qemu-x86.h
Convert CONFIG_SYS_OMAP24_I2C_SLAVE et al to Kconfig
[J-u-boot.git] / include / configs / qemu-x86.h
CommitLineData
a65b25d1
BM
1/*
2 * Copyright (C) 2015, Bin Meng <[email protected]>
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
b6ff6ce6 18#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd\0" \
fcda8c38
BM
19 "stdout=serial,vidconsole\0" \
20 "stderr=serial,vidconsole\0"
a65b25d1 21
2aa3a7fb
BM
22/*
23 * ATA/SATA support for QEMU x86 targets
24 * - Only legacy IDE controller is supported for QEMU '-M pc' target
25 * - AHCI controller is supported for QEMU '-M q35' target
2aa3a7fb 26 */
2aa3a7fb
BM
27#define CONFIG_SYS_IDE_MAXBUS 2
28#define CONFIG_SYS_IDE_MAXDEVICE 4
29#define CONFIG_SYS_ATA_BASE_ADDR 0
30#define CONFIG_SYS_ATA_DATA_OFFSET 0
31#define CONFIG_SYS_ATA_REG_OFFSET 0
32#define CONFIG_SYS_ATA_ALT_OFFSET 0
33#define CONFIG_SYS_ATA_IDE0_OFFSET 0x1f0
34#define CONFIG_SYS_ATA_IDE1_OFFSET 0x170
35#define CONFIG_ATAPI
36
a65b25d1 37/* SPI is not supported */
a65b25d1 38
73d2de2b
BM
39#define CONFIG_SPL_FRAMEWORK
40
41#define CONFIG_SPL_TEXT_BASE 0xfffd0000
42
43#define BOOT_DEVICE_SPI 10
44
45#define CONFIG_SPL_BOARD_LOAD_IMAGE
46#define BOOT_DEVICE_BOARD 11
47
a65b25d1 48#endif /* __CONFIG_H */
This page took 0.367939 seconds and 4 git commands to generate.