summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-10-18Update setup script information in the README.mdKonstantin Aladyshev1-18/+14
Update information about all the possible target machines. Remove extra information about 'evb-ast2500' target as it no longer needs a special handling. Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Id05bb976cc339d62bcf6433251bd8b0f8787ccbd
2021-10-18phosphor-debug-collector: srcrev bump 9d2d722643..2a6835d765Andrew Geissler1-1/+1
George Liu (1): ramoops: Check files in pstore Change-Id: Ieda41504fbb35adee1a6bc2d26ab143c5ecdddbc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-18phosphor-fan-presence: srcrev bump cd6f379813..9c1360265eAndrew Geissler1-1/+1
Matt Spinler (3): sensor_monitor: Watch for interfacesRemoved sensor-monitor: Catch sdbusplus::exception sensor-monitor: Fix missing function prototype Matthew Barth (3): control: Use event groups on `init` triggers control: Use event groups on `signal` triggers control: Correct reloading groups.json thru SIGHUP Mike Capps (1): fanctl: support dump of FlightRecorder log data Change-Id: I65bceed94695323ade1d085a75c7bb89e2a8983a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-18bmcweb: srcrev bump f201ffb46c..5edbe947bcAndrew Geissler1-1/+1
Ed Tanous (1): Use less specific includes Change-Id: I41825172aa0ba92f392086ad0cc219966fe90683 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
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-16meta-ampere: mtjade: replace u-boot patches by featureThang Q. Nguyen5-729/+1
Enable phosphor-aspeed-spi-master-mode.inc and remove the u-boot patch that used for this feature. Also remove GPIO setting patches which the setting already implemented in the platform init package. Tested: on Mt.Jade platform with OCP plugged 1. Bind/unbind Host SPI-NOR and ensure no problem 2. Turn off Host, reboot BMC and check if Host SPI-NOR is probe successfully. Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Change-Id: Ie85166edca93b882868e1373696fbf664bee2ee4
2021-10-16google-misc: srcrev bump 700edceeed..9a76b6fbfbAndrew Geissler1-1/+1
William A. Kennington III (1): ncsid: Fix update_ra_neighbor.sh license Change-Id: I337b95f18b2cbea64d4512ab15122fe0b694ac5a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-16fb-ipmi-oem: srcrev bump 485f9b31cb..35d12546caAndrew Geissler1-1/+1
Patrick Williams (1): catch exceptions as const Change-Id: I98ce5f5a6f3fe329f0240ac140c2a7889120bee8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-16google-ipmi-sys: srcrev bump b69209b498..b4e3704c17Andrew Geissler1-1/+1
Willy Tu (5): build: Update to c++20 and meson >= 0.57.0 Add Google Copyright 2021 test: Replace the C++ MOCK_METHOD<n> macros with the new MOCK_METHOD google-ipmi-sys: Refactor to use new version of OEM IPMI Handler google-ipmi-sys: Convert input to use std::span<const uint8_t> Change-Id: I4a4d3416bcc48ca1e4c902969d669a1a4aca6d2f 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 Williams2-2/+2
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-15meta-inspur: fp5280g2: Use the 64M layoutJohn Wang1-1/+8
This commit changes the uboot to u-boot-aspeed-sdk to fit the 64M layout Tested: tested on the real machine, the image booted sucessfully Signed-off-by: John Wang <wangzhiqiang02@inspur.com> Change-Id: If6087abe489f157ac3f75e7428dbfe329caa0957
2021-10-15update meta-supermicro layer for new bitbakeRyan Sie17-138/+315
Signed-off-by: Ryan Sie <ryans@supermicro.com.tw> Change-Id: I05c85576fad2dae9f9a3e90afdac7565d9cefcf4
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-14meta-google: ipmi-fru-sh: Add lookup for FruDevice namesWilliam A. Kennington III1-0/+40
This makes it possible to specify a FRU lookup by a dynamically discovered FRUs from entity manager. Change-Id: Icf83aa3eff1cbc08a8fa3f99754e5c10e3e583fc Signed-off-by: William A. Kennington III <wak@google.com>
2021-10-14linux-aspeed: fp5280g2, IPMI BTJoel Stanley1-1/+1
Joel Stanley (1): ipmi: bt-bmc: Use registers directly John Wang (1): ARM: dts: aspeed: fp5280g2: Use the 64M layout Change-Id: Id6ec8571bee286cf56ab02bbf9c4b4d278b32426 Signed-off-by: Joel Stanley <joel@jms.id.au>
2021-10-14meta-google: gbmc-mac-config: Use ipmi_fru_allocWilliam A. Kennington III1-1/+1
This will allow us to implement other types of FRU path lookup mechanisms beyond the OF name one that is currently in use. This change is fully backward compatible. Change-Id: Icedecedc9fcaad75fa32c23142a0fd3dfa7f6c0d Signed-off-by: William A. Kennington III <wak@google.com>
2021-10-14meta-google: ipmi-fru-sh: Add method for initializing eepromsWilliam A. Kennington III1-2/+28
This makes it possible to create new specifications besides the default mapping of OF name to eeprom path. Right now this provides backward compatability with anything that uses of_name_to_eeprom and only provides a new explicit specifier for that specification. Change-Id: If02d9cb392a48e0698b10644d7ade3220bde3eb5 Signed-off-by: William A. Kennington III <wak@google.com>
2021-10-14openpower-proc-control: srcrev bump 9e178b740a..db8d46c033Andrew Geissler1-1/+1
Jayanth Othayoth (2): PHAL: createSbePEL API updates PHAL: enterMPIPL chip-op failure handling support Change-Id: I6ddf7def246da6aff4ef01a830fee09a82b20983 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-14openpower-hw-diags: srcrev bump 88c6c6156d..ceb08b2b7dAndrew Geissler1-1/+1
Zane Shelley (2): RAS data file updates for TP and N0 chiplets RAS data file updates for N1 chiplet Change-Id: I603d2f33abbfd93530b499c38a7246ba63a3cf61 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-14openpower-libhei: srcrev bump 5d731358d0..853765bf98Andrew Geissler1-1/+1
Zane Shelley (2): Chip data file updates for TP and N0 chiplet Chip data file updates for N1 chiplet Change-Id: I6a8c5aed1fe5eb536dc96c33670c8f6d3dd018df 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-14openpower-debug-collector: srcrev bump 9b6f8474a4..09cf37962aAndrew Geissler1-1/+1
Shantappa Teekappanavar (1): Remove checks for AutoReboot in watchdog timeout Change-Id: I49aa3ae4fa6b007965a6ddb1832189ac52da1f6f 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-13google-bios-key: remove _git from bb file nameWilly Tu1-0/+0
Change-Id: Ieaa81c38a107ea17f6901dded3583f93f48a4e98 Signed-off-by: Willy Tu <wltu@google.com>
2021-10-13google-bios-key: Install public bios keyWilly Tu1-2/+14
Tested: ``` $ find -name platforms_secure.pem ./tmp/sysroots-components/armv7a/google-bios-key/usr/share/google-bios-key/platforms_secure.pem ./tmp/sysroots-components/armv7a/google-bios-key/usr/share/platforms_secure.pem $ ls -l ./tmp/sysroots-components/armv7a/google-bios-key/usr/share/platforms_secure.pem lrwxrwxrwx 2 build build 36 Oct 13 08:09 ./tmp/sysroots-components/armv7a/google-bios-key/usr/share/platforms_secure.pem -> google-bios-key/platforms_secure.pem $ find -name platforms_bringup.pem ./tmp/sysroots-components/armv7a/google-bios-key/usr/share/platforms_bringup.pem ./tmp/sysroots-components/armv7a/google-bios-key/usr/share/google-bios-key/platforms_bringup.pem $ ls -l ./tmp/sysroots-components/armv7a/google-bios-key/usr/share/platforms_bringup.pem lrwxrwxrwx 2 build build 37 Oct 13 08:09 ./tmp/sysroots-components/armv7a/google-bios-key/usr/share/platforms_bringup.pem -> google-bios-key/platforms_bringup.pem ``` Change-Id: I38a4dcb5daa77bc2acf28ac19cdde07f22d8ba44 Signed-off-by: Willy Tu <wltu@google.com>
2021-10-13openpower-software-manager: Add runtime dependenciesGeorge Liu1-1/+1
It will build fail when enabled `vitrual_pnor` and compile with `bitbake openpower-software-manager`. error message: /usr/bin/obmc-vpnor-util contained in package openpower-software-manager requires /bin/bash, but no providers found in RDEPENDS:openpower-software-manager? [file-rdeps] Add the runtime dependency(bash) to the openpower-software-manager_git.bb file. Tested: enabled `vitrual_pnor` and built openpower-software-manager successfully. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I215d4b215a205a492b4509bc6f208182f25ce1d2
2021-10-12Add Inventec's Transformers platformHabeeb Mohammed22-3/+910
Change-Id: Ic8aaa0728a43936cd4c6212d590e01ba8202b25b Signed-off-by: Habeeb Mohammed <mohammed.habeeb@inventec.com>
2021-10-12openpower: ipl version bump ..ea1162e71bJayanth Othayoth1-1/+1
Dhruvaraj Subhashchandran (1): libphal: Add support for SBE dump collection Jayanth Othayoth (4): libphal: SbeError class updates libphal: pdbg init api support libipl: MPIPL skip sbe state updates in updatehwmdel step libipl: refactor mpipl_continue chip-op Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: Ic4a7bc5cf74d54c05ced2707ac9ee10e126c9c00
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>