You've already forked meta-qcom-extras
mirror of
https://github.com/linux-msm/meta-qcom-extras.git
synced 2026-02-25 13:14:43 -08:00
conf/machine: Add initial support for SA8155P-ADP board
Add configuration files for SA8155P-ADP board which uses the SM8150 SoC. Here we create an include (.inc) file and a configuration (.conf) file for the adp board. This board doesn't support graphics / display (at least for now). Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
This commit is contained in:
15
conf/machine/include/qcom-sa8155p.inc
Normal file
15
conf/machine/include/qcom-sa8155p.inc
Normal file
@@ -0,0 +1,15 @@
|
||||
SOC_FAMILY = "sa8155p"
|
||||
require conf/machine/include/qcom-common.inc
|
||||
DEFAULTTUNE = "armv8-2a-crypto"
|
||||
require conf/machine/include/arm/arch-armv8-2a.inc
|
||||
|
||||
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
|
||||
pd-mapper \
|
||||
qrtr \
|
||||
rmtfs \
|
||||
tqftpserv \
|
||||
"
|
||||
|
||||
MACHINE_EXTRA_RRECOMMENDS += " \
|
||||
fastrpc \
|
||||
"
|
||||
18
conf/machine/sa8155p-adp.conf
Normal file
18
conf/machine/sa8155p-adp.conf
Normal file
@@ -0,0 +1,18 @@
|
||||
#@TYPE: Machine
|
||||
#@NAME: SA8155P-ADP
|
||||
#@DESCRIPTION: Machine configuration for the SA8155P-ADP development board, with Qualcomm Snapdragon 855 SM8150.
|
||||
|
||||
require conf/machine/include/qcom-sa8155p.inc
|
||||
|
||||
MACHINE_FEATURES = "usbhost usbgadget ext2"
|
||||
|
||||
KERNEL_IMAGETYPE ?= "Image.gz"
|
||||
KERNEL_DEVICETREE ?= "qcom/sa8155p-adp.dtb"
|
||||
|
||||
SERIAL_CONSOLE ?= "115200 ttyMSM0"
|
||||
|
||||
# /dev/sda6 is 'userdata' partition for adp board, so wipe it and use for our build
|
||||
QCOM_BOOTIMG_ROOTFS ?= "/dev/sda6"
|
||||
|
||||
# UFS partitions setup with 4096 logical sector size
|
||||
EXTRA_IMAGECMD:ext4 += " -b 4096 "
|
||||
Reference in New Issue
Block a user