1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (c) 2015 Google, Inc
9 #include <configs/x86-common.h>
11 #undef CONFIG_TPM_TIS_BASE_ADDRESS
14 * Select the output device: Put an 'x' prefix before one of these to disable it
18 * Video output - can normally continue after exit_boot_services has been
19 * called, since output to the display does not require EFI services at that
20 * point. U-Boot sets up the console memory and does its own drawing.
22 #define CONFIG_STD_DEVICES_SETTINGS "stdin=serial\0" \
23 "stdout=vidconsole\0" \
27 * Serial output with no console. Run qemu with:
29 * -display none -serial mon:stdio
31 * This will hang or fail to output on the console after exit_boot_services is
34 #define xCONFIG_STD_DEVICES_SETTINGS "stdin=serial\0" \
38 #undef CONFIG_BOOTCOMMAND
40 #define CONFIG_BOOTCOMMAND "part list efi 0; fatls efi 0:1"