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 | 084df1b | 2016-06-21 11:13:49 -0500 | [diff] [blame] | 6 | PREFERRED_VERSION_u-boot ?= "v2016.05+git%" |
| 7 | PREFERRED_VERSION_u-boot-fw-utils ?= "v2016.05+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 | |
| 13 | require conf/machine/include/tune-arm926ejs.inc |