blob: d34b7b0060dc60944dbac6c92c63b8a9136a3b94 [file] [log] [blame]
Brad Bishop3d7ad812015-10-06 01:53:40 -04001KMACHINE = "aspeed"
Brad Bishop40bc0b92015-11-19 23:28:21 -05002KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb"
Brad Bishop0e8aea62015-09-25 14:31:27 -04003
4require conf/machine/include/ast2400.inc
5require conf/machine/include/obmc-bsp-common.inc
Brad Bishop1aaa08f2019-02-04 16:25:54 -05006require conf/machine/include/openpower.inc
Lei YU80caf062017-07-20 15:25:28 +08007require conf/machine/include/p8.inc
Brad Bishop4f522052015-10-08 15:20:57 -04008
Joel Stanley1985be62022-01-17 21:04:22 +10309PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed"
10PREFERRED_PROVIDER_u-boot = "u-boot-aspeed"
11PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fw-utils-aspeed"
12
Adriana Kobylakb96c7502021-08-06 16:25:30 +000013UBOOT_MACHINE:palmetto = "ast_g4_ncsi_config"
Brad Bishop4f522052015-10-08 15:20:57 -040014UBOOT_ENTRYPOINT = "0x40008000"
15UBOOT_LOADADDRESS = "0x40008000"
16
17FLASH_SIZE = "32768"
Matt Spinler1042e932016-09-07 14:34:36 -050018
Patrick Venture644c2542018-11-08 08:44:55 -080019PHOSPHOR_MRW_LICENSE = "Apache-2.0"
20PHOSPHOR_MRW_LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
Patrick Williamsbb99d222022-01-24 15:55:09 -060021PHOSPHOR_MRW_URI = "git://github.com/open-power/palmetto-xml;branch=master;protocol=https"
Matt Spinler1042e932016-09-07 14:34:36 -050022PHOSPHOR_MRW_REV = "82818682f2c2009c30d700df6d5f8897a3096e4f"
Matt Spinler39314832016-09-13 16:20:01 -050023
Vishwanatha Subbanna7f07e7d2017-02-11 22:10:23 +053024PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "palmetto-led-manager-config-native"
Lei YU78e27db2019-04-26 16:49:59 +080025PREFERRED_PROVIDER_virtual/openpower-occ-control-config-native = "palmetto-occ-control-config-native"