- Feb 23, 2023
-
-
Zev Weiss authored
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
-
Joel Stanley authored
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>
-
- Feb 22, 2023
-
-
Patrick Williams authored
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
-
Andrew Geissler authored
Chicago Duan (1): Fix bug: Fix tar error Change-Id: I594e2871ca5b85be06e578b6ddaca756cc02310c Signed-off-by:
Andrew Geissler <openbmcbump-github@yahoo.com>
-
Andrew Geissler authored
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>
-
Andrew Geissler authored
Konstantin Aladyshev (1): PSUSensor: Add support for MP2975 sensor Change-Id: I6925be992827a4d16cc7b936ad9b21ea0313a950 Signed-off-by:
Andrew Geissler <openbmcbump-github@yahoo.com>
-
Andrew Geissler authored
Konstantin Aladyshev (1): Add button to clear POST code logs Change-Id: I41059832c6dbc4a7f6f9362cace347ad495a9e35 Signed-off-by:
Andrew Geissler <openbmcbump-github@yahoo.com>
-
Andrew Geissler authored
gikrish1-in (1): ibm: Add new interface "PSPD" Change-Id: I5400de0db31e32139f54f995f2320ad4e00904ba Signed-off-by:
Andrew Geissler <openbmcbump-github@yahoo.com>
-
Andrew Geissler authored
Brad Bishop (1): treewide: remove dependencies on mapper.target Change-Id: I57eeb82c663787488769a5dc38bbaddb3974454e Signed-off-by:
Andrew Geissler <openbmcbump-github@yahoo.com>
-
Andrew Geissler authored
Brad Bishop (1): treewide: remove dependencies on mapper.target Change-Id: I0b3ceabd480847ac8ab4c14ceb1874eb79b3eefd Signed-off-by:
Andrew Geissler <openbmcbump-github@yahoo.com>
-
Dhruvaraj Subhashchandran authored
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>
-
- Feb 21, 2023
-
-
Hieu Huynh authored
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
-
HuyLe authored
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
-
Hieu Vu authored
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
-
- Feb 20, 2023
-
-
Andrew Geissler authored
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>
-
Arash Partow authored
Signed-off-by:
Khem Raj <raj.khem@gmail.com> Change-Id: I9637b129e8a5fc310d7988c8189044f7f2f6af3a
-
Andrew Geissler authored
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>
-
Andrew Geissler authored
Ed Tanous (2): Remove non-functional tests Fix clang-tidy failures Change-Id: I427f3510d45870d7368b83093cc260fc6627f3e6 Signed-off-by:
Andrew Geissler <openbmcbump-github@yahoo.com>
-
- Feb 18, 2023
-
-
Andrew Geissler authored
kirankumarb07 (1): Closed KVM new window after WEBUI logged out Change-Id: I34514536db81da96e38c0fd30f26da21c4b0800d Signed-off-by:
Andrew Geissler <openbmcbump-github@yahoo.com>
-
- Feb 17, 2023
-
-
William A. Kennington III authored
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>
-
Andrew Geissler authored
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>
-
Andrew Geissler authored
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>
-
Andrew Geissler authored
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>
-
Andrew Geissler authored
Chau Ly (1): configurations: Implement ChassisOn value for PowerState in mtjade Logananth Sundararaj (1): Add HotPluggable in json file Rashmica Gupta (1): config/storm_king: Add Ambient Virtual Temp Sensor Change-Id: I96368e24cd4eb6d5509ae3c76093ec745988a618 Signed-off-by:
Andrew Geissler <openbmcbump-github@yahoo.com>
-
Andrew Geissler authored
Brad Bishop (1): treewide: remove dependencies on mapper.target Change-Id: I970fce81af94f7f7be270406a01cbe9c86914f52 Signed-off-by:
Andrew Geissler <openbmcbump-github@yahoo.com>
-
- Feb 16, 2023
-
-
Jason M. Bills authored
obmc-targets.bb was removed, so remove this bbappend file, too. Signed-off-by:
Jason M. Bills <jason.m.bills@linux.intel.com> Change-Id: I9a0cfae7bcd5ed763e8199f4cdd889337af45b4d
-
Zev Weiss authored
Enabling 'set -x' can be useful for debugging, but as default behavior it's basically just noise. Thus far that noise hasn't ended up anywhere visible because nbd-proxy redirects stderr to /dev/null when running this script, but that may soon be changing so that actual error messages from the script aren't lost. Signed-off-by:
Zev Weiss <zev@bewilderbeest.net> Change-Id: Idc7d0d3fd54fd9349bf39f47c3e62a89d98b5d03
-
Zev Weiss authored
The shell will implicitly exit with the exit status of the last command on its own, so having 'exit 0' at the end of a script is at best redundant, and may actually cause problems by masking a non-zero exit status of the preceding command and preventing the error from propagating as it should. (In this particular case we've got 'set -e' in effect so a command exiting non-zero would terminate the script anyway, but it would be better not to rely on that.) Signed-off-by:
Zev Weiss <zev@bewilderbeest.net> Change-Id: I1ba2821290695eb7ffbc5937959917a8cf5351f9
-
- Feb 15, 2023
-
-
Patrick Williams authored
There is not much value in the mapper-wait invocations since the providing service is well-known. Wait directly on the service. Signed-off-by:
Patrick Williams <patrick@stwcx.xyz> Change-Id: I9be5922229778faedf3cd6b85fba928866583672
-
Andrew Geissler authored
Brad Bishop (1): treewide: remove dependencies on mapper.target Change-Id: If7488cf8d3427fcab389942eb1eb9ec10d4f6f6c Signed-off-by:
Andrew Geissler <openbmcbump-github@yahoo.com>
-
Andrew Geissler authored
Patrick Williams (2): clang-format: update with latest mapper-wait: add service dependency Change-Id: Ife0b2a376b9bd64eb12f97fa18c709f5d7b89f50 Signed-off-by:
Andrew Geissler <openbmcbump-github@yahoo.com>
-
Andrew Geissler authored
Patrick Williams (1): service: remove obmc-mapper dependencies Change-Id: I2211678da38530c53c44c2c2e8f50686b15c20fc Signed-off-by:
Andrew Geissler <openbmcbump-github@yahoo.com>
-
Andrew Geissler authored
Patel-Kamalkumar (1): PLDM: Mark all _current attributes as readonly kamal (1): Adding support for new bootprogress state Change-Id: Id95bb2e2db0217aa54ac23b9cdea62f81848a07f Signed-off-by:
Andrew Geissler <openbmcbump-github@yahoo.com>
-
Andrew Geissler authored
Andrew Jeffery (1): libpldm: Bump to v0.2.0 Thu Nguyen (2): Correct the compact numeric sensor pdr struct name Add day/week/month/year occurrence rate Change-Id: Icf161544cfa845731be49b717cab302ef9d57c97 Signed-off-by:
Andrew Geissler <openbmcbump-github@yahoo.com>
-
Andrew Geissler authored
Harvey Wu (1): meson: Remove autotools files and ignore patches Tom Tung (1): pid: reuse the code for processing sensors input Change-Id: I4a731fcccc39d59387edc87b15e1c9d110873d4c Signed-off-by:
Andrew Geissler <openbmcbump-github@yahoo.com>
-
Andrew Geissler authored
Brad Bishop (1): treewide: remove dependencies on mapper.target Change-Id: If68ea0fe068292e429386846bcafce0665ab40ee Signed-off-by:
Andrew Geissler <openbmcbump-github@yahoo.com>
-
Andrew Geissler authored
Brad Bishop (1): treewide: remove dependencies on mapper.target Change-Id: I6e0cb9005e212afda60c04bd70f3474c929d0ac2 Signed-off-by:
Andrew Geissler <openbmcbump-github@yahoo.com>
-
Andrew Geissler authored
Brad Bishop (1): treewide: remove dependencies on mapper.target Change-Id: I740e20951d160c06081a951ca2e9e07d5cf16649 Signed-off-by:
Andrew Geissler <openbmcbump-github@yahoo.com>
-
Andrew Geissler authored
Brad Bishop (1): treewide: remove dependencies on mapper.target Change-Id: Iae8130d181136a594a8dbd9d6621f5ba7c944e3f Signed-off-by:
Andrew Geissler <openbmcbump-github@yahoo.com>
-
Andrew Geissler authored
Brad Bishop (1): treewide: remove dependencies on mapper.target Change-Id: I5818cb0358d222193f1b39dd361a83ab115939fd Signed-off-by:
Andrew Geissler <openbmcbump-github@yahoo.com>
-