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 Bishop511b7cc2018-02-08 14:58:03 -05005require conf/machine/include/aspeed.inc
Brad Bishop940e0972015-09-25 14:32:24 -04006
Joel Stanleya244dcd2016-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 Williams302aa842016-09-16 15:56:56 -050011MACHINE_EXTRA_RDEPENDS += "udev-aspeed-vuart"
12
Josh King3d4470f2016-09-30 14:40:14 -050013SERIAL_CONSOLES = "115200;ttyS4"
14
Xo Wang4bc9ca82018-01-17 12:28:11 -080015SOC_FAMILY = "aspeed-g4"
16include conf/machine/include/soc-family.inc
Patrick Venture51af9742017-06-29 12:22:12 -070017MACHINEOVERRIDES .= ":ast2400"
18
Brad Bishop940e0972015-09-25 14:32:24 -040019require conf/machine/include/tune-arm926ejs.inc