| /OK3568_Linux_fs/kernel/drivers/irqchip/ |
| H A D | irq-mvebu-icu.c | 58 struct mvebu_icu *icu; member 64 struct mvebu_icu *icu; member 71 static void mvebu_icu_init(struct mvebu_icu *icu, in mvebu_icu_init() argument 81 writel_relaxed(msg[0].address_hi, icu->base + subset->offset_set_ah); in mvebu_icu_init() 82 writel_relaxed(msg[0].address_lo, icu->base + subset->offset_set_al); in mvebu_icu_init() 88 writel_relaxed(msg[1].address_hi, icu->base + subset->offset_clr_ah); in mvebu_icu_init() 89 writel_relaxed(msg[1].address_lo, icu->base + subset->offset_clr_al); in mvebu_icu_init() 97 struct mvebu_icu *icu = icu_irqd->icu; in mvebu_icu_write_msg() local 102 mvebu_icu_init(icu, msi_data, msg); in mvebu_icu_write_msg() 113 writel_relaxed(icu_int, icu->base + ICU_INT_CFG(d->hwirq)); in mvebu_icu_write_msg() [all …]
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebkit/ |
| H A D | 0008-Fix-build-with-icu-68.patch | 4 Subject: [PATCH] Fix build with icu >= 68 14 Source/WebCore/platform/text/icu/UTextProvider.h | 15 +++++++++++++++ 15 .../platform/text/icu/UTextProviderLatin1.cpp | 15 +++++++++++++++ 16 .../platform/text/icu/UTextProviderUTF16.cpp | 15 +++++++++++++++ 27 +// Since icu 68.1 icu we have to: 45 diff --git a/Source/WebCore/platform/text/icu/UTextProvider.h b/Source/WebCore/platform/text/icu/UT… 47 --- a/Source/WebCore/platform/text/icu/UTextProvider.h 48 +++ b/Source/WebCore/platform/text/icu/UTextProvider.h 53 +// Since icu 68.1 icu we have to: 71 diff --git a/Source/WebCore/platform/text/icu/UTextProviderLatin1.cpp b/Source/WebCore/platform/tex… [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/harfbuzz/ |
| H A D | harfbuzz_4.0.1.bb | 28 PACKAGECONFIG ??= "cairo freetype glib icu" 33 PACKAGECONFIG[icu] = "-Dicu=enabled,-Dicu=disabled,icu" 35 PACKAGES =+ "${PN}-icu ${PN}-icu-dev ${PN}-subset" 45 FILES:${PN}-icu = "${libdir}/libharfbuzz-icu.so.*" 46 FILES:${PN}-icu-dev = "${libdir}/libharfbuzz-icu.la \ 47 ${libdir}/libharfbuzz-icu.so \ 48 ${libdir}/pkgconfig/harfbuzz-icu.pc \
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebengine/chromium/ |
| H A D | 0010-chromium-icu-use-system-library-only-targets.patch | 4 Subject: [PATCH] chromium: icu: use system library only targets 20 chromium/third_party/icu/BUILD.gn | 18 ++++++++++++++---- 23 diff --git a/chromium/third_party/icu/BUILD.gn b/chromium/third_party/icu/BUILD.gn 25 --- a/chromium/third_party/icu/BUILD.gn 26 +++ b/chromium/third_party/icu/BUILD.gn 29 import("//third_party/icu/config.gni") 30 import("//third_party/icu/sources.gni") 36 + # Use only target icu library, when system using is enabled 53 group("icu") { 61 packages = [ "icu-i18n" ]
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5webkit/ |
| H A D | 0001-WinCairo-PlayStation-ICU-68.1-no-longer-exposes-FALS.patch | 22 * wtf/text/icu/UTextProvider.h: 23 * wtf/text/icu/UTextProviderLatin1.cpp: 24 * wtf/text/icu/UTextProviderUTF16.cpp: 33 Source/WebCore/platform/text/icu/UTextProvider.h | 8 ++++---- 34 .../platform/text/icu/UTextProviderLatin1.cpp | 14 +++++++------- 35 .../platform/text/icu/UTextProviderUTF16.cpp | 4 ++-- 51 diff --git a/Source/WebCore/platform/text/icu/UTextProvider.h b/Source/WebCore/platform/text/icu/UT… 53 --- a/Source/WebCore/platform/text/icu/UTextProvider.h 54 +++ b/Source/WebCore/platform/text/icu/UTextProvider.h 85 diff --git a/Source/WebCore/platform/text/icu/UTextProviderLatin1.cpp b/Source/WebCore/platform/tex… [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | marvell,icu.txt | 13 - compatible: Should be "marvell,cp110-icu" 23 * "marvell,cp110-icu-nsr" 24 * "marvell,cp110-icu-sr" 25 * "marvell,cp110-icu-sei" 26 * "marvell,cp110-icu-rei" 48 icu: interrupt-controller@1e0000 { 49 compatible = "marvell,cp110-icu"; 53 compatible = "marvell,cp110-icu-nsr"; 61 compatible = "marvell,cp110-icu-sei"; 100 icu: interrupt-controller@1e0000 { [all …]
|
| /OK3568_Linux_fs/buildroot/package/icu/ |
| H A D | 0004-fix-static-linking-with-icu-uc.patch | 4 Subject: [PATCH] fix static linking with icu-uc 9 Add -lstdc++ in Libs.private of icu-uc.pc. 23 @@ -264,7 +264,7 @@ config/icu-uc.pc: config/icu.pc Makefile icudefs.mk 31 config/icu-i18n.pc: config/icu.pc Makefile icudefs.mk
|
| H A D | Config.in | 2 bool "icu" 8 # icu does some funky things by generating by itself an ELF 15 https://icu.unicode.org/ 23 library generated with http://apps.icu-project.org/datacustom/ 30 comment "icu needs a toolchain w/ C++, wchar, threads, gcc >= 4.9, host gcc >= 4.9"
|
| H A D | icu.mk | 13 https://github.com/unicode-org/icu/releases/download/release-$(ICU_VERSION) 16 ICU_CPE_ID_VENDOR = icu-project 23 ICU_DEPENDENCIES = host-icu 25 ICU_CONFIG_SCRIPTS = icu-config 75 rm -rf $(TARGET_DIR)/usr/share/icu
|
| H A D | 0002-workaround-toolchain-bugs.patch | 4 icu's translit.cpp source file. The bug is trigerred when there is a 17 diff -Nura icu.orig/source/configure icu/source/configure 18 --- icu.orig/source/configure 2014-12-18 15:49:43.038628644 -0300 19 +++ icu/source/configure 2014-12-18 15:51:23.183083232 -0300
|
| H A D | 0001-dont-build-static-dynamic-twice.patch | 3 When passed --enable-static and --enable-shared, icu will generate 13 icu builds the object files for the shared library as .o files, and 16 icu to use the ones built for the shared library (i.e, with -fPIC), 17 and avoid the double build of icu. 19 On a fast build server, this brings the target icu build from
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/icu/ |
| H A D | icu_70.1.bb | 6 HOMEPAGE = "http://site.icu-project.org/" 9 DEPENDS = "icu-native autoconf-archive" 14 S = "${WORKDIR}/icu/source" 15 SPDX_S = "${WORKDIR}/icu" 18 BINCONFIG = "${bindir}/icu-config" 24 MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/icu-config" 40 # in the image. This only affects libicutu and icu-dbg 70 ${D}/${bindir}/icu-config ${D}/${libdir}/${BPN}/${PV}/Makefile.inc \ 103 BASE_SRC_URI = "https://github.com/unicode-org/icu/releases/download/release-${ICU_FOLDER}/icu4c-${… 104 DATA_SRC_URI = "https://github.com/unicode-org/icu/releases/download/release-${ICU_FOLDER}/icu4c-${… [all …]
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/debian-hacks/ |
| H A D | Allow-to-override-ICU_DATA_FILE-from-the-environment.patch | 7 build/autoconf/icu.m4 | 4 +++- 10 diff --git a/build/autoconf/icu.m4 b/build/autoconf/icu.m4 12 --- a/build/autoconf/icu.m4 13 +++ b/build/autoconf/icu.m4
|
| /OK3568_Linux_fs/buildroot/package/python-pyicu/ |
| H A D | Config.in | 3 depends on !BR2_BINFMT_FLAT # icu 4 depends on BR2_HOST_GCC_AT_LEAST_4_9 # icu 5 depends on BR2_INSTALL_LIBSTDCPP # icu 6 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # icu
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/ |
| H A D | mozjs-78_78.15.0.bb | 29 icu-native \ 30 icu \ 49 --without-system-icu \ 52 --with-system-icu \ 114 # inspired by what fedora [1] does: for big endian rebuild icu dat 117 …DIANNESS', 'le', 'little', 'big', d)} = "big" -a ! -e ${S}/config/external/icu/data/icudt67b.dat ]… 118 echo "Do big endian icu dat-convert..." 119 … icupkg -tb ${S}/config/external/icu/data/icudt67l.dat ${S}/config/external/icu/data/icudt67b.dat 120 rm -f ${S}/config/external/icu/data/icudt*l.dat
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-icu/ |
| H A D | 0001-Fix-host-contamination-of-include-files.patch | 6 python3-icu-2.5-r0 do_package_qa: QA Issue: python3-icu: The compile log indicates that host includ… 8 Also, don't use icu-config 29 'win32': False, # no icu-config 32 ext_modules=[Extension('icu._icu_',
|
| /OK3568_Linux_fs/buildroot/package/cppcms/ |
| H A D | Config.in | 28 bool "enable icu support" 29 depends on !BR2_BINFMT_FLAT # icu 30 depends on BR2_HOST_GCC_AT_LEAST_4_9 # icu 31 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # icu 37 comment "icu support needs a toolchain w/ gcc >= 4.9, host gcc >= 4.9"
|
| /OK3568_Linux_fs/buildroot/package/python-slob/ |
| H A D | Config.in | 3 depends on !BR2_BINFMT_FLAT # python-pyicu -> icu 4 depends on BR2_HOST_GCC_AT_LEAST_4_9 # python-pyicu -> icu 5 depends on BR2_INSTALL_LIBSTDCPP # python-pyicu -> icu 6 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # python-pyicu -> icu
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/xerces-c/ |
| H A D | xerces-c_3.1.4.bb | 18 PACKAGECONFIG ??= "curl icu" 20 PACKAGECONFIG[icu] = "--with-icu=${STAGING_DIR_TARGET}${prefix},--with-icu=no,icu"
|
| /OK3568_Linux_fs/buildroot/package/python-mwscrape2slob/ |
| H A D | Config.in | 3 depends on !BR2_BINFMT_FLAT # python-slob -> python-pyicu -> icu 4 depends on BR2_HOST_GCC_AT_LEAST_4_9 # python-slob -> python-pyicu -> icu 5 depends on BR2_INSTALL_LIBSTDCPP # python-slob -> python-pyicu -> icu 6 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # python-slob -> python-pyicu -> icu
|
| /OK3568_Linux_fs/buildroot/package/raptor/ |
| H A D | raptor.mk | 43 RAPTOR_DEPENDENCIES += icu 44 RAPTOR_CONF_OPTS += --with-icu-config=$(STAGING_DIR)/usr/bin/icu-config 46 RAPTOR_CONF_OPTS += --with-icu-config=no
|
| /OK3568_Linux_fs/buildroot/package/qt-webkit-kiosk/ |
| H A D | Config.in | 6 depends on BR2_HOST_GCC_AT_LEAST_4_9 # qt5webkit -> icu 7 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # qt5webkit -> icu 8 depends on !BR2_BINFMT_FLAT # qt5webkit -> icu
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libpsl/ |
| H A D | libpsl_0.21.1.bb | 21 PACKAGECONFIG ?= "icu" 23 PACKAGECONFIG[icu] = "--enable-runtime=libicu --enable-builtin=libicu,,icu"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/postfix/files/ |
| H A D | 0004-Fix-icu-config.patch | 4 Subject: [PATCH] Fix icu config 6 do not entertain cppflags from icu, this is because 7 icu-config feeds the -I path without sysroot which
|
| /OK3568_Linux_fs/buildroot/package/wpewebkit/ |
| H A D | Config.in | 32 depends on !BR2_BINFMT_FLAT # icu 33 depends on BR2_HOST_GCC_AT_LEAST_4_9 # icu, host-ruby 34 depends on BR2_INSTALL_LIBSTDCPP # harfbuzz, icu 35 depends on BR2_TOOLCHAIN_HAS_THREADS # wayland, icu, libsoup 37 depends on BR2_USE_WCHAR # icu, libsoup
|