summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-03-01sdbusplus: srcrev bump 56252bbe25..3edbe5c0c0Andrew Geissler1-1/+1
Ed Tanous (1): Change io_service to io_context Change-Id: I156e024a65a732e9c3deb5ae331c462c70d97d96 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-03-01bmcweb: srcrev bump 6c068982d5..a88562de39Andrew Geissler1-1/+1
Carson Labrado (1): Aggregation: Document Redfish aggregation Michael Shen (1): processor: Change `Step` default value to USHRT_MAX Patrick Williams (1): sdbusplus: use shorter type aliases Change-Id: Ib913ace6d7f2753e552a8d5387762f78c2495051 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-03-01meta-fii: meta-mori: Add command for controlling host access to RTCKyle Nieman1-4/+39
Add command to allow user to enable or disable access for the host to the RTC. Change-Id: I0887cc18ed804191ffd80e5c6034d8ed1a0c3b66 Signed-off-by: Kyle Nieman <kyle.nieman@fii-na.com>
2023-03-01meta-google: gbmc-bridge: Use saved address as ping sourceWilliam A. Kennington III1-1/+7
We don't want to use any implicitly generated SLAAC addresses as this will allow our machine to think it is reachable even though megapede will not be able to reach it via the DHCP derived address. Change-Id: Iba73d8a96d8a6dfcd7988bf0cca44a5b14558290 Signed-off-by: William A. Kennington III <wak@google.com>
2023-03-01google-misc: srcrev bump 25c55c54e4..273640137fAndrew Geissler1-1/+1
William A. Kennington III (2): ncsid: UpdateIP should not add the nul address ncsid: Only delete static addresses Change-Id: Iaa5a15bee6b88432d4af604d27faeb97e3aceaed Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-28meta-ibm:tacoma: remove uart-render-controllerAndrew Geissler1-0/+1
This is added in the line above as the witherspoon-tacoma is included in the ibm-ac-server group. This package does not work on a tacoma though so remove it. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ibf1bc79d6e33646bfff1fa4f560b0b3a40ceb270
2023-02-28meta-ibm:tacoma: add entity-manager to flash imageAndrew Geissler1-1/+2
The witherspoon-tacoma system is going to be utilized for some rack controller prototyping. Add entity-manager in as it's required for prototype work. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Iee11a5dd554ad9a9bad4dbfb44bdef7381a1101e
2023-02-28meta-facebook: enable Busybox wall for flashyPatrick Williams2-0/+2
The `flashy` utility expects `wall` to be present. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie765bc47f1e872f34ae092cfb0a57ef88ab17f87
2023-02-28phosphor-logging: srcrev bump bad056be25..86cdcd52e2Andrew Geissler1-1/+1
Swarnendu Roy Chowdhury (1): PEL: Adding a PEL message entry into message_registry.json file Change-Id: Ie7bcc9543c082903373c37f4a4c88e3d29c28d88 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-28phosphor-state-manager: srcrev bump 46068d9bc1..48a4e5e5a6Andrew Geissler1-1/+1
Andrew Geissler (2): move systemd subscribe to util function increase timeout on systemd Subscribe method call Change-Id: Id549da89b349e5d9f15c5955f49657522ebfd616 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-28phosphor-dbus-interfaces: srcrev bump 455214f214..3b861bb73aAndrew Geissler1-1/+1
Andrew Jeffery (1): meson: Add dependency override for phosphor-dbus-interfaces Michael Shen (1): Cpu: Convert `Step` default value to maxint Change-Id: I494245c08f9e8946ef415ab2dec5eb440193cc3a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-28bmcweb: srcrev bump 03457a9c80..6c068982d5Andrew Geissler1-1/+1
Abhishek Patel (1): Retrieve port info for systems service Ed Tanous (9): Pass string views by value Take boost error_code by reference Rename doVmAction to doEjectAction Use same method to parse dbus object Seal "NotConnected" usage Detemplate SecurePipe Move network protocol to separate methods Add support for Link header in NetworkProtocol Implement AggregationService George Liu (1): Add Ports schema Gunnar Mills (2): Switch Developing to say webui-vue Have clang-tidy header match others Przemyslaw Czarnowski (2): Postpone params validation Extract out common parts Sui Chen (1): Move getMessage and getMessageFromRegistry to cpp and add test Troy Lee (1): Fixing blocking system call to async mode Xie Ning (1): Remove sessions when user is deleted Change-Id: I2509cacbb367f00f41f58b3291fe9d8dda78866e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-28meta-intel-openbmc: Enable ACBoot optionJonathan Doman1-0/+1
Enable the meson option to use the ACBoot setting in x86-power-control. Change-Id: I322eb275f6e3bd48838196cff1bff8553226f059 Signed-off-by: Jonathan Doman <jonathan.doman@intel.com>
2023-02-27intel-ipmi-oem: srcrev bump 4180cfe981..80d4d5f95eAndrew Geissler1-1/+1
Matt Simmering (1): Change terminology to inclusive terms Change-Id: I813ae6bf340815a7aca25072705b6bacac0ea317 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-24meta-bletchley: use gpiomon instead of polling gpio valuePotin Lai3-32/+22
Remove gpio polling of switch detect pin in power-ctrl and motor-init. Use gpiomon and timeout commands instead to improve performance and timing issue. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I9e1eb26b070a57f424b341890733dc63c170bf79
2023-02-24meta-facebook: busybox: add timeout commandPotin Lai2-0/+6
Add extra config to enable timeout command feature. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I0754e75856794d9a6cb3ec476d6ad5dd88d97739
2023-02-24linux-aspeed: Fixes for SMPRO, SSIFJoel Stanley1-1/+1
Nathan Chancellor (1): hwmon: (smpro-hwmon) Improve switch statments in smpro_is_visible() Quan Nguyen (1): ipmi: ssif_bmc: Use EPOLLIN instead of POLLIN Uwe Kleine-König (1): ipmi: ssif_bmc: Convert to i2c's .probe_new() Change-Id: Ic24dd829f783a765ad2424885be5a76678adcf49 Signed-off-by: Joel Stanley <joel@jms.id.au>
2023-02-24linux-aspeed: Fixes for TPM, GPIO, NCSIJoel Stanley1-1/+1
Eddie James (3): tpm: Use managed allocation for bios event log tpm: Add reserved memory event log ARM: dts: aspeed: everest: Add reserved memory for TPM event log Kees Cook (1): net/ncsi: Silence runtime memcpy() false positive warning Linus Walleij (1): gpio: aspeed: Convert to immutable irq_chip Change-Id: Iee081de8a07217431ef3cc4166716029db45b6ba Signed-off-by: Joel Stanley <joel@jms.id.au>
2023-02-24pldm: srcrev bump d21b57d78f..8c6abca946Andrew Geissler1-1/+1
Jayashankar Padath (1): oem-ibm: Support of new PSPD VPD record Change-Id: Id77c51c25e40aa2d1ad1c2ceb3f589b1dfce7f1e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-24phosphor-psu-code-mgmt: srcrev bump b58af7e4eb..4ba2edcc5aAndrew Geissler1-1/+1
Chicago Duan (1): Fix bug: Fix spelling errors Change-Id: Ib6e3ddf3bd4f8ec8934d882d2cb1add8db6b6e0c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-24phosphor-pid-control: srcrev bump df1f183fb4..79cde00af7Andrew Geissler1-1/+1
Potin Lai (1): main: add multiple search paths for config.json Change-Id: I6a9253a6c8e5458415e1dfc59f99bf117cd1dbc5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-24phosphor-bmc-code-mgmt: srcrev bump 299081b10f..3363f6553bAndrew Geissler1-1/+1
Glukhov Mikhail (1): Added ExtendedVersion creation to gen-bios-tar Change-Id: Ic562fc5f913a6b477f2c7f168d5732a590e60be9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-24phosphor-nvme: srcrev bump fe27011f3f..0314473c12Andrew Geissler1-1/+1
Potin Lai (1): nvme_manager: skip smbus reading when power good is false Change-Id: I97310239ad5b0d6d59c2e490a1f865ff9180b06b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-24phosphor-host-ipmid: srcrev bump c2cb1bc28a..5d2142028aAndrew Geissler1-1/+1
Potin Lai (1): apphandler: use regex to parse firmware version Change-Id: I7d7f5ed19a167ea66c076af2574b6e751c006b30 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-24openpower-hw-diags: srcrev bump 2660963033..31a8753a46Andrew Geissler1-1/+1
Caleb Palmer (1): Update Explorer RAS data json with sorted keys Change-Id: I323191f89140bb29ba7cce718b65dcd4b47a1ea4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-24bmcweb: srcrev bump e645c5e6a9..03457a9c80Andrew Geissler1-1/+1
Carson Labrado (2): Aggregation: Fix cppcheck errors HTTP Client: Increase max conns and reqs Ed Tanous (2): Disable token compress in str Disable old compatibility option default Gunnar Mills (1): Session: Add v1 to urlFromPieces Willy Tu (1): Update most resources to use urlFromPieces Change-Id: Ie8febc22852dc74738e9f18da279a093c5aee421 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-23foxconn-ipmi-oem: srcrev bump 46f2ae161b..40553244bdAndrew Geissler1-13/+5
Willy Tu (1): build: Migrate to meson and add clang-format Change-Id: I846dae5a4a17cebb869e23b1ff507a31f2fe4877 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-23README: Add section addressing motherboard-support FAQZev Weiss1-0/+28
This is a common enough question on Discord that we should probably make it easier for people to find the answer themselves (or at least have an easy thing to refer people to when it inevitably arises anyway). Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Change-Id: I54757f0902bfedca86d41cab0fc55b39cb7dfc1e
2023-02-23linux-aspeed: Move to Linux v6.1Joel Stanley1-3/+3
This moves the OpenBMC kernel to a v6.1 base for ASPEED. This release is supported upstream until the end of 2026. There are 91 patches in the tree, with 38 of those patches not yet queued for merging in v6.3. The remaining out of tree patches include: Andrew Jeffery (6): dt-bindings: hwmon: pmbus: Add Maxim MAX31785 documentation pmbus (max31785): Add support for devicetree configuration pmbus (core): One-shot retries for failure to set page pmbus (max31785): Wrap all I2C accessors in one-shot failure handlers ARM: dts: aspeed: witherspoon: Update max31785 node ipmi: kcs_bmc: Add a "raw" character device interface Cédric Le Goater (1): /dev/mem: add a devmem kernel parameter to activate the device Eddie James (13): leds: pca955x: Refactor with helper functions and renaming leds: pca955x: Use pointers to driver data rather than I2C client leds: pca955x: Optimize probe led selection leds: pca955x: Add HW blink support dt-bindings: soc: Add Aspeed XDMA Engine soc: aspeed: Add XDMA Engine Driver soc: aspeed: xdma: Add user interface soc: aspeed: xdma: Add reset ioctl soc: aspeed: xdma: Add trace events i2c: core: Add mux root adapter operations iio: si7020: Lock root adapter to wait for reset ARM: dts: aspeed: Fix pca9849 compatible ARM: dts: aspeed: p10bmc: Update battery node name Jae Hyun Yoo (1): clk: ast2600: enable BCLK for PCI/PCIe bus always Joel Stanley (8): net: ftgmac100: Ensure tx descriptor updates are visible ARM: aspeed: Add debugfs directory ARM: soc: aspeed: Add secure boot controller support dt-bindings: trivial-devices: Remove Infineon SLB9673 TPM ARM: config: aspeed_g5: Enable SSIF BMC driver ARM: config: aspeed: Remove FIRMWARE_MEMMAP tpm: tis-i2c: Add more compatible strings ARM: config: aspeed: Add Apemre SMPro drivers Johannes Holland (1): dt-bindings: tpm: Add schema for TIS I2C devices Potin Lai (1): mtd: spi-nor: winbond: Add support for w25q01jvq Change-Id: Iaeac739503b63fc070de31fd03395899855ed8f7 Signed-off-by: Joel Stanley <joel@jms.id.au>
2023-02-22meta-phosphor: preinit-mounts: shellcheck and prettyshPatrick Williams2-37/+35
Clean up this script a bit by formatting with prettysh and cleaning up all the shellcheck warnings. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ic7e6d1ba8ab01b047efcb3ac53e16667e9ac82eb
2023-02-22phosphor-psu-code-mgmt: srcrev bump 990bee9612..b58af7e4ebAndrew Geissler1-1/+1
Chicago Duan (1): Fix bug: Fix tar error Change-Id: I594e2871ca5b85be06e578b6ddaca756cc02310c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-22phosphor-user-manager: srcrev bump 5686206103..e8d664d168Andrew Geissler1-1/+1
Jiaqing Zhao (2): Switch to lg2 for logging ldap-config: Include phosphor-logging in source files Change-Id: Ic0e64f1fc04712bab71b522884599f5e09e0bcd7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-22dbus-sensors: srcrev bump ec77caa457..c61a4a4329Andrew Geissler1-1/+1
Konstantin Aladyshev (1): PSUSensor: Add support for MP2975 sensor Change-Id: I6925be992827a4d16cc7b936ad9b21ea0313a950 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-22webui-vue: srcrev bump b89eed27d5..d8c71c00c2Andrew Geissler1-1/+1
Konstantin Aladyshev (1): Add button to clear POST code logs Change-Id: I41059832c6dbc4a7f6f9362cace347ad495a9e35 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-22phosphor-dbus-interfaces: srcrev bump 0b2cbd32d9..455214f214Andrew Geissler1-1/+1
gikrish1-in (1): ibm: Add new interface "PSPD" Change-Id: I5400de0db31e32139f54f995f2320ad4e00904ba Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-22openpower-pnor-code-mgmt: srcrev bump 6fa12d3db9..42fa04844fAndrew Geissler1-1/+1
Brad Bishop (1): treewide: remove dependencies on mapper.target Change-Id: I57eeb82c663787488769a5dc38bbaddb3974454e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-22phosphor-bmc-code-mgmt: srcrev bump 44b9fef9bf..299081b10fAndrew Geissler1-1/+1
Brad Bishop (1): treewide: remove dependencies on mapper.target Change-Id: I0b3ceabd480847ac8ab4c14ceb1874eb79b3eefd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-22meta-ibm: Increase the BMC dump total sizeDhruvaraj Subhashchandran1-0/+2
Set the BMC dump total allowed size as 409600KB. p10bmc machines have an emmc based filesystem so therefore can fit more bmc dumps. Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I05c1626ce9a03685adfdfd9713b3053ae8e63737 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2023-02-21meta-ampere: mtmitchell: enable PostCodeHieu Huynh1-0/+2
Enable PostCode from the phosphor-host-postd to support OEM Boot Progress. Tested: 1. Get Boot.Raw tree: root@mtmitchell:~# busctl tree xyz.openbmc_project.State.Boot.Raw `-/xyz `-/xyz/openbmc_project `-/xyz/openbmc_project/state `-/xyz/openbmc_project/state/boot `-/xyz/openbmc_project/state/boot/raw0 Signed-off-by: Hieu Huynh <hieuh@os.amperecomputing.com> Change-Id: Idfd28d2d6512d7aa63339d5567628797538930b3
2023-02-21meta-ampere: mac-update: MAC update with static IPHuyLe1-0/+23
When the IP Address is configured to static IP, changing BMC MAC Address in FRU does not change the MAC address in eth0. This commit fixes the issue by adding IPMI MAC address update and some other configuration via ipmitool lan set commands to ampere_update_mac.sh to ensure the update is taking effect. Signed-off-by: HuyLe <hule@amperecomputing.com> Signed-off-by: Chau Ly <chaul@amperecomputing.com> Change-Id: Ib0466ee130af6d294fed03587c4d96328221d017
2023-02-21meta-ampere: support software revision using Ampere formatHieu Vu1-0/+17
OpenBMC uses os-release.bbappend to control the FW version, which is the output of 'git describe --dirty --long'. The format of this command's output is: {annotated-tag-name}-{num-commits-to-tag}-{current-commit-hash}. '-dirty' will be appended to the output if the working space is not clean. In addition, git describe --dirty --long only find an annotated tag, not lightweight tag which will miss internal release. This commit updates the rule to extract the right revision from Ampere build and release tag. Tested: tag with v1.02.100-ampere and check WebUI display revision 1.02.100. Signed-off-by: Thu Cao <thcao@os.amperecomputing.com> Signed-off-by: Chau Ly <chaul@amperecomputing.com> Change-Id: I6d5e6d2dcdb4988809f71d48a5b0e2710e7810d2
2023-02-21pldm: srcrev bump d99cca374b..d21b57d78fAndrew Geissler1-1/+1
Patel-Kamalkumar (1): Adding bios attributes for RPD feature Pavithra Barithaya (1): PLDM:Adding max settable value for boot counter effecter Sagar Srinivas (1): PLDM: Add the full namespaces reference Change-Id: I5ffc058553b88665e933184137873e52f22c2eae Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-20ExprTk: Update package to release/0.0.2Arash Partow1-2/+2
Signed-off-by: Khem Raj <raj.khem@gmail.com> Change-Id: I9637b129e8a5fc310d7988c8189044f7f2f6af3a
2023-02-20bmcweb: srcrev bump 2f3d9bd0c8..e645c5e6a9Andrew Geissler1-1/+1
Ed Tanous (8): Implement Manager/ServiceRootUptime Fix some more includes Make pcie_slots compile Revert "Implement Manager/ServiceRootUptime" Remove security headers middleware test Implement alternative to on boost::split Fix missing include Add option for validating content-type header Gunnar Mills (1): Fix missed include Konstantin Aladyshev (2): Don't decrease POST codes time precision Don't decrease journal messages time precision Lakshmi Yadlapati (5): Add Location information for FabricAdapter Add Asset information for FabricAdapter Add State information for FabricAdapter Add Health information for FabricAdapter Fix missed include Change-Id: Ieb011adde37810314db35703d927f8fd75a20663 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-20dbus-sensors: srcrev bump 6747eba5e0..ec77caa457Andrew Geissler1-1/+1
Ed Tanous (2): Remove non-functional tests Fix clang-tidy failures Change-Id: I427f3510d45870d7368b83093cc260fc6627f3e6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-18webui-vue: srcrev bump e8cb2c6a81..b89eed27d5Andrew Geissler1-1/+1
kirankumarb07 (1): Closed KVM new window after WEBUI logged out Change-Id: I34514536db81da96e38c0fd30f26da21c4b0800d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-18meta-google: gbmc-ncsi-config: Fix hostname parsingWilliam A. Kennington III1-2/+8
This makes it more flexible and supports hostnames that have extra hyphens. Tested: Against a number of hostnames to verify correctness ytbbg7-n18.prod.google.com ytbbg7 prod.google.com ytbbg7.prod.google.com ytbbg7 prod.google.com ytbbg7-n18.google.com ytbbg7 google.com ytbbg7.google.com ytbbg7 google.com ndn44-nfd01.corp.google.com ndn44 corp.google.com ndn44.corp.google.com ndn44 corp.google.com pnhuna-bf4-nfd01.prod.google.com pnhuna-bf4 prod.google.com pnhuna-bf4.prod.google.com pnhuna-bf4 prod.google.com ytbbg7-n18.prod.bhgoogle.com ytbbg7.prod.bhgoogle.com pnhuna-nzf0.prod.google.com pnhuna-nzf0 prod.google.com Change-Id: I4de218a4d77a34985d21098bf05db6ece990bb8f Signed-off-by: William A. Kennington III <wak@google.com>
2023-02-17webui-vue: srcrev bump da53c06768..e8cb2c6a81Andrew Geissler1-1/+1
Damian Celico (1): Added popup window with error message Glukhov Mikhail (1): Reducing values to a common format Nikhil Ashoka (1): Added DHCP enable/disable feature kirankumarb07 (2): Page heading do not translated on language change Add translation for a few missing UI elements Change-Id: I5079c0c0f0948b95e8b221676c5573b80d8e9758 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-17phosphor-host-ipmid: srcrev bump a42ee6be9b..c2cb1bc28aAndrew Geissler1-1/+1
Sui Chen (1): dbus-sdr: Look for ObjectManagers on /xyz/openbmc_project/vr ankita prasad (1): Revoking the GetUserAccess privilege for Operator Change-Id: If26e998daec683fec13d73585fdeb23fa14e055c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-17phosphor-post-code-manager: srcrev bump 8290e0f329..13cb853751Andrew Geissler1-1/+1
Bonnie Lo (1): Add one second timer to save POST codes to file Change-Id: I49654f06db38a43d9cd916b0f8c9b30577b622e6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>