summaryrefslogtreecommitdiff
path: root/meta-phosphor
AgeCommit message (Collapse)AuthorFilesLines
2021-10-18dbus-sensors: srcrev bump 1dc85f5167..b782eec692Andrew Geissler1-1/+1
Arun P. Mohanan (1): [CPUSensor] Remove interface in destructor Change-Id: Iea22d7bc26bc2f671648df37da65a805899a04e8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-18pldm: srcrev bump c80f3efa22..02d71143a2Andrew Geissler1-1/+1
Brad Bishop (1): pldmtool: platform: check for circular references Change-Id: I793c2d8af06a685fae5e10174cdba30155e12dfc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-18obmc-phosphor-sysd: using shell script as a dummy implementationTroy Lee3-13/+13
For evb-ast2500/evb-ast2600 machine, Python are introduced by obmc-phosphor-sysd.py. Changing the implementation to shell script can remove python completely from image. Test with evb-ast2600: ``` root@evb-ast2500:~# systemctl status obmc-phosphor-sysd * obmc-phosphor-sysd.service - Phosphor System Manager Loaded: loaded (8;;file://evb-ast2500/lib/systemd/system/obmc-phosphor-sysd.service/lib/systemd/system/obmc) Active: active (running) since Thu 1970-01-01 00:00:38 UTC; 51 years 9 months ago Main PID: 168 (obmc-phosphor-s) CGroup: /system.slice/obmc-phosphor-sysd.service |-168 /bin/sh /usr/bin/obmc-phosphor-sysd `-312 sleep 60 Jan 01 00:00:38 evb-ast2500 systemd[1]: Started Phosphor System Manager. Jan 01 00:00:40 evb-ast2500 obmc-phosphor-sysd[168]: obmc-phosphor-sysd starting... ``` Signed-off-by: Troy Lee <troy_lee@aspeedtech.com> Change-Id: I266bd73773483d5ceb2ba01a09d372942eddc939
2021-10-18pldm: srcrev bump fc0d14dfbd..c80f3efa22Andrew Geissler1-1/+1
Brad Bishop (1): pldmd: make invalid cmdline arguments cause exit Change-Id: Id46f32472bd246702cc7c6f673555a88f000c0dd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-18bmcweb: srcrev bump a8544a5bb3..f201ffb46cAndrew Geissler1-1/+1
Ali Ahmed (1): Add CoreCount to ProcessorSummary Ed Tanous (3): Improve HttpHeaders in EventService Remove unused includes Define hex helper utils Patrick Williams (3): meson: update deprecated get_pkgconfig_variable ibm: remove unused tinyxml2 include meson: upgrade tinyxml wrap file Change-Id: Ic4c2f1582b5ae70fa6c6497c96db8de782af543c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-16phosphor-power: srcrev bump 8b66288a84..786b6f4cbfAndrew Geissler1-1/+1
Brandon Wyman (2): psu-ng: Change PMBus command response to uppercase psu-ng: PMBus STATUS_* command error data as hex Change-Id: I3c99f92336994650be3065af75b2141b343b41dc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-15meta-phosphor: image: update ConfigParser class namePatrick Williams1-1/+1
As a follow up to 400d9dab03e25d992429f94296caa4938c281fbd, fix the deprecated SafeConfigParser to ConfigParser across the tree. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iabf941889eed97a996b739d77c8107f1f35ce5bf
2021-10-15u-boot-aspeed: Add distro feature to enable SPI master modeChanh Nguyen3-1/+39
The ast2500 shares the RGMII1 pin and the hw strap pins for SPI interface mode selection ( pin[12:13] ). In some systems, the RGMII/NCSI interface will use the pin. It makes the SPI interface mode setting is not correct. This patch adds a distro feature to enable the SPI master mode by default. Signed-off-by: Chanh Nguyen <chanh@os.amperecomputing.com> Change-Id: I93e5dd5e86870601169974aa1aab4b5480a45ef1
2021-10-15phosphor-user-manager: srcrev bump d019e3d2ae..c0760c9109Andrew Geissler1-2/+2
Patrick Williams (1): configure: simpify dbus policy install dir Update FILES and DEPENDS per 'simplify dbus policy' needs. Change-Id: I866d5e48c69fd356a13e216321e28f1e683ce443 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2021-10-15obmc-phosphor-systemd.bbclass: Update configparser module class nameGeorge Liu1-1/+1
There is a warning message in the obmc-phosphor-systemd.bbclass file when using bitbake to build image-bmc: ``` DeprecationWarning: The SafeConfigParser class has been renamed to ConfigParser in Python 3.2. This alias will be removed in future versions. Use ConfigParser directly instead. parser = configparser.SafeConfigParser(strict=False) ``` Use the class name `ConfigParser` directly in the configparser module. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I6168d9d1100ac846cc31be837a20b7dedb6d7910
2021-10-15phosphor-debug-collector: Fix invalied escape sequenceGeorge Liu1-1/+1
There is a warning message in the phosphor-debug-collector repo when using bitbake to build image-bmc: DeprecationWarning: invalid escape sequence \W config_values = re.split('\W+', parse_value, 1) The reason is that `\W` is regarded as an escaped character, add `r` to fix it. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I59836e7df9a73a01d47cd03e916f0ab1b8c2d716
2021-10-15phosphor-objmgr: srcrev bump bedd41655e..a02cd54c61Andrew Geissler1-1/+1
Brad Bishop (1): meson.build: drop config.h Change-Id: I4a59cfd938b82fe3ff0ee16c46a0f5fcfad0beda Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-15phosphor-host-ipmid: srcrev bump a2ad2da85f..a0bb2a330fAndrew Geissler1-1/+1
Harvey Wu (1): dbus-sdr: fix if condition bug when enable dynamic_sensors_write Lei YU (7): sel-cache: Initial commit for cached SEL entries sel-cache: Add match for new sel entry sel-cache: Add match for logging removed sel-cache: Add match for sel updated event sel-cache: Use sel cache for getSELEntry() sel-cache: Use the cache for delete and get info sel-cache: Handle exception invalid entry ID Zev Weiss (1): dbus-sdr: treat FRUs with a chassis type of "Main Server" as baseboards Change-Id: I5f2b8453e8b24a5a58bcfd830a2458275054d176 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-14phosphor-ipmi-flash: srcrev bump 9b7a3b4fc7..cf37663be8Andrew Geissler1-1/+1
William A. Kennington III (4): tools: Add handle for automatically closing blobs tools: Reduce cleanup logging output tools/helper: Streamline return types tools: Support more frequent status checks Change-Id: Ibfa653fbcbdb31d7f4630f10271a38b318f1a359 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-14phosphor-logging: srcrev bump 0273a222ab..fb9b811e14Andrew Geissler1-1/+1
Jayanth Othayoth (1): PEL: fix sbe ffdc packet offset calculation Change-Id: Icc803474ec6e8b52b0c83a181f923a0d6179dd73 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-14webui-vue: srcrev bump c9cb8d433b..69a9010a2cAndrew Geissler1-1/+1
Dixsie Wolmers (2): Update overview layout Rename TableDataFormatter mixin to DataFormatter Jason M. Bills (2): Update axios to 0.21.4 Undo the unrelated package changes from the axios update Sneha Patel (1): Add Assemblies schema to Hardware Status - Inventory and LEDs Change-Id: If1c9ae4a58e6139a69cd4ef73a5b5e211adc96dc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-14phosphor-settingsd: srcrev bump 2355263101..b6fa9bb188Andrew Geissler1-1/+1
Patrick Williams (1): catch exceptions as const Change-Id: Ib806d1727d92a47a94902eaf8efd1f8307399ef6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-14bmcweb: srcrev bump e7b5f604cc..a8544a5bb3Andrew Geissler1-1/+1
Ed Tanous (1): Implement human sort utility function Change-Id: I9496974ec39c5bc440ede85a65ee9c8d2343ee2f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-14phosphor-dbus-interfaces: srcrev bump a9c704e7ca..77369cbb57Andrew Geissler1-1/+1
Szymon Dompke (1): Update Telemetry Report and ReportManager Change-Id: I013e0bd2377428f1d171eb5603697b016974e068 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-14phosphor-fan-presence: srcrev bump c9d49a65b4..cd6f379813Andrew Geissler1-1/+1
Matthew Barth (2): control: No longer append action groups to event groups control: Pass event groups when enabling triggers Change-Id: Ie29648ee46d74d8c99ad1228977980a592c37f11 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-14phosphor-power: srcrev bump 2aba2b25f1..8b66288a84Andrew Geissler1-1/+1
Brandon Wyman (1): psu-ng: Move adding _PID to createError Change-Id: I9cd3dcc2dbac85d2ab337fedeba2689339ca509d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-14smbios-mdr: srcrev bump 9ab8c8d8fb..dc469c74cfAndrew Geissler1-1/+1
Tim Lee (1): Fix dimm present and functional property to true for robot test Change-Id: I8c854ff6973066563fd8ff5efa6dcda4ad664853 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-14pldm: srcrev bump c30a82cf34..fc0d14dfbdAndrew Geissler1-1/+1
Brad Bishop (3): pldmd: clean up exit logic pldm_visualise_pdrs.py: make --user optional pldmd: move DbusHandler to stack Manojkiran Eda (1): Fix issues reported by static analysis tool Change-Id: Ife4be596ff90512118757616a36b43f8dbb46746 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-13phosphor-networkd: srcrev bump 5758db3f61..bd649af91eAndrew Geissler1-1/+1
William A. Kennington III (3): build: Add fmt subproject support network_manager: Add support for non-disruptive reconfiguration Convert all systemd-networkd service restarts to reloads Change-Id: Ic8eb7fb2023f080e6a879d13d688ab7c305aea02 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-12smbios-mdr: srcrev bump e7cf319564..9ab8c8d8fbAndrew Geissler1-1/+1
Patrick Williams (1): catch exceptions as const Change-Id: Ie0245e1cc48c66863c36cf4772092a9228bd064e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-12bios-settings-mgr: srcrev bump b5984b87eb..2f7ba73a1aAndrew Geissler1-1/+1
Snehalatha Venkatesh (1): Fix for changing BIOS AdminPassword through BMC Change-Id: Ieaef039f1c83be2b922afc9c25114eafbc07b9a5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-12phosphor-fan-presence: srcrev bump 49766182fa..c9d49a65b4Andrew Geissler1-1/+1
Matt Spinler (4): control: Create FlightRecorder class control: Dump flight recorder on signal SIGUSR1 control: Dump flight recorder on abnormal exit control: Flight recorder wrapper for actions Change-Id: Iabc42b211b893cc2254712f601fb02e121bb0738 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-12pldm: srcrev bump 60c186b92a..c30a82cf34Andrew Geissler1-1/+1
Brad Bishop (1): utils: print out host EID path Christian Geddes (2): Introduce hb_max_num_huge_pages integer bios attribute for oem/ibm Add hb_hyp_switch_current to IBM's enum_attrs.json Patrick Williams (1): catch exceptions as const Change-Id: Ida2db2cde026cb0362925b3bc80b6b467c9e4b24 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-12phosphor-power: srcrev bump a4d38fad70..2aba2b25f1Andrew Geissler1-1/+1
Adriana Kobylak (1): psu-ng: Bump the psu validation timeout Jim Wright (1): pseq: Add GPIOs to power control application Change-Id: I889ba215cd31bd361160fa75687d72e3ed13ca5c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-12bmcweb: srcrev bump 8e659c88fc..e7b5f604ccAndrew Geissler1-1/+1
Lei YU (1): Fix build warning Change-Id: I5d4b7f02c5066b5b47e6d283b1aa8c3252adf259 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-12phosphor-ipmi-flash: srcrev bump 665905ff97..9b7a3b4fc7Andrew Geissler1-1/+1
Willy Tu (1): tools: Support empty image file and ignore the fileSize check Change-Id: I586eac8c2dea72f25fc9dd9d9c8eef3c24fb4a9e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-10dbus-sensors: srcrev bump 26601e8919..1dc85f5167Andrew Geissler1-1/+1
Zhikui Ren (1): psusensor: fix sensor name matching during rescan Change-Id: I8d5e6d03b829012471364832997182eee363660a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-10entity-manager: srcrev bump 83b1e9b4a6..a0d1b3f89cAndrew Geissler1-1/+1
Zhikui Ren (1): Utils: Fix more than one template replace Change-Id: Ifb85e9a2bc4414fe04912960a7ed217fa1f71b09 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-10phosphor-host-ipmid: srcrev bump 414d2f7be5..a2ad2da85fAndrew Geissler1-1/+1
Patrick Williams (1): catch exceptions as const Change-Id: I9b7994ba23c42b6fc1a117f907759800f7496973 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-10phosphor-psu-code-mgmt: srcrev bump 6d62ceb307..9ca9a224aaAndrew Geissler1-1/+1
Patrick Williams (1): build: switch to C++20 Change-Id: I12ab08f7b460e1882614ab226eae8a42c4f3a28d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-10phosphor-net-ipmid: srcrev bump 1c5b3ab058..12d199b277Andrew Geissler1-1/+1
Patrick Williams (1): catch exceptions as const Change-Id: I13240ee1b7c83025c2cf3a466105abcc3e849844 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-10phosphor-logging: srcrev bump 8133134b13..0273a222abAndrew Geissler1-1/+1
Ben Tyner (1): PEL:message_registry: Standby power regulator fault Change-Id: If3c8878452bd5fe38fdd76383ee081045e9497af Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-09bmcweb: srcrev bump 44fad2aa3b..8e659c88fcAndrew Geissler1-1/+1
Ed Tanous (2): Split up authenticate Simplify requestPrefersHtml unit test Josh Lehan (1): Avoid hardcoding nlohmann_json include directory Change-Id: I4f8a081dd48609db2c28b75892e3a2dcfe537f9b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-09phosphor-certificate-manager: srcrev bump ca12811702..7195799258Andrew Geissler1-3/+2
Patrick Williams (2): configure: simpify dbus policy install dir catch exceptions as const Update FILES and DEPENDS per 'simplify dbus policy' needs. Change-Id: Ic8d573eac341b34bc5f55e7c12dc737095a9f5f2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2021-10-09phosphor-fan-presence: srcrev bump ddb773b2c5..49766182faAndrew Geissler1-1/+1
Mike Capps (6): control: command line tool to retrieve fan status (set/resume functions) control: command line tool to retrieve fan status (reload function) fanctl: Added README.md fanctl: add cli11 dependency to autoconf phosphor-fan: add fanctl binary to .gitignore file fanctl: add github link to help command Change-Id: Iea21b90bf5199cd4d272ac827994ad6f396b8326 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-09telemetry: srcrev bump 934201f7e7..2001301a0fAndrew Geissler1-1/+1
Szymon Dompke (1): Modify Trigger dbus api Change-Id: I53d352bb9728f16d3aa88abd3a4536e494509ac2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-09phosphor-pid-control: srcrev bump e7507a8b55..0001ee0224Andrew Geissler1-1/+1
Patrick Williams (1): catch exceptions as const Change-Id: I94a9f655799ebe7ed31cda354d826599bfab7e7c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-09phosphor-state-manager: srcrev bump 4328479f43..8583b3b93dAndrew Geissler1-1/+2
Ben Tyner (1): Chassis: Check for standby voltage regulator fault Patrick Williams (1): catch exceptions as const Change-Id: I0ff4195f0c5330674417f74a2c3908d74bb6e2ae Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-08phosphor-host-ipmid: srcrev bump 2101a44729..414d2f7be5Andrew Geissler1-1/+1
XP Chen (1): phosphor-ipmi-host: Set event msg buffer flag to hardcode to 0x0 Change-Id: I2c3a091ed007371247c5b0f1562f7998b4b8797d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-08phosphor-bmc-code-mgmt: srcrev bump ae06d76a23..58e18979f5Andrew Geissler1-1/+1
Patrick Williams (1): catch exceptions as const Change-Id: I3c88d92bf55872f1fbd246aa274af5976a9f1213 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-08smbios-mdr: srcrev bump e643169d59..e7cf319564Andrew Geissler1-1/+1
Jie Yang (4): Add CPU and memory LocationCode DBus interface Add Connector.Slot interface to CPU and DIMM smbios-mdr: Parse PCIE slot tables smbios-mdr: Associate with the motherboard Change-Id: I88023bfe9091632975aaacc69e48f8dea43bfa4a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-08sdbusplus: srcrev bump a8e3502c4e..b466765473Andrew Geissler1-1/+1
Patrick Williams (2): sdbus++: catch exceptions as const catch exceptions as const Change-Id: Idb8f4f617fc660aa3bc423d1e97ad8c7acb32d38 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-08phosphor-nvme: srcrev bump e528b0ae32..bc10c7d65aAndrew Geissler1-1/+1
Patrick Williams (1): build: switch to C++20 Change-Id: I63f2a692b3321404d88efcfc333d2dd7b3aeb656 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-08phosphor-hwmon: srcrev bump 04da055198..3a816147e3Andrew Geissler1-1/+1
Patrick Williams (1): build: switch to C++20 Change-Id: I7d358f6aed2c0379575d55ddd9985860eb308cd0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-08phosphor-ipmi-flash: srcrev bump b487eb47e5..665905ff97Andrew Geissler1-1/+1
Patrick Williams (1): catch exceptions as const Change-Id: Ic1c1ae799afcaa9cbbae598fdddda69b55304a16 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>