All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/22] imx: patches in queue
@ 2022-05-23 12:40 Peng Fan (OSS)
  2022-05-23 12:40 ` [PATCH 01/22] imx: drop CONFIG_MXC_UART_BASE Peng Fan (OSS)
                   ` (21 more replies)
  0 siblings, 22 replies; 24+ messages in thread
From: Peng Fan (OSS) @ 2022-05-23 12:40 UTC (permalink / raw)
  To: sbabic, festevam; +Cc: u-boot, Peng Fan

From: Peng Fan <peng.fan@nxp.com>

Hi Stefano,

 This patchset is a rebase of your/master-next branch to make these
 patches in my patchwork queue could apply. I not send them as previous
 seperated patchset, hope this not matter.

 The two patches are not included, since they are just sent out.
 https://patchwork.ozlabs.org/project/uboot/patch/20220523113828.3837-1-peng.fan@oss.nxp.com/
 https://patchwork.ozlabs.org/project/uboot/patch/20220523113828.3837-2-peng.fan@oss.nxp.com/

Thanks,
Peng.

Peng Fan (22):
  imx: drop CONFIG_MXC_UART_BASE
  imx: imx8m[m/n/p]_venice: Enable SPL_DM_SERIAL
  imx: imx8m[m/n]_beacon: Enable SPL_DM_SERIAL
  imx: imx8mm-cl-iot-gate: Enable DM_SERIAL
  imx: imx8mm_icore: Enable SPL_DM_SERIAL
  imx: imx8m[m/p]_phycore: Enable DM_SERIAL
  imx: imx8mn_var_som: enable DM_SERIAL
  imx: kontron-sl-mx8mm: enable DM_SERIAL
  configs: drop CONFIG_SPL_ABORT_ON_RAW_IMAGE
  configs: imx8m: use common imx8m.h for i.MX8MM
  configs: imx8m: use common imx8m.h for i.MX8MN
  configs: imx8m: use common imx8m.h for i.MX8MP
  configs: imx8m: use common imx8m.h for i.MX8MQ
  imx: imx8mm_beacon: enable pinctrl_wdog in SPL
  imx: imx8mm-cl-iot-gate: enable pinctrl_wdog in SPL
  imx: engicam-imx8mm: drop unused macro
  imx: imx8mm/n/p-venice: enable pinctrl_wdog in SPL
  imx: imx8mn-beacon: enable pinctrl_wdog in SPL
  imx: imx8mn_var_som: clean up board watchdog code
  imx: imx8mp_rsb7320a1: enable wdog driver model in SPL
  imx: imx8mn-kontron-n801x: enable pinctrl_wdog in SPL
  imx: phycore_imx8mm/p: clean up board watchdog code

 arch/arm/dts/imx8mm-beacon-kit-u-boot.dtsi    |  4 ++
 arch/arm/dts/imx8mm-cl-iot-gate-u-boot.dtsi   |  4 ++
 arch/arm/dts/imx8mm-kontron-n801x-u-boot.dtsi |  4 ++
 arch/arm/dts/imx8mm-venice-u-boot.dtsi        |  4 ++
 arch/arm/dts/imx8mn-beacon-kit-u-boot.dtsi    |  4 ++
 arch/arm/dts/imx8mn-venice-u-boot.dtsi        |  4 ++
 arch/arm/dts/imx8mp-rsb3720-a1-u-boot.dtsi    |  8 +++
 arch/arm/dts/imx8mp-venice-u-boot.dtsi        |  4 ++
 .../imx8mp_rsb3720a1/imx8mp_rsb3720a1.c       | 12 ----
 board/beacon/imx8mm/spl.c                     | 31 +---------
 board/beacon/imx8mn/spl.c                     | 21 +------
 board/compulab/imx8mm-cl-iot-gate/spl.c       | 31 +---------
 board/engicam/imx8mm/spl.c                    | 16 +-----
 board/gateworks/venice/spl.c                  | 29 ----------
 board/kontron/sl-mx8mm/spl.c                  | 30 +---------
 board/phytec/phycore_imx8mm/spl.c             | 31 +---------
 board/phytec/phycore_imx8mp/spl.c             | 27 ---------
 board/variscite/imx8mn_var_som/spl.c          | 22 +------
 configs/imx8mm-cl-iot-gate-optee_defconfig    |  1 +
 configs/imx8mm-cl-iot-gate_defconfig          |  1 +
 configs/imx8mm-icore-mx8mm-ctouch2_defconfig  |  1 -
 configs/imx8mm-icore-mx8mm-edimm2.2_defconfig |  1 -
 configs/imx8mm_beacon_defconfig               |  1 -
 configs/imx8mn_beacon_2g_defconfig            |  1 -
 configs/imx8mn_beacon_defconfig               |  1 -
 configs/imx8mn_var_som_defconfig              |  1 +
 configs/kontron-sl-mx8mm_defconfig            |  1 +
 configs/phycore-imx8mm_defconfig              |  1 +
 configs/phycore-imx8mp_defconfig              |  1 +
 include/configs/aristainetos2.h               |  2 -
 include/configs/capricorn-common.h            |  1 -
 include/configs/cgtqmx8.h                     |  1 -
 include/configs/imx8m.h                       | 57 +++++++++++++++++++
 include/configs/imx8mm-cl-iot-gate.h          | 20 +------
 include/configs/imx8mm_beacon.h               | 24 +-------
 include/configs/imx8mm_data_modul_edm_sbc.h   | 17 +-----
 include/configs/imx8mm_evk.h                  | 24 +-------
 include/configs/imx8mm_icore_mx8mm.h          | 24 +-------
 include/configs/imx8mm_venice.h               | 22 +------
 include/configs/imx8mn_beacon.h               |  3 -
 include/configs/imx8mn_bsh_smm_s2_common.h    | 19 +------
 include/configs/imx8mn_evk.h                  | 23 +-------
 include/configs/imx8mn_var_som.h              | 17 +-----
 include/configs/imx8mn_venice.h               | 22 +------
 include/configs/imx8mp_evk.h                  | 20 +------
 include/configs/imx8mp_rsb3720.h              | 17 +-----
 include/configs/imx8mp_venice.h               | 22 +------
 include/configs/imx8mq_cm.h                   | 25 +-------
 include/configs/imx8mq_evk.h                  | 20 +------
 include/configs/imx8mq_phanbell.h             | 20 +------
 include/configs/imx8qm_mek.h                  |  1 -
 include/configs/imx8qxp_mek.h                 |  1 -
 include/configs/imx8ulp_evk.h                 |  1 -
 include/configs/kontron-sl-mx8mm.h            | 15 +----
 include/configs/kontron_pitx_imx8m.h          | 20 +------
 include/configs/mx7dsabresd.h                 |  1 -
 include/configs/phycore_imx8mm.h              | 24 +-------
 include/configs/phycore_imx8mp.h              | 20 +------
 include/configs/pico-imx8mq.h                 | 21 +------
 include/configs/somlabs_visionsom_6ull.h      |  1 -
 include/configs/tbs2910.h                     |  3 -
 include/configs/verdin-imx8mm.h               | 24 +-------
 include/configs/verdin-imx8mp.h               | 20 +------
 63 files changed, 142 insertions(+), 707 deletions(-)
 create mode 100644 include/configs/imx8m.h

