aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/dragonboard-845c.conf
AgeCommit message (Collapse)Author
2021-08-03layer: convert to new override syntaxoverrideNicolas Dechesne
The conversion was mostly automated with: ./scripts/contrib/convert-overrides.py With a few manual tweaks. Also change LAYERCOMPAT to honister. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2021-02-09linux-qcom-bootimg: move machine-specific KERNEL_CMDLINE to conf fileDmitry Baryshkov
Move machine-specific KERNEL_CMDLINE append to machine (db845c) config file. Include file should not contain machine-specific settings. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2020-12-01conf/machine/*.conf: specify full rootfs device pathDmitry Baryshkov
In preparation to allowing rootfs specifications other than just a device node, move '/dev/' prefix from linux-qcom-bootimg.inc to individual machine config files. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2020-09-02Use venus 5.2 from linux-firmware for DB845c.Aníbal Limón
A fix was add on mainline to support linux-firmware binary, https://git.linaro.org/landing-teams/working/qualcomm/kernel.git/commit/?h=release/qcomlt-5.7&id=21bb88052948b35bdce926f301f2ba7970040812 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-05-20dragonboard-845c: Switch to use linux-firmware-{ath10k, qcom-{sdm845, ↵Aníbal Limón
adreno-a630}} The bdwlan is needed to generate board-2.bin not useful alone, the same for wlan parts that are now in linux-firmware-qcom-sdm845-modem. Finally install a630_zap*.* firmware inside /lib/firmware/qcom the remaining parts are now on linux-firmware-qcom-adreno-a630. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2019-10-28conf/machine/dragonboard-845c.conf: Add linux-firmware-qcaAníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2019-07-03dragonboard-845c: Add firmware recipeAníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2019-06-27draonboard845c: switch default rootfs on /dev/sda1Nicolas Dechesne
New bootloader package is now available from Linaro, and the default ptable is to leave /dev/sda (e.g. LUN0 or HLOS LUN) with a single partition that occupies the entire space. The default name for this partition is 'rootfs'. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2019-05-10machine/*/dragonbard-845c: Set ext4 rootfs image to 4096 block sizeAníbal Limón
Needed by QCOM UFS, set explicity because the block size is determined by mkfs.ext4 depending on the image size. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> (cherry picked from commit ad91e9e7eba5d82cae3f492eebb8f66acf6f3177)
2019-05-09conf/machine: Add initial machine definitions for db845cAníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> (cherry picked from commit a749ee4fbb0c815624168cc44a098fea15a1f683)