Age | Commit message (Collapse) | Author | Files | Lines |
|
Eric Yang (1):
fw-update: Change fw req msg from info to debug
Manojkiran Eda (1):
oem-ibm: Change the primary postcode signature
Change-Id: I0f67c815d4587b2a64028a4a80c1ce75cecd2439
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Jayanth Othayoth (4):
clang-tidy: Fix override errors
clang-tidy: Suppress move assignment warning
clang-tidy: Suppress unused private field warning
clang-tidy: Suppress pessimizing-move warning
Change-Id: Iac38b749d7e31f3c6d90985f7fcadc0c89f167f6
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Shubhi Garg (1):
refresh notifications upon "refresh" button click
jason westover (1):
Update to api function for MessageID
Change-Id: I8c35d1f48d2e84494c638c8530bab29d56508b67
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Shawn McCarney (1):
Improve error handling for exceptions and asserts
Change-Id: I900e7414389e6581fbdf5d330fe2c8be51d6ebf9
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
SYSTEM_PLATFORM_INPUT_PWR_W virtual sensor was missing association
to a specific chassis. This would mean that it wont show up on
the appropriate (if any) chassis redfish sensor end point.
Change-Id: I53b87d434b888224efc2a868d53f860770fce1cb
Signed-off-by: Amithash Prasasd <amithash@meta.com>
|
|
Apply the upstream security and bug fixes.
Change-Id: I037aa69305a340c77d2ec9d5d2b8eced0da8ca0f
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
|
|
Apply the upstream security and bug fixes.
Change-Id: Ifad35e0fa9cc234648b1a0e6ba73b79b0014205b
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
|
|
Update the meta-evb-npcm845 recipe to fix the build break caused by
poky upgrade.
Change-Id: Icb7291ded3f8909d09f333601eae54b7b7864bcb
Signed-off-by: Brian Ma <chma0@nuvoton.com>
|
|
This commit updates the bios update script to assert pch-reset before
enabling the flash-write-override gpio pin, and then de-assert the gpio
pin.
Change-Id: I4eb42ea1a813f0b4d4236e01a9cd8bbfbc1c5f1b
Signed-off-by: Asmitha Karunanithi <asmitk01@in.ibm.com>
|
|
As hardware design, the BMC_GPIO18B7_S01_UART1_SEL GPIO should be set
to 1 to select the Mpro0.
Tested:
1. Open SOLSSH console for Mpro0
$ ssh -p 2201 root@<BMC_IP>
2. Verify that Mpro0 console can show logs when Host power on
Signed-off-by: Hieu Huynh <hieuh@os.amperecomputing.com>
Change-Id: I87cfa49a19896f75b239d664c875068f53cd5f84
|
|
Issue: When users request OOB command "ipmitool sol activate", if
host's console show any data then users can not request any OOB
ipmi commands.
Root cause: After the @acb8d90 commit, the rmcp-ping option effects
to message handling, it makes the netipmid fail to send/receive
message to/from "sol client".
This commit disables rmcp-ping option to make the netipmid can work
normally when users request OOB "ipmitool sol activate" command.
Tested:
1. Request access Host's console via OOB command.
$ ipmitool sol activate
2. Request power cycle.
$ ipmitool power cycle
3. The Host's console show the logs of Host.
4. Request another OOB command.
$ ipmitool chassis status
5. The chassis status is shown.
Change-Id: I4f42c816471343e398779858536f861d0af98ae7
Signed-off-by: Thang Tran <thuutran@amperecomputing.com>
|
|
The Software.BMC.Updater.service is being replaced by default by the new
Software.Manager.service. Add the new one to the list so that both the
old and new are supported and monitored.
Change-Id: I2ee3942776cd57986e81913784227fa9018fdf13
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
|
|
Adriana Kobylak (1):
Add the new Software.Manager to service dependencies
Change-Id: Ia14f282a676ce80196fcd5572acc9f0f55fd4bc9
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Xiaochao Ma (1):
Enable GPIO polling for fans that dont support GPIO events
Change-Id: I23b56899b8adc15bf6f040b3f333bfa18521eb2a
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Igor Kononenko (2):
usb-ctrl: add a way to mount composite gdts
usb-ctrl: fix optional mac-addresses
Change-Id: Ic9be56d0a6838e39ad8c3270aec708bbfbc05972
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Shawn McCarney (2):
Convert from log() to lg2()
Rename getPSUInventoryPath to getPSUInventoryPaths
Change-Id: I03341d742ba033606ecc60938cacacb8a32f23e6
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Faisal Awada (1):
psutils: Add new functions to AEI Updater class
Change-Id: Ie9b984097e77c8c383aa0615aba535412a458df9
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Unive Tien (2):
dsp: firmware_update: Change return type of downstream device ABI/APIs
dsp: firmware_update: pack decomposed parameters to struct
Change-Id: I3a8ff6c0d54b6f1d5aad6c7f6bd0cb2ea2d64fac
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Jayanth Othayoth (15):
Replace tempnam with mkstemp
clang-tidy: Add bugprone checks
clang-tidy: Enable bugprone-assignment-in-if
clang-tidy: Enable bugprone-narrowing-conversions
clang-tidy: Enable bugprone-implicit-widening-of
clang-tidy: Enable bugprone-unused-local-non-tri
clang-tidy: Add cert checks
clang-tidy: Enable cert-env33-c
clang-tidy: Add clang-analyzer checks
clang-tidy: Add few cppcoreguidelines check
clang-tidy: clang-tidy: Add few misc checks
clang-tidy: Add performance checks
clang-tidy: Enable readability checks on repo
clang-tidy: Add modernize checks
clang-tidy: Enable modernize-use-nullptr
Milton D. Miller II (1):
Revert "Replace tempnam with mkstemp"
Change-Id: Iab40f161fda7809713c5a93cf55bd96b68e4ef37
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Jayanth Othayoth (17):
clang-tidy: Initial Commit
clang-tidy: Add bugprone checks
clang-tidy: Enable bugprone-forward-declaration
clang-tidy: Enable bugprone-narrowing-conversions
clang-tidy: Enable bugprone-empty-catch
clang-tidy: Enable bugprone-unchecked-optional
clang-tidy: Add cert checks
clang-tidy: Add clang-analyzer checks
clang-tidy: Add few cppcoreguidelines check
clang-tidy: Enable cppcoreguidelines-pro-bounds
clang-tidy: clang-tidy: Add few misc checks
clang-tidy: Add performance checks
clang-tidy: Enable readability checks on repo
clang-tidy: Enable readability-implicit-bool
clang-tidy: Add modernize checks
clang-tidy: Enable modernize-use-nullptr
clang-tidy: Enable modernize-use-equals-default
Change-Id: I7411d4fcaa490eb673e484cf3188438f731126f3
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Matt Spinler (1):
fan_speed: Always write target prop to sysfs
Change-Id: I0d6f3f8f1ca5063edbdc34c97c3f45e883ff54dd
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Ravi Teja (1):
Add network static gateway configuration support
Change-Id: I13300f731292197432786d42e73ac9e96fe33187
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Alexander Hansen (1):
OWNERS: Add myself to reviewers
Change-Id: I78613d170d2e50c864d769b82e968082db00dc4f
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Caleb Palmer (1):
Update chip data peltool parsing to handle extra signatures
Change-Id: I7da6c6ad0598fb8cf548f50b7fb30eca5dd79c78
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Andrew Jeffery (2):
meson: Define include_directories in dependencies for static libraries
Add mctpreactor for dynamic configuration of MCTP networks
Chris Cain (1):
Add support for GPIO polling for presence detection
Change-Id: I533f3dff8f6f3fb62a5f50461410f87d97ca07c0
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Try to maintain some sanity during maintenance.
Change-Id: I450ba2a0b0242951af59ecfc2c1db2c256c13a93
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
|
|
Daniel Hsu (1):
Update event log section in README.md
Shawn McCarney (2):
openpower-pels: Add BMC0005 callout to pgood error
lg2: Add path to list of supported types in docs
SwethaParasa (1):
PEL: Add a new error message for Dump Offload
Change-Id: I10a210bb972e01ecbb14f6be2f5f04238a681d7f
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Adriana Kobylak (1):
oem: ibm: fileTable: Add hostboot hash lids
Thu Nguyen (3):
pldmtool: GetPLDMCommands: Support more PLDM Platform command numbers
pldmtool: GetPLDMCommands: Support more PLDM Base command numbers
mctp-discovery: Get endpoint UUID from D-Bus
Change-Id: I7db1695e104762c7b12b6d45b8cd6d38707dd259
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Andrew Jeffery (5):
meson: Switch default_options to dict
meson: Sort options file
meson: Specify OEM extensions in an array
meson: Convert options from feature to boolean
README: Rework OEM notes
Matt Johnston (3):
dsp: firmware_update: Fix missing #include <span>
dsp: pdr: Replace ENOKEY with ENOENT
meson: Make transport optional
Unive Tien (1):
dsp: base: add encode_pldm_header_only_errno()
Change-Id: I1cacdc1db240d02ed7ea9d872c833ced09276db7
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Adriana Kobylak (1):
Add the new Software.Manager to service dependencies
Change-Id: I4de9f1a914da388f908a93c3fa6be2e0ceb961dc
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Eddie James (1):
secure-boot: Update TPM device path
Peter Delevoryas (1):
phosphor-state-manager: Add -Dbindings=cxx to libgpiod dependency
Change-Id: I42703fe9267260cc6e2a4d604f38b1dd220f35a5
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Configure the default PowerRestoreDelay maximum time to 2 seconds.
Signed-off-by: George Liu <liuxiwei@ieisystem.com>
Change-Id: I85f15ef4edc064f386413b2a03df6ef70f4178e1
|
|
Quang Nguyen (1):
Enable support for SMBIOS version 3.7
Tony Lee (1):
Enable MemoryLocation properties to be customized
Change-Id: I3b44ff95092337ce1862f2f65736455b3e0f5907
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Jagpal Singh Gill (1):
add cable connected & not-connected event
Patrick Williams (1):
markdownlint: re-format for new version
Change-Id: I7c4ae6d94a52ea6cc555cb66ff99aab23f90052c
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Andrew Jeffery (1):
OWNERS: Remove Andrew from maintainers
Change-Id: If950f04bf146b5be25929b5a9434d5a366395773
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Andrew Jeffery (1):
schemas: Specify descriptions of MCTP I2C targets
Benson Chu (1):
configurations: yosemite4: Add hysteresis values for all sensors
Chris Cain (2):
configuration: system1: Add GPIO monitoring type
configuration: system1: Fix fan indexing problem
Daniel Hsu (1):
configurations: minerva_pttv: update threshold and add hysteresis
Eric Yang (1):
configurations: yosemite4: Modify MGM Fan Table
Jagpal Singh Gill (1):
cable: add cable type and cable decorator
Lora Lin (1):
configurations: yosemite4: Fix incorrect label name
Peter Delevoryas (1):
docs: Fix typo in my_first_sensors.md tutorial
Peter Yin (1):
configuration: harma: remove fan board threshold
Potin Lai (2):
configurations: catalina_pdb: add cable tsense nodes
configurations: catalina remove SSD1 and SSD3 sensors
Ricky CX Wu (1):
configurations: yosemite4: add power reading of Medusa 12V delta modules
Sean He (2):
schemas: Add interfaces for Item.Accelerator and Item.Dimm
schemas: modify the property name of chassis types
Yang Chen (1):
configurations: minerva_fanboard: add t-sense sensor
Change-Id: I41577bc588e30920026376717f2e072134163385
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Ed Tanous (2):
Add get_events and get_timeout
Handle timeouts in asio connections
Jagpal Singh Gill (1):
add async fd sender receiver for coroutines
Jayanth Othayoth (1):
boost version 1.86 support
Change-Id: Icaff5a42675ca408c74194b607a57031806697aa
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Andrew Adriance (2):
Add AER registers to PCIe decoding
CPER JSON Schema Descriptions
Aushim Nagarkatti (1):
Add affinity3 field to json output
Change-Id: I770ede0e23d6279dda2dbbb86c93ecb536df03fa
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
WORKDIR is no longer valid, use UNPACKDIR
Change-Id: Ic2f1f671a04a368b636f6eba27719f0d573a9991
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
|
|
New yocto requires the use of UNPACKDIR
Signed-off-by: George Liu <liuxiwei@ieisystem.com>
Change-Id: I762888208b5c065fe63ebfe2f5eae5a41bcf3a0f
|
|
Change-Id: Ie3d592de19398c5115e347d98ce78eeffc6c057f
Signed-off-by: Mo Elbadry <elbadrym@google.com>
|
|
Change-Id: I1261a316f4b11a6300f8b94bdd5986d0523a5299
Signed-off-by: Mo Elbadry <elbadrym@google.com>
|
|
We have seen that in some platforms there are extra interface carrier
flipping in systemd and causing the default route missing. This prevents
the route being deleted when that happens.
Tested: keep bringing down/up the interface and the route is always
configured correctly.
Change-Id: I600347fa2f1008f220c979e1585912350f111267
Signed-off-by: Yuxiao Zhang <yuxiaozhang@google.com>
|
|
New yocto requires the use of UNPACKDIR
Change-Id: I3fe0fa7fce6cd205b6c3c2b81f518cae1843a6f4
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
|
|
Romulus has run out of flash space so remove a few packages.
Romulus is a QEMU/CI machine-only now in upstream. These packages are
compiled under p10bmc so no real need to have them also built in
Romulus.
Change-Id: Ia026d7124389e1ebb4ab4b9b551fe1faa0f0db8b
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
|
|
The latest yocto release(styhead,5.1) has made a significant change[1]
to the use of the WORKDIR parameter.
Update the recipe to handle this.
Change-Id: I8898d3ab8dfe60d1d8a8a708650327f548347bcc
Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>
|
|
With the latest yocto, do_unpack now unpacks files to
WORKDIR/sources-unpack rather than just WORKDIR.
Update the recipe to handle this.
Change-Id: I029210e5083bf4476f09b1a73aa880e8e37798d5
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
|
|
With the latest yocto, do_unpack now unpacks files to
WORKDIR/sources-unpack rather than just WORKDIR.
Update the recipe to handle this.
Some other recipes need similar changes but best to get a review on this
first to see if there's a better way to handle this.
Change-Id: I2da1cc42885bdef6403c1c00b1061fec127dcb9d
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
|
|
The latest yocto release(styhead,5.1) has made a significant change[1]
to the use of the WORKDIR parameter.
This is additional fixes added to fix some of machines.
[1]: https://docs.yoctoproject.org/next/migration-guides/migration-5.1.html#workdir-changes
Change-Id: Ic43be2f9036377166e3e064f5570dddf2418af45
Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>
|
|
The latest yocto release(styhead,5.1) has made a significant change[1]
to the use of the WORKDIR parameter.
This is not the complete change required but gets us going in the right
direction.
[1]: https://docs.yoctoproject.org/next/migration-guides/migration-5.1.html#workdir-changes
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I4f184b361be69e7704a0657a4a00cdad981aff8a
|