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 | 85d614a | 2019-04-25 14:23:17 -0400 | [diff] [blame] | 5 | SOC_FAMILY = "aspeed-g5" |
| 6 | include conf/machine/include/soc-family.inc |
Brad Bishop | 873e373 | 2018-02-08 14:58:03 -0500 | [diff] [blame] | 7 | require conf/machine/include/aspeed.inc |
Brad Bishop | f753668 | 2016-06-04 00:55:57 -0400 | [diff] [blame] | 8 | |
Brad Bishop | 85d614a | 2019-04-25 14:23:17 -0400 | [diff] [blame] | 9 | DEFAULTTUNE ?= "arm1176jzs" |
| 10 | require conf/machine/include/tune-arm1176jz-s.inc |
| 11 | |
Joel Stanley | 88b307c | 2016-07-27 18:33:40 +0930 | [diff] [blame] | 12 | UBOOT_MACHINE ?= "ast_g5_ncsi_config" |
Brad Bishop | f753668 | 2016-06-04 00:55:57 -0400 | [diff] [blame] | 13 | UBOOT_ENTRYPOINT ?= "0x80001000" |
| 14 | UBOOT_LOADADDRESS ?= "0x80001000" |
| 15 | |
Patrick Williams | 90e2dff | 2016-09-16 15:56:56 -0500 | [diff] [blame] | 16 | MACHINE_EXTRA_RDEPENDS += "udev-aspeed-vuart" |
| 17 | |
Josh King | 1640f98 | 2016-09-30 14:40:14 -0500 | [diff] [blame] | 18 | SERIAL_CONSOLES = "115200;ttyS4" |