Searched full:sh4 (Results 1 – 25 of 60) sorted by relevance
123
7 # sh4-linux-user: binaries don't run with bookworm compiler34 gcc-sh4-linux-gnu \35 libc6-dev-sh4-cross \45 ENV DEF_TARGET_LIST alpha-linux-user,sh4-linux-user
13 target_arch += {'sh4': sh4_ss}14 target_system_arch += {'sh4': sh4_system_ss}
1 config SH4 config
2 * SH4 cpu parameters for qemu.
6 # This triggers failures for sh4-linux about 10% of the time.13 VPATH += $(SRC_PATH)/tests/tcg/sh4
20 'https://storage.tuxboot.com/20230331/sh4/zImage',23 'https://storage.tuxboot.com/20230331/sh4/rootfs.ext4.zst',
3 # Boot a Linux kernel on a r2d sh4 machine and check the console
30 #include "hw/sh4/sh_intc.h"31 #include "target/sh4/cpu-qom.h"
46 "sh4" : ["sh4", "sh4eb"],
51 sh452 ~ .*/qemu((/include)?/hw/sh4/.*|/target/sh4/.*)
1 TARGET_ARCH=sh4
3 include ../sh4-softmmu/default.mak
4 depends on SH4
8 hw_arch += {'sh4': sh4_ss}
1 # Default configuration for sh4-softmmu
2 'sh4': generator(sh,
15 #define UNAME_MACHINE "sh4"
2 * SH4 specific CPU ABI and functions for linux-user
15 source sh4/Kconfig
16 subdir('sh4') subdir
64 subdir('sh4') subdir
12 common_ss.add(when: 'CONFIG_SH4_DIS', if_true: files('sh4.c'))