Rockpi S can have current targets since 5.7.y
This commit is contained in:
parent
848a9bb554
commit
a032106fc0
@ -5,4 +5,4 @@ BOOTCONFIG="rockpi-s-rk3308_defconfig"
|
||||
DEFAULT_CONSOLE="serial"
|
||||
MODULES_LEGACY="g_serial"
|
||||
SERIALCON="ttyS0,ttyGS0"
|
||||
KERNEL_TARGET="legacy,dev"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 5.7.6 Kernel Configuration
|
||||
# Linux/arm64 5.7.12 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
# Compiler: aarch64-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0
|
||||
# Compiler: aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025
|
||||
#
|
||||
CONFIG_CC_IS_GCC=y
|
||||
CONFIG_GCC_VERSION=80300
|
||||
CONFIG_LD_VERSION=232000000
|
||||
CONFIG_GCC_VERSION=90201
|
||||
CONFIG_LD_VERSION=233010000
|
||||
CONFIG_CLANG_VERSION=0
|
||||
CONFIG_CC_CAN_LINK=y
|
||||
CONFIG_CC_HAS_ASM_GOTO=y
|
||||
@ -440,8 +440,10 @@ CONFIG_ARM64_CNP=y
|
||||
# ARMv8.3 architectural features
|
||||
#
|
||||
CONFIG_ARM64_PTR_AUTH=y
|
||||
CONFIG_CC_HAS_BRANCH_PROT_PAC_RET=y
|
||||
CONFIG_CC_HAS_SIGN_RETURN_ADDRESS=y
|
||||
CONFIG_AS_HAS_PAC=y
|
||||
CONFIG_AS_HAS_CFI_NEGATE_RA_STATE=y
|
||||
# end of ARMv8.3 architectural features
|
||||
|
||||
#
|
||||
@ -461,6 +463,8 @@ CONFIG_ARM64_SVE=y
|
||||
CONFIG_ARM64_MODULE_PLTS=y
|
||||
# CONFIG_ARM64_PSEUDO_NMI is not set
|
||||
# CONFIG_RANDOMIZE_BASE is not set
|
||||
CONFIG_CC_HAVE_STACKPROTECTOR_SYSREG=y
|
||||
CONFIG_STACKPROTECTOR_PER_TASK=y
|
||||
# end of Kernel Features
|
||||
|
||||
#
|
||||
|
||||
@ -833,12 +833,10 @@ rockpi-4a current buster cli beta yes
|
||||
|
||||
# Rockpi S
|
||||
|
||||
rockpi-s legacy buster cli stable yes
|
||||
rockpi-s legacy buster minimal stable yes
|
||||
rockpi-s legacy focal cli stable yes
|
||||
rockpi-s legacy focal minimal stable yes
|
||||
rockpi-s dev buster cli stable yes
|
||||
rockpi-s dev focal cli stable yes
|
||||
rockpi-s current buster minimal stable yes
|
||||
rockpi-s current focal minimal stable yes
|
||||
|
||||
# Rockpi E
|
||||
rockpi-e current buster cli stable yes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user