[U-Boot] [PATCH v2 0/3] board: at91sam9rlek: Convert to support DM and DT

Wenyou Yang wenyou.yang at atmel.com
Wed Apr 12 09:18:48 UTC 2017


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

Changes in v2:
 - Add converting UART to support DM_SERIAL and used in the
   board_init_f stage.
 - Remove unused LED feature.
 - Improve the commit log.
 - Add [PATCH]: board: at91sam9rlek: Enable early debug UART.
 - Move out [PATCH]: ARM: dts: at91: add dts files for at91sam9rlek.

Wenyou Yang (3):
  configs: at91sam9rlek: Update for DT and DM support
  board: at91sam9rlek: Clean up code
  board: at91sam9rlek: Enable early debug UART

 board/atmel/at91sam9rlek/Makefile        |  2 +-
 board/atmel/at91sam9rlek/at91sam9rlek.c  | 24 +++++++++---------------
 configs/at91sam9rlek_dataflash_defconfig | 22 +++++++++++++++++++++-
 configs/at91sam9rlek_mmc_defconfig       | 22 +++++++++++++++++++++-
 configs/at91sam9rlek_nandflash_defconfig | 22 +++++++++++++++++++++-
 include/configs/at91sam9rlek.h           | 22 +---------------------
 6 files changed, 74 insertions(+), 40 deletions(-)

-- 
2.11.0



More information about the U-Boot mailing list