Brad Bishop | f753668 | 2016-06-04 00:55:57 -0400 | [diff] [blame] | 1 | #@TYPE: Machine |
| 2 | #@NAME: Aspeed AST2500 |
| 3 | #@DESCRIPTION: Common machine configuration for the Aspeed AST2500 Chip |
| 4 | |
Brad Bishop | 873e373 | 2018-02-08 14:58:03 -0500 | [diff] [blame] | 5 | require conf/machine/include/aspeed.inc |
Brad Bishop | f753668 | 2016-06-04 00:55:57 -0400 | [diff] [blame] | 6 | |
Joel Stanley | 88b307c | 2016-07-27 18:33:40 +0930 | [diff] [blame] | 7 | UBOOT_MACHINE ?= "ast_g5_ncsi_config" |
Brad Bishop | f753668 | 2016-06-04 00:55:57 -0400 | [diff] [blame] | 8 | UBOOT_ENTRYPOINT ?= "0x80001000" |
| 9 | UBOOT_LOADADDRESS ?= "0x80001000" |
| 10 | |
Patrick Williams | 90e2dff | 2016-09-16 15:56:56 -0500 | [diff] [blame] | 11 | MACHINE_EXTRA_RDEPENDS += "udev-aspeed-vuart" |
| 12 | |
Xo Wang | 7a98ab4 | 2018-01-17 12:32:19 -0800 | [diff] [blame] | 13 | DEFAULTTUNE ?= "arm1176jzs" |
Josh King | 1640f98 | 2016-09-30 14:40:14 -0500 | [diff] [blame] | 14 | |
| 15 | SERIAL_CONSOLES = "115200;ttyS4" |
| 16 | |
Xo Wang | b8108e8 | 2018-01-17 12:28:11 -0800 | [diff] [blame] | 17 | SOC_FAMILY = "aspeed-g5" |
| 18 | include conf/machine/include/soc-family.inc |
Patrick Venture | a4cc02e | 2017-06-29 12:22:12 -0700 | [diff] [blame] | 19 | MACHINEOVERRIDES .= ":ast2500" |
| 20 | |
Xo Wang | 7a98ab4 | 2018-01-17 12:32:19 -0800 | [diff] [blame] | 21 | require conf/machine/include/tune-arm1176jz-s.inc |