board/raspberrypi: add support for rpi3 b+

Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Martin Bark 2018-03-24 14:10:13 +00:00 committed by Thomas Petazzoni
parent 6a34050201
commit 012c400f9d
4 changed files with 5 additions and 3 deletions

View File

@ -2,6 +2,7 @@ image boot.vfat {
vfat { vfat {
files = { files = {
"bcm2710-rpi-3-b.dtb", "bcm2710-rpi-3-b.dtb",
"bcm2710-rpi-3-b-plus.dtb",
"bcm2710-rpi-cm3.dtb", "bcm2710-rpi-cm3.dtb",
"rpi-firmware/bootcode.bin", "rpi-firmware/bootcode.bin",
"rpi-firmware/cmdline.txt", "rpi-firmware/cmdline.txt",

View File

@ -30,7 +30,7 @@ For model 2 B:
$ make raspberrypi2_defconfig $ make raspberrypi2_defconfig
For model 3 B: For model 3 B and B+:
$ make raspberrypi3_defconfig $ make raspberrypi3_defconfig
@ -56,6 +56,7 @@ After building, you should obtain this tree:
+-- bcm2708-rpi-b-plus.dtb [1] +-- bcm2708-rpi-b-plus.dtb [1]
+-- bcm2709-rpi-2-b.dtb [1] +-- bcm2709-rpi-2-b.dtb [1]
+-- bcm2710-rpi-3-b.dtb [1] +-- bcm2710-rpi-3-b.dtb [1]
+-- bcm2710-rpi-3-b-plus.dtb [1]
+-- boot.vfat +-- boot.vfat
+-- rootfs.ext4 +-- rootfs.ext4
+-- rpi-firmware/ +-- rpi-firmware/

View File

@ -16,7 +16,7 @@ BR2_LINUX_KERNEL_DEFCONFIG="bcm2709"
# Build the DTB from the kernel sources # Build the DTB from the kernel sources
BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2710-rpi-3-b bcm2710-rpi-cm3" BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2710-rpi-3-b bcm2710-rpi-3-b-plus bcm2710-rpi-cm3"
BR2_PACKAGE_RPI_FIRMWARE=y BR2_PACKAGE_RPI_FIRMWARE=y

View File

@ -17,7 +17,7 @@ BR2_LINUX_KERNEL_DEFCONFIG="bcm2709"
# Build the DTB from the kernel sources # Build the DTB from the kernel sources
BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2710-rpi-3-b bcm2710-rpi-cm3" BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2710-rpi-3-b bcm2710-rpi-3-b-plus bcm2710-rpi-cm3"
# Build Qt5 WebEngine # Build Qt5 WebEngine
BR2_PACKAGE_LIBERATION=y BR2_PACKAGE_LIBERATION=y