All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/7] i.MX6DL: Add BTicino Mamoj board support
@ 2018-05-07  5:51 Jagan Teki
  2018-05-07  5:51 ` [U-Boot] [PATCH v3 1/7] i.MX6: board: Add BTicino i.MX6DL Mamoj initial support Jagan Teki
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Jagan Teki @ 2018-05-07  5:51 UTC (permalink / raw)
  To: u-boot

This series add support for BTicino i.MX6DL Mamoj board.

Changes for v3:
- Use imx spl inbuilt functions for ddr config instead of register
  writes.
- rebase to master
Changes for v2:
- Update Kconfig changes for CONFIG_FSL_ESDHC
- Add HAB support

Jagan Teki (7):
  i.MX6: board: Add BTicino i.MX6DL Mamoj initial support
  i.MX6DL: mamoj: Add I2C support
  i.MX6DL: mamoj: Add PFUZE100 support
  configs: imx6dl_mamoj: Enable fastboot and ums
  configs: imx6dl-mamoj: Add DFU support
  configs: imx6dl-mamoj: Add Falcon mode support
  configs: imx6dl-mamoj: Enable HAB

 arch/arm/dts/Makefile                 |   1 +
 arch/arm/dts/imx6dl-mamoj-u-boot.dtsi |  15 +++
 arch/arm/dts/imx6dl-mamoj.dts         | 225 ++++++++++++++++++++++++++++++++++
 arch/arm/mach-imx/mx6/Kconfig         |  32 +++++
 board/bticino/mamoj/Kconfig           |  12 ++
 board/bticino/mamoj/MAINTAINERS       |  10 ++
 board/bticino/mamoj/Makefile          |   8 ++
 board/bticino/mamoj/README            | 124 +++++++++++++++++++
 board/bticino/mamoj/mamoj.c           |  27 ++++
 board/bticino/mamoj/spl.c             | 172 ++++++++++++++++++++++++++
 configs/imx6dl_mamoj_defconfig        |  52 ++++++++
 include/configs/imx6dl-mamoj.h        | 102 +++++++++++++++
 12 files changed, 780 insertions(+)
 create mode 100644 arch/arm/dts/imx6dl-mamoj-u-boot.dtsi
 create mode 100644 arch/arm/dts/imx6dl-mamoj.dts
 create mode 100644 board/bticino/mamoj/Kconfig
 create mode 100644 board/bticino/mamoj/MAINTAINERS
 create mode 100644 board/bticino/mamoj/Makefile
 create mode 100644 board/bticino/mamoj/README
 create mode 100644 board/bticino/mamoj/mamoj.c
 create mode 100644 board/bticino/mamoj/spl.c
 create mode 100644 configs/imx6dl_mamoj_defconfig
 create mode 100644 include/configs/imx6dl-mamoj.h

-- 
2.14.3

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-05-18  4:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-07  5:51 [U-Boot] [PATCH v3 0/7] i.MX6DL: Add BTicino Mamoj board support Jagan Teki
2018-05-07  5:51 ` [U-Boot] [PATCH v3 1/7] i.MX6: board: Add BTicino i.MX6DL Mamoj initial support Jagan Teki
2018-05-17  9:46   ` Stefano Babic
2018-05-18  4:46     ` Jagan Teki
2018-05-07  5:51 ` [U-Boot] [PATCH v3 2/7] i.MX6DL: mamoj: Add I2C support Jagan Teki
2018-05-07  5:51 ` [U-Boot] [PATCH v3 3/7] i.MX6DL: mamoj: Add PFUZE100 support Jagan Teki
2018-05-07  5:51 ` [U-Boot] [PATCH v3 4/7] configs: imx6dl_mamoj: Enable fastboot and ums Jagan Teki
2018-05-07  5:51 ` [U-Boot] [PATCH v3 5/7] configs: imx6dl-mamoj: Add DFU support Jagan Teki
2018-05-07  5:51 ` [U-Boot] [PATCH v3 6/7] configs: imx6dl-mamoj: Add Falcon mode support Jagan Teki
2018-05-07  5:51 ` [U-Boot] [PATCH v3 7/7] configs: imx6dl-mamoj: Enable HAB Jagan Teki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.