mirror of https://github.com/OpenIPC/firmware.git
Update Novatek project
parent
0a794d2e75
commit
38f4fe27a6
|
@ -1523,7 +1523,7 @@ CONFIG_CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK=y
|
||||||
#
|
#
|
||||||
# NovaTek SoC drivers
|
# NovaTek SoC drivers
|
||||||
#
|
#
|
||||||
CONFIG_NVT_OTP_SUPPORT=y
|
# CONFIG_NVT_OTP_SUPPORT is not set
|
||||||
CONFIG_NVT_HDAL_BUILD_IN=y
|
CONFIG_NVT_HDAL_BUILD_IN=y
|
||||||
# CONFIG_NVT_PERF_MEASURE is not set
|
# CONFIG_NVT_PERF_MEASURE is not set
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
||||||
--- a/scripts/dtc/dtc-lexer.lex.c_shipped 2016-08-28 13:19:20.000000000 +0300
|
--- a/scripts/dtc/dtc-lexer.l 2019-12-21 12:57:45.000000000 +0300
|
||||||
+++ b/scripts/dtc/dtc-lexer.lex.c_shipped 2021-04-02 00:06:02.972781070 +0300
|
+++ b/scripts/dtc/dtc-lexer.l 2021-10-24 16:01:38.478555927 +0300
|
||||||
@@ -637,7 +637,7 @@
|
@@ -38,7 +38,7 @@
|
||||||
#include "srcpos.h"
|
#include "srcpos.h"
|
||||||
#include "dtc-parser.tab.h"
|
#include "dtc-parser.tab.h"
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# Architecture
|
# Architecture
|
||||||
BR2_arm=y
|
BR2_arm=y
|
||||||
BR2_cortex_a9=y
|
BR2_cortex_a7=y
|
||||||
BR2_ARM_EABIHF=y
|
BR2_ARM_EABIHF=y
|
||||||
BR2_ARM_FPU_NEON_VFPV=y
|
BR2_ARM_FPU_NEON_VFPV3=y
|
||||||
BR2_ARM_INSTRUCTIONS_THUMB=y
|
BR2_ARM_INSTRUCTIONS_THUMB2=y
|
||||||
BR2_KERNEL_HEADERS_VERSION=y
|
BR2_KERNEL_HEADERS_VERSION=y
|
||||||
BR2_DEFAULT_KERNEL_VERSION="4.19.91"
|
BR2_DEFAULT_KERNEL_VERSION="4.19.91"
|
||||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
|
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
|
||||||
|
@ -24,13 +24,13 @@ BR2_TOOLCHAIN_BUILDROOT_USE_SSP=y
|
||||||
# Kernel
|
# Kernel
|
||||||
BR2_LINUX_KERNEL=y
|
BR2_LINUX_KERNEL=y
|
||||||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
||||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.9.37"
|
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.91"
|
||||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_NOVATEK_PATH)/board/nt98562/kernel/nt98562.generic.config"
|
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_NOVATEK_PATH)/board/nt9856x/kernel/nt98562.generic.config"
|
||||||
BR2_LINUX_KERNEL_UIMAGE=y
|
BR2_LINUX_KERNEL_UIMAGE=y
|
||||||
BR2_LINUX_KERNEL_XZ=y
|
BR2_LINUX_KERNEL_XZ=y
|
||||||
BR2_LINUX_KERNEL_EXT_GOKE_PATCHER=y
|
BR2_LINUX_KERNEL_EXT_NOVATEK_PATCHER=y
|
||||||
BR2_LINUX_KERNEL_EXT_GOKE_PATCHER_LIST="$(BR2_EXTERNAL_NOVATEK_PATH)/board/nt98562/kernel/patches/ $(BR2_EXTERNAL_NOVATEK_PATH)/board/nt98562/kernel/overlay"
|
BR2_LINUX_KERNEL_EXT_NOVATEK_PATCHER_LIST="$(BR2_EXTERNAL_NOVATEK_PATH)/board/nt9856x/kernel/patches/ $(BR2_EXTERNAL_NOVATEK_PATH)/board/nt9856x/kernel/overlay"
|
||||||
|
|
||||||
# Filesystem
|
# Filesystem
|
||||||
# BR2_TARGET_TZ_INFO is not set
|
# BR2_TARGET_TZ_INFO is not set
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# Architecture
|
# Architecture
|
||||||
BR2_arm=y
|
BR2_arm=y
|
||||||
BR2_cortex_a9=y
|
BR2_cortex_a7=y
|
||||||
BR2_ARM_EABIHF=y
|
BR2_ARM_EABIHF=y
|
||||||
BR2_ARM_FPU_NEON_VFPV3=y
|
BR2_ARM_FPU_NEON_VFPV3=y
|
||||||
BR2_ARM_INSTRUCTIONS_THUMB=y
|
BR2_ARM_INSTRUCTIONS_THUMB2=y
|
||||||
BR2_KERNEL_HEADERS_VERSION=y
|
BR2_KERNEL_HEADERS_VERSION=y
|
||||||
BR2_DEFAULT_KERNEL_VERSION="4.19.91"
|
BR2_DEFAULT_KERNEL_VERSION="4.19.91"
|
||||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
|
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
|
||||||
|
@ -24,13 +24,13 @@ BR2_TOOLCHAIN_BUILDROOT_USE_SSP=y
|
||||||
# Kernel
|
# Kernel
|
||||||
BR2_LINUX_KERNEL=y
|
BR2_LINUX_KERNEL=y
|
||||||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
||||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.9.37"
|
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.91"
|
||||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_NOVATEK_PATH)/board/nt98566/kernel/nt98566.generic.config"
|
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_NOVATEK_PATH)/board/nt9856x/kernel/nt98566.generic.config"
|
||||||
BR2_LINUX_KERNEL_UIMAGE=y
|
BR2_LINUX_KERNEL_UIMAGE=y
|
||||||
BR2_LINUX_KERNEL_XZ=y
|
BR2_LINUX_KERNEL_XZ=y
|
||||||
BR2_LINUX_KERNEL_EXT_GOKE_PATCHER=y
|
BR2_LINUX_KERNEL_EXT_NOVATEK_PATCHER=y
|
||||||
BR2_LINUX_KERNEL_EXT_GOKE_PATCHER_LIST="$(BR2_EXTERNAL_NOVATEK_PATH)/board/nt98566/kernel/patches/ $(BR2_EXTERNAL_NOVATEK_PATH)/board/nt98566/kernel/overlay"
|
BR2_LINUX_KERNEL_EXT_NOVATEK_PATCHER_LIST="$(BR2_EXTERNAL_NOVATEK_PATH)/board/nt9856x/kernel/patches/ $(BR2_EXTERNAL_NOVATEK_PATH)/board/nt9856x/kernel/overlay"
|
||||||
|
|
||||||
# Filesystem
|
# Filesystem
|
||||||
# BR2_TARGET_TZ_INFO is not set
|
# BR2_TARGET_TZ_INFO is not set
|
||||||
|
|
Loading…
Reference in New Issue