build.config: Add msm.pineapple target and modules blacklist
Add build.config to support the Pineapple target. Change-Id: Ib25152aeb14b151eaa06b9b4717a8920c716b98f Signed-off-by: Guru Das Srinagesh <quic_gurus@quicinc.com>
This commit is contained in:
parent
33bb29c4f8
commit
17c0737289
27
build.config.msm.pineapple
Normal file
27
build.config.msm.pineapple
Normal file
@ -0,0 +1,27 @@
|
||||
################################################################################
|
||||
## Inheriting configs from ACK
|
||||
. ${ROOT_DIR}/msm-kernel/build.config.common
|
||||
. ${ROOT_DIR}/msm-kernel/build.config.aarch64
|
||||
|
||||
################################################################################
|
||||
## Variant setup
|
||||
MSM_ARCH=pineapple
|
||||
VARIANTS=(consolidate gki)
|
||||
[ -z "${VARIANT}" ] && VARIANT=consolidate
|
||||
|
||||
BOOT_IMAGE_HEADER_VERSION=3
|
||||
BASE_ADDRESS=0x80000000
|
||||
PAGE_SIZE=4096
|
||||
BUILD_VENDOR_DLKM=1
|
||||
SUPER_IMAGE_SIZE=0x10000000
|
||||
TRIM_UNUSED_MODULES=1
|
||||
[ -z "${DT_OVERLAY_SUPPORT}" ] && DT_OVERLAY_SUPPORT=0
|
||||
|
||||
if [ "${KERNEL_CMDLINE_CONSOLE_AUTO}" != "0" ]; then
|
||||
KERNEL_VENDOR_CMDLINE+='console=hvc0 earlycon=hvc0 msm_geni_serial.con_enabled=1 hvc_dcc.enable=1'
|
||||
fi
|
||||
|
||||
################################################################################
|
||||
## Inheriting MSM configs
|
||||
. ${KERNEL_DIR}/build.config.msm.common
|
||||
. ${KERNEL_DIR}/build.config.msm.gki
|
1
build.targets
Normal file
1
build.targets
Normal file
@ -0,0 +1 @@
|
||||
build.config.msm.pineapple
|
64
modules.vendor_blocklist.msm.pineapple
Normal file
64
modules.vendor_blocklist.msm.pineapple
Normal file
@ -0,0 +1,64 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright (c) 2022, The Linux Foundation. All rights reserved.
|
||||
|
||||
blocklist 8250_of
|
||||
blocklist adc-tm
|
||||
blocklist atomic64_test
|
||||
blocklist can-bcm
|
||||
blocklist can-gw
|
||||
blocklist can-raw
|
||||
blocklist dummy-cpufreq
|
||||
blocklist dummy_hcd
|
||||
blocklist dummy_hcd
|
||||
blocklist e4000
|
||||
blocklist failover
|
||||
blocklist fc0011
|
||||
blocklist fc0012
|
||||
blocklist fc0013
|
||||
blocklist fc2580
|
||||
blocklist it913x
|
||||
blocklist kheaders
|
||||
blocklist lkdtm
|
||||
blocklist llcc_perfmon
|
||||
blocklist locktorture
|
||||
blocklist m88rs6000t
|
||||
blocklist max2165
|
||||
blocklist mc44s803
|
||||
blocklist mmrm_test_module
|
||||
blocklist msi001
|
||||
blocklist mt2060
|
||||
blocklist mt2063
|
||||
blocklist mt20xx
|
||||
blocklist mt2131
|
||||
blocklist mt2266
|
||||
blocklist mxl301rf
|
||||
blocklist net_failover
|
||||
blocklist qca_cld3_kiwi
|
||||
blocklist qm1d1b0004
|
||||
blocklist qm1d1c0042
|
||||
blocklist qt1010
|
||||
blocklist r820t
|
||||
blocklist rcutorture
|
||||
blocklist rtc-test
|
||||
blocklist si2157
|
||||
blocklist tda18212
|
||||
blocklist tda18218
|
||||
blocklist tda18250
|
||||
blocklist tda18271
|
||||
blocklist tda827x
|
||||
blocklist tda8290
|
||||
blocklist tda9887
|
||||
blocklist tea5761
|
||||
blocklist tea5767
|
||||
blocklist test_user_copy
|
||||
blocklist torture
|
||||
blocklist tua9001
|
||||
blocklist tuner-simple
|
||||
blocklist tuner-types
|
||||
blocklist tuner-xc2028
|
||||
blocklist vmw_vsock_virtio_transport
|
||||
blocklist vmw_vsock_virtio_transport_common
|
||||
blocklist vsock
|
||||
blocklist vsock_diag
|
||||
blocklist xc4000
|
||||
blocklist xc5000
|
Loading…
Reference in New Issue
Block a user