[U-Boot] [PATCH v3 0/3] board: at91sam9260ek/9g20ek: Convert to support DM and DT
Wenyou Yang
wenyou.yang at atmel.com
Wed Apr 12 09:14:23 UTC 2017
The purpose of the patch set is to convert the boards to support
the driver model and the device tree.
It is based on the patch set:
[PATCH v8 0/2] pinctrl: at91: Add pinctrl driver
https://lists.denx.de/pipermail/u-boot/2017-March/284577.html
Changes in v3:
- Add the support of Atmel uart device be used in the
board_init_f stage.
- Remove unused LED feature.
- Improve the commit log.
- Move out [PATCH 1/3] ARM: dts: at91: add dts file for at91sam9g20/at91sam9260.
- Add [PATCH]: board: at91sam9260ek/9g20ek: Enable early debug UART.
Changes in v2:
- Add missing conversion default config files for at91sam9xeek.
- Improve the commit log.
Wenyou Yang (3):
configs: at91sam9260ek/9g20ek: Update for DT and DM
board: at91sam9260ek: Clean up code
board: at91sam9260ek/9g20ek: Enable early debug UART
board/atmel/at91sam9260ek/Makefile | 2 +-
board/atmel/at91sam9260ek/at91sam9260ek.c | 79 +++-----------------------
configs/at91sam9260ek_dataflash_cs0_defconfig | 21 ++++++-
configs/at91sam9260ek_dataflash_cs1_defconfig | 21 ++++++-
configs/at91sam9260ek_nandflash_defconfig | 21 ++++++-
configs/at91sam9g20ek_2mmc_defconfig | 24 +++++++-
configs/at91sam9g20ek_2mmc_nandflash_defconfig | 24 +++++++-
configs/at91sam9g20ek_dataflash_cs0_defconfig | 21 ++++++-
configs/at91sam9g20ek_dataflash_cs1_defconfig | 21 ++++++-
configs/at91sam9g20ek_nandflash_defconfig | 21 ++++++-
configs/at91sam9xeek_dataflash_cs0_defconfig | 21 ++++++-
configs/at91sam9xeek_dataflash_cs1_defconfig | 21 ++++++-
configs/at91sam9xeek_nandflash_defconfig | 21 ++++++-
include/configs/at91sam9260ek.h | 29 +---------
14 files changed, 238 insertions(+), 109 deletions(-)
--
2.11.0
More information about the U-Boot
mailing list