summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-06-26meta-hpe: remove customer key block file requirementCharles Kearney2-38/+9
The customer key block HPE signed key is no longer required for machines that have been through the transfer of ownership process. Change-Id: Idfc94033dec64c62fa773c5511f9d0a17518a1cf Signed-off-by: Charles Kearney <charles.kearney@hpe.com>
2023-06-26meta-hpe: rl300-g11 add power supply monitoring recipeCharles Kearney12-0/+131
Change-Id: Ib6071c1b6d4df4a1138e0cecf29787c5edcea23c Signed-off-by: Charles Kearney <charles.kearney@hpe.com>
2023-06-26meta-google: Add default rsyslog config for gBMCWilly Tu2-0/+17
Enable common config for imjournal to use across all gBMC, so that we don't have to manage it seperately. Change-Id: I96057e3ee8246afdd0030fb2b90bcf01f9709137 Signed-off-by: Willy Tu <wltu@google.com>
2023-06-26meta-ibm: p10bmc: Move Bonnell dtb to be first on listAdriana Kobylak1-3/+7
The first dtb listed in the KERNEL_DEVICETREE list is the default used for the BMC's genesis boot. The Bonnell device tree specifies an eeprom that's larger in size than other p10bmc systems. Therefore the device driver currently truncates the data on this eeprom when doing a genesis boot on Bonnell since the default device tree is for Rainier. Move Bonnell to the top of the list to be the default since it has the larger eeprom size. Tested: Booted Rainier and Everest on simulation to test a genesis BMC boot. Verified they first booted with the Bonnell's device tree, then the BMC automatically rebooted after the machine type was identified and the device tree corresponding to the system was loaded. Change-Id: Icb9abe7d8b04d42befd9eb906d095f4fa046ab3c Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
2023-06-24telemetry: srcrev bump cc8abc0be5..3995a361afAndrew Geissler1-1/+1
Patrick Williams (1): Remove OWNERS which are unqualified Change-Id: Ica2aaf0070ad41816a7066faea165ff8ba04e203 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-24phosphor-logging: srcrev bump 7ba17c349b..7f5e44105dAndrew Geissler1-1/+1
Marri Devender Rao (1): PEL : Modify faultlog error to include only serviceable record count Patrick Williams (1): lg2: simplify source_location for clang-16 Change-Id: Iaf80ca58f4d072df800eff948c926bc2fdece031 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-24stdplus: srcrev bump 8a6eca3ae3..69a00d76b8Andrew Geissler1-1/+1
Patrick Williams (1): exception: remove source_location indirect William A. Kennington III (23): str/cexpr: Delete clang exemption net/ether: Fixup constructors net/addr/ip: Fixup hash function signatures str/buf: Add allocation reducing string buffer str/conv: Add basic functions numeric/str: Add constexpr int encode numeric/str: Improve base10 encode performance numeric/str: Add constexpr int decode net/addr/ether: Add FromStr conversion net/addr/ether: Add ToStr conversion net/addr/ip: Add In4Addr FromStr conversion net/addr/ip: Add In4Addr ToStr conversion net/addr/ip: Add IPv6 FromStr conversion net/addr/ip: Add IPv6 ToStr conversion net/addr/ip: Add InAnyAddr FromStr conversion net/addr/ip: Add InAnyAddr ToStr conversion net/addr/subnet: Add ToStr conversion net/addr/subnet: Add FromStr conversion net/addr/ether: Add missing equal operator net/addr/ether: Add basic queries net/addr/subnet: Add netmask functions net/addr/subnet: Add hashing functions str/buf: Fix when sizeof(CharT) == sizeof(CharT*) Change-Id: Ie518d47a5845beb32b79ee40650fd14749b084db Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-24sdbusplus: srcrev bump 3cc9c302f0..fa663aec1eAndrew Geissler1-1/+1
Patrick Williams (2): async: add is_sender type-aliases stdexec: update to latest commit Change-Id: I264aa6371700bf76a055f4cf91528e2fd7e59845 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-24phosphor-snmp: srcrev bump edd7082913..40f769bb41Andrew Geissler1-1/+1
Ivan Mikhaylov (1): Add UDP protocol by default in SNMP client Patrick Williams (1): snmp-configuration: fix markdownlint issues Change-Id: I2095f98dadbc2b5fc0d51dc59ee4e83e3b66bfa6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-23pldm: srcrev bump 477922744e..488f19d00aAndrew Geissler1-1/+1
Andrew Jeffery (1): pldm: Convert to pldm_bios_table_*_check() APIs Change-Id: Ia037c878e70d82bd6dc1744b4541b5b13fcdc4bc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-22google-ipmi-sys: srcrev bump 444b5ea484..dd04017914Andrew Geissler1-1/+1
Brandon Kim (1): bmc_mode: Add #pragma once Change-Id: I81254d11b3717982a0e916225616c2fabfeaff73 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-22add nghttp2 dependency on bmcwebEd Tanous2-0/+16
This commit is part of the review here: https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/40978 It adds a compile time dependency on nghttp2, and adjusts some of the build params for OpenBMC. Namely: 1. Building only a static library. 2. Enabling LTO. 3. Removing all features that we don't use (to reduce binary size) Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ifa9695c3c2313b4895d500a410307ef71ae1fad9
2023-06-22dbus-sensors: srcrev bump 9a7db6af20..95f49937b8Andrew Geissler1-1/+1
Chau Ly (1): intrusionsensor: Add hwmon reading method Change-Id: I830ce48e388fbf7e171376911dfcd7580514a518 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-22phosphor-dbus-interfaces: srcrev bump e6718c5e42..3bbd482752Andrew Geissler1-1/+1
George Liu (1): DIMM: Refactor the byte attribute to size type Change-Id: Ifd989512d867a531cf07835427693f348bcdf4a4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-22bmcweb: srcrev bump 3d30708fb6..6995c1ce42Andrew Geissler1-1/+1
George Liu (1): Change the byte of the MemoryAttributes attribute to the size type Change-Id: If5da4af8167710845fa1617dfa64dad3c1ad54c5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-22phosphor-debug-collector: srcrev bump 64f8da9e70..a72daf5c41Andrew Geissler1-1/+1
Dhruvaraj Subhashchandran (4): OpenPOWER: Add support for OpenPOWER dump policy OpenPOWER: Limit User-Requested System Dumps Fix markdownlint and shellcheck errors OpenPOWER: Fix compile error in p10bmc Matt Spinler (1): openpower:dreport: Save badPEL file in dump Change-Id: Ifde37451b7618b91e3ddfc37638bacccd092f5c3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-22meta-google: gbmc-bridge: Fix nftable rule setYuxiao Zhang2-7/+2
Seems that nftable cannot jump to a chain that doesn't in its own file. Change-Id: I4d8c0cd804afddaae7ae5e94b5db1266b149fb55 Signed-off-by: Yuxiao Zhang <yuxiaozhang@google.com>
2023-06-22webui-vue: srcrev bump 65fa7bf8c8..fb6c6de90cAndrew Geissler1-1/+1
Jason M. Bills (1): Add fields to the DIMM inventory table Konstantin (1): Fix kvm session and add event bus Change-Id: I214402410f69d8e2029d8fa61818eaf0e0db4723 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-22phosphor-logging: srcrev bump b25e8a328b..7ba17c349bAndrew Geissler1-1/+1
Matt Spinler (1): Don't throw on Settings access fail Change-Id: I6353532fe83c69c30348dd976546a4e45777218a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-22phosphor-ecc: srcrev bump c0b4eae01f..527190b2b7Andrew Geissler1-1/+1
Patrick Williams (1): clang-format: copy latest and re-format Change-Id: I3fcce1f4ea8e60df28f1bbc2abd772ca2002a1bd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-22smbios-mdr: srcrev bump 5a122a6e1b..132d037edfAndrew Geissler1-1/+1
Ankita Vilas Gawade (1): Clear cpuInfoMap on platform config discovery Hieu Huynh (1): Fix compiling error Change-Id: I32ec65b7620698687c3068807c9ebe29c3c1137d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-22phosphor-state-manager: srcrev bump e56feb492e..2038e4925bAndrew Geissler1-1/+1
Andrew Geissler (2): gitignore: add vscode reboot-cause: look for pinhole reset first Change-Id: Ibb5f2f95a1dc1d7657ef568739676ed966716c2f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-22bmcweb: srcrev bump e164f1b66e..3d30708fb6Andrew Geissler1-1/+1
Chicago Duan (1): Redfish: Implement SNMP Trap Ed Tanous (8): Revert "Fix websocket csrf checking" Set cookieAuth variable for cookie Use fillMessageArgs in log services Upgrade to mozilla intermediate 5.7 Change cipher suite variable Add an option flag for multi-computersystem Break out ComputerSystem methods Move all ComputerSystem routes to bottom George Liu (1): Refactor getManagedObjects method Jayaprakash Mutyala (1): Populate Memory attributes Joseph Reynolds (1): Add headers Referrer-Policy and Permissions-Policy Lakshmi Yadlapati (1): Fix Redfish validator failure in PCIeFunction Nan Zhou (1): json utils: add getEstimatedJsonSize Change-Id: Icd8b2601a60fa5cd1cfc36775877b9c02d192b0c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-21phosphor-dbus-interfaces: srcrev bump 7720dd643b..e6718c5e42Andrew Geissler1-1/+1
Ivan Mikhaylov (1): network/client: add TCP/UDP as Transport Protocol for Client Change-Id: I19c1244599f78e923b69fec15cdd7f0ea2b4ec41 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-21phosphor-debug-collector & phosphor-dbus-interfacesAndrew Geissler2-2/+2
PDC:srcrev bump 0b566d5497..64f8da9e7 Dhruvaraj Subhashchandran (1): Implement GetFileHandle in dump entry interface PDI: srcrev bump 3826910ef8..7720dd643b Dhruvaraj Subhashchandran (1): Add GetFileHandle method to dump entry Change-Id: I680546978a75f524b6c8e39b7cc24f7e9fde0450 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-21meta-phosphor: ipmitool: patch for fru edit fixesAlex Schendel2-0/+268
This commit is a temporary patch which is a copy of: https://codeberg.org/IPMITool/ipmitool/pulls/1 The current implementation of ipmitool fru edit does not perform proper checks when attempting to resize the FRU. This results in undesireable changes to the FRU in several instances. This commit resolves these issues to ensure proper handling when decreasing or increasing the FRU size. Tested: Built OpenBMC with only this patch for ipmitool and performed the tests described in the patched commit with the same results. Change-Id: I0305277740c55f4a314111acfc556758f14828d4 Signed-off-by: Alex Schendel <alex.schendel@intel.com>
2023-06-21pfr-manager: srcrev bump 304e82e1a3..d5c499082fAndrew Geissler1-1/+1
sri anjaneyulu alapati (1): Updated Additional Error/Status codes Change-Id: Ied89d2f6f325c0ad1de37327bc5b85e681fadf97 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-20phosphor-state-manager: add PACKAGECONFIG optionsAndrew Geissler2-3/+17
Clearly define the optional features and their defaults within the PSM repo. Change-Id: Ibf466d9319b4176c816ef22c4cdbfd8cd693a90b Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2023-06-20meta-phosphor: simplify FLASH_SIZE specificationPatrick Williams4-3/+2
FLASH_SIZE was previously defaulted in a few bbclasses and bbappends, but this can result in it not being defined in all recipes if the machine has not overridden the FLASH_SIZE. openbmc/openbmc#3876 reported one such case where the u-boot-fw-utils recipe does not receive the correct FLASH_SIZE and ends up erasing the wrong flash region as if it were the u-boot enviroment. Specify it in the common include so it is available everywhere. Resolves openbmc/openbmc#3876. Change-Id: Iacdde1a5d0081b54321110d655da18bb3846cd14 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2023-06-20dbus-sensors: srcrev bump 55832f37ec..9a7db6af20Andrew Geissler1-1/+1
Hieu Huynh (1): hwmontemp: add tmp464 Change-Id: I7605a03b0cafc5e63159658ef579f00fad6e5807 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-20libpldm: srcrev bump a5c3287e9b..5dc025719dAndrew Geissler1-1/+1
Andrew Jeffery (10): meson: Force inclusion of config.h via `-include` bios_table: pldm_bios_table_attr_entry_enum_decode_pv_num_check() values bios_table: pldm_bios_table_attr_entry_enum_decode_pv_hdls_check() values bios_table: pldm_bios_table_attr_entry_enum_decode_def_num_check() values bios_table: pldm_bios_table_attr_entry_string_decode_def_string_length_check() values bios_table: pldm_bios_table_attr_entry_enum_encode_check() values bios_table: pldm_bios_table_attr_entry_string_info_check() NULL deref bios_table: Relax pldm_bios_table_string_entry_decode_string_check() bios_table: Relax pldm_bios_table_attr_entry_enum_decode_pv_hdls_check() bios_table: Deprecate APIs with arguments sanitized using assert() Pavithra Barithaya (2): pdr: Add pldm_entity_association_pdr_add_from_node_with_record_handle() pdr: Add pldm_pdr_find_container_id_range_exclude() API Rashmica Gupta (3): requester: Add check before accessing hdr in pldm_recv() transport: Make APIs work for all types of messages transports: Resize socket send buffer if needed Change-Id: Ia5c5c03562eb01f40a4ce2725e93f7626eecb3f8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-20fb-ipmi-oem: srcrev bump 2405ae98b3..21a79235d3Andrew Geissler1-1/+1
BonnieLo-wiwynn (1): selcommands: send sel entry on dbus Change-Id: I93b2a794e7cca051ade28d9c3c650563e5923e7e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-20meta-phosphor: image-signing: Make script POSIX compliantLei YU2-2/+2
The script was comparing string with `==` that works in bash but not in `dash`. Change it to `=` so that it is more POSIX compliant. Tested: Verify the build passes with SIGNING_PUBLIC_KEY defined with both `bash` and `dash`. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: Id825cd111adeae5b1e50ea4f25603728cc122375
2023-06-19linux-aspeed: Move to v6.1.34 stable releaseJoel Stanley1-2/+2
This includes security and bug fixes from the 6.1.30 through to 6.1.34 stable releases. Change-Id: I545d5a71674d5d8d91904defe09bd43a7ae4d335 Signed-off-by: Joel Stanley <joel@jms.id.au>
2023-06-19linux-aspeed: Inventec Starscream, Bonnell TPMJoel Stanley1-1/+1
Chen.PJ 陳柏任 TAO (2): dt-bindings: arm: aspeed: add Inventec starscream-bmc ARM: dts: aspeed: Adding Inventec Starscream BMC Eddie James (1): ARM: dts: aspeed: bonnell: Add reserved memory for TPM event log Change-Id: I8bb4a837edf8a569afd2856c3def9a83b45243be Signed-off-by: Joel Stanley <joel@jms.id.au>
2023-06-17intel-ipmi-oem: srcrev bump b37abfb27f..152e914540Andrew Geissler1-1/+1
Johnathan Mantey (1): Fix IPMI firmware update programming failure Vasu V (1): Added support for ipmi tool based mux slot disable Vernon Mauery (1): Build fixes for gcc-12 Change-Id: Ib34094c227912e0f818701cdcc96a66a244066cf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-17phosphor-pid-control: srcrev bump 9fe3a3c767..57a7af6a4fAndrew Geissler1-1/+1
Harvey Wu (1): fix compile error when enable meson test option Change-Id: Ide308331f3a3bcef22089e14d23a8274516612e6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-17pldm: srcrev bump 9138c209c7..477922744eAndrew Geissler1-1/+1
Andrew Jeffery (1): pldm: Include config.h via compiler argument Change-Id: Iaa2ff4589a0e2983f3300ac37ddae565ceb5da13 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-17webui-vue: srcrev bump 7768e783af..65fa7bf8c8Andrew Geissler1-1/+1
Nikhil Ashoka (1): OpenLDAP and Active Directory is taken from translation file Change-Id: Ieb62313ca6ea0f0d03e03abe2a8c892e7343e256 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-17libpldm: srcrev bump 2ebec8dbe8..a5c3287e9bAndrew Geissler1-1/+1
Andrew Jeffery (3): bios_table: pldm_bios_table_string_entry_encode_check() values bios_table: pldm_bios_table_string_entry_decode_string_check() values bios_table: pldm_bios_table_attr_entry_string_encode_check() values Change-Id: I4feca792a93ac44c5273756be8891640cda640bd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-17phosphor-buttons: srcrev bump 0d038f58f7..ccd7db054cAndrew Geissler1-1/+1
Delphine CC Chiu (1): Support host selector using cpld definitions Change-Id: Iac9eca52963b487e41a26177bfe39dfef4c03665 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-17dbus-sensors: srcrev bump 28c56bf19c..55832f37ecAndrew Geissler1-1/+1
Matt Spinler (2): hwmontemp: Fix object type being passed to ctors Rename Sensor class variable Change-Id: I2de1f7d090912ebf58745f80aff02aaed14f6eba Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-17bios-settings-mgr: srcrev bump b3f7a79e39..f19e2713e5Andrew Geissler1-1/+1
Patrick Williams (1): clang-format: copy latest and re-format Change-Id: I0ea4669bba9a0fa765698d3d01806a747fa11399 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-17service-config-manager: srcrev bump ba287d8af5..dfc7270a24Andrew Geissler1-1/+1
Patrick Williams (2): meson: remove deprecated get_pkgconfig_variable clang-format: copy latest and re-format Change-Id: I25482623fc20db91654068541c1bbf5407449583 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-17phosphor-host-ipmid: srcrev bump 49152e76b4..cbfa6e1d2bAndrew Geissler1-1/+1
Johnathan Mantey (1): Block creating IPv4 address 0.0.0.0 via Set LAN Configuration Change-Id: I5b3ccae639a544a3b4d6b42f6db978c0808a4626 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-17bmcweb: srcrev bump 01a89a1f05..e164f1b66eAndrew Geissler1-1/+1
George Liu (1): Add ServiceLabel information for PowerSupply Lakshmi Yadlapati (2): Move PCIe functions to common file Add Health information for PCIeDevice Change-Id: I350d6c8a48c8a0648caa7ffebcf7d26a639385f4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-16pfr-manager: srcrev bump b29a15c60c..304e82e1a3Andrew Geissler1-1/+1
Patrick Williams (1): clang-format: copy latest and re-format Change-Id: I36f4d2716cab296ab18c95d6c1ae19c6650ed453 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-16meta-phosphor: npcm8xx.bbclass: sign images for TIP mode onlyTim Lee1-2/+2
For NO TIP mode there is no need for signatures at all. Expected result: | TIP_IMAGE = True | TIP_IMAGE = False | | SECURED_IMAGE = True | Need sign | No need sign | | SECURED_IMAGE = False | No need sign | No need sign Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: Ia48960732f9090f46f1944ee6bd51c1f0b121abe
2023-06-16meta-nuvoton: fix build warning for this layerTim Lee1-1/+1
There is build warning as below: WARNING: No bb files in default matched BBFILE_PATTERN_nuvoton-layer '' Sync from templates/layer.conf rule to fix this kind of warning. BBFILE_PATTERN_{layerid} = "^${{LAYERDIR}}/" Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I6a69f8f35cc7d129d605ee1f7d2519c32af53ab1
2023-06-16bmcweb: srcrev bump a115d87f83..01a89a1f05Andrew Geissler1-1/+1
Ed Tanous (1): Fix regression in @odata failure paths George Liu (2): Add asset information for PowerSupply Add FirmwareVersion For PowerSupply Change-Id: I1c09c4f46d3a940f9a4b35513be3933e4657576f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>