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" |
Brad Bishop | e4dcf40 | 2016-06-03 23:53:25 -0400 | [diff] [blame] | 6 | PREFERRED_VERSION_linux-obmc ?= "4.4+git%" |
Patrick Williams | e40754f | 2016-06-21 11:13:49 -0500 | [diff] [blame] | 7 | PREFERRED_VERSION_u-boot ?= "v2016.05+git%" |
| 8 | PREFERRED_VERSION_u-boot-fw-utils ?= "v2016.05+git%" |
Brad Bishop | 940e097 | 2015-09-25 14:32:24 -0400 | [diff] [blame] | 9 | |
Patrick Williams | e40754f | 2016-06-21 11:13:49 -0500 | [diff] [blame] | 10 | UBOOT_MACHINE ?= "ast_g4_config" |
Brad Bishop | 940e097 | 2015-09-25 14:32:24 -0400 | [diff] [blame] | 11 | UBOOT_ENTRYPOINT ?= "0x40001000" |
| 12 | UBOOT_LOADADDRESS ?= "0x40001000" |
| 13 | |
| 14 | require conf/machine/include/tune-arm926ejs.inc |