From: Peng Fan <peng....@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....@oss.nxp.com/ https://patchwork.ozlabs.org/project/uboot/patch/20220523113828.3837-2-peng....@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