summaryrefslogtreecommitdiff
path: root/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/conf/machine/palmetto.conf
AgeCommit message (Collapse)AuthorFilesLines
2018-08-23[Subtree] Bring openbmc machines to top levelDave Cobbley1-20/+0
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>
2018-03-13Remove obmc-openpower-* machine featuresBrad Bishop1-6/+0
The openpower layer supports a usage pattern of building non openpower systems with the openpower layer included in the layer configuration (introduced with 008b81bb). As a part of 008b81bb a number of distro and machine features were added. As with MRW and UBI before it, these features are distro policy and not machine features. As such remove the machine features. Additionally converge the three feature variants down to a single openpower feature since there aren't any in-tree systems that don't enable all three. Add a distro override and fix up combined feature checks to use this override instead for improved readability. Add a new distro configuration that enables these features and point all Openpower sample local.conf files to this new distro config. Tested: Built and validated Witherspoon, Palmetto images Change-Id: Ifa3df61fbe1803f00c38956c265604ba91d7d127 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-03-13openpower: Fix _appends with missing spaceBrad Bishop1-1/+1
These _appends can potentially crowd their neighboring entries. Change-Id: I1dae77f9a17744110175916935c01773708652b0 Tested: Built a witherspoon image Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-01-10Organize OpenPOWER BMC support as featuresXo Wang1-0/+6
Add OBMC_MACHINE_FEATURES for OpenPOWER support under openpower.inc. Select OpenPOWER features in the POWER machines' DISTRO_FEATURES so that the features are built. The features are: obmc-openpower for required base support obmc-openpower-extra for non-essential tools obmc-openpower-legacy for deprecated packages like org.openbmc and skeleton packages Part of openbmc/openbmc#2652. Change-Id: Ib9f44a0c2e243eebb6594de6554cdc3fa0d076af Signed-off-by: Xo Wang <xow@google.com>
2017-08-01meta-openpower: Define i2c-occ featureLei YU1-0/+1
OpenPOWER P8 systems uses i2c to access occ. Define i2c-occ OBMC_MACHINE_FEATURES and append EXTRA_OECONF in openpower-occ-control.bb so that it compiles with I2C OCC support. Enabled this feature on Palmetto first. Change-Id: I1c07d28494fc5e87e86a3be1bfcfd955770e14e7 Signed-off-by: Lei YU <mine260309@gmail.com>
2017-03-03Update LED Manager recipe to support Palmetto machineVishwanatha Subbanna1-0/+1
This has the changes that enables LED group manager on Palmetto Change-Id: Iaf4d4cc4c798c70e557009e9928225facb1d7d86 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
2017-02-02ipmi: Remove virtual/phosphor-ipmi-fru-configBrad Bishop1-1/+1
Replace this virtual with two others: -virtual/phosphor-ipmi-fru-hostfw-config -virtual/phosphor-ipmi-fru-inventory. Update ipmi-fru-parser machine recipes to provide virtual/phosphor-ipmi-fru-inventory rather than virtual/phosphor-ipmi-fru-config. Remove machine recipes on machines that use MRW since a single MRW recipe provides for any MRW using system automatically. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com? Change-Id: Ia0d94b938eb2c7bfadd5a018ae5ea136f14dd874
2017-01-25Phosphor IPMI FRU config stubs for most systemsBrad Bishop1-0/+1
Add native recipe stubs that (will) provide the the IPMI -> DBus inventory mapping for the Phosphor IPMI FRU provider. Change-Id: I21e76bc23ef1638ddcc318a179808521dea7f205 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2016-09-21Fixup inventory generation dependenciesMatt Spinler1-0/+2
Resolves openbmc/openbmc#567. Change-Id: I68e8e726f839038a6a256ff18a88d936ab0af3e4 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
2016-09-09Specify which MRW XML to use for Palmetto.Matt Spinler1-0/+3
Set the machine readable workbook URI and REV variables so the mrw-native recipe can retrieve the XML. Change-Id: I1f63365917f818b31c00997edb312f700b935af3 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
2016-07-27Move to u-boot v2016.07-aspeed-openbmc branchJoel Stanley1-1/+1
This moves all machines to a new u-boot branch. The u-boot branch is based on this month's upstream v2016.07 release, and contains cleanups that get us closer to submitting upstream. Importantly for the machine configurations, we now have four new defconfigs that replace the previous targets: - ast_g4_ncsi_defconfig: ast2400 with NCSI networking - ast_g4_phy_defconfig: ast2400 with directly attached PHY networking - ast_g5_ncsi_defconfig: ast2500 with NCSI networking - ast_g5_phy_defconfig: ast2500 with directly attached PHY networking We now support Firestone again with the ast_g4_phy_defconfig. This commit updates all machines to the new branch and defconfig. It also removes unused patches that were being made to u-boot, in the case of barreleye (a patch to aspeednic.c) and palmetto (a modification to the u-boot environment). Change-Id: Ic4baf9ae0d5f4046e69cab99d54865771b01cd2a Signed-off-by: Joel Stanley <joel@jms.id.au>
2016-06-24u-boot: Upgrade AST2400 machines to 2016.05 tree.Patrick Williams1-1/+1
Move 2016.05 tree to point at the latest openbmc commit and point all AST2400 machines to it. Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2015-11-23Switch back to using in-tree Palmetto device treeBrad Bishop1-1/+1
2015-11-02Use out of (kernel) tree device tree (Palmetto)Brad Bishop1-1/+1
2015-11-01Use OEM parser on all OpenPOWER systemsBrad Bishop1-3/+0
This was only being picked up on Palmetto.
2015-10-29Added liboemhandler.so to the official buildChris Austen1-0/+3
Moved ipmi up to the latest level to allow the ipmid-api.h to be exported in the package fixed bb files to ensure RECCOMNDS do not get overwritten
2015-10-20Move host-ipmi-bt from palmetto to common includeBrad Bishop1-2/+0
This is the default host-ipmi-hw for all openpower systems.
2015-10-20Merge pull request #21 from bradbishop/masterPatrick Williams1-0/+2
Add IPMI to build
2015-10-19Move palmetto configuration to openpower layerBrad Bishop1-20/+1
Added openpower.inc for any openpower system. Added ibm.cin for IBM openpower systems.
2015-10-19Make host-ipmid pull in host IPMI to hw packageBrad Bishop1-0/+2
Set preferred providers for palmetto and qemuarm targets.
2015-10-08Add u-boot for PalmettoBrad Bishop1-1/+6
Ported from http://github.com/facebook/openbmc.
2015-10-06Move Palmetto specific metadata to Palmetto layerBrad Bishop1-0/+2
2015-09-29Add 'meta-openbmc-machines/meta-openpower/' from commit ↵Patrick Williams1-0/+24
'0e8aea6232bcd647108e199707c0a687c3d90076' git-subtree-dir: meta-openbmc-machines/meta-openpower git-subtree-mainline: 9a919a109aff8005ec8f181d6ab3961ca7f5b374 git-subtree-split: 0e8aea6232bcd647108e199707c0a687c3d90076