summaryrefslogtreecommitdiff
path: root/meta-openbmc-machines/meta-openpower/meta-inventec
AgeCommit message (Collapse)AuthorFilesLines
2018-08-23[Subtree] Bring openbmc machines to top levelDave Cobbley19-305/+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-08-23[Subtree] Move board support packages to top levelDave Cobbley1-2/+2
The new subtree paradigm has moved the meta-bsp layers to the top level Change-Id: Ic4f64c39465be699bed3649e125e027d17daf938 Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-23[Subtree] Removing import-layers directoryDave Cobbley1-8/+8
As part of the move to subtrees, need to bring all the import layers content to the top level. Change-Id: I4a163d10898cbc6e11c27f776f60e1a470049d8f Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-21remove use of meta-virtualizationBrad Bishop1-2/+0
Remove meta-virtualization from any bblayer.conf.samples. It was originally added for the python-pyyaml and python-gevent recipes but better maintained versions of these recipes are provided by meta-python. Before this can be done the python-gevent bbappend in the phosphor layer must be removed. The version scope was wildcarded to any version but the patches don't apply to python-gevent_1.2.2, which becomes the default from meta-python when meta-virt is removed. Drop the bbappend. Change-Id: I6658a163460e3c8e63dc7371ffff803a7b6915b5 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-07-25meta-lanyang: add LED recipeBrian Yang2-0/+49
Update LED Manager recipe to support Lanyang machine Tested: Built the LED recipe then checked the LED behavior on Lanyang Change-Id: Ic6be977815897007e09ebc685f1e714be02c36c9 Signed-off-by: Brian Yang <yang.brianc.w@inventec.com>
2018-07-16meta-lanyang: add AVSBus script, servicesBrian Yang6-1/+159
Add AVSBus control script. Add systemd services to enable AVSBus after power on and disable AVSBus at power off. Add bitbake recipe to install script and services. Remove p9-vcs-workaround in the lanyang.conf and p9-host-start.bbappend because there is no UCD on lanyang platform. Change-Id: I3508776ff2b3ef5378af840f096d1cc4420f5062 Tested: built image correctly then can boot to host. Signed-off-by: Brian Yang <yang.brianc.w@inventec.com>
2018-07-16meta-lanyang: add Lanyang config recipeBrian Yang1-0/+5
Change-Id: I4a85d84158ba8ff14b5de2452c353f865188486c Tested: Built lanyang image correctly uses the Lanyang.py's config. Signed-off-by: Brian Yang <yang.brianc.w@inventec.com>
2018-07-16meta-lanyang: Rename obmc-console recipeBrian Yang1-0/+0
The obmc-console.bb on meta-phosphor (openbmc/meta-phosphor/common/recipes-phosphor/console) has been renamed as obmc-console_git.bb so we rename obmc-console_%.bbappend to fit it. Please refer below link: https://github.com/openbmc/openbmc/commit/586e2261981bd999e31875b870569d6cfac86f58 Change-Id: Ic199f46e8a010378ec52de82201aef9b3617bdbd Tested: Built the obmc-console recipe Signed-off-by: Brian Yang <yang.brianc.w@inventec.com>
2018-06-26meta-phosphor: Add Mailbox DaemonBrian Yang2-0/+2
Change-Id: Ie65c83cfde93ae47c0dd1f9ffcfc37ce9566f18e Tested: Built image and mboxd then ran on lanyang motherboard, checked the mailbox daemon on BMC, used instruction "ps -l" to check mailbox process status, the result like "mboxd --flash 64M --window-size 1M" Signed-off-by: Brian Yang <yang.brianc.w@inventec.com>
2018-06-15machines: Drop ast2400/ast2500 layersBrad Bishop1-2/+0
The Aspeed layer now supports both chips and the SOC specific layers do not have any content. Drop the redundant layers. Change-Id: I48a813fe4c02b8fc8861c6dd58906ae559c64403 Tested: Built and verified witherspoon and palmetto images Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-06-04meta-lanyang: Mirror host console to UART1Brian Yang2-0/+5
Add obmc-console conf This enables obmc-console-server to relay the LPC-controlled VUART to another ttyS0/UART1 Change-Id: I3103a69b95689a84d00a44bc10d69af9c80dff03 Tested: Verified lanyang image build Signed-off-by: Brian Yang <yang.brianc.w@inventec.com>
2018-05-15Add meta-inventec and meta-lanyangBrian Yang7-0/+90
Initial a new platfom for Power 9 system Change-Id: Ia20d44037b46baffad78b7b7eb164064b564a982 Tested: Verified lanyang image build Signed-off-by: Brian Yang <yang.brianc.w@inventec.com>