X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fqemu-x86.h;h=4b9ddd6f258984d6c736843f8584897aa8d0e395;hb=d01806a8fcbdaedcc67cead56ece572021d97ab7;hp=05eb5ebf91238ad7696d52026717b8b99c231381;hpb=8d3a25685e4aac7070365a2b3c53c2c81b27930f;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/qemu-x86.h b/include/configs/qemu-x86.h index 05eb5eb..4b9ddd6 100644 --- a/include/configs/qemu-x86.h +++ b/include/configs/qemu-x86.h @@ -1,7 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2015, Bin Meng - * - * SPDX-License-Identifier: GPL-2.0+ */ /* @@ -23,11 +22,7 @@ * 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 - * - * Default configuraion is to support the QEMU default x86 target - * Undefine CONFIG_IDE to support q35 target */ -#ifdef CONFIG_IDE #define CONFIG_SYS_IDE_MAXBUS 2 #define CONFIG_SYS_IDE_MAXDEVICE 4 #define CONFIG_SYS_ATA_BASE_ADDR 0 @@ -38,20 +33,7 @@ #define CONFIG_SYS_ATA_IDE1_OFFSET 0x170 #define CONFIG_ATAPI -#undef CONFIG_SCSI_AHCI -#else -#define CONFIG_SCSI_DEV_LIST \ - {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH9_AHCI} -#endif - -/* GPIO is not supported */ -#undef CONFIG_INTEL_ICH6_GPIO - /* SPI is not supported */ -#undef CONFIG_ENV_IS_IN_SPI_FLASH -#define CONFIG_ENV_IS_NOWHERE - -#define CONFIG_SPL_FRAMEWORK #define CONFIG_SPL_TEXT_BASE 0xfffd0000