[U-Boot] [PATCH v5 1/3] configs: at91sam9x5ek: Update to support DM/DT

sjg at google.com sjg at google.com
Sat Apr 22 03:07:17 UTC 2017


Update the configuration files to support the device tree and driver
model. The device clock and pins configuration are handled by the
clock and the pinctrl drivers respectively.

Because the limitation of internal SRAM size, the SPL with driver
model can't be supported, disable the SPL option.

Signed-off-by: Wenyou Yang <wenyou.yang at atmel.com>
Reviewed-by: Simon Glass <sjg at chromium.org>
---

Changes in v5:
 - Adjust CONFIG_ENV_OFFSET for NAND to avoid the conflict caused
   by the increased binary size.

Changes in v4: None
Changes in v3:
 - Convert Atmel mci driver to support the driver model.
 - Remain the SPI_SPEED macro.
 - Add the support of Atmel uart device be used in the
   board_init_f stage.
 - Disable the SPL for nand config.
 - Improve the commit log.

Changes in v2: None

 board/atmel/at91sam9x5ek/at91sam9x5ek.c  |  2 ++
 configs/at91sam9x5ek_dataflash_defconfig | 23 ++++++++++++++++++++++-
 configs/at91sam9x5ek_mmc_defconfig       | 23 ++++++++++++++++++++++-
 configs/at91sam9x5ek_nandflash_defconfig | 29 ++++++++++++++++++++++-------
 configs/at91sam9x5ek_spiflash_defconfig  | 30 ++++++++++++++++++++++--------
 include/configs/at91sam9x5ek.h           | 27 +++------------------------
 6 files changed, 93 insertions(+), 41 deletions(-)

Applied to u-boot-dm/next, thanks!


More information about the U-Boot mailing list