#
839d6c0a |
| 16-Sep-2024 |
Potin Lai <potin.lai@quantatw.com> |
Change primary postcode interface to byte array
ARM-based systems use 9-byte postcodes, which cannot be represented by uint64_t variable. This change replaces `uint64_t` with `array[byte]` to handle
Change primary postcode interface to byte array
ARM-based systems use 9-byte postcodes, which cannot be represented by uint64_t variable. This change replaces `uint64_t` with `array[byte]` to handle larger postcodes.
Change-Id: I594695492ac39648da78c79be650dd02ff05931b Signed-off-by: Potin Lai <potin.lai@quantatw.com>
show more ...
|
#
a8f47e7f |
| 11-Jun-2024 |
Patrick Williams <patrick@stwcx.xyz> |
postcode: add dbus paths
The default path for the post code objects is, from phosphor-post-code-manager:
``` meson.build 16:conf_data.set_quoted('DBUS_OBJECT_NAME', '/xyz/openbmc_project/State/Boot
postcode: add dbus paths
The default path for the post code objects is, from phosphor-post-code-manager:
``` meson.build 16:conf_data.set_quoted('DBUS_OBJECT_NAME', '/xyz/openbmc_project/State/Boot/PostCode')
src/main.cpp 60: std::string dbusObjName = DBUS_OBJECT_NAME + std::to_string(node); ```
Add these constants to the interface YAML file so they can be used by dbus clients.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: If255733aaf12cf7283e191c31fe13ba3025736d8
show more ...
|
#
a1347418 |
| 06-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
reformat with latest settings
Reformat with the latest settings from openbmc-build-scripts (and copy latest config files where appropriate). Fix a few minor markdownlint issues.
Signed-off-by: Pat
reformat with latest settings
Reformat with the latest settings from openbmc-build-scripts (and copy latest config files where appropriate). Fix a few minor markdownlint issues.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I55205817c29dc3f182a165ddf9cd5d4e07b90063
show more ...
|
#
8da396ca |
| 14-Mar-2022 |
Patrick Williams <patrick@stwcx.xyz> |
yaml: format with prettier
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
|
#
b1b4d261 |
| 05-Jun-2021 |
William A. Kennington III <wak@google.com> |
treewide: Create yaml directory
This allows the propagated yamldir paramter to work correctly in subproject style builds. We don't want other files in the project conflicting with tools that scan th
treewide: Create yaml directory
This allows the propagated yamldir paramter to work correctly in subproject style builds. We don't want other files in the project conflicting with tools that scan the yamldir.
Change-Id: Ie2759c7f3baf399392cdda0e507055ceb262d2e1 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|