This kernel recipe builds the QCLT integration branch which is not a
*relase* branch, but is regularly rebased. With a fixed SRCREV the
build will often break. Instead let's use AUTOREV. To avoid any
network issue during parsing we use AUTOREV only when the recipe is
selected, which most likely implies the user understands the risks and
the benefits!
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Handle the creation of multiple Android boot images: set parameters like
rootfs device, boot address and page size based on KERNEL_DEVICETREE.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Changes,
9ab492e76768 arm64: defconfig: Enable QCOM audio as modules
67cf276de670 misc: fastrpc: restrict user apps from sending kernel RPC messages
b8ff783ddc4f misc: fastrpc: fix incorrect usage of dma_map_sgtable
fb0392de9ea6 arm64: dts: qcom: qrb5165-rb5: switch into using GPIO for SPI0 CS
00431b42fbd7 arm64: dts: qcom: sm8250: add pinctrl for SPI using GPIO as a CS
e207855faec3 spi-geni-qcom: fix spi_geni_transfer_one for SE case
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
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>
For the next RB5 release add 5.11 linux-linaro-qcomlt recipe using
special release branch.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Basing on the kernel from kernel-devicetree.bbclass support several
devicetree files per machine. The first one from ${KERNEL_DEVICETREE} is
used for 'default' boot images.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Bump SRCREV to use new firmware names on RB5 board (use squashed .mbn
files instead of .mdt files).
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
WiFi on RB5 requires all 32 MSI vectors, so don't let PCIe port steal
some of them from us. Pass 'pcie_pme=nomsi' to the kernel on RB5.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>