project:cfg:BoardConfig_IPC: Added fastboot BoardConfig file and firmware post-scripts, distinguishing between the BoardConfigs for Luckfox Pico Pro and Luckfox Pico Max. project:app: Added fastboot_client and rk_smart_door for quick boot applications; updated rkipc app to adapt to the latest media library. media:samples: Added more usage examples. media:rockit: Fixed bugs; removed support for retrieving data frames from VPSS. media:isp: Updated rkaiq library and related tools to support connection to RKISP_Tuner. sysdrv:Makefile: Added support for compiling drv_ko on Luckfox Pico Ultra W using Ubuntu; added support for custom root filesystem. sysdrv:tools:board: Updated Buildroot optional mirror sources, updated some software versions, and stored device tree files and configuration files that undergo multiple modifications for U-Boot and kernel separately. sysdrv:source:mcu: Used RISC-V MCU SDK with RT-Thread system, mainly for initializing camera AE during quick boot. sysdrv:source:uboot: Added support for fastboot; added high baud rate DDR bin for serial firmware upgrades. sysdrv:source:kernel: Upgraded to version 5.10.160; increased NPU frequency for RV1106G3; added support for fastboot. Signed-off-by: luckfox-eng29 <eng29@luckfox.com>
50 lines
1.3 KiB
Plaintext
50 lines
1.3 KiB
Plaintext
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.common
|
|
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.aarch64
|
|
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.gki
|
|
|
|
MAKE_GOALS="${MAKE_GOALS}
|
|
Image.lz4
|
|
"
|
|
|
|
ABI_DEFINITION=android/abi_gki_aarch64.xml
|
|
TIDY_ABI=1
|
|
KMI_SYMBOL_LIST=android/abi_gki_aarch64
|
|
ADDITIONAL_KMI_SYMBOL_LISTS="
|
|
android/abi_gki_aarch64_type_visibility
|
|
android/abi_gki_aarch64_core
|
|
android/abi_gki_aarch64_db845c
|
|
android/abi_gki_aarch64_exynos
|
|
android/abi_gki_aarch64_exynosauto
|
|
android/abi_gki_aarch64_fips140
|
|
android/abi_gki_aarch64_galaxy
|
|
android/abi_gki_aarch64_generic
|
|
android/abi_gki_aarch64_hikey960
|
|
android/abi_gki_aarch64_honor
|
|
android/abi_gki_aarch64_imx
|
|
android/abi_gki_aarch64_lenovo
|
|
android/abi_gki_aarch64_mtk
|
|
android/abi_gki_aarch64_oplus
|
|
android/abi_gki_aarch64_qcom
|
|
android/abi_gki_aarch64_rockchip
|
|
android/abi_gki_aarch64_unisoc
|
|
android/abi_gki_aarch64_virtual_device
|
|
android/abi_gki_aarch64_vivo
|
|
android/abi_gki_aarch64_xiaomi
|
|
android/abi_gki_aarch64_asus
|
|
android/abi_gki_aarch64_transsion
|
|
android/abi_gki_aarch64_tuxera
|
|
"
|
|
|
|
FILES="${FILES}
|
|
arch/arm64/boot/Image.lz4
|
|
"
|
|
|
|
TRIM_NONLISTED_KMI=${TRIM_NONLISTED_KMI:-1}
|
|
KMI_SYMBOL_LIST_STRICT_MODE=${KMI_SYMBOL_LIST_STRICT_MODE:-1}
|
|
MODULES_ORDER=android/gki_aarch64_modules
|
|
KMI_ENFORCED=1
|
|
|
|
if [ -n "${GKI_DEFCONFIG_FRAGMENT}" ]; then
|
|
source ${GKI_DEFCONFIG_FRAGMENT}
|
|
fi
|