| 4f887d8e | 16-May-2025 |
Aushim Nagarkatti <anagarkatti@nvidia.com> |
Fix print qualifier for readsize property
This was causing compile errors in yocto, fixed with correct type.
Change-Id: I06528391e7dab9d30af2577237ccfc84132823cf Signed-off-by: Aushim Nagarkatti <a
Fix print qualifier for readsize property
This was causing compile errors in yocto, fixed with correct type.
Change-Id: I06528391e7dab9d30af2577237ccfc84132823cf Signed-off-by: Aushim Nagarkatti <anagarkatti@nvidia.com>
show more ...
|
| 3e728065 | 17-Mar-2025 |
Ed Tanous <etanous@nvidia.com> |
Allow parsing base64 files
Redfish outputs base64 strings. It would be useful if the CLI app could read those strings in directly.
This commit breaks out a new method "header_valid" to allow tooli
Allow parsing base64 files
Redfish outputs base64 strings. It would be useful if the CLI app could read those strings in directly.
This commit breaks out a new method "header_valid" to allow tooling to do an initial reading of a buffer to determine if it appears to be correct before going further. This allows the CLI app to attempt to parse as a buffer, if that fails, attempt to parse as base64.
To support as many inputs as possible, this commit makes padding optional. It also allows a trailing \n as is present in many files.
Change-Id: I4fb759ecefc8ce1c757f1a9e7c4a2b2d220105d0 Signed-off-by: Ed Tanous <etanous@nvidia.com>
show more ...
|