| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/ |
| H A D | qemu-targets.inc | 8 archs = d.getVar('QEMU_TARGETS').split() 12 if arch in archs: 14 archs.remove(arch) 17 if arch in archs: 19 archs.remove(arch) 21 return softmmuonly + ''.join([arch + "-softmmu" + "," for arch in archs]).rstrip(',') 22 …nly + ''.join([arch + "-linux-user" + "," + arch + "-softmmu" + "," for arch in archs]).rstrip(',')
|
| /OK3568_Linux_fs/kernel/arch/arc/lib/ |
| H A D | Makefile | 9 lib-$(CONFIG_ISA_ARCV2) += memset-archs.o strcmp-archs.o 12 lib-$(CONFIG_ISA_ARCV2) +=memcpy-archs-unaligned.o 14 lib-$(CONFIG_ISA_ARCV2) +=memcpy-archs.o
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/rpm/ |
| H A D | __init__.py | 68 self.archs = self.d.getVar('ALL_MULTILIB_PACKAGE_ARCHS').replace("-","_") 70 self.archs = self.d.getVar(arch_var).replace("-","_") 91 archs = [i for i in reversed(self.archs.split()) if i not in ["any", "all", "noarch"]] 93 if len(archs) <= 1: 94 archs = archs + ["bogusarch"] 96 archs = ["sdk_provides_dummy_target"] + archs 100 f.write(":".join(archs)) 120 …f.write("arch_compat: %s: %s\n" % (self.primary_arch, self.archs if len(self.archs) > 0 else self.…
|
| /OK3568_Linux_fs/kernel/arch/arc/boot/dts/ |
| H A D | haps_hs_idu.dts | 44 compatible = "snps,archs-intc"; 50 compatible = "snps,archs-idu-intc"; 69 compatible = "snps,archs-pct";
|
| H A D | vdk_axc003_idu.dtsi | 31 core_intc: archs-intc@cpu { 32 compatible = "snps,archs-intc"; 38 compatible = "snps,archs-idu-intc";
|
| H A D | nsimosci_hs_idu.dts | 40 compatible = "snps,archs-intc"; 46 compatible = "snps,archs-idu-intc"; 93 compatible = "snps,archs-pct";
|
| H A D | axc003_idu.dtsi | 45 core_intc: archs-intc@cpu { 46 compatible = "snps,archs-intc"; 52 compatible = "snps,archs-idu-intc"; 93 compatible = "snps,archs-pct";
|
| H A D | vdk_axc003.dtsi | 30 core_intc: archs-intc@cpu { 31 compatible = "snps,archs-intc";
|
| H A D | nsimosci_hs.dts | 42 compatible = "snps,archs-intc"; 85 compatible = "snps,archs-pct";
|
| H A D | haps_hs.dts | 47 compatible = "snps,archs-intc"; 64 compatible = "snps,archs-pct";
|
| H A D | axc003.dtsi | 45 core_intc: archs-intc@cpu { 46 compatible = "snps,archs-intc"; 86 compatible = "snps,archs-pct";
|
| H A D | hsdk.dts | 77 compatible = "snps,archs-intc"; 83 compatible = "snps,archs-idu-intc"; 90 compatible = "snps,archs-pct"; 105 compatible = "snps,archs-timer-gfrc";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | snps,archs-idu-intc.txt | 9 - compatible: "snps,archs-idu-intc" 31 compatible = "snps,archs-intc"; 37 compatible = "snps,archs-idu-intc";
|
| H A D | snps,archs-intc.txt | 5 - compatible: "snps,archs-intc" 18 compatible = "snps,archs-intc";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/timer/ |
| H A D | snps,archs-gfrc.txt | 6 - compatible : should be "snps,archs-gfrc" 12 compatible = "snps,archs-gfrc";
|
| H A D | snps,archs-rtc.txt | 6 - compatible : should be "snps,archs-rtc"
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arc/ |
| H A D | archs-pct.txt | 11 "snps,archs-pct" 16 compatible = "snps,archs-pct";
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/ipk/ |
| H A D | __init__.py | 28 archs = self.d.getVar(arch_var) 29 if archs is None: 32 for arch in archs.split(): 161 …def __init__(self, d, target_rootfs, config_file, archs, task_name='target', ipk_repo_workdir="oe-… argument 165 self.pkg_archs = archs 307 archs = self.pkg_archs.split() if feed_archs is None else feed_archs.split() 312 if archs: 313 for arch in archs:
|
| /OK3568_Linux_fs/u-boot/arch/arc/ |
| H A D | config.mk | 46 PLATFORM_CPPFLAGS += -mcpu=archs 50 PLATFORM_CPPFLAGS += -mcpu=archs
|
| /OK3568_Linux_fs/buildroot/package/setserial/ |
| H A D | 0002-tiocghayesesp-build-fix.patch | 3 linux/hayesesp.h got removed in 2.6.33, but some archs (like x86) still 21 +/* linux/hayesesp.h got removed in 2.6.33 but some archs (like x86)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/ruby/ruby/ |
| H A D | 0002-template-Makefile.in-filter-out-f-prefix-map.patch | 29 archs="" 42 indent=$${archs:+' '}; \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/meta/ |
| H A D | distro-feed-configs.bb | 27 # archs = [ "all" ] + parchs + march 28 # confs = [ ( "${sysconfdir}/opkg/%s-feed.conf" % feed ) for feed in archs ]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0003-64-bit-multilib-hack.patch | 65 -MULTILIB_OPTIONS = mcpu=hs/mcpu=archs/mcpu=hs38/mcpu=hs38_linux/mcpu=arc700/mcpu=nps400 66 +#MULTILIB_OPTIONS = mcpu=hs/mcpu=archs/mcpu=hs38/mcpu=hs38_linux/mcpu=arc700/mcpu=nps400 68 -MULTILIB_DIRNAMES = hs archs hs38 hs38_linux arc700 nps400 69 +#MULTILIB_DIRNAMES = hs archs hs38 hs38_linux arc700 nps400
|
| /OK3568_Linux_fs/buildroot/package/thermald/ |
| H A D | 0001-thd_trip_point-fix-32-bit-build-error-with-musl-v1.2.patch | 12 time_t is now 64-bit on all archs (not just 64-bit archs)
|
| /OK3568_Linux_fs/buildroot/toolchain/toolchain-external/toolchain-external-synopsys-arc/ |
| H A D | toolchain-external-synopsys-arc.mk | 13 TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC_CORE = archs
|