summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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>
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-12linux-aspeed: Move to v5.14.11 stable releaseJoel Stanley1-2/+2
This includes security and bug fixes from the 5.14.7 through to 5.14.11 stable releases. Change-Id: I4e3cbb74fe6204dd804c06a438e9a398f4808894 Signed-off-by: Joel Stanley <joel@jms.id.au>
2021-10-11Set default idle power saver parameters and valid rangesChris Cain1-0/+30
Change-Id: Ic02f28215c02caf9d00d339b3b0643e990b83598 Signed-off-by: Chris Cain <cjcain@us.ibm.com>
2021-10-11linux-aspeed: IBM CFF PS, USB EHCIJoel Stanley1-1/+1
Brandon Wyman (3): hwmon: (pmbus/ibm-cffps) max_power_out swap changes hwmon: (pmbus/ibm-cffps) Add mfg_id debugfs entry hwmon: (pmbus/ibm-cffps) Use MFR_ID to choose version Neal Liu (1): usb: ehci: Handshake CMD_RUN instead of STS_HALT for Aspeed Change-Id: I803024cd288339966162ac10fda501a6fb8beef8 Signed-off-by: Joel Stanley <joel@jms.id.au>
2021-10-11meta-google: Remove ztai from MAINTAINERS listWilly Tu1-1/+0
Change-Id: I0012555a65b0d9f67c62e14a5890a21cdff31ee5 Signed-off-by: Willy Tu <wltu@google.com>
2021-10-11rainier: Get virtual temp sensor config from D-BusRashmica Gupta1-25/+3
This tells phosphor-virtual-sensors to look on D-Bus for a virtual sensor config of type ModifiedMedian. This way we can use the same recipe for different hardware configurations. Change-Id: I3ebd0a636f07a0854251e06b952ad9646f12f637 Signed-off-by: Rashmica Gupta <rashmica.g@gmail.com>
2021-10-11u-boot-aspeed: use upstream u-boot.incAndrei Kartashev3-8/+12
Move u-boot-aspeed-sdk to use u-boot.inc from poki instead our own. We still need our own one for old u-boot-aspeed, so keep it as is. Tested: Build image for AST2500-based machine with u-boot-aspeed-sdk_2019.04, verified that it boots up and fw-utils installed to the image properly. Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Change-Id: Ia5fecdedc94e9550196420884a727e7d87b313d4
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>