-- 
2.36.0


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

end of thread, other threads:[~2022-05-23 17:11 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-23 12:40 [PATCH 00/22] imx: patches in queue Peng Fan (OSS)
2022-05-23 12:40 ` [PATCH 01/22] imx: drop CONFIG_MXC_UART_BASE Peng Fan (OSS)
2022-05-23 12:40 ` [PATCH 02/22] imx: imx8m[m/n/p]_venice: Enable SPL_DM_SERIAL Peng Fan (OSS)
2022-05-23 17:10   ` Tim Harvey
2022-05-23 12:40 ` [PATCH 03/22] imx: imx8m[m/n]_beacon: " Peng Fan (OSS)
2022-05-23 12:40 ` [PATCH 04/22] imx: imx8mm-cl-iot-gate: Enable DM_SERIAL Peng Fan (OSS)
2022-05-23 12:40 ` [PATCH 05/22] imx: imx8mm_icore: Enable SPL_DM_SERIAL Peng Fan (OSS)
2022-05-23 12:40 ` [PATCH 06/22] imx: imx8m[m/p]_phycore: Enable DM_SERIAL Peng Fan (OSS)
2022-05-23 12:40 ` [PATCH 07/22] imx: imx8mn_var_som: enable DM_SERIAL Peng Fan (OSS)
2022-05-23 12:40 ` [PATCH 08/22] imx: kontron-sl-mx8mm: " Peng Fan (OSS)
2022-05-23 12:40 ` [PATCH 09/22] configs: drop CONFIG_SPL_ABORT_ON_RAW_IMAGE Peng Fan (OSS)
2022-05-23 12:40 ` [PATCH 10/22] configs: imx8m: use common imx8m.h for i.MX8MM Peng Fan (OSS)
2022-05-23 12:40 ` [PATCH 11/22] configs: imx8m: use common imx8m.h for i.MX8MN Peng Fan (OSS)
2022-05-23 12:40 ` [PATCH 12/22] configs: imx8m: use common imx8m.h for i.MX8MP Peng Fan (OSS)
2022-05-23 12:40 ` [PATCH 13/22] configs: imx8m: use common imx8m.h for i.MX8MQ Peng Fan (OSS)
2022-05-23 12:40 ` [PATCH 14/22] imx: imx8mm_beacon: enable pinctrl_wdog in SPL Peng Fan (OSS)
2022-05-23 12:40 ` [PATCH 15/22] imx: imx8mm-cl-iot-gate: " Peng Fan (OSS)
2022-05-23 12:40 ` [PATCH 16/22] imx: engicam-imx8mm: drop unused macro Peng Fan (OSS)
2022-05-23 12:40 ` [PATCH 17/22] imx: imx8mm/n/p-venice: enable pinctrl_wdog in SPL Peng Fan (OSS)
2022-05-23 12:40 ` [PATCH 18/22] imx: imx8mn-beacon: " Peng Fan (OSS)
2022-05-23 12:40 ` [PATCH 19/22] imx: imx8mn_var_som: clean up board watchdog code Peng Fan (OSS)
2022-05-23 12:40 ` [PATCH 20/22] imx: imx8mp_rsb7320a1: enable wdog driver model in SPL Peng Fan (OSS)
2022-05-23 12:40 ` [PATCH 21/22] imx: imx8mn-kontron-n801x: enable pinctrl_wdog " Peng Fan (OSS)
2022-05-23 12:40 ` [PATCH 22/22] imx: phycore_imx8mm/p: clean up board watchdog code Peng Fan (OSS)

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.