[U-Boot] [PATCH v2 4/4] x86: Switch all boards to use DM SCSI

Bin Meng bmeng.cn at gmail.com
Tue Aug 1 12:24:44 UTC 2017


On Tue, Aug 1, 2017 at 5:12 PM, Simon Glass <sjg at chromium.org> wrote:
> On 30 July 2017 at 20:24, Bin Meng <bmeng.cn at gmail.com> wrote:
>> After MMC is converted to DM, convert to use DM SCSI as well for all
>> x86 boards and imply BLK for both MMC and SCSI drivers.
>>
>> CONFIG_SCSI_DEV_LIST is no longer used. Clean them up.
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>>
>> ---
>>
>> Changes in v2: None
>>
>>  arch/Kconfig                              |  2 ++
>>  arch/x86/cpu/baytrail/Kconfig             |  1 +
>>  arch/x86/cpu/broadwell/Kconfig            |  1 +
>>  arch/x86/cpu/coreboot/Kconfig             |  1 +
>>  arch/x86/cpu/ivybridge/Kconfig            |  1 +
>>  arch/x86/cpu/qemu/Kconfig                 |  1 +
>>  arch/x86/cpu/queensbay/Kconfig            |  1 +
>>  configs/chromebook_link64_defconfig       |  2 --
>>  configs/chromebook_link_defconfig         |  2 --
>>  configs/chromebox_panther_defconfig       |  2 --
>>  include/configs/bayleybay.h               |  4 ----
>>  include/configs/conga-qeval20-qa3-e3845.h |  4 ----
>>  include/configs/cougarcanyon2.h           |  3 ---
>>  include/configs/crownbay.h                |  3 ---
>>  include/configs/dfi-bt700.h               |  4 ----
>>  include/configs/minnowmax.h               |  4 ----
>>  include/configs/qemu-x86.h                | 10 ----------
>>  include/configs/som-6896.h                |  3 ---
>>  include/configs/som-db5800-som-6867.h     |  4 ----
>>  include/configs/x86-chromebook.h          |  8 --------
>>  20 files changed, 8 insertions(+), 53 deletions(-)
>>
>
> Reviewed-by: Simon Glass <sjg at chromium.org>

applied to u-boot-x86, thanks!


More information about the U-Boot mailing list