public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/9] dm: Convert TPC70 to use DM and DTS in SPL and u-boot proper
@ 2019-10-10 14:11 Lukasz Majewski
  2019-10-10 14:11 ` [U-Boot] [PATCH v3 1/9] imx: tpc70: config: Add script commands to update u-boot and OE's wic Lukasz Majewski
                   ` (8 more replies)
  0 siblings, 9 replies; 18+ messages in thread
From: Lukasz Majewski @ 2019-10-10 14:11 UTC (permalink / raw)
  To: u-boot

This patch series converts imx6q based tpc70 board to use driver model and
device tree description in SPL and U-Boot proper.

All the non-DM parts of the code has been removed.
This patch series also uses the Common Clock Framework [CCF] as a base for
clock management on imx6q board.

Those patches are applied on top of i.MX -next branch:
SHA1: caa336588d8b9be3d1ac011ddb62af7d1d060cb5
URL: git at gitlab.denx.de:u-boot/custodians/u-boot-imx.git


Changes in v3:
- Squash
'imx: tpc70: dts: Add TPC70 board (imx6q based) device tree description'
with
'imx: tpc70: DTS: Explicitly add imx6q-kp.dtb to Makefile for DTB compilation'
- Adjust the code to being applicable on top of v2019.10
- Move CONFIG_SUPPORT_EMMC_BOOT to Kconfig

Lukasz Majewski (9):
  imx: tpc70: config: Add script commands to update u-boot and OE's wic
  imx: tpc70: config: Update TPC70 config to support eMMC's boot0 SPL
    update
  imx: tpc70: Add board_boot_order() to distinguish between eMMC and SD
    boot
  imx: tpc70: cosmetic: Replace magic numbers when setting ENET clock
  imx: tpc70: led: Enable LED default state
  imx: tpc70: dts: Add TPC70 board (imx6q based) device tree description
  imx: dts: Add u-boot specific set of device tree properties for tpc70
  imx: tpc70: Convert TPC70 (imx6q) board to use DM/DTS in SPL and
    u-boot
  imx: config: Update KP's TPC70 config to support SWUpdate

 arch/arm/dts/Makefile                     |   1 +
 arch/arm/dts/imx6q-kp-u-boot.dtsi         |  59 ++++++
 arch/arm/dts/imx6q-kp.dts                 | 219 ++++++++++++++++++++++
 arch/arm/mach-imx/mx6/Kconfig             |  10 +
 board/k+p/kp_imx6q_tpc/kp_imx6q_tpc.c     | 172 +----------------
 board/k+p/kp_imx6q_tpc/kp_imx6q_tpc_spl.c | 137 ++------------
 configs/kp_imx6q_tpc_defconfig            |  31 ++-
 include/configs/kp_imx6q_tpc.h            |  52 ++---
 8 files changed, 373 insertions(+), 308 deletions(-)
 create mode 100644 arch/arm/dts/imx6q-kp-u-boot.dtsi
 create mode 100644 arch/arm/dts/imx6q-kp.dts

-- 
2.20.1

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

end of thread, other threads:[~2019-10-14 12:40 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-10 14:11 [U-Boot] [PATCH v3 0/9] dm: Convert TPC70 to use DM and DTS in SPL and u-boot proper Lukasz Majewski
2019-10-10 14:11 ` [U-Boot] [PATCH v3 1/9] imx: tpc70: config: Add script commands to update u-boot and OE's wic Lukasz Majewski
2019-10-10 14:11 ` [U-Boot] [PATCH v3 2/9] imx: tpc70: config: Update TPC70 config to support eMMC's boot0 SPL update Lukasz Majewski
2019-10-14 12:40   ` sbabic at denx.de
2019-10-10 14:11 ` [U-Boot] [PATCH v3 3/9] imx: tpc70: Add board_boot_order() to distinguish between eMMC and SD boot Lukasz Majewski
2019-10-14 12:40   ` sbabic at denx.de
2019-10-10 14:11 ` [U-Boot] [PATCH v3 4/9] imx: tpc70: cosmetic: Replace magic numbers when setting ENET clock Lukasz Majewski
2019-10-14 12:40   ` sbabic at denx.de
2019-10-10 14:11 ` [U-Boot] [PATCH v3 5/9] imx: tpc70: led: Enable LED default state Lukasz Majewski
2019-10-14 12:40   ` sbabic at denx.de
2019-10-10 14:11 ` [U-Boot] [PATCH v3 6/9] imx: tpc70: dts: Add TPC70 board (imx6q based) device tree description Lukasz Majewski
2019-10-14 12:40   ` sbabic at denx.de
2019-10-10 14:11 ` [U-Boot] [PATCH v3 7/9] imx: dts: Add u-boot specific set of device tree properties for tpc70 Lukasz Majewski
2019-10-14 12:40   ` sbabic at denx.de
2019-10-10 14:11 ` [U-Boot] [PATCH v3 8/9] imx: tpc70: Convert TPC70 (imx6q) board to use DM/DTS in SPL and u-boot Lukasz Majewski
2019-10-14 12:40   ` sbabic at denx.de
2019-10-10 14:11 ` [U-Boot] [PATCH v3 9/9] imx: config: Update KP's TPC70 config to support SWUpdate Lukasz Majewski
2019-10-14 12:40   ` sbabic at denx.de

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox