blob: 547a3c075dcc4ba01032fd022d40b07a497c2f63 [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 Bishopd942b7a2019-04-25 14:23:17 -04005SOC_FAMILY = "aspeed-g4"
6include conf/machine/include/soc-family.inc
Brad Bishop511b7cc2018-02-08 14:58:03 -05007require conf/machine/include/aspeed.inc
Brad Bishopd942b7a2019-04-25 14:23:17 -04008require conf/machine/include/tune-arm926ejs.inc
Brad Bishop940e0972015-09-25 14:32:24 -04009
Joel Stanleya244dcd2016-07-27 18:33:40 +093010UBOOT_MACHINE ?= "ast_g4_ncsi_config"
Brad Bishop940e0972015-09-25 14:32:24 -040011UBOOT_ENTRYPOINT ?= "0x40001000"
12UBOOT_LOADADDRESS ?= "0x40001000"
13
Patrick Williams302aa842016-09-16 15:56:56 -050014MACHINE_EXTRA_RDEPENDS += "udev-aspeed-vuart"