build config: add build files for Pitti SoC
Add initial build configs needed for Pitti. Change-Id: Iec5cfcdf3b85118dfdbe3b2016630b0b3f98f0d5 Signed-off-by: Wasim Nazir <quic_wasimn@quicinc.com>
This commit is contained in:
parent
8dbccbfcdc
commit
d7f2359fb6
33
build.config.msm.pitti
Normal file
33
build.config.msm.pitti
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
################################################################################
|
||||||
|
## Inheriting configs from ACK
|
||||||
|
. ${ROOT_DIR}/msm-kernel/build.config.common
|
||||||
|
. ${ROOT_DIR}/msm-kernel/build.config.aarch64
|
||||||
|
|
||||||
|
################################################################################
|
||||||
|
## Variant setup
|
||||||
|
MSM_ARCH=pitti
|
||||||
|
VARIANTS=(consolidate gki)
|
||||||
|
[ -z "${VARIANT}" ] && VARIANT=consolidate
|
||||||
|
|
||||||
|
ABL_SRC=bootable/bootloader/edk2
|
||||||
|
BOOT_IMAGE_HEADER_VERSION=4
|
||||||
|
BASE_ADDRESS=0x80000000
|
||||||
|
PAGE_SIZE=4096
|
||||||
|
BUILD_VENDOR_DLKM=1
|
||||||
|
PREPARE_SYSTEM_DLKM=1
|
||||||
|
SYSTEM_DLKM_MODULES_LIST=${ROOT_DIR}/${KERNEL_DIR}/android/gki_system_dlkm_modules
|
||||||
|
SUPER_IMAGE_SIZE=0x10000000
|
||||||
|
TRIM_UNUSED_MODULES=1
|
||||||
|
BUILD_INIT_BOOT_IMG=1
|
||||||
|
[ -z "${DT_OVERLAY_SUPPORT}" ] && DT_OVERLAY_SUPPORT=1
|
||||||
|
|
||||||
|
if [ "${KERNEL_CMDLINE_CONSOLE_AUTO}" != "0" ]; then
|
||||||
|
KERNEL_VENDOR_CMDLINE+='console=ttyMSM0,115200n8 earlycon'
|
||||||
|
fi
|
||||||
|
|
||||||
|
KERNEL_VENDOR_CMDLINE+=' bootconfig '
|
||||||
|
|
||||||
|
################################################################################
|
||||||
|
## Inheriting MSM configs
|
||||||
|
. ${KERNEL_DIR}/build.config.msm.common
|
||||||
|
. ${KERNEL_DIR}/build.config.msm.gki
|
@ -8,3 +8,4 @@ build.config.msm.blair
|
|||||||
build.config.msm.gen3auto
|
build.config.msm.gen3auto
|
||||||
build.config.msm.gen4auto
|
build.config.msm.gen4auto
|
||||||
build.config.msm.sdmsteppeauto
|
build.config.msm.sdmsteppeauto
|
||||||
|
build.config.msm.pitti
|
||||||
|
Loading…
Reference in New Issue
Block a user