blob: adb2238ddeaab6b8511b100dbbd78eb0f38d0625 [file] [log] [blame]
Brad Bishop3a5fbf52017-12-04 02:17:07 -05001#@TYPE: Machine
2#@NAME: RaspberryPi Zero WiFi Development Board
3#@DESCRIPTION: Machine configuration for the RaspberryPi Zero WiFi board (https://www.raspberrypi.org/blog/raspberry-pi-zero-w-joins-family/)
4
5DEFAULTTUNE ?= "arm1176jzfshf"
6require conf/machine/include/tune-arm1176jzf-s.inc
7include conf/machine/include/rpi-base.inc
8
9MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430"
10
11SDIMG_KERNELIMAGE ?= "kernel.img"
12KERNEL_DEFCONFIG ?= "bcmrpi_defconfig"
13UBOOT_MACHINE ?= "rpi_config"
14SERIAL_CONSOLE ?= "115200 ttyS0"
15VC4_CMA_SIZE ?= "cma-128"