clang-format: re-format for clang-18clang-format-18 isn't compatible with the clang-format-17 output, so weneed to reformat the code with the latest version. The way clang-18handles lambda forma
clang-format: re-format for clang-18clang-format-18 isn't compatible with the clang-format-17 output, so weneed to reformat the code with the latest version. The way clang-18handles lambda formatting also changed, so we have made changes to theorganization default style format to better handle lambda formatting.See I5e08687e696dd240402a2780158664b7113def0e for updated style.See Iea0776aaa7edd483fa395e23de25ebf5a6288f71 for clang-18 enablement.Change-Id: I362352dcb341658501899267c2ff3ad044ed5912Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
update libcr51sign to support MAUVAdd feature support to manage MAUV with cr51 descriptor.Change-Id: I3795259f81b1dbd3016d1c41c68895be00455061Signed-off-by: Willy Tu <wltu@google.com>
clang-format: copy latest and re-formatclang-format-17 has some backwards incompatible changes that requireadditional settings for best compatibility and re-running the formatter.Copy the latest
clang-format: copy latest and re-formatclang-format-17 has some backwards incompatible changes that requireadditional settings for best compatibility and re-running the formatter.Copy the latest .clang-format from the docs repository and reformat therepository.Change-Id: I4610d1d37873b2019baa2ae22c036f81f4319214Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
iwyu: Cleanup include headersTriggered iwyu and add/remove used headers.Change-Id: Iadbdb459563b3c89baf2d56f90a540342d020cd5Signed-off-by: Willy Tu <wltu@google.com>
libcr51sign: Sync with latest codeChange-Id: Id3de25f3b112aa84d4b2342f606a60bb049487c8Signed-off-by: William A. Kennington III <wak@google.com>
libcr51sign: build: Refactor for subproject useThis refactors the build to make it more suitable for use as asubproject in other OpenBMC codebases.Change-Id: I546c993d3f53c1cbe2161e5d8959373d5b1
libcr51sign: build: Refactor for subproject useThis refactors the build to make it more suitable for use as asubproject in other OpenBMC codebases.Change-Id: I546c993d3f53c1cbe2161e5d8959373d5b12e57fSigned-off-by: William A. Kennington III <wak@google.com>