From 7ef713c9c44a98965f1eac8afc4c706138aaa5ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Wed, 8 Feb 2017 00:38:21 +0100 Subject: brcm2708: bcm2710: add 64 bit support for Raspberry Pi 3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 64 bit support for Raspberry Pi 3 is experimental. However, bcm2709 subtarget should serve as a stable and compatible 32 bit support. Signed-off-by: Álvaro Fernández Rojas --- target/linux/brcm2708/image/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'target/linux/brcm2708/image/Makefile') diff --git a/target/linux/brcm2708/image/Makefile b/target/linux/brcm2708/image/Makefile index 440408b..dbe0145 100644 --- a/target/linux/brcm2708/image/Makefile +++ b/target/linux/brcm2708/image/Makefile @@ -34,7 +34,7 @@ define Build/boot-img mcopy -i $@.boot $(KDIR)/fixup_cd.dat :: mcopy -i $@.boot cmdline.txt :: mcopy -i $@.boot config.txt :: - mcopy -i $@.boot $(IMAGE_KERNEL) ::kernel.img + mcopy -i $@.boot $(IMAGE_KERNEL) ::$(KERNEL_IMG) $(foreach dts,$(shell echo $(DEVICE_DTS)),mcopy -i $@.boot $(DTS_DIR)/$(dts).dtb ::;) mmd -i $@.boot ::/overlays mcopy -i $@.boot $(DTS_DIR)/overlays/*.dtbo ::/overlays/ @@ -50,6 +50,7 @@ endef define Device/Default FILESYSTEMS := ext4 KERNEL := kernel-bin | kernel-img + KERNEL_IMG := kernel.img IMAGES := sdcard.img IMAGE/sdcard.img := boot-img | sdcard-img endef @@ -72,8 +73,9 @@ ifeq ($(SUBTARGET),bcm2709) endif define Device/rpi-3 - DEVICE_TITLE := Raspberry Pi 3 B/CM - DEVICE_DTS := bcm2710-rpi-3-b bcm2710-rpi-cm3 + KERNEL_IMG := kernel8.img + DEVICE_TITLE := Raspberry Pi 3B (64 bit) + DEVICE_DTS := broadcom/bcm2710-rpi-3-b DEVICE_PACKAGES := brcmfmac-firmware-43430-sdio kmod-brcmfmac wpad-mini endef ifeq ($(SUBTARGET),bcm2710) -- cgit v1.1