[U-Boot] [PATCH 0/5] imx6ul: Board updates

Jagan Teki jagannadh.teki at gmail.com
Sat Sep 3 10:21:52 CEST 2016


The idea of this series is to use the existing imx6ul code common
to all supported boards with common and meaningful names and show
how the new board used with the existing code.

Jagan Teki (5):
  imx: mx6ul: Refactor common code as mx6ul
  configs: mx6ul: Update comment in license notes
  spi: Kconfig: Move FSL_QSPI entry to non-dm place
  configs: mx6ul: Move SPI/SPI-FLASH configs to defconfig
  imx: mx6ul: Add initial board support for Engicam GEAM6UL

 arch/arm/cpu/armv7/mx6/Kconfig                             |  8 +++++++-
 board/freescale/mx6ul/Kconfig                              | 12 ++++++++++++
 board/freescale/mx6ul/MAINTAINERS                          | 12 ++++++++++++
 board/freescale/{mx6ul_14x14_evk => mx6ul}/Makefile        |  2 +-
 board/freescale/{mx6ul_14x14_evk => mx6ul}/README          |  0
 .../{mx6ul_14x14_evk/mx6ul_14x14_evk.c => mx6ul/board.c}   |  0
 board/freescale/mx6ul_14x14_evk/Kconfig                    | 12 ------------
 board/freescale/mx6ul_14x14_evk/MAINTAINERS                |  7 -------
 configs/mx6ul_14x14_evk_defconfig                          |  4 ++++
 configs/mx6ul_9x9_evk_defconfig                            |  4 ++++
 configs/mx6ul_geam_kit_defconfig                           | 11 +++++++++++
 drivers/spi/Kconfig                                        | 14 +++++++-------
 include/configs/{mx6ul_14x14_evk.h => mx6ul.h}             |  6 +-----
 13 files changed, 59 insertions(+), 33 deletions(-)
 create mode 100644 board/freescale/mx6ul/Kconfig
 create mode 100644 board/freescale/mx6ul/MAINTAINERS
 rename board/freescale/{mx6ul_14x14_evk => mx6ul}/Makefile (76%)
 rename board/freescale/{mx6ul_14x14_evk => mx6ul}/README (100%)
 rename board/freescale/{mx6ul_14x14_evk/mx6ul_14x14_evk.c => mx6ul/board.c} (100%)
 delete mode 100644 board/freescale/mx6ul_14x14_evk/Kconfig
 delete mode 100644 board/freescale/mx6ul_14x14_evk/MAINTAINERS
 create mode 100644 configs/mx6ul_geam_kit_defconfig
 rename include/configs/{mx6ul_14x14_evk.h => mx6ul.h} (97%)

-- 
2.7.4



More information about the U-Boot mailing list