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

Wenyou Yang wenyou.yang at atmel.com
Tue Apr 18 07:18:46 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 v3 0/6] ARM: dts: at91: Add dts files for AT91 SoCs' boards
     https://lists.denx.de/pipermail/u-boot/2017-April/287845.html

Changes in v5:
 - Adjust CONFIG_ENV_OFFSET for NAND to avoid the conflict caused
   by the increased binary size.
 - Rebase on the master branch(ad46af0e76) of u-boot-dm git tree.
 - Update the cover-letter.
 - Add Reviewed-by tag.

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                | 31 +---------
 14 files changed, 239 insertions(+), 110 deletions(-)

-- 
2.11.0



More information about the U-Boot mailing list