blob: 0efdda004ca9434f13cbaa9e9a67a4f7c1579233 [file] [log] [blame]
Brad Bishop0e8aea62015-09-25 14:31:27 -04001OBMC_MACHINE_FEATURES += "\
2 obmc-phosphor-fan-mgmt \
3 obmc-phosphor-chassis-mgmt \
4 obmc-phosphor-sensor-mgmt \
5 obmc-phosphor-flash-mgmt \
6 "
7
8VIRTUAL-RUNTIME_obmc-phosphor-fan-ctl = " \
9 obmc-phosphor-example-sdbus \
10 "
11VIRTUAL-RUNTIME_obmc-phosphor-sensor-ctl = " \
12 obmc-phosphor-example-sdbus \
13 "
14VIRTUAL-RUNTIME_obmc-phosphor-chassis-ctl = " \
15 obmc-phosphor-example-pydbus \
16 "
17VIRTUAL-RUNTIME_obmc-phosphor-flash-ctl = " \
18 obmc-phosphor-example-pydbus \
19 "
20
Brad Bishopba3e23b2015-10-06 01:53:40 -040021KMACHINE = "aspeed"
22KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb"
Brad Bishop0e8aea62015-09-25 14:31:27 -040023
24require conf/machine/include/ast2400.inc
25require conf/machine/include/obmc-bsp-common.inc
Brad Bishop8dc38bd2015-10-08 15:20:57 -040026
27UBOOT_MACHINE_palmetto = "palmetto_config"
28UBOOT_ENTRYPOINT = "0x40008000"
29UBOOT_LOADADDRESS = "0x40008000"
30
31FLASH_SIZE = "32768"