Brad Bishop | 286d45c | 2018-10-02 15:21:57 -0400 | [diff] [blame] | 1 | #@TYPE: Machine |
| 2 | #@NAME: minized-zynq7 |
| 3 | #@DESCRIPTION: Machine support for MiniZed. (http://www.minized.org/) |
| 4 | |
| 5 | require conf/machine/include/tune-zynq.inc |
| 6 | require conf/machine/include/machine-xilinx-default.inc |
Brad Bishop | 286d45c | 2018-10-02 15:21:57 -0400 | [diff] [blame] | 7 | |
| 8 | MACHINE_FEATURES = "ext2 vfat usbhost wifi bluetooth" |
| 9 | |
| 10 | # u-boot configuration |
| 11 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" |
| 12 | UBOOT_MACHINE = "zynq_minized_config" |
Brad Bishop | 286d45c | 2018-10-02 15:21:57 -0400 | [diff] [blame] | 13 | |
| 14 | EXTRA_IMAGEDEPENDS += " \ |
| 15 | u-boot-zynq-uenv \ |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 16 | virtual/bootloader \ |
Brad Bishop | 286d45c | 2018-10-02 15:21:57 -0400 | [diff] [blame] | 17 | " |
| 18 | |
Andrew Geissler | 84ad7c5 | 2020-06-27 00:00:16 -0500 | [diff] [blame] | 19 | SERIAL_CONSOLES ?= "115200;ttyPS0" |
Brad Bishop | 286d45c | 2018-10-02 15:21:57 -0400 | [diff] [blame] | 20 | |
| 21 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree" |
| 22 | |
| 23 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430" |
| 24 | |
| 25 | IMAGE_BOOT_FILES += " \ |
Brad Bishop | 286d45c | 2018-10-02 15:21:57 -0400 | [diff] [blame] | 26 | uEnv.txt \ |
| 27 | " |