mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
raspberrypi*: Define ARMSTUB for all machines
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
parent
220c3bf096
commit
ca13d79422
|
@ -4,3 +4,5 @@
|
||||||
|
|
||||||
MACHINEOVERRIDES = "raspberrypi:${MACHINE}"
|
MACHINEOVERRIDES = "raspberrypi:${MACHINE}"
|
||||||
include conf/machine/raspberrypi.conf
|
include conf/machine/raspberrypi.conf
|
||||||
|
|
||||||
|
ARMSTUB ?= "armstub.bin"
|
||||||
|
|
|
@ -10,3 +10,5 @@ KBUILD_DEFCONFIG ?= "bcm2709_defconfig"
|
||||||
SDIMG_KERNELIMAGE ?= "kernel7.img"
|
SDIMG_KERNELIMAGE ?= "kernel7.img"
|
||||||
UBOOT_MACHINE = "rpi_3_32b_config"
|
UBOOT_MACHINE = "rpi_3_32b_config"
|
||||||
SERIAL_CONSOLES ?= "115200;ttyAMA0"
|
SERIAL_CONSOLES ?= "115200;ttyAMA0"
|
||||||
|
|
||||||
|
ARMSTUB ?= "armstub.bin"
|
||||||
|
|
|
@ -10,3 +10,5 @@ include conf/machine/include/rpi-base.inc
|
||||||
SERIAL_CONSOLES ?= "115200;ttyAMA0"
|
SERIAL_CONSOLES ?= "115200;ttyAMA0"
|
||||||
|
|
||||||
UBOOT_MACHINE = "rpi_config"
|
UBOOT_MACHINE = "rpi_config"
|
||||||
|
|
||||||
|
ARMSTUB ?= "armstub.bin"
|
||||||
|
|
|
@ -14,3 +14,5 @@ MACHINE_EXTRA_RRECOMMENDS += "\
|
||||||
SDIMG_KERNELIMAGE ?= "kernel.img"
|
SDIMG_KERNELIMAGE ?= "kernel.img"
|
||||||
UBOOT_MACHINE ?= "rpi_0_w_defconfig"
|
UBOOT_MACHINE ?= "rpi_0_w_defconfig"
|
||||||
SERIAL_CONSOLES ?= "115200;ttyS0"
|
SERIAL_CONSOLES ?= "115200;ttyS0"
|
||||||
|
|
||||||
|
ARMSTUB ?= "armstub.bin"
|
||||||
|
|
|
@ -10,3 +10,5 @@ include conf/machine/include/rpi-base.inc
|
||||||
SERIAL_CONSOLES ?= "115200;ttyAMA0"
|
SERIAL_CONSOLES ?= "115200;ttyAMA0"
|
||||||
|
|
||||||
UBOOT_MACHINE = "rpi_2_config"
|
UBOOT_MACHINE = "rpi_2_config"
|
||||||
|
|
||||||
|
ARMSTUB ?= "armstub7.bin"
|
||||||
|
|
|
@ -31,3 +31,5 @@ KERNEL_IMAGETYPE_UBOOT ?= "Image"
|
||||||
# "zImage" not supported on arm64 and ".gz" images not supported by bootloader yet
|
# "zImage" not supported on arm64 and ".gz" images not supported by bootloader yet
|
||||||
KERNEL_IMAGETYPE_DIRECT ?= "Image"
|
KERNEL_IMAGETYPE_DIRECT ?= "Image"
|
||||||
KERNEL_BOOTCMD ?= "booti"
|
KERNEL_BOOTCMD ?= "booti"
|
||||||
|
|
||||||
|
ARMSTUB ?= "armstub8.bin"
|
||||||
|
|
|
@ -16,3 +16,5 @@ MACHINE_EXTRA_RRECOMMENDS += "\
|
||||||
SDIMG_KERNELIMAGE ?= "kernel7.img"
|
SDIMG_KERNELIMAGE ?= "kernel7.img"
|
||||||
UBOOT_MACHINE = "rpi_3_32b_config"
|
UBOOT_MACHINE = "rpi_3_32b_config"
|
||||||
SERIAL_CONSOLES ?= "115200;ttyS0"
|
SERIAL_CONSOLES ?= "115200;ttyS0"
|
||||||
|
|
||||||
|
ARMSTUB ?= "armstub7.bin"
|
||||||
|
|
|
@ -32,3 +32,5 @@ KERNEL_IMAGETYPE_DIRECT ?= "Image"
|
||||||
KERNEL_BOOTCMD ?= "booti"
|
KERNEL_BOOTCMD ?= "booti"
|
||||||
|
|
||||||
RPI_EXTRA_CONFIG ?= "\n# Force arm in 64bit mode. See: https://github.com/raspberrypi/firmware/issues/1193.\narm_64bit=1"
|
RPI_EXTRA_CONFIG ?= "\n# Force arm in 64bit mode. See: https://github.com/raspberrypi/firmware/issues/1193.\narm_64bit=1"
|
||||||
|
|
||||||
|
ARMSTUB ?= "armstub8-gic.bin"
|
||||||
|
|
|
@ -18,3 +18,4 @@ SERIAL_CONSOLES ?= "115200;ttyS0"
|
||||||
|
|
||||||
MACHINE_FEATURES_append = " vc4graphics"
|
MACHINE_FEATURES_append = " vc4graphics"
|
||||||
VC4DTBO ?= "vc4-fkms-v3d"
|
VC4DTBO ?= "vc4-fkms-v3d"
|
||||||
|
ARMSTUB ?= "armstub7.bin"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user