| /* SPDX-License-Identifier: GPL-2.0+ */ |
| * Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com> |
| * board/config.h - configuration options, board specific |
| #define BOOT_TARGET_DEVICES(func) \ |
| func(VIRTIO, virtio, 0) \ |
| #include <config_distro_bootcmd.h> |
| #include <configs/x86-common.h> |
| #define CONFIG_SYS_MONITOR_LEN (1 << 20) |
| #define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd\0" \ |
| "stdout=serial,vidconsole\0" \ |
| "stderr=serial,vidconsole\0" |
| * ATA/SATA support for QEMU x86 targets |
| * - Only legacy IDE controller is supported for QEMU '-M pc' target |
| * - AHCI controller is supported for QEMU '-M q35' target |
| #define CONFIG_SPL_BOARD_LOAD_IMAGE |