/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/linux/drivers/pinctrl/renesas/ |
H A D | Makefile | 59 CFLAGS_pfc-sh7722.o += -I$(srctree)/arch/sh/include/cpu-sh4 60 CFLAGS_pfc-sh7723.o += -I$(srctree)/arch/sh/include/cpu-sh4 61 CFLAGS_pfc-sh7724.o += -I$(srctree)/arch/sh/include/cpu-sh4 62 CFLAGS_pfc-sh7734.o += -I$(srctree)/arch/sh/include/cpu-sh4 63 CFLAGS_pfc-sh7757.o += -I$(srctree)/arch/sh/include/cpu-sh4 64 CFLAGS_pfc-sh7785.o += -I$(srctree)/arch/sh/include/cpu-sh4 65 CFLAGS_pfc-sh7786.o += -I$(srctree)/arch/sh/include/cpu-sh4 66 CFLAGS_pfc-shx3.o += -I$(srctree)/arch/sh/include/cpu-sh4
|
/openbmc/linux/arch/sh/drivers/pci/ |
H A D | Makefile | 7 obj-$(CONFIG_CPU_SUBTYPE_SH7751) += pci-sh7751.o ops-sh4.o 8 obj-$(CONFIG_CPU_SUBTYPE_SH7751R) += pci-sh7751.o ops-sh4.o 9 obj-$(CONFIG_CPU_SUBTYPE_SH7763) += pci-sh7780.o ops-sh4.o 10 obj-$(CONFIG_CPU_SUBTYPE_SH7780) += pci-sh7780.o ops-sh4.o 11 obj-$(CONFIG_CPU_SUBTYPE_SH7785) += pci-sh7780.o ops-sh4.o
|
/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/linux/arch/sh/kernel/cpu/sh4/ |
H A D | Makefile | 26 obj-$(CONFIG_CPU_SUBTYPE_SH4_202) += setup-sh4-202.o 30 clock-$(CONFIG_CPU_SH4) := clock-sh4.o 34 clock-$(CONFIG_CPU_SUBTYPE_SH4_202) += clock-sh4-202.o
|
H A D | setup-sh4-202.c | 3 * SH4-202 Setup 110 static DECLARE_INTC_DESC(intc_desc, "sh4-202", vectors, NULL, 118 static DECLARE_INTC_DESC(intc_desc_irlm, "sh4-202_irlm", vectors_irlm, NULL,
|
H A D | clock-sh4-202.c | 3 * arch/sh/kernel/cpu/sh4/clock-sh4-202.c 5 * Additional SH4-202 support for the clock framework
|
H A D | clock-sh4.c | 3 * arch/sh/kernel/cpu/sh4/clock-sh4.c
|
/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/linux/arch/sh/mm/ |
H A D | Makefile | 12 cacheops-$(CONFIG_CPU_SH4) := cache-sh4.o flush-sh4.o 32 tlb-$(CONFIG_CPU_SH4) := tlb-sh4.o tlb-urb.o
|
/openbmc/linux/arch/sh/drivers/superhyway/ |
H A D | ops-sh4-202.c | 3 * arch/sh/drivers/superhyway/ops-sh4-202.c 5 * SuperHyway bus support for SH4-202 123 * XXX: Even though the SH4-202 Evaluation Device documentation in sh4202_read_vcr() 128 * VCRL/VCRH flipped in the documentation, but on the SH4-202 in sh4202_read_vcr()
|
/openbmc/qemu/target/sh4/ |
H A D | meson.build | 13 target_arch += {'sh4': sh4_ss} 14 target_system_arch += {'sh4': sh4_system_ss}
|
/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/linux/arch/sh/include/cpu-sh4/cpu/ |
H A D | fpu.h | 3 * linux/arch/sh/kernel/cpu/sh4/sh4_fpu.h 8 * Definitions for SH4 FPU operations
|
H A D | sq.h | 3 * include/asm-sh/cpu-sh4/sq.h 27 /* arch/sh/kernel/cpu/sh4/sq.c */
|
/openbmc/linux/arch/sh/lib/ |
H A D | Makefile | 23 memcpy-$(CONFIG_CPU_SH4) := memcpy-sh4.o 26 memset-$(CONFIG_CPU_SH4) := memset-sh4.o
|
/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 | 24 'https://storage.tuxboot.com/20230331/sh4/zImage', 27 '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/u-boot/doc/ |
H A D | README.sh | 21 This CPU has the SH4 core. 96 - SH7751R(SH4) 97 - SH7785(SH4)
|
/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/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/linux/arch/sh/boards/ |
H A D | Kconfig | 293 bool "SH4-202 MicroDev" 296 Select SH4-202 MicroDev if configuring for a SuperH MicroDev board 297 with an SH4-202 CPU.
|