blob: 64a566f7888136ee1b754e31399a4a0aad6f1c89 [file] [log] [blame]
Brad Bishopc7d1cd92020-09-09 09:57:07 -04001KMACHINE = "aspeed"
Joel Stanley77b96cd2023-08-11 14:49:00 +09302KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-amd-${MACHINE}.dtb"
Brad Bishopc7d1cd92020-09-09 09:57:07 -04003
Konstantin Aladyshev683d5942022-11-09 13:06:40 +03004UBOOT_DEVICETREE = "ast2500-evb"
5UBOOT_MACHINE = "evb-ast2500_defconfig"
Brad Bishopc7d1cd92020-09-09 09:57:07 -04006
7require conf/machine/include/ast2500.inc
8require conf/machine/include/obmc-bsp-common.inc
Jayanth Othayoth477f5b92023-12-19 23:28:59 -06009require conf/machine/include/amd-withhost.inc
Brad Bishopc7d1cd92020-09-09 09:57:07 -040010
11SERIAL_CONSOLES = "115200;ttyS4"
12
13FLASH_SIZE = "32768"
14
Brad Bishopc7d1cd92020-09-09 09:57:07 -040015PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "ethanolx-led-manager-config-native"