blob: 22374752da182d033977978bbb379584265bda7a [file] [log] [blame]
Brad Bishop940e0972015-09-25 14:32:24 -04001#@TYPE: Machine
2#@NAME: Aspeed AST2400
3#@DESCRIPTION: Common machine configuration for the Aspeed AST2400 Chip
4
Brad Bishop873e3732018-02-08 14:58:03 -05005require conf/machine/include/aspeed.inc
Brad Bishop940e0972015-09-25 14:32:24 -04006
Joel Stanley88b307c2016-07-27 18:33:40 +09307UBOOT_MACHINE ?= "ast_g4_ncsi_config"
Brad Bishop940e0972015-09-25 14:32:24 -04008UBOOT_ENTRYPOINT ?= "0x40001000"
9UBOOT_LOADADDRESS ?= "0x40001000"
10
Patrick Williams90e2dff2016-09-16 15:56:56 -050011MACHINE_EXTRA_RDEPENDS += "udev-aspeed-vuart"
12
Josh King1640f982016-09-30 14:40:14 -050013SERIAL_CONSOLES = "115200;ttyS4"
14
Xo Wangb8108e82018-01-17 12:28:11 -080015SOC_FAMILY = "aspeed-g4"
16include conf/machine/include/soc-family.inc
Patrick Venturea4cc02e2017-06-29 12:22:12 -070017MACHINEOVERRIDES .= ":ast2400"
18
Brad Bishop940e0972015-09-25 14:32:24 -040019require conf/machine/include/tune-arm926ejs.inc