]> git.proxmox.com Git - mirror_qemu.git/commit
tests/tcg/alpha: add system boot.S
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 1 May 2019 18:43:06 +0000 (11:43 -0700)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 28 May 2019 09:28:51 +0000 (10:28 +0100)
commit8d8a8ab544a65f24b3ae6cfc72983add939620d5
treec12fef8962869c1efbe6fa69f4f443162ce88f05
parent7ac283e9637f770ad85189531de11c555a6c3813
tests/tcg/alpha: add system boot.S

This provides the bootstrap and low level helper functions for an
alpha kernel.  We use direct access to the DP264 serial port for
test output, and hard machine halt to exit the emulation.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20190501184306.15208-1-richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
MAINTAINERS
tests/tcg/alpha/Makefile.softmmu-target [new file with mode: 0644]
tests/tcg/alpha/system/boot.S [new file with mode: 0644]
tests/tcg/alpha/system/kernel.ld [new file with mode: 0644]