]> git.baikalelectronics.ru Git - uboot.git/commit
CI: Add m68k target
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 23 Mar 2023 00:22:41 +0000 (01:22 +0100)
committerAngelo Dureghello <angelo@kernel-space.org>
Sat, 15 Apr 2023 19:36:07 +0000 (21:36 +0200)
commitcd001075617c422b6a1402b0a1048fdf9d218c0b
treef81573f3cd225d32862d297220bfb698f3ab8df7
parent755c06bd545afcbae97e6457678eddce649eba2c
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>
.azure-pipelines.yml
.gitlab-ci.yml