summaryrefslogtreecommitdiffstats
path: root/templates/machines/raspberrypi4.jinja2
AgeCommit message (Collapse)AuthorFilesLines
2020-03-10Add u-boot extension to netboot imageJan-Simon Moeller1-1/+1
The template also needs a .u-boot extension on the initramfs-netboot-image file. Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I76c31b5123ea000091480eaceaea3de2eb02adee (cherry picked from commit 6913eca256411b7ff080c9cd9876a5751330df74) (cherry picked from commit da00a129eb17e3a625528dd33e19d1f4e5f4cba9)
2020-03-06Kernel Image for pi4 is uImageJan-Simon Moeller1-1/+1
Fix the kernel_image name as it is set to uImage. Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I78f37bbcb39c19191554a26b01cae9bfffc82bfd
2020-03-02SPEC-3004: Add support for raspberrypi4Corentin LABBE1-0/+23
This patch add the template for raspberrypi4. Like rpi3, the job need some custom parameters like console_device and extra_kernel_args. Unlike rpi3, we use directly extra_kernel_args as the device_type will permit to override it. Bug-AGL: SPEC-3004 Change-Id: Iac88f04e0954f77bc2e3a3daf0baf43aec3fa7c7 Signed-off-by: Corentin LABBE <clabbe@baylibre.com>