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:
Bhupesh Sharma
2021-04-19 12:21:08 +05:30
parent 8f82704da6
commit bbadb282bb
2 changed files with 33 additions and 0 deletions

View 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 \
"

View 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 "