[U-Boot] [PATCH v3 0/8] board: sama5d4: convert boards to support DM/DT

Wenyou Yang wenyou.yang at atmel.com
Tue Feb 7 08:01:21 UTC 2017


The purpose of patch set is to convert the board to support Device
Tree and Driver Model.
It is based on the patch set:
	[PATCH v5 0/2] pinctrl: at91: Add pinctrl driver
	http://lists.denx.de/pipermail/u-boot/2017-February/280463.html

Changes in v3:
 - add the Reviewed-by tags.
 - rebase on the patch:
        [PATCH v2] ARM: dts: at91: add device tree files for at91sam9x5ek
        http://lists.denx.de/pipermail/u-boot/2017-February/280504.html

Changes in v2:
 - Restore the wrong removal #define CONFIG_USB_ETHER.
 - Update the commit log.
 - Restore the wrong removal of USB related code.
 - Update the commit log.
 - Restore wrong removal of #define CONFIG_USB_ETHER.
 - Update the commit log.
 - Restore the wrong removal USB related code.
 - Update the commit log.

Wenyou Yang (8):
  configs: at91-sama5_common: fix for CONFIG_AT91_GPIO
  board: sama5d4_xplained: move config options to defconfig
  board: sama5d4_xplained: clean up code
  board: sama5d4_xplained: enable early debug UART
  board: sama5d4ek: move config options to defconfig
  board: sama5d4ek: clean up code
  board: sama5d4ek: enable early debug UART
  configs: sama5d4: move CONFIG_SYS_NO_FLASH to *defconfig

 board/atmel/sama5d4_xplained/sama5d4_xplained.c | 100 ++++-------------------
 board/atmel/sama5d4ek/sama5d4ek.c               | 101 ++++--------------------
 configs/sama5d4_xplained_mmc_defconfig          |  31 +++++++-
 configs/sama5d4_xplained_nandflash_defconfig    |  33 +++++++-
 configs/sama5d4_xplained_spiflash_defconfig     |  31 +++++++-
 configs/sama5d4ek_mmc_defconfig                 |  30 +++++++
 configs/sama5d4ek_nandflash_defconfig           |  30 +++++++
 configs/sama5d4ek_spiflash_defconfig            |  30 +++++++
 include/configs/at91-sama5_common.h             |   2 +
 include/configs/sama5d4_xplained.h              |  33 --------
 include/configs/sama5d4ek.h                     |  33 --------
 11 files changed, 214 insertions(+), 240 deletions(-)

-- 
2.11.0



More information about the U-Boot mailing list