| /OK3568_Linux_fs/kernel/drivers/misc/mei/ |
| H A D | hw-me.h | 79 * @MEI_ME_PCH8_CFG: Platform Controller Hub Gen8 and newer 81 * @MEI_ME_PCH8_ITOUCH_CFG:Platform Controller Hub Gen8 and newer 83 * @MEI_ME_PCH8_SPS_4_CFG: Platform Controller Hub Gen8 and newer 86 * @MEI_ME_PCH12_CFG: Platform Controller Hub Gen12 and newer 90 * @MEI_ME_PCH12_SPS_CFG: Platform Controller Hub Gen12 5.0 and newer 93 * @MEI_ME_PCH15_CFG: Platform Controller Hub Gen15 and newer 94 * @MEI_ME_PCH15_SPS_CFG: Platform Controller Hub Gen15 and newer
|
| /OK3568_Linux_fs/external/mpp/build/android/ |
| H A D | README.md | 75 * `arm64-v8a` - ARMv8 AArch64 instruction set - only for NDK r10 and newer 76 * `x86_64` - Intel64 instruction set (r1) - only for NDK r10 and newer 77 * `mips64` - MIPS64 instruction set (r6) - only for NDK r10 and newer 105 * Available for NDK r7 and newer. 108 * Available for NDK r7 and newer. 111 * Implies `-frtti -fno-exceptions` for NDK r7 and newer. 114 * Implies `-frtti -fno-exceptions` for NDK r7 and newer. 119 * Available for NDK r7b and newer. 137 * **ANDROID_GOLD_LINKER** = `ON` - use gold linker with GCC 4.6 for NDK r8b and newer (only for ARM… 217 * Ensure you are using CMake newer than 2.8.9; [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/ |
| H A D | iommu.rst | 76 newer kernel (larger UAPI size) 77 3. A newer user with newer kernel header (larger UAPI size) running 92 For example, an older QEMU (with older kernel header) can run on newer 93 kernel. Newer QEMU (with new kernel header) may refuse to initialize 95 kernel. Simply recompiling existing code with newer kernel header should
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A D | dvb-frontend-parameters.rst | 13 per-system parameters. However, as newer delivery systems required more 19 existing delivery systems, and to add newer delivery systems. 21 So, newer applications should use 23 instead, in order to be able to support the newer System Delivery like
|
| /OK3568_Linux_fs/kernel/arch/x86/ |
| H A D | Kconfig.cpu | 34 - "Opteron/Athlon64/Hammer/K8" for all K8 and newer AMD CPUs. 46 - "Core 2/newer Xeon" for all core2 and newer Intel CPUs. 270 in /proc/cpuinfo. Family 15 is an older Xeon, Family 6 a newer one. 273 bool "Core 2/newer Xeon" 276 Select this for Intel Core 2 and newer Core 2 Xeons (Xeon 51xx and 277 53xx) CPUs. You can distinguish newer from older Xeons by the CPU 278 family in /proc/cpuinfo. Newer ones have 6 and older ones 15
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/apr/apr/ |
| H A D | libtoolize_check.patch | 24 -# Require libtool 1.4 or newer 29 +# Require libtoolize 1.4 or newer 35 echo " You need libtool version 1.4 or newer installed"
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | Kbuild.include | 207 # if_changed - execute command if any prerequisite is newer than 231 # Find any prerequisites that are newer than target or that do not exist. 236 newer-prereqs = $(filter-out $(PHONY),$?) 239 if_changed = $(if $(newer-prereqs)$(cmd-check), \ 244 if_changed_dep = $(if $(newer-prereqs)$(cmd-check),$(cmd_and_fixdep),@:) 254 if_changed_rule = $(if $(newer-prereqs)$(cmd-check),$(rule_$(1)),@:) 268 # (3) Prerequisite is newer than target 279 $(if $(newer-prereqs),- due to: $(newer-prereqs), \
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/ |
| H A D | Kbuild.include | 207 # if_changed - execute command if any prerequisite is newer than 231 # Find any prerequisites that are newer than target or that do not exist. 236 newer-prereqs = $(filter-out $(PHONY),$?) 239 if_changed = $(if $(newer-prereqs)$(cmd-check), \ 244 if_changed_dep = $(if $(newer-prereqs)$(cmd-check),$(cmd_and_fixdep),@:) 254 if_changed_rule = $(if $(newer-prereqs)$(cmd-check),$(rule_$(1)),@:) 268 # (3) Prerequisite is newer than target 279 $(if $(newer-prereqs),- due to: $(newer-prereqs), \
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/ |
| H A D | Kbuild.include | 207 # if_changed - execute command if any prerequisite is newer than 231 # Find any prerequisites that are newer than target or that do not exist. 236 newer-prereqs = $(filter-out $(PHONY),$?) 239 if_changed = $(if $(newer-prereqs)$(cmd-check), \ 244 if_changed_dep = $(if $(newer-prereqs)$(cmd-check),$(cmd_and_fixdep),@:) 254 if_changed_rule = $(if $(newer-prereqs)$(cmd-check),$(rule_$(1)),@:) 268 # (3) Prerequisite is newer than target 279 $(if $(newer-prereqs),- due to: $(newer-prereqs), \
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | dvb_frontend.h | 200 * the tuner parameters and should be used on newer 218 * for simple tuners. Shouldn't be used on newer drivers. 219 * @set_frequency: Set a new frequency. Shouldn't be used on newer drivers. 220 * @set_bandwidth: Set a new frequency. Shouldn't be used on newer drivers. 256 * Don't use on newer drivers. 265 * Don't use on newer drivers. 297 * @i2c_gate_ctrl: controls the I2C gate. Newer drivers should use I2C 388 * Newer drivers should provide such info via DVBv5 API, 392 * strength. Newer drivers should provide such info via 397 * rate. Newer drivers should provide such info via [all …]
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-general.rst | 28 migrate to a newer version of Yocto Project, the metadata (e.g. 44 newer or older version of a recipe in another layer. 62 is updated to a newer version, the patch might no longer apply. If
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/v3d/ |
| H A D | Kconfig | 3 tristate "Broadcom V3D 3.x and newer" 12 V3D 3.x or newer GPU, such as BCM7268.
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/res/values/ |
| H A D | styles.xml | 5 by AppBaseTheme from res/values-vXX/styles.xml on newer devices. 9 Theme customizations available in newer API levels can go in
|
| /OK3568_Linux_fs/kernel/include/xen/interface/hvm/ |
| H A D | start_info.h | 52 * | | present in version 1 and newer of the structure. 56 * | | present in version 1 and newer of the structure. 58 * | reserved | Version 1 and newer only. 136 /* All following fields only present in version 1 and newer */
|
| /OK3568_Linux_fs/kernel/drivers/clk/sunxi/ |
| H A D | Kconfig | 17 node. Newer Device Trees and newer SoCs use the drivers
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | stm32mp157c-dhcom-pdk2.dts | 7 * DHCOM PCB number: 587-200 or newer 8 * PDK2 PCB number: 516-400 or newer
|
| H A D | stm32mp153c-dhcom-drc02.dts | 7 * DHCOM PCB number: 587-200 or newer 8 * DRC02 PCB number: 568-100 or newer
|
| H A D | stm32mp157a-dhcor-avenger96.dts | 9 * DHCOR PCB number: 586-100 or newer 10 * Avenger96 PCB number: 588-200 or newer
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/ |
| H A D | sys_futex.patch | 3 glibc defines SYS_futex and on newer 32bit CPUs like RISCV-32, arc there 15 +/** Newer 32bit CPUs eg. RISCV-32 are defaulting to 64bit time_t from get go and
|
| /OK3568_Linux_fs/buildroot/boot/gummiboot/ |
| H A D | 0001-Allow-building-with-newer-glibc-versions.patch | 4 Subject: [PATCH] Allow building with newer glibc versions 6 Newer glibc versions does not include sys/sysmacros.h from sys/types.h
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ubi/ |
| H A D | attach.c | 301 * ubi_compare_lebs - find out which logical eraseblock is newer. 308 * This function compares 2 copies of a LEB and informs which one is newer. In 312 * o bit 0 is cleared: the first PEB (described by @aeb) is newer than the 314 * o bit 0 is set: the second PEB is newer; 315 * o bit 1 is cleared: no bit-flips were detected in the newer LEB; 316 * o bit 1 is set: bit-flips were detected in the newer LEB; 345 * Now we know which copy is newer. If the copy flag of the PEB with in ubi_compare_lebs() 346 * newer version is not set, then we just return, otherwise we have to in ubi_compare_lebs() 355 /* It is not a copy, so it is newer */ in ubi_compare_lebs() 356 dbg_bld("second PEB %d is newer, copy_flag is unset", in ubi_compare_lebs() [all …]
|
| /OK3568_Linux_fs/buildroot/boot/uboot/2016.07/ |
| H A D | 0001-arc-Use-mcpu-XXX-instead-of-obsolete-marcXXX.patch | 6 With newer ARC tools old way of CPU specification gets obsolete, 7 so we're switching to newer and more common way of setting "-mcpu".
|
| /OK3568_Linux_fs/buildroot/boot/uboot/2016.09.01/ |
| H A D | 0001-arc-Use-mcpu-XXX-instead-of-obsolete-marcXXX.patch | 6 With newer ARC tools old way of CPU specification gets obsolete, 7 so we're switching to newer and more common way of setting "-mcpu".
|
| /OK3568_Linux_fs/buildroot/package/gpm/ |
| H A D | 0005-fix-building-w-newer-glibc.patch | 4 Subject: [PATCH] fix building w/newer glibc 24 +#include <sys/sysmacros.h> /* major() w/newer glibc */
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/ |
| H A D | 0017-Define-__NR_futex-if-it-does-not-exist.patch | 6 __NR_futex is not defines by newer architectures e.g. arc, riscv32 as 9 to fail to build for these newer architectures. This patch defines a
|