History log of /openbmc/libcper/sections/cper-section-arm-ras.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 6c5d2f34 02-Feb-2026 Ed Tanous <ed@tanous.net>

Consistently use helpers

add_int and the new add_uint helper functions reduce the amount of code
we write, and make adding things to json more "normal". Additionally
add add_string and add_string_l

Consistently use helpers

add_int and the new add_uint helper functions reduce the amount of code
we write, and make adding things to json more "normal". Additionally
add add_string and add_string_len, which add a null terminated and non
null terminated string respectively.

This commit was done largely using ast-grep.

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

show more ...


# e1cba52d 18-Sep-2025 Prachotan Bathi <prachotan.bathi@arm.com>

cper-section-arm-ras: Support Arm RAS System Architecture node CPER

The DEN0085 - Arm ACPI for the Armv8-A RAS Extension and
RAS System Architecture v2.0 specification, section 4, defines
additional

cper-section-arm-ras: Support Arm RAS System Architecture node CPER

The DEN0085 - Arm ACPI for the Armv8-A RAS Extension and
RAS System Architecture v2.0 specification, section 4, defines
additional standard CPER records for Arm RAS architecture.
https://developer.arm.com/documentation/den0085/latest/

Added section definitions and generator to generate an
example cper with one descriptor. Generate using:
./cper-generate --out cper.generated.dump --sections arm-ras-node

Signed-off-by: Prachotan Bathi <prachotan.bathi@arm.com>
Signed-off-by: Ed Tanous <etanous@nvidia.com>
Change-Id: Ic7fa68a6c584c537a3dc2c4b17795dd7ba3b3f8c

show more ...