Revision Date Author Comments
# 1a0866ca 15-Jul-2024 Ed Tanous <etanous@nvidia.com>

Fix markdownlint issues

Markdownlint flags a number of issues, mostly around using bare urls.
Fix all reported issues.

Tested: Markdownlint builds now run without warnings.

Change-Id: I11631c6e038

Fix markdownlint issues

Markdownlint flags a number of issues, mostly around using bare urls.
Fix all reported issues.

Tested: Markdownlint builds now run without warnings.

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

show more ...


# 3e5faba5 16-Aug-2023 Ed Tanous <edtanous@google.com>

Generate OpenBMC registry

We haven't been very good about maintaining this file, so lets generate
it like we do everything else.

This commit takes the existing, manually built
openbmc_message_regis

Generate OpenBMC registry

We haven't been very good about maintaining this file, so lets generate
it like we do everything else.

This commit takes the existing, manually built
openbmc_message_registry.hpp and copies the generated json from a
working system, then hooks it into the parse_registries script to
generate the hpp file. This results in a couple changes, and somewhat
proves how bad our ability to manage this file manually is..

Tested: Looking for input on if this is the right direction.

Change-Id: I5dc03021d194f0674e4a8f41421096b211462a0a
Signed-off-by: Ed Tanous <edtanous@google.com>

show more ...