Patrick Williams | ec2047c | 2015-09-29 14:24:02 -0500 | [diff] [blame] | 1 | OBMC_MACHINE_FEATURES += "\ |
| 2 | obmc-phosphor-fan-mgmt \ |
| 3 | obmc-phosphor-chassis-mgmt \ |
| 4 | obmc-phosphor-sensor-mgmt \ |
| 5 | obmc-phosphor-flash-mgmt \ |
| 6 | " |
| 7 | |
| 8 | VIRTUAL-RUNTIME_obmc-phosphor-fan-ctl = " \ |
| 9 | obmc-phosphor-example-sdbus \ |
| 10 | " |
| 11 | VIRTUAL-RUNTIME_obmc-phosphor-sensor-ctl = " \ |
| 12 | obmc-phosphor-example-sdbus \ |
| 13 | " |
| 14 | VIRTUAL-RUNTIME_obmc-phosphor-chassis-ctl = " \ |
| 15 | obmc-phosphor-example-pydbus \ |
| 16 | " |
| 17 | VIRTUAL-RUNTIME_obmc-phosphor-flash-ctl = " \ |
| 18 | obmc-phosphor-example-pydbus \ |
| 19 | " |
| 20 | |
Brad Bishop | 2a26e7f | 2015-10-06 01:53:40 -0400 | [diff] [blame] | 21 | KMACHINE = "aspeed" |
| 22 | KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb" |
Patrick Williams | ec2047c | 2015-09-29 14:24:02 -0500 | [diff] [blame] | 23 | |
| 24 | require conf/machine/include/ast2400.inc |
| 25 | require conf/machine/include/obmc-bsp-common.inc |
Brad Bishop | 1fcc613 | 2015-10-08 15:20:57 -0400 | [diff] [blame] | 26 | |
| 27 | UBOOT_MACHINE_palmetto = "palmetto_config" |
| 28 | UBOOT_ENTRYPOINT = "0x40008000" |
| 29 | UBOOT_LOADADDRESS = "0x40008000" |
| 30 | |
| 31 | FLASH_SIZE = "32768" |