diff mbox series

[U-Boot] x86: Add scsi command to coreboot and qemu

Message ID 1530010735-1903-1-git-send-email-bmeng.cn@gmail.com
State Accepted
Commit fc48ebe6dff059a799c8f85e31ee8dea6c2f77d8
Delegated to: Bin Meng
Headers show
Series [U-Boot] x86: Add scsi command to coreboot and qemu | expand

Commit Message

Bin Meng June 26, 2018, 10:58 a.m. UTC
This adds the scsi command to coreboot and qemu, to be in consistent
with other x86 targets.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---

 arch/x86/cpu/coreboot/Kconfig | 1 +
 arch/x86/cpu/qemu/Kconfig     | 1 +
 2 files changed, 2 insertions(+)

Comments

Simon Glass June 26, 2018, 11:18 p.m. UTC | #1
On 26 June 2018 at 04:58, Bin Meng <bmeng.cn@gmail.com> wrote:
> This adds the scsi command to coreboot and qemu, to be in consistent
> with other x86 targets.
>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> ---
>
>  arch/x86/cpu/coreboot/Kconfig | 1 +
>  arch/x86/cpu/qemu/Kconfig     | 1 +
>  2 files changed, 2 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
Bin Meng June 27, 2018, 5:50 a.m. UTC | #2
On Wed, Jun 27, 2018 at 7:18 AM, Simon Glass <sjg@chromium.org> wrote:
> On 26 June 2018 at 04:58, Bin Meng <bmeng.cn@gmail.com> wrote:
>> This adds the scsi command to coreboot and qemu, to be in consistent
>> with other x86 targets.
>>
>> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
>> ---
>>
>>  arch/x86/cpu/coreboot/Kconfig | 1 +
>>  arch/x86/cpu/qemu/Kconfig     | 1 +
>>  2 files changed, 2 insertions(+)
>
> Reviewed-by: Simon Glass <sjg@chromium.org>

applied to u-boot-x86, thanks!
diff mbox series

Patch

diff --git a/arch/x86/cpu/coreboot/Kconfig b/arch/x86/cpu/coreboot/Kconfig
index fa3b64f..392c258 100644
--- a/arch/x86/cpu/coreboot/Kconfig
+++ b/arch/x86/cpu/coreboot/Kconfig
@@ -10,6 +10,7 @@  config SYS_COREBOOT
 	imply MMC_PCI
 	imply MMC_SDHCI
 	imply MMC_SDHCI_SDMA
+	imply SCSI
 	imply SCSI_AHCI
 	imply SPI_FLASH
 	imply SYS_NS16550
diff --git a/arch/x86/cpu/qemu/Kconfig b/arch/x86/cpu/qemu/Kconfig
index 31428dd..fdf558d 100644
--- a/arch/x86/cpu/qemu/Kconfig
+++ b/arch/x86/cpu/qemu/Kconfig
@@ -7,6 +7,7 @@  config QEMU
 	select ARCH_EARLY_INIT_R
 	imply AHCI_PCI
 	imply E1000
+	imply SCSI
 	imply SCSI_AHCI
 	imply SYS_NS16550
 	imply USB