summaryrefslogtreecommitdiffstats
path: root/meta-quanta
Commit message (Collapse)AuthorAgeFilesLines
* Quanta: configure fru parserDuke Du2019-03-279-1/+158
| | | | | | | | | | | Update fru information of project gsj and test on gsj board pass. (From meta-quanta rev: 4726abcab724b6e8a5abb5dca1603857a294ea97) Change-Id: I3efbc10722f956c7375e1513bb71a39186c12cdd Signed-off-by: Duke Du <Duke.Du@quantatw.com> Signed-off-by: FranHsu <Fran.Hsu@quantatw.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-quanta: f0b: Update I2C hwmon paths for the 5.0 kernelPatrick Venture2019-03-2613-10/+10
| | | | | | | | | | | | In the 5.0 Linux kernel, an I2C device path segment changed: i2c@1e78a000 -> bus@1e78a000 (From meta-quanta rev: b57b3464ff116f009cc6771d7d2d87ae938bfa37) Tested: Verified paths visually, but not tested on hardware. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I9b2bf3480cc85d0cf9083c09ca8cd47b8d601f3e Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-quanta: q-71l: Update I2C hwmon paths for the 5.0 kernelPatrick Venture2019-03-268-2/+2
| | | | | | | | | | | | In the 5.0 Linux kernel, an I2C device path segment changed: i2c@1e78a000 -> bus@1e78a000 (From meta-quanta rev: 55e686fb453abeb4fa72e4e58e79faca35be7429) Tested: Verified paths visually, but not tested on hardware. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I7f0d2752cc2a28df8d8c8e1a63e40df6153b2db8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-gsj: Add USB-NIC systemd configuration for GSJ board.FranHsu2019-03-124-0/+72
| | | | | | | | | | | (From meta-quanta rev: 41ff54605a8df6e456e2035b410114545bc94284) Tested: Build Quanta GSJ board image and load on the EVB. Ensure that BMC boots to console, and the USB network interface is working. Fix typo. Change-Id: If93ae6fe2b0181d96630c802adc7e5e216b1de42 Signed-off-by: FranHsu <Fran.Hsu@quantatw.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* meta-gsj: Add kernel configuration for GSJ board.FranHsu2019-03-062-0/+50
| | | | | | | | | | | Tested: Build Quanta GSJ board and load on the EVB. Ensure that BMC boots to console. (From meta-quanta rev: 6e899862f90575f772dff209f8cd3da0cb4a85c2) Change-Id: I016b3992032ca72932260793870d3d1e6c710ff0 Signed-off-by: FranHsu <Fran.Hsu@quantatw.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* meta-quanta: q71l: drop ipmi-channel-configPatrick Venture2019-03-053-25/+0
| | | | | | | | | | | Drop the ipmi-channel-config as it's no longer used by phosphor-host-ipmid. (From meta-quanta rev: d92f64f7e750210582f9d0828ef82c2007d5ef89) Change-Id: I9fb8640386cbf9b5cd8f5213e9f63be221031faa Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* packagegroups: Remove obmc-mgr-systemAdriana Kobylak2019-03-052-9/+0
| | | | | | | | | | | | | | | | The system manager (obmc-mgr-system) which provided GPIO functionality is being deprecated and it's not in use anymore: * GPIOs have moved out of D-Bus (see openbmc/openbmc#3332). * Tools depending on its GPIO functions have been updated to call local functions instead. * The systemd service files have been updated to not depend on system manager. (From meta-quanta rev: 602f74d56aeabe7c30748576ad6085ed761498fe) Change-Id: I76e683ed246bc055c54754bfc9d819f50e708eb3 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* meta-quanta: q71l: drop spictrl scriptPatrick Venture2019-03-052-167/+0
| | | | | | | | | | | | | | | | Drop the spimaster python script. This script let one, via devmem accesses, change the SPI control to let the BMC access the BIOS flash chip. OpenBMC is aiming to drop python support, and this script was only a proof-of-concept. If required, a linux driver should be written to handle this. (From meta-quanta rev: fa279684ea0fa59cd106c6955c92d2f9f539c3a0) Change-Id: I74e4e62054b914013d230b834e882353eb70a67e Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* meta-quanta: Add meta-runbmc-nuvoton machineSamuel Jiang2019-02-1910-0/+164
| | | | | | | | | | | | | | | Initial introduction of Quanta RunBMC family. The meta-runbmc-nuvoton equipped with Nuvoton NPCM750 BMC SoC. Tested: Build Quanta RunBMC board and load on the target hardware. Ensure that BMC boots to console. (From meta-quanta rev: 3501fdf64a14ad925fa911800f662585eb5b5965) Change-Id: If43607a2c7ae177ea2c91b406d7d99fcf4450936 Signed-off-by: Samuel Jiang <Samuel.Jiang@quantatw.com> Signed-off-by: PKLee-Quanta <p.k.lee@quantatw.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* meta-quanta: q71l: add psus to dbusPatrick Venture2019-02-045-0/+64
| | | | | | | | | | Add the PSUs to dbus. (From meta-quanta rev: 3e55555b7f8f760525a1291265097bba38a435f2) Change-Id: Ib3b4d99d3d83520747b93d62816610e85519fdd7 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-quanta: q71l: add iio-hwmon-battery sensorPatrick Venture2019-02-042-0/+8
| | | | | | | | | | Add the iio-hwmon-battery sensor from device-tree to dbus. (From meta-quanta rev: 277985acdc85091dcad500e43042eeb68198d977) Change-Id: Ia0b4b1e68aa8c70760548545db6c55328548a6e9 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-quanta: q71l: move pwm-tacho to new locationPatrick Venture2019-02-042-1/+3
| | | | | | | | | | | Move the pwm-tacho sensor list to new location based on device-tree changes. (From meta-quanta rev: 1d43ee5096218aa4f42aebe5a8b3db434dcc5953) Change-Id: Ia4515b92e178d19b1105bba2c063c693bc39ef74 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-quanta: q71l: add prefixes to phosphor-hwmonPatrick Venture2019-02-041-6/+8
| | | | | | | | | | | Add prefixes to phosphor-hwmon variables so they won't interfere with other machines variables of the same name. (From meta-quanta rev: 9b85273bcf43426b3a8b712a55a7d80b4d49afeb) Change-Id: I94f24923c89ea5e61ad7c1e9e69f723c920ab915 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add a new layer meta-gsj to meta-quanta.FranHsu2019-02-046-0/+127
| | | | | | | | | | | | | | | Tested: This commit included the basic machine config and package group setting for project GSJ. And it could build successfully with meta-nuvoton fix (https://gerrit.openbmc-project.xyz/#/c/openbmc/openbmc/+/17719/). But the built image cannot run on EVB now, it is because the image generate script still not ready yet. (From meta-quanta rev: e08538d3df34128ef92c0593c1556931e62c614a) Change-Id: I2724915dd674bbce0db16a3714bc50cf8993f9b9 Signed-off-by: FranHsu <Fran.Hsu@quantatw.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-quanta: Add meta-f0b machinePKLee-Quanta2019-01-3125-0/+530
| | | | | | | | | | | | | Initial introduction of Quanta F0B family equipped with Aspeed 2500 BMC SoC. Tested: Build Quanta F0B board and load on the target hardware. Ensure that BMC boots to console. (From meta-quanta rev: b0d87650a1f20510596881a37c6a4424c6c5781a) Change-Id: Ieb5aad2f897dc8fb1840e0db2929b9350e3fa063 Signed-off-by: PKLee-Quanta <p.k.lee@quantatw.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-quanta: Removed unused meta-poky layerPatrick Venture2018-11-201-2/+0
| | | | | | | | | | The meta-poky layer is unused. Remove from the layer configuration. (From meta-quanta rev: a1e978bc7a5b5c3b210599324b48daa149f117c8) Change-Id: I082e487a17bd274621bde84e9aa37cb94bc16a94 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-quanta: master refresh bfbdc52828..a20f4c0dddBrad Bishop2018-11-076-6/+13
| | | | | | | | | | | | | | | Update meta-quanta to master HEAD. Patrick Venture (6): meta-quanta: q71l: ipmi-channel-config-native: set LICENSE field meta-quanta: q71l: ipmi-fru-merge-config-native: set LICENSE field meta-quanta: q71l: ipmi-inventory-map-native: set LICENSE field meta-quanta: q71l: ipmi-sensor-map-native: set LICENSE field meta-quanta: q71l: quanta-powerctrl: set LICENSE field meta-quanta: q71l: quanta-q71l-config: set LICENSE field Change-Id: I3cdd9be9868335a9224130ef316ad46606c4d7ec Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-quanta: q71l: enable phosphor-host-postd packagePatrick Venture2018-11-071-0/+3
| | | | | | | | | | | Add the phosphor-host-postd package to the build. The lpc snooping is enabled in the device-tree. (From meta-quanta rev: bfbdc52828b19ff47b6f413105381df84fdc6e48) Change-Id: I12e2078547de03ae8ba277314dcbffcf14fbcfaf Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-quanta: q71l: Update IPMI sensor config YAML to include rExpKun Yi2018-10-221-0/+20
| | | | | | | | | Tested: None (From meta-quanta rev: a8044aeea140cf99537fa0dbbd7971c59fa45498) Change-Id: Ia6b185518d099c50f797692d9490ec4d5082fc37 Signed-off-by: Kun Yi <kunyi731@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-quanta: q71l: phosphor-ipmi-fru version wildcardPatrick Venture2018-10-175-0/+0
| | | | | | | | | | Rename phosphor-ipmi-fru%.bbappend to phosphor-ipmi-fru_%.bbappend (From meta-quanta rev: 974b090a71bd1ec530e932be6aca71d0df3dcc87) Change-Id: Ie82abee63b673c14fdbde0461e73b54a10869059 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-quanta: q71l: rename phosphor-hwmon bbappendPatrick Venture2018-10-046-0/+0
| | | | | | | | | | | Rename phosphor-hwmon%.bbappend to phosphor-hwmon_%.bbappend. Tested: Built quanta-q71l and found confs in rootfs. (From meta-quanta rev: 09536415f92461f26f357a341e63b4e0267bd6bb) Change-Id: I9b35e71eefef156eb8d76d79a7c599a940258715 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* quanta: layer.conf: Add QUANTABASEBrad Bishop2018-10-021-0/+3
| | | | | | | | | | | Define a variable that recipes can use for finding the root of the quanta layer. Typically this is used to refer to the layer LICENSE for recipes that don't have any source repository. (From meta-quanta rev: 0ac2ffc05a27ca1e880c7f95e86be7241c721c38) Change-Id: Ia9d9917525eb6197b9acd957e57784c2fb8d6c14 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* quanta: Add a layer licenseBrad Bishop2018-10-013-0/+204
| | | | | | | | | meta-quanta did not have licensing information documented. Add it. (From meta-quanta rev: 668673962a21c17218611c80a064647c2e522629) Change-Id: Ibf30cd6134550908fe4371326f812da5a4fffa1e Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* [Subtree] Bring openbmc machines to top levelDave Cobbley2018-08-2337-0/+1362
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>
OpenPOWER on IntegriCloud