aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/dragonboard-820c.conf
AgeCommit message (Collapse)Author
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>
2018-06-28conf: machine: *.conf: added overwrite options for all machinesThorben Vornholz
Adding overwriting options to certain variables to supply i.e. a different kernel version or another serial output without having extra files. This also allows setting these values via environment. Signed-off-by: Thorben Vornholz <thorben.vornholz@baslerweb.com> [nicolas.dechesne@linaro.org: extended initial PR to apply to all machines, not just 820c] Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2018-06-25db820c: update default boot deviceNicolas Dechesne
The DB820c default GPT was updated such that the 'rootfs' partition is now expected to be /dev/sda1. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2018-03-05dragonboard-820c.conf: define default u-boot machineRicardo Salveti
As DB820c is supported by u-boot upstream, define default machine configuration. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
2018-03-02machine: db820c: switch to rootfs partitionNicolas Dechesne
New GPT scheme has been released, and the default scheme for DB820c now has 'rootfs' partition, like on DB410c, which is /dev/sda7 on DB820c. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-11-07dragonboard820c: include firmware packageNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-10-16dragonboard410c/820c: switch from Image to Image.gzNicolas Dechesne
LK can boot compressed image , and support for building compressed image was fixed in OE/core, in cfc0c89765 kernel.bbclass: fix KERNEL_IMAGETYPE(S) for Image.gz so let's switch to it. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit 460dd30b384a1cd6253aa076f68316f772ec9215)
2017-06-23dragonboard820c: add firmware for ath10kNicolas Dechesne
Dragonboard 820c comes with a QCA6174 chip, on board, let's make sure that appropriate firmware are added to images when wifi is enabled. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit 755332b65ebe9feabf9fe357b1c3aa3ac881fa62) (cherry picked from commit dbd4a2c6f70645b288ceec83efcbaa6287b929f6)
2017-03-01apq8096: enable freedreno graphicsNicolas Dechesne
Add SoC customization for mesa, gstreamer and xorg. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-10-14linux-linaro-qcomlt: add 4.7 release branch for APQ8096 machinesNicolas Dechesne
Add a new recipe for the 4.7 kernel release branch , from LT git tree. This branch is mostly used for the 8096 machines. While other machines are regularly tested as well, the preferred kernel for 8016 and 8064 remains 4.4 branch. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit 8fbb0af6c727c2959056bafe1918dfb9df4c75ec)
2016-09-19dragonboard-{410c,820c}: remove unused variableNicolas Dechesne
CMDLINE is not used anywhere, remove it to avoid confusion. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-09-06linux-qcom-bootimg: consolidate deployment stepsMatt Madison
into a single do_deploy_append for all targets, and move the machine-/SoC-specific bootimg creation settings into the relevant configuration files. Signed-off-by: Matt Madison <matt@madison.systems> [nicolas.dechesne@linaro.org: move dt image symlink creation] Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-07-14machine: add dragonboard 820cNicolas Dechesne
Add minimal machine configuration files for DragonBoard820c. It is currently supported in the LT tracking kernel branch. The support is minimal for now, and it will improve over time. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>