summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-08-07linux-aspeed: Enable XDMAJoel Stanley2-0/+2
Somehow this was not enabled. It is required for Witherspoon 128, Tacoma and Rainier. (From meta-aspeed rev: a7bbd475453768037877c820caed02f39055eb6e) Change-Id: Ie80479aa455c18c921387b23586cff3e7bc79204 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-07u-boot-aspeed: Fix DTC buildJoel Stanley1-1/+1
Zane reported that gcc 10 will fail to build the branch. This is the upstream fix. Peter Robinson (1): Remove redundant YYLOC global declaration (From meta-aspeed rev: 6630a1310fd9b17abdd8fca73f5c22fc346f9c8a) Change-Id: Ie72bb58c5c7684e42951e80ce6f80e98ef4f15fe Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-07linux-aspeed: Move to 5.7.12Joel Stanley1-2/+2
This includes security and bug fixes from the 5.7.11 and 5.7.12 stable releases. (From meta-aspeed rev: ea33f9ced2354a75d8918a3c7e61ca56f67e21df) Change-Id: Iaa9bd005a8897ab5e9a1148145c02d6fbb8603fa Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-07fp5280g2: Fix FRU property interfacesGeorge Liu2-20/+55
For the Cpu and Dimm's interface(xyz.openbmc_project.Inventory.Item.Cpu and xyz.openbmc_project.Inventory.Item.Dimm), should be defined in the fp5280g2-ipmi-fru.yaml instead of the fp5280g2-ipmi-fru-properties.yaml file. Tested: busctl --no-pager introspect xyz.openbmc_project.Inventory.Manager /xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0 NAME TYPE SIGNATURE RESULT/VALUE FLAGS org.freedesktop.DBus.Introspectable interface - - - .Introspect method - s - org.freedesktop.DBus.Peer interface - - - .GetMachineId method - s - .Ping method - - - org.freedesktop.DBus.Properties interface - - - .Get method ss v - .GetAll method s a{sv} - .Set method ssv - - .PropertiesChanged signal sa{sv}as - - xyz.openbmc_project.Inventory.Decorator.Asset interface - - - .BuildDate property s "1996-01-01 - 00:00:00" emits-change writable .Manufacturer property s "IBM" emits-change writable .Model property s "" emits-change writable .PartNumber property s "02CY415" emits-change writable .SerialNumber property s "YA1934319126" emits-change writable xyz.openbmc_project.Inventory.Decorator.Cacheable interface - - - .Cached property b true emits-change writable xyz.openbmc_project.Inventory.Decorator.Replaceable interface - - - .FieldReplaceable property b true emits-change writable xyz.openbmc_project.Inventory.Decorator.Revision interface - - - .Version property s "22" emits-change writable xyz.openbmc_project.Inventory.Item interface - - - .Present property b true emits-change writable .PrettyName property s "PROCESSOR MODULE" emits-change writable xyz.openbmc_project.Inventory.Item.Cpu interface - - - xyz.openbmc_project.State.Decorator.OperationalStatus interface - - - .Functional property b true emits-change writable busctl --no-pager introspect xyz.openbmc_project.Inventory.Manager /xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0 NAME TYPE SIGNATURE RESULT/VALUE FLAGS org.freedesktop.DBus.Introspectable interface - - - .Introspect method - s - org.freedesktop.DBus.Peer interface - - - .GetMachineId method - s - .Ping method - - - org.freedesktop.DBus.Properties interface - - - .Get method ss v - .GetAll method s a{sv} - .Set method ssv - - .PropertiesChanged signal sa{sv}as - - xyz.openbmc_project.Inventory.Decorator.Asset interface - - - .BuildDate property s "" emits-change writable .Manufacturer property s "SK Hynix" emits-change writable .Model property s "HMA84GR7JJR4N-WM " emits-change writable .PartNumber property s "" emits-change writable .SerialNumber property s "0x537f68b1" emits-change writable xyz.openbmc_project.Inventory.Decorator.Cacheable interface - - - .Cached property b true emits-change writable xyz.openbmc_project.Inventory.Decorator.Replaceable interface - - - .FieldReplaceable property b true emits-change writable xyz.openbmc_project.Inventory.Decorator.Revision interface - - - .Version property s "" emits-change writable xyz.openbmc_project.Inventory.Item interface - - - .Present property b true emits-change writable .PrettyName property s "DDR4-2666 32GiB 64-bit ECC RDIMM" emits-change writable xyz.openbmc_project.Inventory.Item.Dimm interface - - - .AllowedSpeedsMT property aq 0 emits-change writable .CASLatencies property q 0 emits-change writable .ECC property s "xyz.openbmc_project.Inventory.Item.Dim… emits-change writable .FormFactor property s "xyz.openbmc_project.Inventory.Item.Dim… emits-change writable .MaxMemorySpeedInMhz property q 0 emits-change writable .MemoryAttributes property y 0 emits-change writable .MemoryConfiguredSpeedInMhz property q 0 emits-change writable .MemoryDataWidth property q 0 emits-change writable .MemoryDeviceLocator property s "" emits-change writable .MemorySizeInKB property u 0 emits-change writable .MemoryTotalWidth property q 0 emits-change writable .MemoryType property s "xyz.openbmc_project.Inventory.Item.Dim… emits-change writable .MemoryTypeDetail property s "" emits-change writable .RevisionCode property q 0 emits-change writable xyz.openbmc_project.State.Decorator.OperationalStatus interface - - - .Functional property b true emits-change writable (From meta-inspur rev: 323e5dd3bb9ad6dd87ea6bb59f27b2562fcf4a7d) Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I23ffd5fea6ab9f9057e0b72b87c1e6cd6ff5f430 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-07x86-power-control: srcrev bump 273d789718..699b565d02Andrew Geissler1-1/+1
Jason M. Bills (1): Improve host state monitor Kumar Thangavel (1): Fix config json file path Priyatharshan P (1): Add JSON config support for x86-power-control (From meta-phosphor rev: 6cfa156caf696d542a5a05d66b3b97e6035eb08c) Change-Id: I8262441b9b2a2e902178ee3649806e3f1afe2738 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-07phosphor-pid-control: srcrev bump 1277543ac5..f3b04fd363Andrew Geissler1-1/+1
Jason Ling (1): dbusconfiguration: add support for one-to-one fan/pwm mapping (From meta-phosphor rev: 10a4479bb89942e049a07dc409b27828a78176fa) Change-Id: Icb651a4cd9e3eab7fe242153e9b4bacf3fb01f4c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-07dbus-sensors: srcrev bump dfad1ffcf4..8b8bcc8700Andrew Geissler1-1/+1
Jason Ling (1): HwmonTemp: fixed support for more than 10 sensors (From meta-phosphor rev: a10df1e040ffae8ed3b41c10248a136125ee3bdd) Change-Id: I03d3e978eb6de3ecbdf4b47f6f79034a3606d612 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-07phosphor-logging: srcrev bump 6321ba3429..7c619181d9Andrew Geissler1-1/+1
Harisuddin Mohamed Isa (1): PEL: README instructions for adding python modules Matt Spinler (2): LOGGING_DBUS: string constant added PEL: Document SRC hex word 2 fields in the code (From meta-phosphor rev: ab2500c1380c5b28cfe778b75dcc04fa9c1349b3) Change-Id: I939935eb12020f3c947514076b95befd98eb5bc4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-07bmcweb: srcrev bump 5738de59eb..c50e7c68c2Andrew Geissler1-1/+1
AppaRao Puli (2): Fix: MetricReportDefinitions filter not working Fix: EventService stops sending events James Feist (2): DIMM: Add support for Regions DIMM: Add support for more properties (From meta-phosphor rev: 5666ae910ee1d13f806bf22b2df884c54d85705f) Change-Id: I01d6ae912124e35068146ff818bd93ca260550ed Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-07meta-phosphor: drop dead codeBrad Bishop1-8/+0
This function isn't used where, so drop. (From meta-phosphor rev: 8505f065b61291c628b23e593a7bc05c6db64e4e) Change-Id: If961d3422758af4bcd75069fa695fabe2df01f56 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-07meta-phosphor: drop feature check wrappersBrad Bishop3-25/+8
These pointless wrappers don't do anything other than obfuscate intent to readers that have experience with bitbake metadata. (From meta-phosphor rev: 536cee986517bf14226feb2f412928bc1904f950) Change-Id: I92b12b6d675acb65d67f442c6331560cb20c88e6 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-07meta-phosphor: drop dead pid control bbclassBrad Bishop2-6/+0
This bbclass isn't used anymore. Remove. (From meta-phosphor rev: 5f04ec5f04a797805afe2ac14a90c294a906ca6e) Change-Id: Iad923167b2a8655a42a432e80bb84e67fd3e68c1 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-06meta-quanta: gbs: add GBS read-margin-temp configGeorge Hung4-37/+16
Since read-margin-temp_git.bb will move to meta-quanta/meta-common, add read-margin-temp bbappend file and move read-margin-temp folder from meta-gbs/recipes-phosphor/fans to meta-gbs/recipes-quanta/fans read-margin-temp_git.bb move to meta-quanta/meta-common: https://gerrit.openbmc-project.xyz/c/openbmc/meta-quanta/+/35277 (From meta-quanta rev: 410c3e900f09aa1f2fee6b155d9987b5510859c6) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I79ff42570dc9422e3c2e90dd95c5d29b01ec1133 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-06meta-quanta: common: add "read-margin-temp" serviceGeorge Hung1-0/+26
Add "read-margin-temp" service to meta-quanta/meta-common This daemon will read the temperatures of various sensors and calculate the worst thermal margin (From meta-quanta rev: a8f1a52fbaf2075f54e4cc8e2b3619172148e54f) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I79623132d6dbf84ef1646e61a5c2374db132ea48 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-06phosphor-power: srcrev bump b464c8bd2e..3c68286b20Andrew Geissler1-1/+1
Shawn McCarney (1): regulators: Discuss firmware update in README (From meta-phosphor rev: 3a9757b46f7884fe9fae5e7a357f6aab0ffd7ecd) Change-Id: I4236a6af3437afab5e063a8076750f894d40c3f8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-06phosphor-fan-presence: srcrev bump 8a0c23275e..8f1ce5aa9eAndrew Geissler1-1/+1
Matthew Barth (1): Add `test-driver` file to be removed on clean (From meta-phosphor rev: 0b7ebd7c1f95ef24c0ab85f6fb9ae9cf8bb4e6ba) Change-Id: I9f475b65c336237ad5a4d812bdcc73f3a14c2ec5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-06pldm: srcrev bump cae1866fd0..c4ea6a905fAndrew Geissler1-1/+1
George Liu (2): libpldmresponder: fix PDR and FRU table generation order Mechanism to associate sensor/effecter to FRU entity (From meta-phosphor rev: 8857d57dda8eb9f0ba7a9e8dd6ce7876507787ff) Change-Id: I29ec73470e97f0d43dfb65898d31cdbeedf659f8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-06bmcweb: srcrev bump 5a7e877e5f..5738de59ebAndrew Geissler1-1/+1
Asmitha Karunanithi (2): EventService : Send event for ConfigFile updation Handling Broadcast message service (From meta-phosphor rev: 83770f7d4a4979df589c897a3e9d960b9eec88ff) Change-Id: I8118b2b6abc487eb0740df06582933c551bbb3fd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-06phosphor-host-ipmid: srcrev bump c4f4f7a6f5..c11cc5c069Andrew Geissler1-1/+1
Johnathan Mantey (1): Add LUN to the IPMI sensor context structure (From meta-phosphor rev: 5e0d8ad468015e908d77e854d6250a24e97c75c5) Change-Id: Ib9a37b3e8e2467688d40410dfec3d98b3ecc10a1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-06ibm: Remove fru-fault-monitor from 2 systemsMatt Spinler1-0/+2
This application sets LEDs based on the contents of OpenBMC event logs, and this will be done a different way on Rainier and Witherspoon-tacoma so remove it. (From meta-ibm rev: 553390e70165dc71f0efa3de074b497d998736e2) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I7831a225edc6382ee94b8c372ac6b2717bad172a Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-05dbus-sensors: srcrev bump 1a540b81a3..dfad1ffcf4Andrew Geissler1-1/+1
Jason Ling (1): PSUSensors: add isl68220 to supported devices (From meta-phosphor rev: 0511c421f4b31403c40b9579b71a9fee734ce8b6) Change-Id: Id575ab8f5454bcfdf446af4ce52aec53ac789508 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-05phosphor-pid-control: srcrev bump 6fc301fbc3..1277543ac5Andrew Geissler1-1/+1
Patrick Venture (6): move ipmi handler into namespace pid/builder: make zonePids const ipmi/manualcmds: cleanup return codes cleanup: add missing explicit to constructors update clang-format from Latest in docs ipmi/manualcmds: fixup style for enum (From meta-phosphor rev: a5c2a429f65292d04f43331df21b788e9723c50d) Change-Id: I18b546228c950d9eed0119ae2fd550c678f61ecc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-05webui-vue: srcrev bump d395235496..b5c161b4b0Andrew Geissler1-1/+1
Sukanya Pandey (1): Remove time bug from date and time settings page SurenNeware (1): Remove unnecessary style block from overview page (From meta-phosphor rev: 5399cca9c798fc866922ff0023f389a01b47f338) Change-Id: I12e787a96ce0e1b64719484ba8503fdd19a4e656 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-05bmcweb: srcrev bump 9edd866c3a..5a7e877e5fAndrew Geissler1-1/+1
Asmitha Karunanithi (2): Removing getTimestampStr method Minor changes in the code to use the appropriate errors James Feist (1): Remove QueryString Sunitha Harish (2): Redfish: PATCH command for Hypervisor DHCP network EventService : Send event for the ConfigFile creation (From meta-phosphor rev: a7dd18e0e67bbc24d27799458dd88ce53ee669c3) Change-Id: I39ec7c132b1f5f99c31eadb1147805f28127dec1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-05Add boost-url recipeJames Feist2-1/+26
This adds boost-url, a header only url parsing library based on and created by one of the authors of boost beast. This will be used to replace QueryString in bmcweb, which is a part that was originally from crow that has been flagged for issues many times. Usage: https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/34973 Tested: Using bmcweb, url params worked (From meta-phosphor rev: c1546bf1305e91f1ce27fa0b34f873cd6c82a6de) Change-Id: I04638ad66525ba0fa9248c95bbf04b1456e6fd4a Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-05obmc-yadro-cli: srcrev bump 406688be90..5408881b37Artem Senichev1-1/+1
Artem Senichev (3): sel: Show event list by default user: Using primary group as role nmi: Use D-Bus instead of direct pdbg call (From meta-yadro rev: 3434293378d7ce0ac9d0db440ec5dabc6b016fb6) Signed-off-by: Artem Senichev <a.senichev@yadro.com> Change-Id: Ic78d82a344c94e207cd9b80cbae1cbaf730a4025 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-05meta-nicole: Disable group restriction for SSHArtem Senichev2-0/+2
By default, OpenBMC allows SSH connection only for members of priv-admin group. This patch removes this restriction. (From meta-yadro rev: 840348016139393f61482ee95f2dcb07187d589b) Signed-off-by: Artem Senichev <a.senichev@yadro.com> Change-Id: I9bf5c2950a25715ad814b1d4247a882359a26249 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-05meta-quanta: gbs: add xml for igps and patch/dts for u-bootGeorge Hung6-4/+518
1.XML: change the SPI speed to 19Mhz 2.U-boot: dts/pinctrl: add GBS dts/pinctrl support Nuvoton u-boot srcrev bump adb4ac1af3...6870e66f6b: https://gerrit.openbmc-project.xyz/c/openbmc/meta-nuvoton/+/34756 3.modify u-boot environment partiions offset for GBS (From meta-quanta rev: 705d71a8a0ee00f89f06c95601aa1375a440611a) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I47960d63b557f6de1c9d84b290094253f4ffba58 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-05openpower-occ-control: srcrev bump e096270377..0032523808Andrew Geissler1-1/+1
Tom Joseph (2): pldm: Add support for OCC state changes pldm: Add support for OCC reset (From meta-openpower rev: 1afd0791ab9bf743da60c851124afbfa0e6f31f0) Change-Id: If6279c3cff740fdc67bb5f9e72bdc7743ff3aebc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-04Move tacoma and rainier to eMMC configurationAdriana Kobylak2-4/+10
For tacoma, adjusting the size of the eMMC image by making the hostfw partition smaller. (From meta-ibm rev: f12da2705f487a933cbf291c129d3832b91d1816) Change-Id: Ic13d141d41ab513f2af7bff790efc7529739b11d Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-04meta-ibm: collect PEL files during a dumpMatt Spinler2-0/+19
This collects all of the PEL files on user and elog dumps. They will show up in a subdirectory named 'logs' in the dump. (From meta-ibm rev: 1a247b7c27ec3021bf7396874d34844ca2e6b033) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Ia23a2fb72acfc1e4473d3c47ad78e34b37529f34 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-04wic: Populate hostfw partitionAdriana Kobylak2-1/+2
Populate the hostfw partition by specifying the directory to be used as source for the filesystem. This directory is populated by a bbappend to the hostfw recipe. (From meta-aspeed rev: 37f30af4e377a6bc2d3c47ca435798969321f566) Change-Id: Id64e0ac6a5082be2b3ad689a6b323da8eb094e69 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-04phosphor-webui: srcrev bump 47a7eeeb9e..7bb1d9e63eAndrew Geissler1-1/+1
Gunnar Mills (1): Remove scaled (From meta-phosphor rev: 03b20ef5ce567676e604a4a49545912811784ebb) Change-Id: Ie42b809b1d27301772b2b68978bdb9f1c610a05e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-04pldm: srcrev bump a917012d23..cae1866fd0Andrew Geissler1-1/+1
George Liu (1): send PLDM event msg when state sensor changes (From meta-phosphor rev: 6c48fad87312818ebb97fa2e29678d178811222c) Change-Id: I18450bf117a5e24bca83e46aa0939b34e6679dc8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-04bmcweb: srcrev bump 5a806649ec..9edd866c3aAndrew Geissler1-1/+1
Adam Stankiewicz (1): Add ability to build via docker Chalapathi Venkataramashetty (1): Add message registry entry for successful fw update staging Ed Tanous (2): Remove using constructor for filesystem Swap strcpy for strncpy Sunitha Harish (1): Redfish: GET command for Hypervisor DHCP network (From meta-phosphor rev: 3bf83fdffde0d269807588ad134bd2d0fbe8f0f8) Change-Id: I9a6c78a247237745736eb443131880192f55b35f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-04phosphor-hostfw-image: Fix destination directoryAdriana Kobylak1-3/+3
The way the destination directory was specified it was causing the recursive copy to create a duplicate subdirectory image/image/ and update/update/. There's no need to specify the destination directory. Also remove the prepend from the compile function per review comments on the original commit that created this recipe. (From meta-phosphor rev: bd747f6d30cb7ff2d845e79345bd9868a774c803) Change-Id: Iec45415346cc8caead9659ab39eb02f91c90d31f Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-04meta-phosphor: health: Add health monitor recipeVijay Khemka1-0/+21
Added new recipe for health monitor application which collects and monitor health sensor statistics (From meta-phosphor rev: 4d2032e9e190e02e8608939eeebdea785ea53772) Change-Id: Iae501b862990b1dc51460e360d67cfd36d00d3fe Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-04meta-phosphor: drop dead bbclassBrad Bishop1-13/+0
This bbclass isn't used anymore. Remove. (From meta-phosphor rev: 8e9664029361a2705eb77a7cb9feb18fc6d76ef6) Change-Id: Icba6da198443aebab338dc5273e66d80bc386bf8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-04meta-quanta: olympus-nuvoton: ipmi sensor: revise sensor valueStanley Chu1-24/+11
The type of sensor value has been changed to double. https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-dbus-interfaces/+/11739 we should chnage the sensor value type from int64 to double and remove the scale parameter. (From meta-quanta rev: e7db32d0846987bb087d7e0597ec0f3c78d25cf6) Signed-off-by: Stanley Chu <yschu@nuvoton.com> Change-Id: I10d11b376aedf18c881c14b4c9d205f2034f9682 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-04meta-quanta: gbs: add kernel config and driversGeorge Hung6-0/+1013
1. set kernel config for GBS machine 2. add AMD CPU temperature hwmon driver 3. add seven segment display drivers (From meta-quanta rev: d9f9d7eb3809821b07887c2adf4e45103582eefa) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: If2f42e43e043ea277a455a208968927b7053d2c0 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-04meta-quanta: gbs: fix sensor value type and hwmon patch issuesGeorge Hung3-67/+73
Since the sensor value type had been changed to double, we have to modify the sensor value type to double and remove the scale in sensor YAML config and also update the patch for hwmon fix for this changing Change sensor type to double: https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-dbus-interfaces/+/11739 hwmon fixes for the sensor type changing: https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-hwmon/+/34481 https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-hwmon/+/34983 (From meta-quanta rev: a661c1683e19abf70429fd263dde8f63f1b188b0) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: Ifdfe45c1119e0cc5d0e0fb180a91aada87631405 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-03README: Update the usage of setup scriptLei YU1-2/+2
The usage of setup script in README is missing the arguments, add them so it is more clear how the script is called. Before the script, the default build directory is `build`, so update the example of romulus build to specify the `build` directory. Otherwise, each machine has its own build directory. They do not share the downloads dir or the sstate dir. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I21fcb1a133941fbbff80a33a250ece687622477b
2020-08-03README: Fix evb-ast2500 configLei YU1-0/+8
The evb-ast2500 config by `. setup` command was broken due to duplicated machine config. Add a special note about how to manually specify the machine config to setup the build. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: Ifad02bef1c8c5246494adcc3a8a4b6aaa974633b
2020-07-31dbus-sensors: srcrev bump 623723b9e8..1a540b81a3Andrew Geissler1-1/+1
Jae Hyun Yoo (1): Fix a segmentation fault error in the updateProperty method (From meta-phosphor rev: 89a1dfb4c6bd23df4bc4a76e2471724fcd2a95da) Change-Id: If505b7737a41feb64f06c7d3318dd793ff97b2db Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-31entity-manager: srcrev bump e18edb5bad..a9804f4650Andrew Geissler1-1/+1
Andrew Jeffery (3): README: Spelling and grammar fixes docs: Tweak grammar in my_first_sensors.md docs: Avoid legality confusion over syntax error in JSON example (From meta-phosphor rev: 2750806011be741cbff0aac2572a7e91a255e406) Change-Id: I602eaa4119bf3044ffc8f020d1e2b0f085dffdd6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-31bmcweb: srcrev bump 6964c9820a..5a806649ecAndrew Geissler1-1/+1
Alpana Kumari (1): Fix for missing "Functional" property in dbus for GV cards James Feist (1): Revert "Add out of bounds check in base64Decode" Sunitha Harish (2): EventService: Add ResourceEvent registries EventService: Add the parameter ResourceTypes to subscription Zhikui Ren (1): Add out of bounds check in base64Decode (From meta-phosphor rev: 0cbe0e4eda39220e4e0154d51dd1fff5216b7aec) Change-Id: If3b81fc96b7a6a2122968cbd1d2d92a0790ecf38 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-31pldm: srcrev bump 76f820c1c2..a917012d23Andrew Geissler1-1/+1
George Liu (5): Add state sensor configuration to the sensor_pdr.json Add parsing JSON for State Sensor PDR Add test for the GeneratePDRByStateSensor method libpldmresponder: Implement GetStateSensorReadings libpldmresponder: Add gmock test for the getStateSensorReadings method Sampa Misra (2): pdr: Implement terminus locator PDR for BMC host-bmc: Process host TL PDR (From meta-phosphor rev: a298f84dfa8aebd93a14379190e57fe1c302ad33) Change-Id: I9f381bc776390872a2e78e84c1d17b2ee3222a18 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-31phosphor-webui: srcrev bump 2e1eec80de..47a7eeeb9eAndrew Geissler1-1/+1
Ed Tanous (1): Drop encoding library Gunnar Mills (1): README: Mention AngularJS EOL and webui-vue (From meta-phosphor rev: 69436b736ab78df101ea32ff3aba0b13e74fd8b2) Change-Id: Ib5f38c242648b1698992c5f09162d2f9d681a4c9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-31webui-vue: srcrev bump 471f2e077a..d395235496Andrew Geissler1-1/+1
Derick Montague (1): Fix vuepress dependency issue Gunnar Mills (2): Immediate Reboot: Move to ForceRestart README: Update to stronger recommend webui-vue Sukanya Pandey (1): Add test hooks to profile settings page Yoshie Muranaka (4): Delete helpers import on DateTimeSettings SFC Delete _helpers.scss partial Remove envConstants.js file Change openpower env files to ibm (From meta-phosphor rev: d47cd7b9328dd65b796b63bffeea70faa5c6c5d2) Change-Id: I07d683743472417531727d584f24bdd638b96b78 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-31intel-ipmi-oem: srcrev bump 04a38ed10d..cca2140bb3Andrew Geissler1-1/+1
Jayaprakash Mutyala (1): bridgingcommands:Fix for System interface commands (From meta-intel rev: f8389fde12a2f222ead24e0dd07492c692d2c9a5) Change-Id: I1b2d88de32ea413d33033590d8b2e15ee70c4fb3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>