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 | |
Brad Bishop | 85d614a | 2019-04-25 14:23:17 -0400 | [diff] [blame] | 5 | SOC_FAMILY = "aspeed-g4" |
| 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 | 85d614a | 2019-04-25 14:23:17 -0400 | [diff] [blame] | 8 | require conf/machine/include/tune-arm926ejs.inc |
Brad Bishop | 940e097 | 2015-09-25 14:32:24 -0400 | [diff] [blame] | 9 | |
Joel Stanley | 88b307c | 2016-07-27 18:33:40 +0930 | [diff] [blame] | 10 | UBOOT_MACHINE ?= "ast_g4_ncsi_config" |
Brad Bishop | 940e097 | 2015-09-25 14:32:24 -0400 | [diff] [blame] | 11 | UBOOT_ENTRYPOINT ?= "0x40001000" |
| 12 | UBOOT_LOADADDRESS ?= "0x40001000" |
| 13 | |
Patrick Williams | 90e2dff | 2016-09-16 15:56:56 -0500 | [diff] [blame] | 14 | MACHINE_EXTRA_RDEPENDS += "udev-aspeed-vuart" |
| 15 | |
Josh King | 1640f98 | 2016-09-30 14:40:14 -0500 | [diff] [blame] | 16 | SERIAL_CONSOLES = "115200;ttyS4" |