[U-Boot] [PATCH v4 0/3] board: at91sam9260ek/9g20ek: Convert to support DM and DT

Wenyou Yang wenyou.yang at atmel.com
Fri Apr 14 02:32:43 UTC 2017


The purpose of the patch set is to convert the boards to support
the driver model and the device tree.

The patch set is based on the patch set:
 1./ PATCH v2 0/6] ARM: dts: at91: Add dts files for AT91 SoCs' boards
     https://lists.denx.de/pipermail/u-boot/2017-April/287222.html

 2./ [PATCH v6] mmc: gen_atmel_mci: add driver model support for mci
     https://lists.denx.de/pipermail/u-boot/2017-April/287071.html

Changes in v4:
 - Rebase on the master branch (22e10be45) of u-boot-dm git tree.
 - Update the cover-letter.

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