From 1a922e546b91b9a61d6c8c55abf58b0fd8ed7828 Mon Sep 17 00:00:00 2001 From: Dhina17 Date: Sat, 31 Dec 2022 16:56:52 +0530 Subject: [PATCH] sm6225-common: Configure kernel Change-Id: Ifed55a5d59d1deae4fd743d654ccb66e437a60ef --- BoardConfigCommon.mk | 10 ++++++++++ lineage.dependencies | 7 ++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 37e88bf..ff459be 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -23,6 +23,16 @@ TARGET_2ND_CPU_VARIANT := cortex-a9 TARGET_BOOTLOADER_BOARD_NAME := bengal TARGET_NO_BOOTLOADER := true +# Kernel +BOARD_KERNEL_BASE := 0x00000000 +BOARD_KERNEL_CMDLINE := console=ttyMSM0,115200n8 earlycon=msm_geni_serial,0x4a90000 androidboot.hardware=qcom androidboot.console=ttyMSM0 androidboot.memcg=1 lpm_levels.sleep_disabled=1 video=vfb:640x400,bpp=32,memsize=3072000 msm_rtb.filter=0x237 service_locator.enable=1 swiotlb=2048 loop.max_part=7 +BOARD_KERNEL_PAGESIZE := 4096 +TARGET_KERNEL_CONFIG := vendor/bengal_defconfig +TARGET_KERNEL_SOURCE := kernel/motorola/sm6225 + +# Kernel - Prebuilt +include device/motorola/sm6225-kernel/prebuilt_kernel.mk + # Platform BOARD_USES_QCOM_HARDWARE := true TARGET_BOARD_PLATFORM := bengal diff --git a/lineage.dependencies b/lineage.dependencies index fe51488..f438bca 100644 --- a/lineage.dependencies +++ b/lineage.dependencies @@ -1 +1,6 @@ -[] +[ + { + "repository": "android_kernel_motorola_sm6225", + "target_path": "kernel/motorola/sm6225" + } +]