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 | 511b7cc | 2018-02-08 14:58:03 -0500 | [diff] [blame] | 5 | require conf/machine/include/aspeed.inc |
Brad Bishop | 940e097 | 2015-09-25 14:32:24 -0400 | [diff] [blame] | 6 | |
Joel Stanley | a244dcd | 2016-07-27 18:33:40 +0930 | [diff] [blame] | 7 | UBOOT_MACHINE ?= "ast_g4_ncsi_config" |
Brad Bishop | 940e097 | 2015-09-25 14:32:24 -0400 | [diff] [blame] | 8 | UBOOT_ENTRYPOINT ?= "0x40001000" |
| 9 | UBOOT_LOADADDRESS ?= "0x40001000" |
| 10 | |
Patrick Williams | 302aa84 | 2016-09-16 15:56:56 -0500 | [diff] [blame] | 11 | MACHINE_EXTRA_RDEPENDS += "udev-aspeed-vuart" |
| 12 | |
Josh King | 3d4470f | 2016-09-30 14:40:14 -0500 | [diff] [blame] | 13 | SERIAL_CONSOLES = "115200;ttyS4" |
| 14 | |
Xo Wang | 4bc9ca8 | 2018-01-17 12:28:11 -0800 | [diff] [blame] | 15 | SOC_FAMILY = "aspeed-g4" |
| 16 | include conf/machine/include/soc-family.inc |
Patrick Venture | 51af974 | 2017-06-29 12:22:12 -0700 | [diff] [blame] | 17 | MACHINEOVERRIDES .= ":ast2400" |
| 18 | |
Brad Bishop | 940e097 | 2015-09-25 14:32:24 -0400 | [diff] [blame] | 19 | require conf/machine/include/tune-arm926ejs.inc |