| /openbmc/openbmc/poky/meta/conf/machine/include/sh/ |
| H A D | tune-sh4.inc | 1 DEFAULTTUNE ?= "sh4" 3 # Pull in sh4 for compatibility... 6 TUNEVALID[sh4] = "Enable SH4 optimizations" 7 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'sh4', ' -m4', '', d)}" 10 # But it is not compatible for sh4. 11 # The binary optimized by m4a doesn't operate on sh4. It works on sh4a only. 15 AVAILTUNES += "sh4 sh4eb sh4a sh4aeb" 16 TUNE_FEATURES:tune-sh4 = "sh4" 17 TUNE_ARCH:tune-sh4 = "sh4" 18 TUNE_PKGARCH:tune-sh4 = "sh4" [all …]
|
| /openbmc/qemu/tests/docker/dockerfiles/ |
| H A D | debian-legacy-test-cross.docker | 7 # sh4-linux-user: binaries don't run with bookworm compiler 34 gcc-sh4-linux-gnu \ 35 libc6-dev-sh4-cross \ 45 ENV DEF_TARGET_LIST alpha-linux-user,sh4-linux-user
|
| /openbmc/u-boot/arch/sh/include/asm/ |
| H A D | pci.h | 3 * SH4 PCI Controller (PCIC) for U-Boot. 23 /* PCI dword read for sh4 */ 27 /* PCI dword write for sh4 */
|
| /openbmc/qemu/target/sh4/ |
| H A D | meson.build | 13 target_arch += {'sh4': sh4_ss} 14 target_system_arch += {'sh4': sh4_system_ss}
|
| H A D | Kconfig | 1 config SH4 config
|
| /openbmc/u-boot/drivers/pci/ |
| H A D | pci_sh4.c | 3 * SH4 PCI Controller (PCIC) for U-Boot. 8 * u-boot/arch/sh/cpu/sh4/pci-sh4.c
|
| /openbmc/qemu/tests/tcg/sh4/ |
| H A D | Makefile.target | 6 # This triggers failures for sh4-linux about 10% of the time. 13 VPATH += $(SRC_PATH)/tests/tcg/sh4
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop/ |
| H A D | 0001-meson-Add-riscv32-to-seccomp-unsupported-list.patch | 22 -unsupported_cpus = ['alpha', 'ia64', 'm68k', 'sh4', 'sparc', 'sparc64'] 23 +unsupported_cpus = ['alpha', 'ia64', 'm68k', 'riscv32', 'sh4', 'sparc', 'sparc64']
|
| /openbmc/qemu/tests/functional/ |
| H A D | test_sh4_tuxrun.py | 20 'https://storage.tuxboot.com/20230331/sh4/zImage', 23 'https://storage.tuxboot.com/20230331/sh4/rootfs.ext4.zst',
|
| /openbmc/qemu/include/hw/sh4/ |
| H A D | sh.h | 30 #include "hw/sh4/sh_intc.h" 31 #include "target/sh4/cpu-qom.h"
|
| /openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0012-eglibc-Resolve-__fpscr_values-on-SH4.patch | 4 Subject: [PATCH] eglibc: Resolve __fpscr_values on SH4 11 * sysdeps/sh/sh4/fpu/fpu_control.h: Add C++ __set_fpscr prototype.
|
| /openbmc/u-boot/doc/ |
| H A D | README.sh | 21 This CPU has the SH4 core. 96 - SH7751R(SH4) 97 - SH7785(SH4)
|
| /openbmc/qemu/configs/targets/ |
| H A D | sh4-softmmu.mak | 1 TARGET_ARCH=sh4
|
| H A D | sh4eb-softmmu.mak | 1 TARGET_ARCH=sh4
|
| H A D | sh4-linux-user.mak | 1 TARGET_ARCH=sh4
|
| H A D | sh4eb-linux-user.mak | 1 TARGET_ARCH=sh4
|
| /openbmc/u-boot/board/renesas/sh7757lcr/ |
| H A D | README.sh7757lcr | 37 If we run this command, SH4 can control the G200. 38 The default setting is that SH4 cannot control the G200.
|
| /openbmc/qemu/scripts/ |
| H A D | probe-gdb-support.py | 46 "sh4" : ["sh4", "sh4eb"],
|
| /openbmc/qemu/configs/devices/sh4eb-softmmu/ |
| H A D | default.mak | 3 include ../sh4-softmmu/default.mak
|
| /openbmc/qemu/hw/sh4/ |
| H A D | Kconfig | 4 depends on SH4
|
| H A D | meson.build | 8 hw_arch += {'sh4': sh4_ss}
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/ |
| H A D | riscv32.patch | 47 ("sh4", "__sh__"), 58 "sh4-unknown-linux-gnu": little_endian + {"__sh__": 1},
|
| /openbmc/qemu/configs/devices/sh4-softmmu/ |
| H A D | default.mak | 1 # Default configuration for sh4-softmmu
|
| /openbmc/qemu/linux-user/sh4/ |
| H A D | meson.build | 2 'sh4': generator(sh,
|
| /openbmc/qemu/target/ |
| H A D | Kconfig | 15 source sh4/Kconfig
|