blob: d651a84b66d6dd24916361bce944b62686212e1c [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
Brad Bishop67236672019-08-15 22:18:25 -040016MACHINE_EXTRA_RRECOMMENDS += "udev-aspeed-vuart"
17
Brad Bishop85d614a2019-04-25 14:23:17 -040018MACHINEOVERRIDES =. "aspeed:"
Brad Bishopb539e872019-08-08 15:32:29 -040019
20SERIAL_CONSOLES ?= "115200;ttyS4"
Brad Bishop8f804912019-08-08 15:28:01 -040021
Brad Bishop456a2822019-08-15 22:07:12 -040022DEFAULTTUNE_aspeed-g5 ?= "arm1176jzs"
Brad Bishop8f804912019-08-08 15:28:01 -040023DEFAULTTUNE_aspeed-g6 ?= "armv7a-vfpv4d16"
Brad Bishop456a2822019-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"
30UBOOT_LOADADDRESS_aspeed-65 ?= "0x80001000"