commit | 07240eb30c3635d7f2103cb5b9fd61a770dbc1bc | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Thu Mar 23 01:22:41 2023 +0100 |
committer | Angelo Dureghello <angelo@kernel-space.org> | Sat Apr 15 21:36:07 2023 +0200 |
tree | f81573f3cd225d32862d297220bfb698f3ab8df7 | |
parent | f29877d3c11c2d5457235fb5ca195698de0d0679 [diff] |
CI: Add m68k target Add M5208EVBE board to CI. This does not use default config due to limitations of QEMU emulation, instead the timer is switched from DMA timer to PIT timer and RAMBAR accesses are inhibited. Local QEMU launch command is as follows: $ qemu-system-m68k -nographic -machine mcf5208evb -cpu m5208 -bios u-boot.bin Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Acked-by: Angelo Dureghello <angelo@kernel-space.org>