Brad Bishop | 940e097 | 2015-09-25 14:32:24 -0400 | [diff] [blame] | 1 | #@TYPE: Machine |
| 2 | #@NAME: Aspeed AST2400 |
| 3 | #@DESCRIPTION: Common machine configuration for the Aspeed AST2400 Chip |
| 4 | |
| 5 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-obmc" |
Patrick Williams | e2e12d1 | 2016-08-05 15:02:40 -0500 | [diff] [blame] | 6 | PREFERRED_VERSION_u-boot ?= "v2016.07+git%" |
| 7 | PREFERRED_VERSION_u-boot-fw-utils ?= "v2016.07+git%" |
Brad Bishop | 940e097 | 2015-09-25 14:32:24 -0400 | [diff] [blame] | 8 | |
Joel Stanley | a244dcd | 2016-07-27 18:33:40 +0930 | [diff] [blame] | 9 | UBOOT_MACHINE ?= "ast_g4_ncsi_config" |
Brad Bishop | 940e097 | 2015-09-25 14:32:24 -0400 | [diff] [blame] | 10 | UBOOT_ENTRYPOINT ?= "0x40001000" |
| 11 | UBOOT_LOADADDRESS ?= "0x40001000" |
| 12 | |
Patrick Williams | 302aa84 | 2016-09-16 15:56:56 -0500 | [diff] [blame] | 13 | MACHINE_EXTRA_RDEPENDS += "udev-aspeed-vuart" |
| 14 | |
Brad Bishop | 940e097 | 2015-09-25 14:32:24 -0400 | [diff] [blame] | 15 | require conf/machine/include/tune-arm926ejs.inc |