History log of /openbmc/libcper/cper-utils.c (Results 1 – 23 of 23)
Revision Date Author Comments
# 7623a6e7 20-Sep-2024 Karthik Rajagopalan <krajagopalan@nvidia.com>

Output guids in 8-4-4-4-12 pattern to match spec

Addresses failure with Redfish Service Validator:
```
NotificationType: String '09a9d5ac-5204-4214-96e594992e752bcd' does not match pattern ''[0-9a-f

Output guids in 8-4-4-4-12 pattern to match spec

Addresses failure with Redfish Service Validator:
```
NotificationType: String '09a9d5ac-5204-4214-96e594992e752bcd' does not match pattern ''[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}''
```

Change-Id: I5ab0cb50d04a4f2e833b4b6006471d1a1a2aec67
Signed-off-by: Karthik Rajagopalan <krajagopalan@nvidia.com>

show more ...


# fedd457d 12-Jul-2024 Ed Tanous <ed@tanous.net>

Remove trailing whitespace

clang-format won't remove trailing whitespace if that's the only change.
Fix them all.

Change-Id: Ic6e14af43cdd11905d3b58430d49b9ec1484f812
Signed-off-by: Ed Tanous <ed@t

Remove trailing whitespace

clang-format won't remove trailing whitespace if that's the only change.
Fix them all.

Change-Id: Ic6e14af43cdd11905d3b58430d49b9ec1484f812
Signed-off-by: Ed Tanous <ed@tanous.net>

show more ...


# b35d957e 18-Jun-2024 Ed Tanous <etanous@nvidia.com>

Enforce const correctness

Clang enforces const correctness. Apply its fixes.

Change-Id: I93f6a6dcb11844003a3691292de721e3b72b4a47
Signed-off-by: Ed Tanous <etanous@nvidia.com>


# f8fc7052 03-May-2024 John Chung <john.chung@arm.com>

Formatting .c/.h files and fix memory leakage issues

Signed-off-by: John Chung <john.chung@arm.com>
Change-Id: Id8328f412c2724992d80c0b3f895c8f85bc4ae68


# 5202bbb4 12-Aug-2022 Lawrence Tang <lawrence.tang@arm.com>

Source json.h non-locally.

Change-Id: Ia42c41fde74596b394a1f7ae0021f1a5510991a8


# e407b4c8 21-Jul-2022 Lawrence Tang <lawrence.tang@arm.com>

Partial reformat to kernel code style.


# aacf0e26 20-Jul-2022 Lawrence Tang <lawrence.tang@arm.com>

Add fixes based on test fuzzing.


# 02c801a5 18-Jul-2022 Lawrence Tang <lawrence.tang@arm.com>

Add "cper-generate", update README, fix minor bugs.


# 3b7f45b5 14-Jul-2022 Lawrence Tang <lawrence.tang@arm.com>

Add PCIe/memory CPER-JSON parsing.


# 71570a2a 14-Jul-2022 Lawrence Tang <lawrence.tang@arm.com>

Add ARM CPER out, fix struct misalignment.


# 0cb33793 13-Jul-2022 Lawrence Tang <lawrence.tang@arm.com>

Add section descriptor parsing, generic processor error.


# b44314c7 13-Jul-2022 Lawrence Tang <lawrence.tang@arm.com>

Add IR header conversion.


# 583cdeee 11-Jul-2022 Lawrence Tang <lawrence.tang@arm.com>

Add memory error/memory error 2 sections.


# 3c878352 08-Jul-2022 Lawrence Tang <lawrence.tang@arm.com>

Add JSON specification of main structures.


# e18aaee9 07-Jul-2022 Lawrence Tang <lawrence.tang@arm.com>

Add initial IPF support.


# 4dbe3d72 06-Jul-2022 Lawrence Tang <lawrence.tang@arm.com>

Add PCIe error section parsing support.


# a0865e38 06-Jul-2022 Lawrence Tang <lawrence.tang@arm.com>

Add support for platform memory 1 records.


# 7f21db6c 06-Jul-2022 Lawrence Tang <lawrence.tang@arm.com>

Add complete ARM support, partial memory support.


# 3d0e4f24 05-Jul-2022 Lawrence Tang <lawrence.tang@arm.com>

Add more detailed ARM error structures.


# 2800cd8e 05-Jul-2022 Lawrence Tang <lawrence.tang@arm.com>

Add initial ARM support, fix bit shifting error.


# 794312c8 05-Jul-2022 Lawrence Tang <lawrence.tang@arm.com>

Add untested IA32/x64 log support.


# 3c43f743 05-Jul-2022 Lawrence Tang <lawrence.tang@arm.com>

Add support for processor generic sections.


# 1b0b00e3 05-Jul-2022 Lawrence Tang <lawrence.tang@arm.com>

Add initial version with header/secdesc parsing.