summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-x86/meta-portwell/meta-neptune/conf/machine/neptune.conf
diff options
context:
space:
mode:
authorAmithash Prasad <amithash@fb.com>2018-03-07 17:58:17 -0800
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-03-28 19:16:14 +0000
commit0cc9463ab425b509883c5bf8646cb61c7b3c5798 (patch)
tree229fa1e0bacaaac7f2b78229d497ea809fb9adb1 /meta-openbmc-machines/meta-x86/meta-portwell/meta-neptune/conf/machine/neptune.conf
parent45b671d636caecfa9d642d96a02d2c9f9a5d75d4 (diff)
downloadtalos-openbmc-0cc9463ab425b509883c5bf8646cb61c7b3c5798.tar.gz
talos-openbmc-0cc9463ab425b509883c5bf8646cb61c7b3c5798.zip
Add Portwell Neptune machine
Initial introduction of Portwell Neptune family equipped with Aspeed 2500 BMC SoC. Tested: Build portwell neptune board and load on the target hardware. Ensure that BMC boots to console. Change-Id: I7a97162dfe3031904e27f2de2691e693079c9216 Signed-off-by: Amithash Prasad <amithash@fb.com>
Diffstat (limited to 'meta-openbmc-machines/meta-x86/meta-portwell/meta-neptune/conf/machine/neptune.conf')
-rw-r--r--meta-openbmc-machines/meta-x86/meta-portwell/meta-neptune/conf/machine/neptune.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-openbmc-machines/meta-x86/meta-portwell/meta-neptune/conf/machine/neptune.conf b/meta-openbmc-machines/meta-x86/meta-portwell/meta-neptune/conf/machine/neptune.conf
new file mode 100644
index 000000000..007495a61
--- /dev/null
+++ b/meta-openbmc-machines/meta-x86/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"
+
OpenPOWER on IntegriCloud