[U-Boot] [PATCH 00/10] tbs2910 fixes and driver model conversion
Soeren Moch
smoch at web.de
Fri Mar 1 12:10:51 UTC 2019
DM_MMC activates BLK, so we have to convert dwc_ahsata to AHCI before.
Soeren Moch (10):
board: tbs2910: Fix default environment
board: tbs2910: Remove efi loader support in defconfig to reduce
u-boot size
board: tbs2910: Add device tree
board: tbs2910: Add pinctrl driver and convert gpio to driver model
board: tbs2910: Convert usb to driver model
board: tbs2910: Convert i2c and rtc to driver model
ata: dwc_ahsata: Fix sector reports for large disks
ata: dwc_ahsata: Add ahci driver model support
board: tbs2910: Convert sata to ahci driver model
board: tbs2910: Convert mmc to driver model
arch/arm/dts/imx6q-tbs2910.dts | 394 +++++++++++++++++++++++++++++++++
board/tbs/tbs2910/MAINTAINERS | 1 +
board/tbs/tbs2910/tbs2910.c | 184 +--------------
configs/cm_fx6_defconfig | 1 +
configs/tbs2910_defconfig | 18 +-
drivers/ata/Kconfig | 8 +
drivers/ata/dwc_ahsata.c | 38 +++-
include/configs/tbs2910.h | 38 +---
8 files changed, 455 insertions(+), 227 deletions(-)
create mode 100644 arch/arm/dts/imx6q-tbs2910.dts
--
2.17.1
More information about the U-Boot
mailing list