[U-Boot] [PATCH v5 0/6] board: sama5d3: Convert to support DM/DT

Wenyou Yang wenyou.yang at atmel.com
Fri Apr 14 00:51:41 UTC 2017


The purpose of patch set is to convert the boards to support device
tree and driver model, and enable the early debug UART as well.
It is based on the patch set:
	[PATCH v6] mmc: gen_atmel_mci: add driver model support	for mci
	https://lists.denx.de/pipermail/u-boot/2017-April/287071.html

Hi Simon,

Thank you very much for taking a lot of my patches!

These patch has rebased on master branch of u-boot-dm tree.
Could you help take these patch?

Best Regards,
Wenyou Yang


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

Changes in v4:
 - Remove wrong using CONFIG_PHY_MICREL.
 - Remove the ethernet init code completely.

Changes in v3:
 - Convert the macb to support DM and clean up macb init code.
 - Remain the SPI speed macros.
 - Update the config options for SPL.
 - Update the commit log.
 - Remove the unneeded dbgu init during board_early_init_f stage.
 - Use CONFIG_DEBUG_UART_CLOCK as the input clock for the early
   debug uart.
 - Drop [PATCH] configs: sama5d3_xplained: move CONFIG_SYS_NO_FLASH
   to defconfig.
 - Rebase on v2017.03.

Changes in v2:
 - rebase on the patch set:
        [PATCH v3 0/8] board: sama5d4: convert boards to support DM/DT
        http://lists.denx.de/pipermail/u-boot/2017-February/280506.html

Wenyou Yang (6):
  board: sama5d3xek: Update to support DM/DT
  board: sama5d3xek: Clean up code
  board: sama5d3xek: Enable early debug UART
  board: sama5d3_xplained: Update to support DM/DT
  board: sama5d3_xplained: Clean up code
  board: sama5d3_xplained: Enable early debug UART

 board/atmel/sama5d3_xplained/sama5d3_xplained.c |  47 ++------
 board/atmel/sama5d3xek/sama5d3xek.c             | 145 +++---------------------
 configs/sama5d3_xplained_mmc_defconfig          |  35 +++++-
 configs/sama5d3_xplained_nandflash_defconfig    |  34 +++++-
 configs/sama5d3xek_mmc_defconfig                |  40 ++++++-
 configs/sama5d3xek_nandflash_defconfig          |  37 +++++-
 configs/sama5d3xek_spiflash_defconfig           |  41 ++++++-
 include/configs/sama5d3_xplained.h              |  26 +----
 include/configs/sama5d3xek.h                    |  35 +-----
 9 files changed, 212 insertions(+), 228 deletions(-)

-- 
2.11.0



More information about the U-Boot mailing list