mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-30 00:21:06 +00:00
91ff686562
The function part_init() will only be built when we have both CONFIG_PARTITIONS and CONFIG_HAVE_BLOCK_DEVICE set. Protect the call to this function with both of these tests now. Cc: Simon Glass <sjg@chromium.org> Cc: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Cc: Michal Simek <michal.simek@xilinx.com> Cc: York Sun <york.sun@nxp.com> Cc: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> Cc: Mingkai Hu <mingkai.hu@nxp.com> Cc: Stefan Roese <sr@denx.de> Cc: Marek Behún <marek.behun@nic.cz> Cc: Vanessa Maegima <vanessa.maegima@nxp.com> Cc: Eugen Hristev <eugen.hristev@microchip.com> Cc: Adam Ford <aford173@gmail.com> Cc: Jagan Teki <jagan@amarulasolutions.com> Cc: Tom Warren <twarren@nvidia.com> Cc: Stephen Warren <swarren@nvidia.com> Cc: Vitaly Andrianov <vitalya@ti.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
84 lines
2.3 KiB
Text
84 lines
2.3 KiB
Text
Migration Schedule
|
|
====================
|
|
|
|
U-Boot has been migrating to a new driver model since its introduction in
|
|
2014. This file describes the schedule for deprecation of pre-driver-model
|
|
features.
|
|
|
|
CONFIG_DM_MMC
|
|
-------------
|
|
|
|
Status: In progress
|
|
Deadline: 2019.04
|
|
|
|
The subsystem itself has been converted and maintainers should submit patches
|
|
switching over to using CONFIG_DM_MMC and other base driver model options in
|
|
time for inclusion in the 2019.04 rerelease.
|
|
|
|
CONFIG_DM_USB
|
|
-------------
|
|
|
|
Status: In progress
|
|
Deadline: 2019.07
|
|
|
|
The subsystem itself has been converted along with many of the host controller
|
|
and maintainers should submit patches switching over to using CONFIG_DM_USB and
|
|
other base driver model options in time for inclusion in the 2019.07 rerelease.
|
|
|
|
CONFIG_SATA
|
|
-----------
|
|
|
|
Status: In progress
|
|
Deadline: 2019.07
|
|
|
|
The subsystem itself has been converted along with many of the host controller
|
|
and maintainers should submit patches switching over to using CONFIG_AHCI and
|
|
other base driver model options in time for inclusion in the 2019.07 rerelease.
|
|
|
|
CONFIG_BLK
|
|
----------
|
|
|
|
Status: In progress
|
|
Deadline: 2019.07
|
|
|
|
In concert with maintainers migrating their block device usage to the
|
|
appropriate DM driver, CONFIG_BLK needs to be set as well. The final deadline
|
|
here coincides with the final deadline for migration of the various block
|
|
subsystems. At this point we will be able to audit and correct the logic in
|
|
Kconfig around using CONFIG_PARTITIONS and CONFIG_HAVE_BLOCK_DEVICE and make
|
|
use of CONFIG_BLK / CONFIG_SPL_BLK as needed.
|
|
|
|
CONFIG_DM_SPI
|
|
CONFIG_DM_SPI_FLASH
|
|
-------------------
|
|
|
|
Board Maintainers should submit the patches for enabling DM_SPI and DM_SPI_FLASH
|
|
to move the migration with in the deadline.
|
|
|
|
Status: In progress
|
|
Deadline: 2018.09
|
|
|
|
No dm conversion yet:
|
|
drivers/spi/cf_spi.c
|
|
drivers/spi/fsl_espi.c
|
|
drivers/spi/lpc32xx_ssp.c
|
|
drivers/spi/mpc8xx_spi.c
|
|
drivers/spi/mpc8xxx_spi.c
|
|
drivers/spi/mxs_spi.c
|
|
drivers/spi/sh_qspi.c
|
|
drivers/spi/sh_spi.c
|
|
drivers/spi/soft_spi_legacy.c
|
|
|
|
Partially converted:
|
|
drivers/spi/atcspi200_spi.c
|
|
drivers/spi/davinci_spi.c
|
|
drivers/spi/fsl_dspi.c
|
|
drivers/spi/fsl_qspi.c
|
|
drivers/spi/kirkwood_spi.c
|
|
drivers/spi/mxc_spi.c
|
|
drivers/spi/omap3_spi.c
|
|
drivers/spi/ti_qspi.c
|
|
|
|
--
|
|
Jagan Teki <jagan@openedev.com>
|
|
03/14/2018
|