F: drivers/clk/
F: drivers/clk/imx/
- COLDFIRE
- M: Huan Wang <alison.wang@nxp.com>
-M68K
--M: Angelo Dureghello <angelo@kernel-space.org>
-M: Kuan-Wei Chiu <visitorckw@gmail.com>
--S: Maintained
--T: git https://source.denx.de/u-boot/custodians/u-boot-coldfire.git
--F: arch/m68k/
--F: doc/arch/m68k.rst
--F: drivers/watchdog/mcf_wdt.c
--
CPU
M: Simon Glass <sjg@chromium.org>
M: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
F: test/log/
F: test/py/tests/test_log.py
+ M680X0 ARCHITECTURE
+ M: Kuan-Wei Chiu <visitorckw@gmail.com>
+ S: Maintained
+ F: arch/m68k/cpu/m680x0/
+ F: arch/m68k/include/asm/bootinfo.h
+
++M68K
++M: Angelo Dureghello <angelo@kernel-space.org>
++M: Kuan-Wei Chiu <visitorckw@gmail.com>
++S: Maintained
++T: git https://source.denx.de/u-boot/custodians/u-boot-coldfire.git
++F: arch/m68k/
++F: doc/arch/m68k.rst
++F: drivers/watchdog/mcf_wdt.c
++
MALI DISPLAY PROCESSORS
M: Liviu Dudau <liviu.dudau@foss.arm.com>
S: Supported
select CF_DSPI
select M54418
+ config TARGET_QEMU_M68K
+ bool "Support QEMU m68k virt"
+ select M68040
+ imply CMD_DM
+ help
+ This target supports the QEMU m68k virtual machine (-M virt).
+ It simulates a Motorola 68040 CPU with Goldfish peripherals.
+
endchoice
+ config SYS_CPU
+ string
+ default "mcf52x2" if MCF52x2
+ default "mcf523x" if MCF523x
+ default "mcf530x" if MCF530x
+ default "mcf532x" if MCF532x
+ default "mcf5445x" if MCF5445x
+ default "m680x0" if M680x0
+
+ config ARCH_COLDFIRE
+ bool
+
source "board/BuS/eb_cpu5282/Kconfig"
source "board/cobra5272/Kconfig"
-source "board/freescale/m5208evbe/Kconfig"
-source "board/freescale/m5235evb/Kconfig"
-source "board/freescale/m5249evb/Kconfig"
-source "board/freescale/m5253demo/Kconfig"
-source "board/freescale/m5272c3/Kconfig"
-source "board/freescale/m5275evb/Kconfig"
-source "board/freescale/m5282evb/Kconfig"
-source "board/freescale/m53017evb/Kconfig"
-source "board/freescale/m5329evb/Kconfig"
-source "board/freescale/m5373evb/Kconfig"
+source "board/nxp/m5208evbe/Kconfig"
+source "board/nxp/m5235evb/Kconfig"
+source "board/nxp/m5249evb/Kconfig"
+source "board/nxp/m5253demo/Kconfig"
+source "board/nxp/m5272c3/Kconfig"
+source "board/nxp/m5275evb/Kconfig"
+source "board/nxp/m5282evb/Kconfig"
+source "board/nxp/m53017evb/Kconfig"
+source "board/nxp/m5329evb/Kconfig"
+source "board/nxp/m5373evb/Kconfig"
source "board/sysam/amcore/Kconfig"
source "board/sysam/stmark2/Kconfig"
+ source "board/emulation/qemu-m68k/Kconfig"
config M68K_QEMU
bool "Build with workarounds for incomplete QEMU emulation"