blob: 54a2ad60eadbdb97efcaa9e8f1e6b0d7d0d030a9 [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
Brad Bishop940e0972015-09-25 14:32:24 -040017require conf/machine/include/tune-arm926ejs.inc