summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-07-28pldm: srcrev bump b1475015b0..3586d360fcAndrew Geissler1-1/+1
Jeremy Kerr (1): tools: fw-update: allow ISO 8610 date formats Manojkiran Eda (1): bump cryptography from 3.4.7 to 39.0.1 Pavithra Barithaya (1): README: Move to "meson setup [options]" Change-Id: Ic49a6a61e9e4b73a146965ddb32837d4f679475e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-28libpldm: srcrev bump 096685b476..ef48506891Andrew Geissler1-1/+1
Andrew Jeffery (5): changlog: Fix ordering of Deprecated header under [Unreleased] transport: pldm_transport_poll(): Handle errors from ->init_pollfd() transport: pldm_transport_poll(): Adjust return value semantics libpldm: Migrate ARRAY_SIZE() to internal header transport: Introduce a transport for testing purposes Pavithra Barithaya (3): state-set: Add the enum for Operational Stress Status state platform: Uniform struct field name for FRU Record Set PDR platform: Uniform struct field name for Numeric SensorValue PDR Thu Nguyen (1): transport: Correct comparison in while loop condition Change-Id: If60d61dc1e0dab9eed05ae2b4e5bc8301d9168df Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-28bmcweb: srcrev bump 1306101e16..8ed41c35a3Andrew Geissler1-1/+1
Chau Ly (1): chassis: Change intrusion sensor look up method Ed Tanous (3): Fix logging Add missing nullptr checks Cache user role in session object Gunnar Mills (1): Fix RestorePolicy map Change-Id: I3470e127e5aa693e1f3fc8f1899b9f9a5f52c078 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-28phosphor-time-manager: srcrev bump 4f0dfa2c31..5f04019f48Andrew Geissler1-1/+1
Manojkiran Eda (1): Build test cases by default Change-Id: I7e206879f36ffca92b47b159bd195b2c5f566f9e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-28meta-phosphor: datetime: Disable tests for OpenBMC buildsManojkiran Eda1-0/+2
Tests are enabled by default in the repository, disabling them in the recipe so that they won't be compiled during the full image build. Change-Id: Icd00f36afbc490101a6936d4aebcc9ccf926b41d Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
2023-07-28meta-ibm/genesis3: Include the meta-ibm layerPatrick Rudolph5-9/+10
Adjust meta-ibm to add support for the new machine. Change-Id: I2eb61f3d9c85c23b16f026f8f9eb4506c78e97ad Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
2023-07-28meta-ampere: gpio: various fixesThang Q. Nguyen4-19/+1
Remove unused service files and add missing call for ampere-host-reboot@.service. Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Change-Id: If25d92343a23c313705213fba8f13446dcdb933e
2023-07-27phosphor-logging: leverage ERR_INFO_CAPPatrick Williams2-2/+2
The meta-phosphor recipe now includes a variable for setting the cap on info logs. Leverage that rather than an explicit EXTRA_OEMESON extension. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib0bc935691f4e1acb8fb667dffd60df8ce4d8118
2023-07-27meta-phosphor: phosphor-defaults: clean up poor line continuationsPatrick Williams1-18/+9
The phosphor-defaults.inc file has some free-standing line continuations that aren't in strings. While this might be accepted by bitbake, I don't think it is intended to be valid syntax, and the upstream vimsyntax file isn't happy about it. Clean this up by removing the continuation. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iee63c7eec4f940b28d45d3b9a1d0d97d93fff2e6
2023-07-27meta-phosphor: logging: change error_info_cap according flash sizeTim Lee1-0/+13
Change the default err_info_cap length according "flash-${FLASH_SIZE}" to get more appropriate for larger flash systems about this option. Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I769d24957f48552aabbd198cff1ca31b435af379
2023-07-27phosphor-ipmi-ethstats: srcrev bump 4cf2befc14..48d6b06ea5Andrew Geissler2-5/+6
Switch to meson. Patrick Williams (3): build: add basic meson config build: add meson for unit-tests build: remove autotools support William A. Kennington III (1): build: Some minor refactoring Change-Id: I3697ef580954f5423af0620df5c25e496de7e1c2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2023-07-26meta-quanta: mac-address SRCREV bump 08b87370..93756c78Willy Tu1-6/+6
Duke Du (1): Filter some probe fail fru Fran (8): Merge pull request #6 from quanta-bmc/dev_harvey_retry_get Merge pull request #7 from quanta-bmc/dev_harvey_retry_get Merge pull request #9 from quanta-bmc/dev_scron_using_cmake_and_googletest_and_find_fru_bus Merge pull request #10 from quanta-bmc/dev_scron_Update_README Merge pull request #12 from quanta-bmc/dev_scron_0204_fixed_bug_when_empty_line_in_config Merge pull request #11 from quanta-bmc/dev_scron_0107_Renamed_parameters Merge pull request #13 from quanta-bmc/dev_scron_0205_Modified_mac_address Merge pull request #16 from quanta-bmc/dev_duke_filter_multiple_same_fru_name_1001 Harvey Wu (4): add retry get fru data loop & output log only print first 256 bytes FRU data in log Merge pull request #18 from wltu/dev-cstdint Merge pull request #19 from wltu/dev-cmake-systemd-unit Scron Chang (9): Use Cmake, gtest, and add find-fru-bus.sh as well as config.txt. Add new line in the end of find-fru-bus.sh Add install config.txt and find-fru-bus.sh in CMake. Add PERMISSIONS to find-fru-bus Add new line to mac-address.cpp mac-address.hpp Update README.md. Renamed parameters Fixed mac-address gets "is empty". Improve the code efficiency and robustness. Scron-Chang (1): Merge branch 'master' into dev_scron_using_cmake_and_googletest_and_find_fru_bus Willy Tu (2): include cstdint for uint8_t cmake: Update system unit dir location to install Change-Id: I56abce1b6eca8e4a5a64a59c1949263e4eab462f Signed-off-by: Willy Tu <wltu@google.com>
2023-07-26meta-hpe: rl300-g11 add proliant support recipeCharles Kearney2-0/+51
Change-Id: I03a92e0d873dea306222b036accb931cf033e84e Signed-off-by: Charles Kearney <charles.kearney@hpe.com>
2023-07-26meta-google: ramoops: specify dmesg file nameYuxiao Zhang1-1/+1
Pmsg type will generate pmsg-, which will be used by kdump, this is to let this service not processing the core file. Change-Id: Ida4f8038a07ccea4be659cd734acc1a7d5c86e59 Signed-off-by: Yuxiao Zhang <yuxiaozhang@google.com>
2023-07-26meta-google: busybox: enable cpio outputYuxiao Zhang1-0/+1
Kdump preprocessing needs to read, modify, and repack a initfs, this is to enable cpio -O option. Change-Id: I3f59da1ad0094bbf4a0ef58094a26dfac3423f1d Signed-off-by: Yuxiao Zhang <yuxiaozhang@google.com>
2023-07-26pldm: srcrev bump e8fd5fb907..b1475015b0Andrew Geissler1-1/+1
Andrew Jeffery (1): libpldmresponder: Migrate to pldm_entity_association_pdr_add_check() Jeremy Kerr (1): tools: fw-update: Don't wrap datetime parsing in a catch KeyError block Kamalkumar Patel (1): Adding BIOS attribute to select OS load source Patrick Williams (2): use std::move_only_function .gitignore: simplify due to meson Pavithra Barithaya (1): Pldmtool change to fetch pdrs based on TerminusID vkaverap@in.ibm.com (1): PLDM: Comment explaining dbus-timeout-value option Change-Id: I5ceafef97d04bceb8c3fda6688b0f2c346428d8d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-25libpeci: srcrev bump 5be3924124..b33f593d97Andrew Geissler1-1/+1
Saitwal, Meghan (1): Add GNR-D CPUModel definition Change-Id: I80a9e23eb75555c78a8b69e0ef2093a03cf69513 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-25libpldm: srcrev bump 54d91e81c0..096685b476Andrew Geissler1-1/+1
Andrew Jeffery (2): abi: Update dumps to remove newly-static functions pdr: Stabilise pldm_entity_association_pdr_add_check() Change-Id: I6fb1a0261fad7e56235315367d50b43e94e2e568 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-25sdeventplus: srcrev bump a8c11e3ca3..25f484be0eAndrew Geissler1-1/+1
Patrick Williams (1): build: upgrade to C++23 Change-Id: I498ed36f3bd9e8f7c217cd8a65c9027852b65659 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-25phosphor-fan-presence: srcrev bump 2fbbae6973..fc4be0d60aAndrew Geissler1-1/+1
Patrick Williams (4): build: add cereal dependencies build: fix nlohmann-json dependency build: evdev: update wrap to newest URL control: add missing phosphor-logging dependency Change-Id: I0568c1da15b2817ffc9e4fad1999ab420300f56a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-25phosphor-time-manager: srcrev bump 6facad52b5..4f0dfa2c31Andrew Geissler1-1/+1
Lei YU (1): Add default time sync object path Patrick Williams (1): build: upgrade to C++23 Change-Id: I5d3bf7a5dcc9e7914c998f2e9d7782cfb590296f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-25phosphor-networkd: srcrev bump c6201207fc..7af5b73d15Andrew Geissler1-1/+1
Jishnu CM (1): Update the error on deleting a link local address Ravi Teja (1): Fix IPv4 DHCP address origin Change-Id: I8ee4b72f0256a758e6d2539f642d03e83e5e9577 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-25phosphor-logging: srcrev bump a561ff6add..1cb59f70f1Andrew Geissler1-1/+1
Matt Spinler (1): PEL: Update Deconfig D-Bus property after clear Change-Id: Ic162291abbfefb7d6adf85c0948347cbf4b6711c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-25phosphor-debug-collector: srcrev bump 94adf68525..05ef81639cAndrew Geissler1-1/+1
Dhruvaraj Subhashchandran (3): BMCDump: dump subtype input parameter support Add support core dump in common create Add Ramoops dump to common create Lei YU (1): Correct the timing of emit_object_added Change-Id: I118ba0fd91ecbb221052422236ea103918049e93 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-25phosphor-certificate-manager: srcrev bump 223e460421..23778dd404Andrew Geissler1-1/+1
Patrick Williams (1): build: upgrade to C++23 Change-Id: I53e8215ca51e9ce1b9c85df3bb49c25f77b9e8c2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-25entity-manager: srcrev bump 431faa1a9f..7329a22510Andrew Geissler1-1/+1
ankita prasad (1): Increasing the bus read timeout for FRU Change-Id: Ibb373bc2f19a831cccc258133ed0fc8c037f0cb4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-25phosphor-host-ipmid: srcrev bump 4e02b431f1..7bb84dbaadAndrew Geissler1-1/+1
Harvey Wu (1): dbus-sdr: change to continue when path not found Vernon Mauery (1): Return error when SDR offset is out of range Change-Id: I131a9b338fb1456a23f41620edf886315b68c171 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-25openpower-vpd-parser: srcrev bump bab2bedab1..d8577739a7Andrew Geissler1-1/+1
Patrick Williams (1): build: upgrade to C++23 Change-Id: I54fc3d7ce4af39611d18ad06b52dbbd2e7e1279a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-25stdplus: srcrev bump 6317f35709..8bd9251190Andrew Geissler1-1/+1
Patrick Williams (1): build: upgrade to C++23 William A. Kennington III (12): treewide: Switch to std::format zstring: Support std::format str/conv: Make formatter generic net/addr: Support std::format str/buf: Support std::back_inserter and data() fd/fmt: Don't depend on fmtlib function_view: Add a lightweight span equivalent for functions function_view: Allow empty function views print: Add c++23 print compatible implementation str/cat: Simplify append logic str/cat: Implement StrBuf appending fd/fmt: Support direct string writing Change-Id: Ibc17e1189388bda196371c2e8355868d1bb39e66 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-25bmcweb: srcrev bump 62598e31d0..1306101e16Andrew Geissler1-1/+1
Akshit Shah (1): Report status state field for cable objects Alex Schendel (1): scripts: Script to autogenerate TLS certs Ban Feng (1): Fix unable to find sensor object Ed Tanous (2): Rename aResp to asyncResp Add error code check for snmp Ravi Teja (2): Add IPv6 StatelessAddressAutoConfiguration Fix events destination url parsing for IPv6 Change-Id: I9fe9a09c4f0c2baa2f75577361379265b9dd19f0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-25meta-quanta: gbs: Remove obmc-dmtf-pmciWilly Tu1-0/+1
Removing obmc-dmtf-pmci to remove packagegroup-obmc-apps entirely. Without doing so the gbs image will try to build the packagegroup-obmc-apps packages. Change-Id: I3e710cc904344fb86761f5ea5794ef94a506607c Signed-off-by: Willy Tu <wltu@google.com>
2023-07-24u-boot-aspeed: Rebase on SDK v00.04.15Joel Stanley1-1/+1
The new SDK came out with some updates to the flash driver, and OPTEE booting. It also includes some changes submitted from the openbmc branch. Changes since v00.04.13 SDK version: Chia-Wei Wang (4): common: fit: Update board_fit_image_post_process() to pass fit and node_offset ast2600: Add SMP bootflow to support OP-TEE configs: evb-ast2600-spl: Add support for OPTEE booting arm32: Fix relocation of env_addr if POSITION_INDEPENDENT=y Chin-Ting Kuo (10): spi-nor: Disable hold/reset pin on MT25QL02G spi: aspeed: Add pure command mode support spi: aspeed: Copy address info from data buf spi: aspeed: Copy address info from data buf spi: aspeed: Add flash write-protect by host ctrl APIs spi: Add usage example for write protect APIs spi: aspeed: Fix bug for lower SPI clock frequency spi: aspeed: Use fixed SPI clock frequency at the beginning mtd: spi-nor: Add gd55b01gf and gd55b02gf ID info spi-nor: Remove dual mode for GDxxBxxGE flash part Cédric Le Goater (1): ARM: dts: aspeed: Add a palmetto board (AST2400) Dylan Hung (7): aspeed: ast2600: Keep PLL power on cmd: nettest: disable ABR WDT pinctrl: ast2600: Remove the accesses to SCU474 net: phy: Add Broadcom BCM54210E driver configs: ast2600: Remove AST2600A1 ECC defconfig Arch: arm: dts: Add dts for AST2600 EVB with DRAM ECC enabled configs: ast2600: Revise AST2600 EVB ECC configs Eddie James (1): board: ast2600-ibm: Add AST2600 BMC based POWER10+ servers Graeme Gregory (1): ARM: dts: aspeed: add Qualcomm DC-SCM V1 Jae Hyun Yoo (2): ARM: dts: ast2600-qcom-dc-scm-v1: enable HACE board: Add initial version of Qualcomm DC-SCM V1 board Jammy Huang (5): cmd: aspeed: dptest: Add log messages cmd: aspeed: dptest: Add ctrl for ssc shift cmd: aspeed: dptest: Make D10.2 public misc: dp: Fix BMC mode can't control if patch for no driver works cmd: aspeed: dptest: Modify SSC policy Joel Stanley (9): ARM: dts: Rename Rainier to P10 BMC ARM: dts: ast2600: Fix indentation ARM: dts: ast2600: Consolidate A1 device tree ARM: dts: ast2600: Consolidate A0 device tree ARM: dts: ast2600: Consolidate NCSI device tree ARM: dts: aspeed: Add a Romulus board (AST2500) ram/aspeed: Use device tree to configure ECC ram/aspeed: Remove ECC config option ARM: dts: aspeed: p10bmc: Enable ECC Kevin Chen (1): Revert CONFIG_SYS_TEXT_BASE to support Raw and FIT images. Neal Liu (1): otp: print actual value for programming data region Troy Lee (1): board: ast2600-dcscm: Add Aspeed AST2600 DCSCM demo board support Zev Weiss (1): ARM: dts: aspeed: Add Delta AHE-50DC BMC chin-ting_kuo (1): Revert "spi: aspeed: Copy address info from data buf" Remaining openbmc changes: Adriana Kobylak (1): configs: aspeed-common: Add redundant env for mmc Delphine CC Chiu (1): ARM: dts: aspeed: add Meta greatlakes board (AST2600) Eddie James (7): tpm: Pull in upstream changes tpm: Fix spelling for tpmu_ha union tpm: sandbox: Update for needed TPM2 capabilities tpm: Support boot measurements bootm: Support boot measurement doc: Add measured boot documentation ast2600: Measure the boot Heinrich Schuchardt (1): cmd: inconsistent return type of command_process() Ilias Apalodimas (1): tpm: add a function that performs selftest + startup Jae Hyun Yoo (1): mtd: spi-nor-ids: add winbond w25q512nw family support Joel Stanley (14): ast2600: spl: Implement board_boot_order ast2600: Add environment for booting from mmc crypto: Restore old driver for Aspeed HACE ARM: dts: aspeed: Disable ACRY for rainier and tacoma tools: Disable OpenSSL deprecation warnings cmd/otp: Fix struct storage type configs: Add OpenBMC config for SPL MMC boot configs: Add OpenBMC config for SPL NOR boot configs: openbmc: Remove ymodem SPL support aspeed: Remove remaining "Aspeed secure boot" code config/ast2500: Enable RAM devices ram/aspeed: Re-init ECC if requested but not enabled configs: ast2600: Use stringify configs: evb-ast2600: Disable unused loaders John Keeping (1): tools: env: update lock path in README Pali Rohár (2): version: Move version_string[] from version.h to version_string.h Remove including timestamp.h in version.h Patrick Rudolph (1): ARM: dts: aspeed: Add IBM Genesis3 board Simon Glass (1): image: Correct strncpy() warning with image_set_name() Tim Lee (1): tools: env: use /run to store lockfile Tom Rini (1): Makefile: Silence binutils 2.39 linker warnings Zev Weiss (2): aspeed: Disable backdoor interfaces Revert "config/ast2500: Enable RAM devices" Change-Id: I20864b06ef92502fa1ca7e9f406f3c143a918f66 Signed-off-by: Joel Stanley <joel@jms.id.au>
2023-07-24meta-ampere: mtjade: buttons: enable warm-reboot optionThang Q. Nguyen1-0/+3
Enable reset-button-do-warm-reboot to configure the reset button to trigger SYSRESET GPIO when released. Tested: 1. Turn ON the Host. 2. Press and release the reset button. Check if the Host is reset while Host power is still ON Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Change-Id: Ife26183fa39f6dcbbb4b6e0aec30163ced257a35
2023-07-23google-misc: srcrev bump cc45be7c90..f8bb477927Andrew Geissler1-1/+1
William A. Kennington III (1): ncsid: Fix build issue Change-Id: I564484dc83c986b9ef6a92fb631f1dabca53dd67 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-22mstpd: update to ${sbindir} because of usrmergeHarvey Wu1-3/+3
Signed-off-by: Harvey Wu <Harvey.Wu@quantatw.com> Change-Id: I2dffda1e08e8c536a7f9b27a936dcebb4674deb7
2023-07-21meta-fii: meta-mori: Add usblist supportJonico Eustaquio1-0/+12
Add the usblist support in mori. Change-Id: Ie503ec73496cdc4f0927060cb668fec38061030c Signed-off-by: Jonico Eustaquio <jonico.eustaquio@fii-na.com>
2023-07-21meta-fii: meta-kudo: Remove host status check for resetJonico Eustaquio1-4/+0
As part of performing a reset instead of DC cycling when reboot is called from the host. Remove the check on host status since previously it would prevent a host reboot. Change-Id: Id4b7888ebcb87c42cd46363b883d88ffa851d67e Signed-off-by: Jonico Eustaquio <jonico.eustaquio@fii-na.com>
2023-07-21meta-fii: meta-mori: Uniform syntax for recipesKyle Nieman18-170/+157
Update bitbake recipe format to make uniform with the following rules: 1) Generally bbappends should have layer(mori) overrides 2) Add uniform appending by using "append" instead of "+=" 3) bb files (excluding bbappends) typically should not have "append" phrase except for limited amount of variables (RDEPENDS,DEPENDS,FILES, ...) 4) Wrap lines greater than 80 chars when applicable 5) Switch syntax for long list values over multiple lines to use four-space indent In addition, oe-stylize.py was applied to further refine recipe syntax. Tested: Built successfully. Individual packages were tested for functionality with no notable change. Change-Id: I626c529373805aa696f7c574e10c1617493d4f61 Signed-off-by: Kyle Nieman <kyle.nieman@fii-na.com>
2023-07-21intel-ipmi-oem: srcrev bump 3432a0ace7..84c203d2b7Andrew Geissler1-1/+1
Jason M. Bills (1): Return error when SDR offset is out of range Change-Id: Ia438634fef38fb38527960a58f45c3de7f92643a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-21meta-google: Remove python3-core from nftablesWilly Tu1-0/+3
python3-core is taking a lot of space causing the image to be too large in some systems. Remove the python package config to remove the dependencies. This is not done in bbappend because it didn't work when testing it out. Tested: Built with gbs and it doesn't have python3-core when tested with ``` INHERIT += "buildhistory" BUILDHISTORY_COMMIT = "1" ``` to get the package sizes. Change-Id: I5040cfb46ad618d622855891a462d53a887433fd Signed-off-by: Willy Tu <wltu@google.com>
2023-07-21meta-ibm: Set Dbus timeout for PLDM to 10 secondsvkaverap@in.ibm.com1-0/+7
Dbus timeout for PLDM is set to 5 secs. After reset reload BMC is too busy and cannot return in 5 secs. Increasing the dbus timeout value to 10 seconds to address this issue. Change-Id: I1f513062a617d53061ec3e0a4aca03c996f11d0e Signed-off-by: vkaverap@in.ibm.com <vkaverap@in.ibm.com>
2023-07-20meta-google: gbmc-bridge: support fd1x public addressYuxiao Zhang1-1/+1
We have platforms using fd1x instead of fd00, this will make sure we pick the correct ip address. Change-Id: I9c385a43adb539cfbfdd80651c59b0c0eba05082 Signed-off-by: Yuxiao Zhang <yuxiaozhang@google.com>
2023-07-20google-ipmi-sys: srcrev bump 4baf41c8d2..15d4d21c09Andrew Geissler2-1/+3
Hao Zhou (1): File System: Dependency Injection and Mock John Wedig (1): Add IPMI OEM command LinuxBootDone Patrick Williams (1): build: upgrade to C++23 Change-Id: I2d203a8ca9c5e0947b2d70f9d3aec3831c31fa64 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: John Wedig <johnwedig@google.com>
2023-07-20google-misc: srcrev bump 3212f5df6f..cc45be7c90Andrew Geissler1-1/+1
John Wedig (1): espi-control: Add program to disable eSPI Change-Id: I1eaaf766531cad5a0855a92f87805336cb0eeb77 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-20entity-manager: srcrev bump a591d6c0b1..431faa1a9fAndrew Geissler1-1/+1
Jonico Eustaquio (5): configurations: Add Mori motherboard config mori_motherboard: Add ADM1272 hotswap controller mori_motherboard: Support more MB temp sensors and VBAT mori_motherboard: Add fan sensor configurations mori_motherboard: Add PID fan table sensor configuration Change-Id: I150e737a0961094e22e60264c4b3b10d212b66c7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-20ipmbbridge: srcrev bump 3c796a6fbb..e6b07fafc9Andrew Geissler1-1/+1
Patrick Williams (1): build: upgrade to C++23 Change-Id: I90c5f094e135669dc140b44219cc902055304249 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-20phosphor-net-ipmid: srcrev bump be1aa08320..11c483510bAndrew Geissler1-1/+1
Patrick Williams (1): build: upgrade to C++23 Change-Id: I5596e6c17596253447be3c6b043782c4153949a7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-20openpower-pnor-code-mgmt: srcrev bump b119dca11c..90475e7458Andrew Geissler1-1/+1
Patrick Williams (1): build: upgrade to C++23 Change-Id: I8e0d7047c8a19997816dc312fb8898e9d2988cb3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-20openpower-vpd-parser: srcrev bump 37992a6542..bab2bedab1Andrew Geissler1-1/+1
girik (2): DIMM capacity changed from MB to KB vpd-tool: Flow to read keyword from hardware updated Change-Id: I655f898fefac7d86837d3a49799a0b6023daa18a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-20phosphor-bmc-code-mgmt: srcrev bump dedcb9a6a4..b9ecb2bcdaAndrew Geissler1-1/+1
Patrick Williams (1): build: upgrade to C++23 Change-Id: I8d75f0a4c0c480c0e13878290581b6f721fe1e3e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>