summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-09-14smbios-mdr: srcrev bump 511b06c05d..ecbd71baa6Andrew Geissler1-1/+1
Mansi Joshi (1): Fix SMMDR send directory info call Change-Id: I7205ebf2167ac89fd0c518d1ed4c1efa709fe7d9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-14openpower-proc-control: srcrev bump ee56c55526..61c8757c6bAndrew Geissler1-1/+1
Jayanth Othayoth (4): PHAL: Helper function to set PDATA_INFODB PHAL: set PDATA_INFODB value for phal-export-devtree app PHAL: set PDATA_INFODB value during import devtree PHAL: disable attributes tool debug traces Change-Id: Ia969a9811580b6d79c59c5f941acaab5b8f67be3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-14stdplus: srcrev bump 5e3b13f022..1775926327Andrew Geissler1-1/+1
Patrick Williams (1): clang-format: apply clang-12 changes Change-Id: Ifae2213b7017b98ce3530c44fe8c9cc256187703 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-14pldm: srcrev bump 430aaee501..e5268cda73Andrew Geissler1-1/+1
Tom Joseph (1): Refactor the verbose tracing in PLDM Change-Id: I5bed3b2087068a6359db4b146056388cf20ecbef Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-14webui-vue: srcrev bump aaff26ef82..bfb3469467Andrew Geissler1-1/+1
Konstantin Aladyshev (2): Russian translations for the POST code page Sync ru-RU translation file with the en-US file Change-Id: If1f76c6350bc9b393569abae2e2e23424c2b8ebf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-14openpower-occ-control: srcrev bump 25613624ce..d267cec28eAndrew Geissler1-1/+1
Matt Spinler (1): Find P10 OCCs by looking in /dev Change-Id: Ie474fb85f66704346e43435cb7d172daf27bba4d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-14dbus-sensors: srcrev bump 5ab424a6a4..0c42f40e55Andrew Geissler1-1/+1
Patrick Williams (2): build: add phosphor-logging dep and wrap logging: replace direct journal calls with lg2 Change-Id: Ib0eedad0b41c9848a09da3313717ca594d5ad59a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-14bmcweb: srcrev bump 7bb985eeb0..9a69d5a5efAndrew Geissler1-1/+1
Ali Ahmed (1): Add SystemType to Systems/hypervisor Ed Tanous (4): Remove unused variables in connection class Rearrange/clean code in connection fix clang formatting Clear UserSession in between requests John Edward Broadbent (2): Change ownership of boost::req to crow::req Corrects issues in session Change-Id: Idaacee582adc86dcbe70d8dfa59fa6984fb255fa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-14phosphor-power: srcrev bump 1fd0b14587..3d8e295a02Andrew Geissler1-1/+1
Adriana Kobylak (1): clang updates Patrick Williams (1): clang-format: apply clang-12 changes Change-Id: I458f6e24203a239399cc54b009df790ef7c491b7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-14busybox: switch SRC_URI to single-append stylePatrick Williams1-5/+8
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I494bb2352ba068f02dab761fabc7cfcae6a70eb9
2021-09-13meta-phosphor: dbus-sensors: add phosphor-logging dependencyPatrick Williams1-1/+8
In prep for Ib408e97ff99863cd91bcbcb43a4738d773f4e21c, add the necessary dependency for phosphor-logging. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I2a67d940da9598250e9884c35006f670f68efc72
2021-09-13meta-facebook: switch to ipk packagesPatrick Williams3-3/+3
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I75f71a404016949179cca78605ae5be4613249e3
2021-09-13meta-phosphor: os-release: add indirect for root directoryPatrick Williams1-1/+3
The `run_git` in phosphor's os-release.bbappend assumes that the git repository is in `${COREBASE}`, which is the location of the `meta/` subdirectory. This is true when building exclusively the `openbmc` tree but may not be the case when external users attempt to use the `openbmc` tree as a git-submodule. Create an indirection (`OS_RELEASE_ROOTPATH`) which defaults to `COREBASE`, but allows an override for those other use-cases. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I4e0171e065379c5030a36ea5be774b5db78bfe34
2021-09-13meta-ibm:fans:control: Use JSON config files installed from repoMatthew Barth9-172/+0
The `p10bmc` machine's JSON config files should now use the JSON config files installed from the repository. Change-Id: Ibd9bbc055e4d00a5f799a291e9fd3a9955d774c5 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
2021-09-13meta-ibm:fans:monitor: Use JSON config files installed from repoMatthew Barth7-713/+0
The `witherspoon` and `p10bmc` machines' JSON config files should now use the JSON config files installed from the repository. Change-Id: I47669745aa7047c4de64ee8aedc98437593a3b62 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
2021-09-13meta-ibm:fans:presence: Use JSON config files installed from repoMatthew Barth7-565/+0
The `witherspoon` and `p10bmc` machines' JSON config files should now use the JSON config files installed from the repository. Change-Id: Ie40264435ca5278a50f2aa3c688d882d72cb376b Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
2021-09-13meta-inspur: fp5280g2: Remove duplicate configurationGeorge Liu1-1/+0
`install -d ${D}${sysconfdir}/default` has been configured in the libmctp_git.bb file, remove it. Tested: 1. Successfully build libmctp and image-bmc 2. Saw the `/etc/default/mctp` file in image-bmc Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I162d10b4a09ebe87388f4e3e4d9f79aa32a94230
2021-09-12meta-google: gbmc-bridge: Fix nftables rules for local BMC addressWilliam A. Kennington III1-3/+11
We want to use sets instead of separate rules for each address. This also ensures that packets coming from internal sources are matched as internal packets. Change-Id: Iff87b81c48c7491a74af1a2cead4cabcb56d81a0 Signed-off-by: William A. Kennington III <wak@google.com>
2021-09-11meta-google: protobuf: Enable LTOWilliam A. Kennington III1-0/+3
We want to reduce the size of our target binaries, and LTO saves us about 300K. Change-Id: Id1fe52b48a16999385251ae927012ff3e494e2f3 Signed-off-by: William A. Kennington III <wak@google.com>
2021-09-11phosphor-logging: srcrev bump b2e541ee25..87001e465fAndrew Geissler1-1/+1
Patrick Williams (3): elog-gen: minor changes to reduce clang-format diffs elog-gen: sort exceptions for file stability clang-format: apply clang-12 changes Change-Id: If208b6a1bbec647c2b1c7208cbf893a3b9d68ddb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-11phosphor-dbus-interfaces: srcrev bump f18b21e0e1..6b50623459Andrew Geissler1-1/+1
Matt Spinler (1): Put PowerState On/Off enums in quotes Change-Id: Iffc7ef537cf0dc5a8869d678363bdf737a463ab7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-11openpower-proc-control: srcrev bump 2b21170102..ee56c55526Andrew Geissler1-1/+1
Jayanth Othayoth (1): phal: libipl enum name change IPL_NO_ERR to IPL_ERR_OK Change-Id: I85095bdc2ef4c9be28280e3c9b61de650ee41870 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-11phosphor-ipmi-flash: srcrev bump 1c0fe13431..203ad80448Andrew Geissler1-1/+1
Willy Tu (1): updater: Cleanup Active blob to support multiple stages Change-Id: I996c83a647ed5e0bb376f93a55321c66cc3308fa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-11pldm: srcrev bump 3ddbe439da..430aaee501Andrew Geissler1-1/+1
Manojkiran Eda (2): Remove executable permissions for config file Remove unused function in fru parser code Change-Id: I7baf892e270e760e9934ee7c1029f461ef6fc4cf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-11phosphor-power: srcrev bump 2874e90220..1fd0b14587Andrew Geissler1-1/+1
Shawn McCarney (1): regulators: Add detectPhaseFaults() to Device Change-Id: Ibb7bb699b8d5eaab71821f28f6462e17bbc74a93 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-11entity-manager: srcrev bump fbce8e2235..e7ac9c9eb1Andrew Geissler1-1/+1
Charles Boyer (1): service_files: remove StopWhenUnneeded flag in FruDevice service Konstantin Aladyshev (1): entity-manager: Fix typos in log messages Oskar Senft (1): schema: Add EntityId and EntityInstance to JSON schema. Patrick Williams (1): exception: add errno Zev Weiss (1): configurations: add ASRock E3C246D4I board Change-Id: I7c2a5d804f558ba0f94441c52f4d047ce46adb26 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-11Remove watchdog-timeout service on p10bmc systemsShantappa Teekappanavar2-6/+14
watchdog-timeout service is needed only if the PHAL machine features is not present/enabled. In p10bmc is PHAL machine features based, so removing the watchdog-timeout service. This commit: - Does not install openpower-debug-collector-watchdog-timeout@.service file in the /lib/systemd/system directory for PHAL machine features based systems - Removes openpower-debug-collector-watchdog-timeout@0.service link to the service file, openpower-debug-collector-watchdog-timeout@.service, on PHAL machine features based systems Testing: Installed the image on p10bmc system and verified that the systemd service file openpower-debug-collector-watchdog-timeout@.service was not created, and the link file, openpower-debug-collector-watchdog-timeout@0.service, also was not created. Signed-off-by: Shantappa Teekappanavar <sbteeks@yahoo.com> Change-Id: I7bafd9b7e232043cddbcce76af51fd457169f759
2021-09-11openpower-debug-collector: Fix watchdog-timeout systemd service link issuesShantappa Teekappanavar2-5/+4
This commit: - fixes missing "@" in the openpower-debug-collector-watchdog-timeout@.service file path. - Adds openpower-debug-collector-watchdog-timeout@.service file to the /lib/systemd/system directory. Testing: Installed the image on simics and verified that the watchdog-timeout systemd service file was added to /lib/systemd/system directory. Signed-off-by: Shantappa Teekappanavar <sbteeks@yahoo.com> Change-Id: Id6d9309d35bf218a2b458548f8a9dc6b7cc0a58c
2021-09-10dbus-monitor: add dependency on snmp serviceAndrew Geissler2-0/+6
All IBM systems support the SNMP trap notification for error logs. This means phosphor-dbus-monitor needs to be careful to not start until the SNMP service is up and running. Without this dependency, situations can be hit, when lots of errors are present, where the phosphor-dbus-monitor calls into the SNMP shared library and hits an unhandled exception when trying to talk to the SNMP service. Tested: - Verified the unhandled exception is no longer seen and phosphor-dbus-monitor starts after the SNMP service. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I8b4ca94c0cdd7721aa8847dc478f3827f040a654
2021-09-10openpower: bump ipl to 5edb65dJayanth Othayoth1-1/+1
Amitay Isaacs (2): libipl/p10: libpdbg api always returns -1 on error libipl: Improve naming IPL_ERR_NILL to IPL_ERR_OK Chirag Sharma (1): libipl: Check to not apply resolved guard records Jayanth Othayoth (6): libipl: Add support for hostboot attribute overrides libipl: Add support for disabling denial list based SCOM libipl: pdbg v3.3 related changes libipl: Add sbe ffdc data logging support libipl: Log FFDC data if mpipl_continue chip-op fails libipl: ipl_error_callback_func prototype change Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I817d48e88a484b70119314f3e54e5029c233c632
2021-09-10meta-amd: fix compilation errors with latest YoctoKonstantin Aladyshev19-43/+43
Make the following changes to fix compilation errors: - add honister to the LAYERSERIES_COMPAT variable, - increase CONF_VERSION to 2, - use new bitbake override syntax Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I971f0f0f7110e0350994ced151ca429444885056
2021-09-10meta-ethanolx: Add driver for the FRU EEPROMKonstantin Aladyshev1-0/+1
AMD EthanolX CRB uses 24LC128 EEPROM as a device that is supposed to store FRU information. Add necessary Linux driver that adds support for this chip. Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Iaf54bfd5bfbc3266d2a18861ee47339df78c777b
2021-09-10meta-inspur: fp5280g2: Rename mctp package to libmctpGeorge Liu1-0/+0
Since the upstream has renamed the mctp package name (debf2b5), it will fail when building fp5280g2. Synchronously update the mctp package name of fp5280g2. Tested: built fp5280g2 image successfully. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: Ifdf4bc7955d182617532537f1f5fc59931d27eca
2021-09-10phosphor-sel-logger: srcrev bump 9f476e82f7..a138ebd3c7Andrew Geissler1-1/+1
Patrick Williams (1): exception: add errno Change-Id: I124f8fa8535a5db6c5469b6e760fd1253e424b84 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-10sdbusplus: srcrev bump bd372ecb56..ef26221bc1Andrew Geissler1-1/+1
Patrick Williams (2): exception: create subclass for generated errors sdbus++: add errno property to errors Change-Id: I1ce4f1006af90300322b71a3cd52f5716589df40 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-10dbus-sensors: srcrev bump 5770a6fd6a..5ab424a6a4Andrew Geissler1-1/+1
Ed Tanous (2): Make dbus-sensors compile with clang-13 clang-tidy disable bugprone-narrowing-conversions Change-Id: I078acb48b9c61cdf7ba870fef9bb2de8804bdaa7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-10telemetry: srcrev bump e702a5de61..93064d8fceAndrew Geissler1-1/+1
Krzysztof Grobelny (1): added support for Collection Functions Lukasz Kazmierczak (1): Updated subprojects revisions to fix build issues Change-Id: I63885a6ae212ac7ab6b58381e9d0a2defe2f3fd6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-10openpower-proc-control: srcrev bump ad1cfa50b5..2b21170102Andrew Geissler1-1/+1
Jayanth Othayoth (1): phal: ipl_error_callback_func prototype related changes Change-Id: I6c3e9b4184b2293c15679b94ff45d37d016189ef Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-10phosphor-dbus-monitor: srcrev bump 764adb5e51..b839c3ea01Andrew Geissler1-1/+1
Alexander Filippov (1): format: fix logging of a boolean property Change-Id: I27c4012725c090eea4e17c93e7072cfdf019aec8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-10webui-vue: srcrev bump f7000cd6ce..aaff26ef82Andrew Geissler1-1/+1
Dixsie Wolmers (1): Fix broken link on firmware page Konstantin Aladyshev (8): Russian translations for the IA log section changes Russian translations for the IA health section changes Russian translations for the IA control section changes Russian translations for the IA configuration section changes Russian translations for the IA access section changes Russian translations for the IA resource section changes Russian translation for the system attention indicators Russian translations for the export all and delete all buttons Change-Id: I3ce91e1bf2920843fcfcabd6dd969b0629bf1640 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-10phosphor-power: srcrev bump 39eb08a90b..2874e90220Andrew Geissler1-1/+1
Patrick Williams (1): exception: add errno Shawn McCarney (2): regulators: Add PhaseFaultDetection to Device regulators: Simplify Device test cases Change-Id: I21a846a695166ac704b849d764576a1c9ffb173d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-10phosphor-dbus-interfaces: srcrev bump d81cff3c7a..f18b21e0e1Andrew Geissler1-1/+1
Patrick Williams (1): various: fix error metadata for systemd rules Change-Id: Ib542ff061aa8901aaba17ffe21c94fd8a0500d79 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-10pldm: srcrev bump 0922275b3b..3ddbe439daAndrew Geissler1-1/+1
Manojkiran Eda (1): Fix for discovering the HostState Shantappa Teekappanavar (1): pldmtool: List all PDR records or PDR records based on PDR type Change-Id: Ideab672f4cf4bda8254f58c501eff52cdba76a27 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-10meta-fii/meta-kudo: Select clears-sel optionCharles Boyer1-1/+1
This will select the option within phosphor-sel-logger to clear the IPMI SEL through its Clear method. Then there will not be a Record ID sync issue from the clear of SEL and adding new entries. Signed-off-by: Charles Boyer <Charles.Boyer@fii-usa.com> Change-Id: I4ba21237b2726254b2a427d9bc26469c5267b565
2021-09-09meta-google: zstd: Split libraries from binariesWilliam A. Kennington III1-0/+2
This saves ~3MB of uncompressed size. Working on upstreaming this change, but keep it as part of meta-google for now. Change-Id: I261610c1413b514f7090e3be84ca19e243653640 Signed-off-by: William A. Kennington III <wak@google.com>
2021-09-09meta-google: google-key: Don't bring in all of gnupgWilliam A. Kennington III1-1/+1
This has a measurable effect on the size of the image, removing nearly 10MB of binaries from the uncompressed size. Change-Id: I4da1cca0ac036ef3eded48e5c64ab4ca12196264 Signed-off-by: William A. Kennington III <wak@google.com>
2021-09-09Webui-vue builds with IBM environment variablesAbhishek Patel2-1/+7
To build webui-vue with IBM theme, need to set IBM environment variable during the webui-vue build. Yocto has many layers of abstraction. To specify IBM environment variables, we use --mode npm build Commandline argument, which helps to set IBM environment variables. We need to set this environment variable during IBM build only. So created webui-vue_%.bbappend file, which sets that env variable only for IBM builds. More information could be found at https://github.com/openbmc/webui-vue/blob/master/docs/customization/build.md Tested with IBM build. Signed-off-by: Abhishek Patel <Abhishek.Patel@ibm.com> Change-Id: I6ff997a94eb59b695741ccca95acb7693a4714ff
2021-09-09phosphor-sel-logger: add clears-sel PACKAGECONFIG optionCharles Boyer1-0/+1
This option will enable phosphor-sel-logger to clear the SEL log files. Signed-off-by: Charles Boyer <Charles.Boyer@fii-usa.com> Change-Id: Ia710a2f1a901b18c78f8d54109761589cf5d5c2b
2021-09-09entity-manager: srcrev bump 86671ef4bd..fbce8e2235Andrew Geissler1-1/+1
Ed Tanous (2): clang-tidy disable bugprone-narrowing-conversions clang-format with version clang-format-13 Change-Id: I3c0cde40ae5e81a0ec771d674822ce4b97054767 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-09phosphor-objmgr: srcrev bump 99cf37fe65..bedd41655eAndrew Geissler1-1/+1
Patrick Williams (1): exception: add errno Change-Id: I94a8268dbce90ba16f86c149716dbc820e31cdbf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>