blob: f5d568fff7ed1801615ee761d66d2de0d5f29763 [file] [log] [blame]
Stefan Reinauer05082732015-10-21 13:00:41 -07001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2016 Google Inc
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 */
15
16#define CONFIG_PCI_OPTION_ROM_RUN_YABEL 1
17#define CONFIG_YABEL_PCI_ACCESS_OTHER_DEVICES 0
18#define CONFIG_YABEL_DIRECTHW 1
19
20#define CONFIG_X86EMU_DEBUG 1
21#define CONFIG_X86EMU_DEBUG_TIMINGS 0
22#define CONFIG_X86EMU_DEBUG_JMP 0
23#define CONFIG_X86EMU_DEBUG_TRACE 0
24#define CONFIG_X86EMU_DEBUG_PNP 0
25#define CONFIG_X86EMU_DEBUG_DISK 0
26#define CONFIG_X86EMU_DEBUG_PMM 0
27#define CONFIG_X86EMU_DEBUG_VBE 0
28#define CONFIG_X86EMU_DEBUG_INT10 0
29#define CONFIG_X86EMU_DEBUG_INTERRUPTS 0
30#define CONFIG_X86EMU_DEBUG_CHECK_VMEM_ACCESS 0
31#define CONFIG_X86EMU_DEBUG_MEM 0
32#define CONFIG_X86EMU_DEBUG_IO 0
33
34#define CONFIG_ARCH_X86 1
35#define CONFIG_ARCH_ARM 0