Skip to content

Commit

Permalink
qcom-armv8a.conf: add support for RB1/RB2 platforms
Browse files Browse the repository at this point in the history
Extend qcom-armv8a machine configuration to also support the Qualcomm
RB1 and RB2 platforms.

Signed-off-by: Dmitry Baryshkov <[email protected]>
  • Loading branch information
lumag committed Jul 25, 2023
1 parent 42ca562 commit c694ba1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conf/machine/qcom-armv8a.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ KERNEL_DEVICETREE ?= " \
qcom/apq8016-sbc.dtb \
qcom/apq8096-db820c.dtb \
qcom/sdm845-db845c.dtb \
qcom/qrb2210-rb1.dtb \
qcom/qrb4210-rb2.dtb \
qcom/qrb5165-rb5.dtb \
qcom/sm8450-hdk.dtb \
"
Expand All @@ -21,6 +23,8 @@ QCOM_BOOTIMG_PAGE_SIZE[apq8016-sbc] ?= "2048"
QCOM_BOOTIMG_ROOTFS ?= "/dev/sda1"
QCOM_BOOTIMG_ROOTFS[apq8016-sbc] ?= "/dev/mmcblk0p14"
QCOM_BOOTIMG_ROOTFS[sm8450-hdk] ?= "PARTLABEL=userdata"
QCOM_BOOTIMG_ROOTFS[qrb2210-rb1] ?= "PARTLABEL=userdata"
QCOM_BOOTIMG_ROOTFS[qrb4210-rb2] ?= "PARTLABEL=userdata"
SD_QCOM_BOOTIMG_ROOTFS[apq8016-sbc] ?= "/dev/mmcblk1p7"
KERNEL_CMDLINE_EXTRA[sdm845-db845c] ?= "clk_ignore_unused pd_ignore_unused"
KERNEL_CMDLINE_EXTRA[apq8096-db820c] ?= "maxcpus=2"
Expand Down

0 comments on commit c694ba1

Please sign in to comment.