blob: 49c6c23ef95f8d77dd0413b6f9a10fe496203aa1 [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
5PREFERRED_PROVIDER_virtual/kernel ?= "linux-obmc"
Patrick Williams7ea6a392016-08-05 15:02:40 -05006PREFERRED_VERSION_u-boot ?= "v2016.07+git%"
7PREFERRED_VERSION_u-boot-fw-utils ?= "v2016.07+git%"
Brad Bishop940e0972015-09-25 14:32:24 -04008
Joel Stanley88b307c2016-07-27 18:33:40 +09309UBOOT_MACHINE ?= "ast_g4_ncsi_config"
Brad Bishop940e0972015-09-25 14:32:24 -040010UBOOT_ENTRYPOINT ?= "0x40001000"
11UBOOT_LOADADDRESS ?= "0x40001000"
12
Patrick Williams90e2dff2016-09-16 15:56:56 -050013MACHINE_EXTRA_RDEPENDS += "udev-aspeed-vuart"
14
Josh King1640f982016-09-30 14:40:14 -050015SERIAL_CONSOLES = "115200;ttyS4"
16
Xo Wangb8108e82018-01-17 12:28:11 -080017SOC_FAMILY = "aspeed-g4"
18include conf/machine/include/soc-family.inc
Patrick Venturea4cc02e2017-06-29 12:22:12 -070019MACHINEOVERRIDES .= ":ast2400"
20
Brad Bishop940e0972015-09-25 14:32:24 -040021require conf/machine/include/tune-arm926ejs.inc