aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/sa8155p-adp.conf
blob: 8ed7e06a1842f537b2c54f3b60f9624570319069 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#@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

# Set INITRAMFS_IMAGE for sa8155p machine
INITRAMFS_IMAGE = "initramfs-kerneltest-full-image"

MACHINE_FEATURES = "usbhost usbgadget ext2"

KERNEL_IMAGETYPE ?= "Image.gz"
KERNEL_DEVICETREE ?= "qcom/sa8155p-adp.dtb"

SERIAL_CONSOLE ?= "115200 ttyMSM0"

MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
    kernel-modules \
"

# /dev/sda6 is 'system' partition for adp board, but its very small, so we
# use 'userdata' partition here.
# /dev/sda9 is 'userdata' partition for adp board, so wipe it and use for our build
QCOM_BOOTIMG_ROOTFS ?= "/dev/sda9"

# UFS partitions setup with 4096 logical sector size
EXTRA_IMAGECMD:ext4 += " -b 4096 "