summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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>
2020-07-31pfr-manager: srcrev bump 73424ce240..c1db6dab36Andrew Geissler1-1/+1
Chalapathi Venkataramashetty (1): pfr-manager: Add support to read and update CPLD version Zhikui Ren (1): fix error checking from i2c read return (From meta-intel rev: 708b8633550a667bc9a4f8525e361a3006adcae3) Change-Id: I2bc6be65571263209b03dcc43ea77709d1a56462 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-31service-config-manager: srcrev bump ba2c083eba..1f3813f819Andrew Geissler1-1/+1
Tom Joseph (1): add_manager adds the ObjectManager interface (From meta-phosphor rev: 3519f9ecc5da340e63b53b42b8a6f000a1179ad8) Change-Id: I5a1c1f437f814dff09877cfd0d07c857bda86447 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-31meta-fp5280g2: Remove references to vcs-workaroundJoel Stanley2-2/+0
This was a P9 DD1 workaround. These systems are no longer supported and are not found in the wild, so the workaround has been retired. All of the p9 systems in the tree exclude the package so this change should be a noop. (From meta-inspur rev: c7540334485b74040773d3891febd74c359535fe) Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: I3091afb20e7fac7e81276873637b10100edb8872 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-31meta-nicole: Fix SRESET over NMI callArtem Senichev2-0/+62
Current implementation by IBM supports only witherspoon platform. This patch makes it possible to use a D-Bus call for initiating kernel crash (System Reset vector) on the Nicole host system. (From meta-yadro rev: 5f76189ed4eb64e20191fe460f00f803b37ed88c) Signed-off-by: Artem Senichev <a.senichev@yadro.com> Change-Id: I8ef5ecfd209860500f8303a594636a1cff1298a3 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-31meta-openpower: Revert "host-fw: New recipe to include the host firmware"Adriana Kobylak1-33/+0
This reverts commit d552bf6e0cf9cc1c9d4bfd650cf2765277cda980. This host-fw recipe has been replaced by the phosphor-hostfw-image recipe in the meta-phosphor layer. Delete it. (From meta-openpower rev: 63a158cb84f01fa3462ebb8600e0362cdc5155f6) Change-Id: I5d57b67a8b9f52b3c25c4a9c5d396c871c564de8 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-31pfr-manager:Add libgpiod dependency to pfr-manager repo.Chalapathi Venkataramashetty1-0/+1
PFR manager uses CPLD SGPIO lines to read the CPLD version, Hence add libgpiod to pfr-manager repo. Tested: Included <gpiod.h> header file and pfr-manager builds fine. (From meta-intel rev: 14c216faf13103962dd5d23eeb54c83423298982) Signed-off-by: Chalapathi Venkataramashetty <chalapathix.venkataramashetty@intel.com> Change-Id: I0789c9fd64b4a9b32de68709edef2b6f25f144ed Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-31intel-ipmi-oem: srcrev bump 9a13daaefb..04a38ed10dAndrew Geissler1-1/+1
jayaprakash Mutyala (1): smbiosmdrv2handler:Fix for MDRV2 get data info (From meta-intel rev: adf57a2860e5ab2889f4a123f452c7ed02117d59) Change-Id: I068d18097c5b2c6e8017d5c517724fed5d926619 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-31meta-quanta: gbs: add sel-loggerGeorge Hung1-0/+5
Add sel-logger for IPMI SEL log (From meta-quanta rev: 382efcfa85932abce877e6a7e268dac7f5362246) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: Iadc7cd5edef57aa0875c146935ad85129525f668 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-30meta-quanta: olympus-nuvoton: iptable: save rules while bmc rebootingTim Lee2-0/+29
The iptable needs to be preserved in order keep the rules. Tested: Verified for Olympus platform (From meta-quanta rev: ae01a4669bc1653ed81998573f25b8dc62a4794b) Signed-off-by: Joseph Liu <kwliu@nuvoton.com> Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: Ic9b226f21a2526994bdf353701d0ca7b7d053d8a Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-30meta-quanta: olympus-nuvoton: network: add mac-address packageTim Lee2-0/+15
1. Set eth1 mac address from bmc fru. 2. This package is using to replace first-boot-set-mac Tested: Verified for Olympus platform (From meta-quanta rev: bb7b7e368e39044dc09831c4da75fbcd320dd99f) Signed-off-by: kwliu <kwliu@nuvoton.com> Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I8a328d8cb365b5652cad10d4c6edbd10b287a603 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-30bmcweb: srcrev bump 80319af19c..6964c9820aAndrew Geissler1-1/+1
James Feist (1): Fix MTLS Auth (From meta-phosphor rev: 9124bf9a27807f5a0765458795998bd70b85a661) Change-Id: Id1b9812e61cc07ed6c39a0a29c9d1fd886bd5628 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-30phosphor-logging: srcrev bump c03123bc0a..6321ba3429Andrew Geissler1-1/+1
Matt Spinler (5): PEL: Support a default device callouts file PEL: Call new loc code related D-Bus methods PEL: Still create PEL when error not in registry PEL: Trace BMC log ID on new PEL, and use fmt PEL: Trace on receiving a host PEL (From meta-phosphor rev: db20ec3195ea9c1d256fa6fa549a4522c0cab8d4) Change-Id: Idd0bbb91a144ed6e3b7aee6c57057e4c76244553 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-30phosphor-bmc-code-mgmt: srcrev bump 8e9ccfe736..c31943e11bAndrew Geissler1-1/+1
Adriana Kobylak (1): mmc: Remove: Sleep to allow service to finish (From meta-phosphor rev: 2a0fd44645971d0ad7a0be919f6dbf51ff9e9974) Change-Id: I1a52e0461ea4032aa776709c2e943834d4007904 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-30dbus-sensors: srcrev bump bf7cbc8765..623723b9e8Andrew Geissler1-1/+1
Adrian Ambrożewicz (1): Make IpmbSensor properly clear sensor value on PowerOff James Feist (1): Fix SSB TEMP reading 0 (From meta-phosphor rev: 03df5ae229c14c589a0a690416e5e3e983cbc444) Change-Id: I501d932f7423db7625dd3b15bc7da63b1513bc2d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-30webui-vue: srcrev bump 254b960f4e..471f2e077aAndrew Geissler1-1/+1
Mateusz Gapski (1): Disable elements on page during loading Yoshie Muranaka (1): Fix WebSocket error (From meta-phosphor rev: 3a6b884d18e2bedce9b6cb6d02d8f2431755606d) Change-Id: Ic6098ac5f6477da4226529fd6bab09330fe80f7e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-30Remove srvcfg from meta-intel for meta-phosphor.Richard Marian Thomaiyar1-28/+0
Remove service config manager bb file from meta-intel as the same is now included in meta-phosphor. (From meta-intel rev: 039a2d08677a63f2dfcb32e307056cefac5cf2b1) Change-Id: I7449228a1ccc6db80ae7f6ac4834bc59a21aa3ef Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-29phosphor-bmc-code-mgmt: srcrev bump 5312d8549a..8e9ccfe736Andrew Geissler1-1/+1
Bright Cheng (1): Add support for full BMC FW flash image Miguel Gomez (1): BMC Minimum ship Level (From meta-phosphor rev: e24609f1b7057f4192d3c3389fae2deaee9c1654) Change-Id: Id7ee14d5fa04149a7dcc29b7297e126bffe9f61d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-29webui-vue: srcrev bump 5a9094256e..254b960f4eAndrew Geissler1-1/+1
Mateusz Gapski (1): Add the possibility to disable subscribe socket SurenNeware (1): Add test hooks to server LED page Yoshie Muranaka (2): Add documentation for env theming Fix login layout logo alt text value (From meta-phosphor rev: 80ef32e260d92ebfd75ce8cbd5dc5a7db69f1ec7) Change-Id: I7501014dcfe3b4087f9636597b135ee4cb100459 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-29bmcweb: srcrev bump 72d566d9eb..80319af19cAndrew Geissler1-1/+1
Asmitha Karunanithi (4): Redfish: Minor changes in the Oem schemas for dump Redfish: BMC dump logEntry service implementation Redfish: Creation of a BMC dump Redfish: Support for ClearLog Action (From meta-phosphor rev: 6f7d62dc9a770e2ed352c7e469c8da20e7be5a5e) Change-Id: Iab33455c29edd99c0a2d1f6d7222a17fade35c55 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-29openpower-vpd-parser: srcrev bump a0d460e2cf..d5d52bb49bAndrew Geissler1-1/+1
Santosh Puranik (2): Fix infinite recursion vpd-tool: Do not enumerate Power supplies (From meta-openpower rev: c2160d4029b569ab49b8e3e03797b826510cf49c) Change-Id: I259343ddf85309ea95521c15b41b324691299cce Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-29meta-quanta: olympus-nuvoton: power: update psu inventory over pmbusTim Lee3-0/+97
According to PMBUS spec, there is an Inventory Information we can update to PSU inventory. MFR_ID - Manufacturer MFR_MODEL - Model MFR_SERIAL - SerialNumber IC_DEVICE_ID - PartNumber redfish/v1/Chassis/chassis/Power "PowerSupplies": [{ "@odata.id": "/redfish/v1/Chassis/chassis/Power#/PowerSupplies/0", "Manufacturer": "FlexPower", "MemberId": "powersupply0", "Model": "MIS-S-1020", "Name": "powersupply0", "PartNumber": "FPS-213-D0000293-101", "PowerInputWatts": 104.0, "PowerOutputWatts": 61.5, "SerialNumber": "MISPS1839A0A0RW", "Status": { "Health": "OK", "State": "Enabled" }}], Tested: Verified for Olympus platform (From meta-quanta rev: cbb46b95df93a6102ebf18c0bf6105f8f6482451) Signed-off-by: Joseph Liu <kwliu@nuvoton.com> Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I2714293957919193b36effdaa2c07cb8e6eabda4 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-28linux-aspeed: eMMC, FSI, Rainier and Tacoma device treeeJoel Stanley1-1/+1
Ben Tyner (1): Remove checkstop GPIO from gpio-keys definitions Eddie James (9): mmc: sdhci-of-aspeed: Fix clock divider calculation fsi: master: Add boolean parameter to link_enable function fsi: core: Disable link when slave init fails fsi: core: Set slave local bus ownership during init ARM: dts: aspeed: rainier: Switch OCCs to P10 ARM: dts: aspeed: rainier: Enable EHCI controller ARM: dts: Aspeed: tacoma: Enable EHCI controller fsi: master: Remove link enable read-back ARM: dts: aspeed: rainier: Add CFAM SPI controllers Joel Stanley (2): mmc: sdhci-of-aspeed: Revert "Prevent clock divider of zero" ARM: dts: aspeed: rainier: Add FSI I2C masters (From meta-aspeed rev: 4171a5eaa18f59cd4eef7d5dd1e7c8e548e2f78e) Change-Id: I9aaf5fd3cbf6ba1ab7acf6dbc66588b6367f1049 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-28meta-aspeed: g6: defconfig: Enable I2C GPIO muxAndrew Jeffery1-0/+1
Some platforms make use of it. (From meta-aspeed rev: 132487e2ee60e4b167c07fb63093e0ac493a3fbb) Change-Id: I8752df5f9b4b195e605676a398cfdf1510b11008 Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-28linux-aspeed: CFAM reset, I2C mux, SBE FIFOJoel Stanley1-1/+1
Andrew Jeffery (1): ARM: dts: rainier: Describe GPIO mux on I2C3 Joachim Fenkes (2): fsi/sbefifo: Clean up correct FIFO when receiving reset request from SBE fsi/sbefifo: Fix reset timeout Joel Stanley (4): ARM: config: aspeed-g5: Enable I2C GPIO mux driver fsi: aspeed: Support CFAM reset GPIO ARM: dts: aspeed: rainier: Add CFAM reset GPIO ARM: dts: aspeed: tacoma: Add CFAM reset GPIO (From meta-aspeed rev: ee96b77b00dbbc7cbf598dde0008c2ba96eb8d28) Change-Id: Ie73ef89d795e49a8f9bbef11261ae78d2b986e4a Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-28jsnbd: srcrev bump 74c8a72821..164fef38b7Andrew Geissler1-1/+1
raviteja-b (1): nbd-proxy: Add dump offload device to nbd proxy config (From meta-phosphor rev: 88f7aa4f4792b79e942212c1f83905f53015bc55) Change-Id: I04a8b6da0c5aea6d022b96f18a410447c50fc892 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-28phosphor-dbus-interfaces: srcrev bump ff4702aa21..0f5729187dAndrew Geissler1-1/+1
Ravi Teja (1): Add IPv4/Ipv6 default gateway properties on Ethernet interface (From meta-phosphor rev: 444cc6c3085ab07c2335ff3edabf2587d0a18bd1) Change-Id: I499c57231ab1a7d9c9f62e60390543776aa7e0ff Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-28sdbusplus: srcrev bump 72f24b0773..c6a5bd88a5Andrew Geissler1-1/+1
Patrick Williams (4): sdbus++-gendir: fix shellcheck warnings python: fix pycodestyle issues shellcheck: enable testing sdbus++: fix NamedElement exception handling (From meta-phosphor rev: f67af622ee384ee74835d691dc1ac45dc63f642f) Change-Id: I14d9de1701baf0a80d8a821e7b35874295615951 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-28webui-vue: srcrev bump 6534e58bc4..5a9094256eAndrew Geissler1-1/+1
Derick Montague (1): Add application header test hooks Dixsie Wolmers (2): Update form fields to match style guide Update Interface colors Mateusz Gapski (1): Change file input language Sukanya Pandey (1): Add timezone to profile settings page SurenNeware (1): Add code to refactor the server LED component Yoshie Muranaka (2): Add ability to customize theme styles Add extra margin to bottom of navigation (From meta-phosphor rev: 26286878888b078189e14bc3a36b98e691e0e093) Change-Id: I24e7fa566a6d244e3a09939c46decd0a776f95ce Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-28meta-quanta: gbs: add GBS IPMI configGeorge Hung3-0/+31
Set GBS IPMI configurations: 1. device id 2. entity-map (From meta-quanta rev: c2cff3602441072e98da8127edf55a6364001746) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: Idf3062bd78844590ea5f5b9830887728086e2b36 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>