cb82dfb6 | 11-Jun-2024 |
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> |
com-ibm: Update host response codes
Update the host response code invalid Access Control List file and add a new default value for host response.
Change-Id: I319d4757cdc4c3f99cb4f8d0cef270b881121e
com-ibm: Update host response codes
Update the host response code invalid Access Control List file and add a new default value for host response.
Change-Id: I319d4757cdc4c3f99cb4f8d0cef270b881121e69 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
show more ...
|
5302e3a6 | 22-Jul-2024 |
Jason Hsu <Jason-Hsu@quantatw.com> |
Meta: add compatible string for ventura RMC
Adding compatible string for ventura-RMC BMC type.
Change-Id: I923a694f97dd718f4ea5e31c735f47f19a4bd563 Signed-off-by: Jason Hsu <Jason-Hsu@quantatw.com> |
85bc3395 | 18-Jul-2024 |
Potin Lai <potin.lai@quantatw.com> |
com.meta: add Catalina BMC
Adding compatible string for Catalina BMC type.
Change-Id: I410701e5369d4fa041fbdedf75bec09a79cb6e41 Signed-off-by: Potin Lai <potin.lai@quantatw.com> |
fd85496f | 01-Jul-2024 |
Tim Lee <timlee660101@gmail.com> |
com.meta: add Yosemite4N for Nuvoton BMC
Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I52853a88f968fc3639037c383421a006564797d9 |
921791c7 | 17-Jun-2024 |
Manojkiran Eda <manojkiran.eda@gmail.com> |
Fix spelling mistakes using codespell
This commit corrects various spelling mistakes throughout the repository. The corrections were made automatically using `codespell`[1] tool.
[1]: https://githu
Fix spelling mistakes using codespell
This commit corrects various spelling mistakes throughout the repository. The corrections were made automatically using `codespell`[1] tool.
[1]: https://github.com/codespell-project/codespell
Change-Id: I965f52f9eae78bcad39a8d711f99bef7be4cbde0 Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
show more ...
|
9b664e95 | 04-Jun-2024 |
Patrick Williams <patrick@stwcx.xyz> |
refresh markdown files with latest markdownlint
The latest markdownlint seems to have had minor formatting changes, which are now being observed in Jenkins. Refresh the files.
Signed-off-by: Patri
refresh markdown files with latest markdownlint
The latest markdownlint seems to have had minor formatting changes, which are now being observed in Jenkins. Refresh the files.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I3799a80392b322fe1f0d0eae4fc8a3509a4ebeb9
show more ...
|
70d227b6 | 10-Oct-2023 |
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> |
com.ibm: Add MemoryBufferSBE dump type
The Self Boot Engine (SBE) is contained on certain memory buffers. When the SBE becomes unresponsive due to hardware or software issues, there's a need to coll
com.ibm: Add MemoryBufferSBE dump type
The Self Boot Engine (SBE) is contained on certain memory buffers. When the SBE becomes unresponsive due to hardware or software issues, there's a need to collect diagnostic dumps from it. To address this need and differentiate such dumps from others, this commit adds the `MemoryBufferSBE` type to the com.ibm.Dump.Create interface. The structure and input to collect this dump is different from the processor SBE dump so making it a new dump type.
Change-Id: Ib07a0caa1521c5ae5f6e0682029b5c9e497152e8 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
show more ...
|
abd67bdf | 21-May-2024 |
Sunny Srivastava <sunnsr25@in.ibm.com> |
com.ibm: Add DI property to ipzvpd VINI interface
The property DI reflects keyword required to hold DRAM manufacturer ID in case of DIMMs.
Change-Id: I197d13a006ad9bad5225d951b730cca57c263749 Signe
com.ibm: Add DI property to ipzvpd VINI interface
The property DI reflects keyword required to hold DRAM manufacturer ID in case of DIMMs.
Change-Id: I197d13a006ad9bad5225d951b730cca57c263749 Signed-off-by: Sunny Srivastava <sunnsr25@in.ibm.com>
show more ...
|
cd2d64a7 | 26-Apr-2024 |
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> |
com.ibm: Add ErrorLogId to Hostboot dump
Adding the error log id field to the hostboot dump which will help identifying the event caused to create this particular dump
Change-Id: I5469ade25214c750e
com.ibm: Add ErrorLogId to Hostboot dump
Adding the error log id field to the hostboot dump which will help identifying the event caused to create this particular dump
Change-Id: I5469ade25214c750ef3fa4bc7fd21a76a43a6cf8 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
show more ...
|
1e5573e4 | 26-Apr-2024 |
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> |
com.ibm: Add additional properties to SBE dump
This commit introduces two new properties to the SBE dump D-Bus interface: - ErrorLogId: References the log entry that triggered the dump. - FailingUni
com.ibm: Add additional properties to SBE dump
This commit introduces two new properties to the SBE dump D-Bus interface: - ErrorLogId: References the log entry that triggered the dump. - FailingUnitId: Identifies the failing SBE causing the dump.
These additions help in associating dumps with specific error logs and identifying the SBE involved in failures.
Change-Id: I83f7bff90d7e48249767a9393f3049f0cd58f60f Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
show more ...
|
0cd3adba | 26-Apr-2024 |
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> |
com.ibm: Add additional properties to hardware dump
This commit introduces two new properties to the Hardware dump D-Bus interface: - ErrorLogId: References the log entry that triggered the dump. -
com.ibm: Add additional properties to hardware dump
This commit introduces two new properties to the Hardware dump D-Bus interface: - ErrorLogId: References the log entry that triggered the dump. - FailingUnitId: Identifies the failing hardware unit causing the dump.
These additions help in associating dumps with specific error logs and identifying the hardware unit involved in failures.
Change-Id: Ied6899327cfee3c5fa4381c24ccfcba68ffc1a8c Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
show more ...
|
b77f8064 | 01-May-2024 |
Matt Spinler <spinler@us.ibm.com> |
ibm: Add new chassis compatible strings
Add Fuji and Blue Ridge chassis types.
Change-Id: I5268242bea40922dcb89d516c05aabf75d72f628 Signed-off-by: Matt Spinler <spinler@us.ibm.com> |
b3563c1e | 06-May-2024 |
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> |
com.ibm: Add UserChallenge to replace password
This commit integrates a 'UserChallenge' field into the xyz.openbmc_project.Dump.Entry.Resource interface. This addition aligns with the change in the
com.ibm: Add UserChallenge to replace password
This commit integrates a 'UserChallenge' field into the xyz.openbmc_project.Dump.Entry.Resource interface. This addition aligns with the change in the system dump interface.
Non-disruptive dumps command considerable host resources, necessitating strict execution by authorized personnel only. The 'UserChallenge' serves as a security measure, ensuring that dump operations are initiated by users validated against an Access Control List (ACL) provided via the Platform Level Data Model (PLDM).
The host evaluates the 'UserChallenge' against the ACL. If validation fails, the dump request is rejected.
This change also standardizes the terminology across dump interfaces, shifting from 'Password' to 'UserChallenge' to maintain consistency.
Change-Id: Ifbbcda1439c1a40a3916c0b896db4c34db13ba21 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
show more ...
|
980fb7b5 | 10-Feb-2022 |
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> |
com-ibm-dump: Add response code to resource dump entry
Add new property in the resource dump entry for storing the response code returned by the host after requesting a new resource dump.
Signed-o
com-ibm-dump: Add response code to resource dump entry
Add new property in the resource dump entry for storing the response code returned by the host after requesting a new resource dump.
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I55a4de4e2b77c0387fba7412c122c28e9acdde7b
show more ...
|
7705c9e7 | 22-Mar-2024 |
Priyanga Ramasamy <priyanga24@in.ibm.com> |
IBM:Add keywords missing in VSBK YAML
Test: busctl introspect xyz.openbmc_project.Inventory.Manager /xyz/openbmc_project/inventory/system/chassis/motherboard/ base_op_panel_blyth
Displays all the k
IBM:Add keywords missing in VSBK YAML
Test: busctl introspect xyz.openbmc_project.Inventory.Manager /xyz/openbmc_project/inventory/system/chassis/motherboard/ base_op_panel_blyth
Displays all the keywords documented in this YAML file.
Change-Id: I1f566cb24b10184d06efbbd8fe020d9915312073 Signed-off-by: Priyanga Ramasamy <priyanga24@in.ibm.com>
show more ...
|
25507c8e | 05-Mar-2024 |
Patrick Williams <patrick@stwcx.xyz> |
com.meta: add FBPN field for ManufacturerExt usage
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I3d54d500e9c64b4890cf9c43c759f3ec9a3d21aa |
806f1786 | 20-Feb-2024 |
Patrick Williams <patrick@stwcx.xyz> |
com.meta: add Yosemite4 BMC
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ic9c36e169b0f11eb3f6e7735ad6bfaea0b166b3d |
ec18d808 | 02-Jun-2021 |
Sunny Srivastava <sunnsr25@in.ibm.com> |
IBM: Api to collect single FRU VPD
An api to collect VPD of a given FRU by launching the parser exe asynchronously.
It can be used to collect VPD of any given FRU in case of concurrent maintenance.
IBM: Api to collect single FRU VPD
An api to collect VPD of a given FRU by launching the parser exe asynchronously.
It can be used to collect VPD of any given FRU in case of concurrent maintenance.
As a pre-requisite for this api, deleteFRUVPD api needs to be called for that particular FRU.
As this api makes async call to the parser, caller needs to register for Present property change signal for that FRU on DBus to ensure successful execution of VPD parser for that FRU. The caller is also suggested to have a timer of around two mins at their end and in case the present property is not set to true in that timeline, can mark the call as failed.
Change-Id: Ia0dff5825ff3e0f9214d5212f1151023568e5a2d Signed-off-by: Sunny Srivastava <sunnsr25@in.ibm.com>
show more ...
|
4450b764 | 27-Jan-2022 |
Alpana07 <46918005+Alpana07@users.noreply.github.com> |
VPD Error interface UnknownSystemType supported
DevTree gets selected based on HW and IM of the system VPD. If we get anything unexpected from these keywords, it couldn't determine which systemType
VPD Error interface UnknownSystemType supported
DevTree gets selected based on HW and IM of the system VPD. If we get anything unexpected from these keywords, it couldn't determine which systemType it is and so shouldn't load DevTree. A PEL with this error interface UnknownSystemType will be logged and break the booting process there itself.
Change-Id: I0437f4db87b4ab556d7c5433a861689c682fafe4 Signed-off-by: Giridhari Krishna <giridharikrishnan@gmail.com>
show more ...
|
4b6755c9 | 05-Dec-2023 |
Matt Spinler <spinler@us.ibm.com> |
ibm: Add compatible strings for chassis
Add enums for the compatible strings used by entity-manager for the various chassis types.
Change-Id: Ibea95513a38359b7c378add391afbb77235a4900 Signed-off-by
ibm: Add compatible strings for chassis
Add enums for the compatible strings used by entity-manager for the various chassis types.
Change-Id: Ibea95513a38359b7c378add391afbb77235a4900 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
show more ...
|
4f0a9a7c | 24-Nov-2023 |
Yang Chen <yang.chen@quantatw.com> |
meta: add compatible string for Minerva CMM
Adding compatible string for Minerva-CMM BMC type
Change-Id: Ie7a692d1f736b324cdab816180139a1e1676016d Signed-off-by: Yang Chen <yang.chen@quantatw.com> |
2794e951 | 14-Nov-2023 |
Potin Lai <potin.lai@quantatw.com> |
meta: add compatible string for Harma
Adding compatible string for Harma BMC type.
Change-Id: Ia2f7a6fb45ef33594c1b4fac2ae4b9706bde0a12 Signed-off-by: Potin Lai <potin.lai@quantatw.com> |
7daf2d7d | 31-Oct-2023 |
Sunny Srivastava <sunnsr25@in.ibm.com> |
Add D1 keyword to VSBK
The keyword is added to back up the UTIL/D1 data to VSBK record.
Signed-off-by: Sunny Srivastava <sunnsr25@in.ibm.com> Change-Id: Ifa8b1ae727070cf06bfe1b8d6340391b92bb5204 |
d1484a14 | 08-Sep-2021 |
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> |
com.ibm: Add SBE dump type
This commit extends the list of supported dumps by introducing the Self Boot Engine (SBE) dump type to list of dump types in the com.ibm.Dump.Create interface. The SBE is
com.ibm: Add SBE dump type
This commit extends the list of supported dumps by introducing the Self Boot Engine (SBE) dump type to list of dump types in the com.ibm.Dump.Create interface. The SBE is a microcontroller embedded within the processor, responsible for initializing the boot processes and acting as a secure conduit for accessing certain processor control functions. During boot or hardware access operations, the SBE may encounter errors and become unresponsive. In such instances, it's crucial to collect debug data, which includes hardware state, configuration, memory details, etc., from the affected SBE to diagnose the root cause of the error. This gathered data is packaged into the OpenPOWER dump format, referred to as the SBE dump.
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: If10c6f7458532fbca6fbf95488df5f9885995a50
show more ...
|
e5abf627 | 08-Sep-2021 |
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> |
com.ibm: Add Self Boot Engine(SBE) dump interface
Self Boot Engine(SBE) is a microcontroller that sits inside the processor to initialize it to start the booting and also acts as a secure channel fo
com.ibm: Add Self Boot Engine(SBE) dump interface
Self Boot Engine(SBE) is a microcontroller that sits inside the processor to initialize it to start the booting and also acts as a secure channel for accessing certain control functions on the processor. During the booting or other hardware access operations SBE can encounter errors and become unresponsive. In such situations, the debug data needs to be collected from such SBEs to find out the root cause of the error. This data includes hardware state, configuration, memory, etc. The collected data is then packaged into the OpenPOWER dump format which is called SBE dump. Implement this interface to add support for managing the SBE dump.
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: Ibf625c0205096a4f94bf159125cf8fdae093449c
show more ...
|