aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
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-07-22conf/machine: Set default SERIAL_CONSOLES in qcom-common.incAníbal Limón
The SERIAL_CONSOLES var is used inside systemd-serialgetty.bb to generate systemd unit to get console after boot, this fix no console in DB845c. Changes, Remove SERIAL_CONSOLES set in sdx55-mtp.conf since is the default one. Add override in sdx55-telit-fn980 to set serial console. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2021-07-09qrb5165-rb5: drop lt9611uxc-upgradeDmitry Baryshkov
Stop installing lt9611uxc-upgrade package, it was found to be confusing to users. It will be replaced by the notice in the release notes. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-05-26conf/machine: Add linux-firmware-qca for dragonboard-820cAníbal Limón
To install qca/nvm_00440302.bin required for bluetooth. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2021-04-02qcom-armv8a: remove rootfs overrides for rb5Dmitry Baryshkov
Since RB5 switched to /dev/sda1 as rootfs, drop separate overrides for QCOM_BOOTIMG_ROOTFS. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-04-01qrb5165-rb5: use new rootfs partitionDmitry Baryshkov
Latest RB5 bootloader package provides updated partition scheme. It removes Android partitions and adds single rootfs partition at /dev/sda1. Switch to new rootfs partition. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-02-15Merge pull request #259 from Mani-Sadhasivam/sdx55Nicolas Dechesne
Initial machine support for SDX55
2021-02-12Merge pull request #266 from lumag/lt9611uxc-autoupdNicolas Dechesne
Automatically update LT9611UXC firmware
2021-02-11qrb5165-rb5: include lt9611uxc-upgrade packageDmitry Baryshkov
Add lt9611uxc-upgrade recipe to autoupdate DSI-to-HDMI bridge firmware. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-02-09qcom-armv8a.conf: define per-dtb machine parametersDmitry Baryshkov
Define kernel/machine parameters specific to each device tree blob. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-02-09conf/machine/include/*: switch QCOM_BOOTIMG_PAGE_SIZE defaultDmitry Baryshkov
Newer Qualcomm machines default to QCOM_BOOTIMG_PAGE_SIZE being 4096. Change default from 2048 to 4096 and update machine config files. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@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>
2021-02-09conf/machine: Add qcom-armv8a MACHINEAníbal Limón
This new MACHINE is target to build multiple Android boot images (boards) and use a common rootfs/userspace filesystem. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> [DB: Add RB5 support] Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-02-04qrb5165-rb5: support both DVT and PVT devicetreesDmitry Baryshkov
rb5 dvt slightly differs from the production board, so support both DVT and PVT device trees. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-02-02Initial support for SDX55 Telit FN980Manivannan Sadhasivam
SDX55 Telit FN980 based on SDX55 chipset which uses ubi filesystem for rootfs. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
2021-02-02Initial support for SDX55-MTPManivannan Sadhasivam
SDX55-MTP based on SDX55 chipset which uses ubi filesystem for rootfs. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
2021-01-07qcom-common.inc: use android-tools-conf-configfs for adbdDmitry Baryshkov
Select android-tools-conf-configfs as PREFERRED_PROVIDER for android-tools-conf, so that adbd startup scripts will use it for device configuration. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2020-12-23qrb5165-rb5.conf: add wireless-regdb-static to RRECOMMENDSDmitry Baryshkov
The ath11k driver fails to start the device properly if regdb can not be loaded. Add wireless-regdb-static to MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS if wifi is enabled in DISTRO_FEATURES to make sure all images are able to bootstrap the onboard QCA6390 (ath11k) device. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2020-12-20qrb5165-rb5.conf: enable linux-firmware-lt9611uxcDmitry Baryshkov
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2020-12-15qrb5165-rb5: install linux-firmware-ath11k if wifi is enabledDmitry Baryshkov
Install linux-firmware-ath11k package if DISTRO_FEATURES contains wifi. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2020-12-01qrb5165-rb5.conf: switch to using PARTLABEL=userdata for rootfsDmitry Baryshkov
RB5 developers have changed partitioning scheme somewhere in the middle of development cycle. Earlier firmware puts userdata partition at /dev/sda8, while later firmware puts it at /dev/sda6. In order to properly support all firmware releases use PARTLABEL=userdata as rootfs specifier on RB5. 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-11-26qcom-common.conf: add qcom to SOC_FAMILYDmitry Baryshkov
Add 'qcom' to SOC_FAMILY variable to let recipes use generic 'qcom' override. This makes adding support for newer machines/families error prone, since we can enable all BSP patches/features for all families without having to list them one by one. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2020-11-26conf/machine: Add qcom-common.inc to avoid duplicate settingsAníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-09-18qrb5165-rb5: Correct userdata partition on RB5Dmitry Baryshkov
Now let's get it right. Userdata partition on RB5 is sda8, not sda6. sda6 is system_a: 1 6 7 8.0 KiB A02C ssd 2 8 8199 32.0 MiB A026 persist 3 8200 8455 1024.0 KiB A01F misc 4 8456 8583 512.0 KiB A02D keystore 5 8584 8711 512.0 KiB FFFF frp 6 8712 8397319 32.0 GiB A038 system_a 7 8397320 16785927 32.0 GiB FFFF system_b 8 16785928 29595642 48.9 GiB A03A userdata Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2020-09-07qrb5165-rb5: correct rootfs (userdata) partitionDmitry Baryshkov
QRB5165 RB5 machine config lists sda15 as rootfs, which is C&P from SM8250-MTP. Use sda6 as rootfs (which is proper userdata on RB5). Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2020-09-04Merge pull request #178 from lumag/fw-qcom-rb5Nicolas Dechesne
firmware-qcom-rb5: package QRB5165 RB5 firmware files
2020-09-03qrb5165-rb5: enable firmware packageDmitry Baryshkov
Add firmware package to RRECOMMENDS so it is pulled if firmware files are provided at the build time. 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-07-28qcom-sm8250.inc: switch to armv8.2-a+cryptoDmitry Baryshkov
SM8250 SoC implements ARMv8.2-a with crypto extension, so switch default tune to armv8-2a-crypto. Other supported extensions are not handled by OE/Yocto (yet). Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2020-07-28qcom-sdm845.inc: switch to armv8.2-a+cryptoDmitry Baryshkov
SDM845 SoC implements ARMv8.2-a with crypto extension, so switch default tune to armv8-2a-crypto. Other supported extensions are not handled by OE/Yocto (yet). Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2020-07-01qrb5165-rb5: add machine config file for Qualcomm RB5 platformDmitry Baryshkov
Add config file for Qcualcomm RB5 Robotics platform. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2020-06-19sm8250-mtp.conf: add initial support for SM8250-MTP boardDmitry Baryshkov
Add configuration files for SM8250 SoC and SM8250-MTP board. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@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>
2020-05-20dragonboard-820c: Switch to use linux-firmware-qcom-{adreno-a530,venus-4.2}Aníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-05-20dragonboard-410c: Switch to use linux-firmware-qcom-{adreno-a3xx,venus-1.8}Aníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-03-20qcom-{apq8016,apq8096,sdm845}: Add fastrpc via MACHINE_EXTRA_RRECOMMENDSAníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-03-11recipes-support: Remove deprecated adsprpcAníbal Limón
Remove installation in SDM845 machine too. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-02-04Remove wcnss-config recipe in dragonboard-410c and sd-600evalAníbal Limón
This configuration recipe for wireless and bluetooth is deprecated now remoteproc start is handled by rmtfs. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-02-04conf/machine: Remove blacklist qcom_q6v5_pil of in apq8016Aníbal Limón
This module changed name to qcom_q6v5_mss and the blacklist isn't needed since 5.4 because rmtfs support start of the DSP. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2019-12-02conf/machine: Update rootfs partition in dragonboard-410cAníbal Limón
New bootloader comes with new partitions to store rmtfs firmware [1]. [1] https://git.linaro.org/landing-teams/working/qualcomm/db-boot-tools.git/commit/?id=04008fd6570b566041e6ded5df738068416607e3 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2019-11-28machine: Add support for QCS404 based EVB 4K platformKhasim Syed Mohammed
EVB4K is a Qcom platform based on QCS404 based SOC. This patch adds basic support. Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@linaro.org>
2019-11-28conf/machine/include/qcom-sdm845.inc: Add pd-mapper and tqftpserv for wifiAníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> (cherry picked from commit 4104edfac56853022e6baddf8d4575691108f869) (cherry picked from commit 6e47457290b5e5f755b3f6d6022037a2e31a7a3a)
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-08-23conf/machine: Add rmtfs and adsprpc in sdm845Julien Massot
(cherry picked from commit d5865c8a4e36cfd7ee8487ccea6b21f3f800208f)
2019-08-19Change references from qrtr-apps to qrtr.Aníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> (cherry picked from commit 3beeac3a60809607e02f1ff0826b1b86331ab00d)
2019-07-15conf/machine: Add qrtr-apps in sdm845Aníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> (cherry picked from commit 423138084e817a82d4e87ce7dbc146fc27114837)
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-17qcom-sdm845.inc: use arch-armv8a tune instead of arch-armv8Nicolas Dechesne
arch-armv8 was removed from latest OE-Core. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>