bcm27xx-bcm2711: add RaspberryPi 4B

This commit is contained in:
David Bauer 2020-11-14 10:14:28 +01:00
parent a7885dc24b
commit ab6aad45e0
2 changed files with 4 additions and 0 deletions

3
targets/bcm27xx-bcm2711 Normal file
View File

@ -0,0 +1,3 @@
include 'bcm27xx.inc'
device('raspberry-pi-4-model-b', 'rpi-4')

View File

@ -22,5 +22,6 @@ $(eval $(call GluonTarget,x86,64))
ifneq ($(BROKEN),)
$(eval $(call GluonTarget,bcm27xx,bcm2710)) # BROKEN: Untested
$(eval $(call GluonTarget,bcm27xx,bcm2711)) # BROKEN: No WiFi support
$(eval $(call GluonTarget,mvebu,cortexa9)) # BROKEN: No 11s support
endif