blob: 05e465849ce5097ca30edeb3245e1da085654be0 [file] [log] [blame]
Brad Bishopac728462018-03-24 01:42:56 -04001PREFERRED_PROVIDER_virtual/kernel ?= "linux-aspeed"
Brad Bishop80990772018-03-24 01:03:18 -04002PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-aspeed"
3PREFERRED_PROVIDER_u-boot ?= "u-boot-aspeed"
4PREFERRED_PROVIDER_u-boot-fw-utils ?= "u-boot-fw-utils-aspeed"
Brad Bishop511b7cc2018-02-08 14:58:03 -05005
Brad Bishop04508dc2019-07-21 18:11:28 -04006PREFERRED_PROVIDER_virtual/bootloader_aspeed-g6 ?= "u-boot-aspeed-sdk"
7PREFERRED_PROVIDER_u-boot_aspeed-g6 ?= "u-boot-aspeed-sdk"
8PREFERRED_PROVIDER_u-boot-fw-utils_aspeed-g6 ?= "u-boot-fw-utils-aspeed-sdk"
9
Brad Bishop3432de12019-07-25 14:03:56 -040010# Build a FIT image and stuff core-image-minimal in it by default.
11KERNEL_IMAGETYPE ?= "fitImage"
12KERNEL_CLASSES ?= "kernel-fitimage"
13INITRAMFS_IMAGE ?= "aspeed-image-initramfs"
14INITRAMFS_FSTYPES ?= "cpio.xz"
15
Joel Stanleyb825f042019-10-14 12:05:19 +103016MACHINE_EXTRA_RRECOMMENDS += "udev-aspeed-vuart udev-aspeed-mtd-partitions"
Brad Bishop1e4fec72019-08-15 22:18:25 -040017
Brad Bishopd942b7a2019-04-25 14:23:17 -040018MACHINEOVERRIDES =. "aspeed:"
Brad Bishopcebd8192019-08-08 15:32:29 -040019
20SERIAL_CONSOLES ?= "115200;ttyS4"
Brad Bishop13292452019-08-08 15:28:01 -040021
Brad Bishopa7983732019-08-15 22:07:12 -040022DEFAULTTUNE_aspeed-g5 ?= "arm1176jzs"
Brad Bishop13292452019-08-08 15:28:01 -040023DEFAULTTUNE_aspeed-g6 ?= "armv7a-vfpv4d16"
Brad Bishopa7983732019-08-15 22:07:12 -040024
25UBOOT_ENTRYPOINT_aspeed-g4 ?= "0x40001000"
26UBOOT_ENTRYPOINT_aspeed-g5 ?= "0x80001000"
27UBOOT_ENTRYPOINT_aspeed-g6 ?= "0x80001000"
28UBOOT_LOADADDRESS_aspeed-g4 ?= "0x40001000"
29UBOOT_LOADADDRESS_aspeed-g5 ?= "0x80001000"
Vernon Maueryd84a52b2019-09-10 12:10:58 -070030UBOOT_LOADADDRESS_aspeed-g6 ?= "0x80001000"