diff options
author | Dave Cobbley <david.j.cobbley@linux.intel.com> | 2018-08-22 21:40:54 -0400 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-08-23 12:39:42 -0400 |
commit | 194ff4f1f5d44b12e9cb06ddafa6adb20174a13c (patch) | |
tree | 823835cd29daf8901a31ac14c7e6534abf199be3 /meta-portwell/meta-neptune/conf/machine | |
parent | 4feb727cd6b77a68bdaca63e121b378d814f5eaf (diff) | |
download | blackbird-openbmc-194ff4f1f5d44b12e9cb06ddafa6adb20174a13c.tar.gz blackbird-openbmc-194ff4f1f5d44b12e9cb06ddafa6adb20174a13c.zip |
[Subtree] Bring openbmc machines to top level
The new subtree model brings the subtrees up from the openbmc-machines
layer.
Change-Id: I58a03ae1be374bc79ae1438e65e888375d12d0c0
Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-portwell/meta-neptune/conf/machine')
-rw-r--r-- | meta-portwell/meta-neptune/conf/machine/neptune.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-portwell/meta-neptune/conf/machine/neptune.conf b/meta-portwell/meta-neptune/conf/machine/neptune.conf new file mode 100644 index 000000000..007495a61 --- /dev/null +++ b/meta-portwell/meta-neptune/conf/machine/neptune.conf @@ -0,0 +1,21 @@ +KMACHINE = "aspeed" +KERNEL_DEVICETREE = "${KMACHINE}-bmc-portwell-${MACHINE}.dtb" + +UBOOT_MACHINE = "ast_g5_ncsi_config" + +require conf/machine/include/ast2500.inc +require conf/machine/include/obmc-bsp-common.inc + +OBMC_MACHINE_FEATURES += "\ + obmc-phosphor-fan-mgmt \ + obmc-phosphor-chassis-mgmt \ + obmc-phosphor-flash-mgmt \ + obmc-host-ipmi \ + obmc-host-ctl \ + obmc-host-state-mgmt \ + obmc-chassis-state-mgmt \ + obmc-bmc-state-mgmt \ + " +FLASH_SIZE = "32768" +VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config" + |