mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/9] ARM: i.MX8MN: clean up and enable imx-usb-loader
@ 2022-08-05 12:54 Ahmad Fatoum
  2022-08-05 12:54 ` [PATCH 1/9] ARM: i.MX8M: move TF-A chainload functions in <mach/xload.h> Ahmad Fatoum
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Ahmad Fatoum @ 2022-08-05 12:54 UTC (permalink / raw)
  To: barebox; +Cc: mfe

This series applies on top of <20220714072722.2863571-1-s.hauer@pengutronix.de>

Ahmad Fatoum (9):
  ARM: i.MX8M: move TF-A chainload functions in <mach/xload.h>
  ARM: i.MX8M: imx8mn-evk: use generic
    imx8mn_load_and_start_image_via_tfa
  ARM: i.MX8MN: add SDPS barebox-side support
  ARM: i.MX8MN: evk: simplify DDR4/LPDDR4 selection code
  ddr: imx8m: rename type to more fitting ddrc|dram_type
  ARM: i.MX8M: remove struct dram_timing_info::dram_type again
  pbl: generalize fsl i2c_early API into pbl_i2c
  i2c: add <pbl/pmic.h> for PBL use
  ARM: i.MX8M: use new pbl/pmic.h API

 arch/arm/boards/ls1046ardb/lowlevel.c         |   6 +-
 arch/arm/boards/mnt-reform/lowlevel.c         |  28 +---
 arch/arm/boards/mnt-reform/lpddr4-timing.c    |   1 -
 arch/arm/boards/nxp-imx8mm-evk/lowlevel.c     |  58 +++-----
 .../arm/boards/nxp-imx8mm-evk/lpddr4-timing.c |   1 -
 arch/arm/boards/nxp-imx8mn-evk/ddr4-timing.c  |   1 -
 arch/arm/boards/nxp-imx8mn-evk/lowlevel.c     | 140 ++++--------------
 .../arm/boards/nxp-imx8mn-evk/lpddr4-timing.c |   1 -
 arch/arm/boards/nxp-imx8mp-evk/lowlevel.c     |  61 +++-----
 .../arm/boards/nxp-imx8mp-evk/lpddr4-timing.c |   1 -
 .../boards/protonic-imx8m/lowlevel-prt8mm.c   |   1 -
 .../protonic-imx8m/lpddr4-timing-prt8mm.c     |   1 -
 arch/arm/mach-imx/atf.c                       |  40 ++++-
 arch/arm/mach-imx/include/mach/xload.h        |   4 +
 common/ddr_spd.c                              |  24 ++-
 drivers/ddr/imx8m/ddr_init.c                  |  11 +-
 drivers/ddr/imx8m/ddrphy_train.c              |   8 +-
 drivers/i2c/busses/i2c-imx-early.c            |  21 ++-
 include/ddr_spd.h                             |   5 +-
 include/i2c/i2c-early.h                       |  13 --
 include/pbl/i2c.h                             |  37 +++++
 include/pbl/pmic.h                            |  41 +++++
 include/soc/imx8m.h                           |   9 --
 include/soc/imx8m/ddr.h                       |  79 +++++-----
 24 files changed, 279 insertions(+), 313 deletions(-)
 delete mode 100644 include/i2c/i2c-early.h
 create mode 100644 include/pbl/i2c.h
 create mode 100644 include/pbl/pmic.h
 delete mode 100644 include/soc/imx8m.h

-- 
2.30.2




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

end of thread, other threads:[~2022-08-08 12:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-05 12:54 [PATCH 0/9] ARM: i.MX8MN: clean up and enable imx-usb-loader Ahmad Fatoum
2022-08-05 12:54 ` [PATCH 1/9] ARM: i.MX8M: move TF-A chainload functions in <mach/xload.h> Ahmad Fatoum
2022-08-05 12:54 ` [PATCH 2/9] ARM: i.MX8M: imx8mn-evk: use generic imx8mn_load_and_start_image_via_tfa Ahmad Fatoum
2022-08-05 12:54 ` [PATCH 3/9] ARM: i.MX8MN: add SDPS barebox-side support Ahmad Fatoum
2022-08-05 12:54 ` [PATCH 4/9] ARM: i.MX8MN: evk: simplify DDR4/LPDDR4 selection code Ahmad Fatoum
2022-08-05 12:54 ` [PATCH 5/9] ddr: imx8m: rename type to more fitting ddrc|dram_type Ahmad Fatoum
2022-08-05 12:54 ` [PATCH 6/9] ARM: i.MX8M: remove struct dram_timing_info::dram_type again Ahmad Fatoum
2022-08-05 12:54 ` [PATCH 7/9] pbl: generalize fsl i2c_early API into pbl_i2c Ahmad Fatoum
2022-08-08  8:44   ` Ahmad Fatoum
2022-08-05 12:54 ` [PATCH 8/9] i2c: add <pbl/pmic.h> for PBL use Ahmad Fatoum
2022-08-05 12:54 ` [PATCH 9/9] ARM: i.MX8M: use new pbl/pmic.h API Ahmad Fatoum
2022-08-08  8:30 ` [PATCH 0/9] ARM: i.MX8MN: clean up and enable imx-usb-loader Marco Felsch
2022-08-08 12:32 ` Sascha Hauer

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