upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.3 KiB
55 lines
1.3 KiB
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_BLK
|
|
----------
|
|
|
|
Status: In progress
|
|
Deadline: 2018.05
|
|
|
|
Maintainers should submit patches for enabling CONFIG_BLK on all boards in
|
|
time for inclusion in the 2018.05 release. Boards not converted by this
|
|
time may be removed in a subsequent release.
|
|
|
|
Note that this implies use of driver model for all block devices (e.g.
|
|
MMC, USB, SCSI, SATA).
|
|
|
|
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
|
|
|