[U-Boot] [PATCH v1 0/7] board: sama5d3: convert boards to support DM/DT

Wenyou Yang wenyou.yang at atmel.com
Fri Oct 28 09:24:37 CEST 2016


The purpose of patch set is to convert the board to support Device
Tree and Driver Model.

They are based on the following patches:
	1./ [PATCH v3 0/2] pinctrl: at91: Add pinctrl driver
	http://lists.denx.de/pipermail/u-boot/2016-October/270991.html
	2./ [PATCH v1 0/2] ARM: dts: at91: add dts files for the boards of SAMA5D3
	http://lists.denx.de/pipermail/u-boot/2016-October/271241.html
	3./ [PATCH v3 0/2] serial: atmel_usart: Support to enable an early debug UART
	http://lists.denx.de/pipermail/u-boot/2016-October/270250.html
	4./ [PATCH v2 0/3] gpio: at91_gpio: Add option and clock support
	http://lists.denx.de/pipermail/u-boot/2016-October/271231.html
	5./ [PATCH v11] dm: at91: Add driver model support for the spi driver
	http://lists.denx.de/pipermail/u-boot/2016-October/271235.html
	6./ [PATCH v2 0/8] board: sama5d4: convert boards to support DM/DT
	http://lists.denx.de/pipermail/u-boot/2016-October/271244.html


Wenyou Yang (7):
  board: sama5d3xek: move config options to defconfig
  board: sama5d3xek: clean up code
  board: sama5d3xek: enable early debug UART
  board: sama5d3_xplained: move config options to defconfig
  board: sama5d3_xplained: clean up code
  board: sama5d3_xplained: enable early debug UART
  configs: sama5d3_xplained: move CONFIG_SYS_NO_FLASH to defconfig

 board/atmel/sama5d3_xplained/sama5d3_xplained.c | 35 +++++-----
 board/atmel/sama5d3xek/sama5d3xek.c             | 86 +++++--------------------
 configs/sama5d3_xplained_mmc_defconfig          | 28 +++++++-
 configs/sama5d3_xplained_nandflash_defconfig    | 28 +++++++-
 configs/sama5d3xek_mmc_defconfig                | 30 ++++++++-
 configs/sama5d3xek_nandflash_defconfig          | 31 ++++++++-
 configs/sama5d3xek_spiflash_defconfig           | 30 ++++++++-
 include/configs/sama5d3_xplained.h              | 10 +--
 include/configs/sama5d3xek.h                    | 17 +----
 9 files changed, 174 insertions(+), 121 deletions(-)

-- 
2.7.4



More information about the U-Boot mailing list