blob: c3c5f18c2ad14ba124db143f4ee3fee3947a8470 [file] [log] [blame]
Brad Bishop326ccfe2018-03-24 01:42:56 -04001PREFERRED_PROVIDER_virtual/kernel ?= "linux-aspeed"
Brad Bishop485c4c02018-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 Bishop873e3732018-02-08 14:58:03 -05005
Brad Bishop2f128062019-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 Bishop7639df32019-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
Adriana Kobylakb8a64722020-03-28 12:29:31 -050016WKS_FILE ?= "emmc-aspeed.wks.in"
17WKS_FILE_DEPENDS ?= "virtual/kernel"
18WKS_HOSTFW_SIZE ?= "5G"
19IMAGE_BOOT_FILES ?= "fitImage-${INITRAMFS_IMAGE}-${MACHINE}-${MACHINE};fitImage"
20
Joel Stanley1a7cc472019-10-14 12:05:19 +103021MACHINE_EXTRA_RRECOMMENDS += "udev-aspeed-vuart udev-aspeed-mtd-partitions"
Brad Bishop67236672019-08-15 22:18:25 -040022
Brad Bishop85d614a2019-04-25 14:23:17 -040023MACHINEOVERRIDES =. "aspeed:"
Brad Bishopb539e872019-08-08 15:32:29 -040024
25SERIAL_CONSOLES ?= "115200;ttyS4"
Brad Bishop8f804912019-08-08 15:28:01 -040026
Brad Bishop456a2822019-08-15 22:07:12 -040027DEFAULTTUNE_aspeed-g5 ?= "arm1176jzs"
Vernon Mauery53e32252019-10-17 11:22:20 -070028DEFAULTTUNE_aspeed-g6 ?= "armv7ahf-vfpv4d16"
Brad Bishop456a2822019-08-15 22:07:12 -040029
30UBOOT_ENTRYPOINT_aspeed-g4 ?= "0x40001000"
31UBOOT_ENTRYPOINT_aspeed-g5 ?= "0x80001000"
32UBOOT_ENTRYPOINT_aspeed-g6 ?= "0x80001000"
33UBOOT_LOADADDRESS_aspeed-g4 ?= "0x40001000"
34UBOOT_LOADADDRESS_aspeed-g5 ?= "0x80001000"
Vernon Mauery12cd1d22019-09-10 12:10:58 -070035UBOOT_LOADADDRESS_aspeed-g6 ?= "0x80001000"