target/loongarch: Add core definition
commit228021f05ebfd89a3abc225d47a0d0e6c139dade
authorSong Gao <gaosong@loongson.cn>
Mon, 6 Jun 2022 12:42:52 +0000 (6 20:42 +0800)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 6 Jun 2022 18:09:03 +0000 (6 18:09 +0000)
tree870881ac9e6f00bc26acb2706925ad5c9036b4e7
parent64baad62cd3d9f2e57f65a8f3be7b5639a77e0b4
target/loongarch: Add core definition

This patch adds target state header, target definitions
and initialization routines.

Signed-off-by: Song Gao <gaosong@loongson.cn>
Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220606124333.2060567-3-yangxiaojuan@loongson.cn>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/loongarch/cpu-param.h [new file with mode: 0644]
target/loongarch/cpu.c [new file with mode: 0644]
target/loongarch/cpu.h [new file with mode: 0644]
target/loongarch/internals.h [new file with mode: 0644]