#
1bcced08 |
| 16-Aug-2024 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: re-format for clang-18
clang-format-18 isn't compatible with the clang-format-17 output, so we need to reformat the code with the latest version. The way clang-18 handles lambda forma
clang-format: re-format for clang-18
clang-format-18 isn't compatible with the clang-format-17 output, so we need to reformat the code with the latest version. The way clang-18 handles lambda formatting also changed, so we have made changes to the organization default style format to better handle lambda formatting.
See I5e08687e696dd240402a2780158664b7113def0e for updated style. See Iea0776aaa7edd483fa395e23de25ebf5a6288f71 for clang-18 enablement.
Change-Id: Id2036ab746164981596b3ee36259f3ca5d3f1334 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
87381417 |
| 20-Oct-2023 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: copy latest and re-format
clang-format-17 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest
clang-format: copy latest and re-format
clang-format-17 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository.
Change-Id: I1367c2eabf95f27b5acb08b9e6fd6eedcb77377f Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
b37abfb2 |
| 10-May-2023 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository.
Change-Id: I59c0a8c4b89131ecd3e9a841ed37ef3b8dcf8e9d Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
fcd2d3a9 |
| 28-May-2020 |
James Feist <james.feist@linux.intel.com> |
Update to latest clang-format Update to clang-format-10 Change-Id: I1c33ef7115c7a1459164d71f63921019d2dc9a98 Signed-off-by: James Feist <james.feist@linux.intel.com>
|
#
a835eaa0 |
| 04-Sep-2018 |
Jia, Chunhui <chunhui.jia@linux.intel.com> |
Intel OEM commands Intel platform defines a set of OEM commands. They are required by Intel BIOS. This change adds 5 OEM commands: 1.get chassis identifier Return chassi
Intel OEM commands Intel platform defines a set of OEM commands. They are required by Intel BIOS. This change adds 5 OEM commands: 1.get chassis identifier Return chassis serial number 2.set system GUID Sets the system GUID obtained according to the format of the IPMI 2.0 Get System GUID command. While the setting is persistent in the BMC, the BIOS may choose to over-write the value during POST. 3.set BIOS ID BIOS version string 4.get device info BMC/HSC/ME version 5.get AIC(add-in-card) FRU Add-in-card FRU info Tested: Test with ipmitool raw command on Intel S2600WF Platform. BIOS calling is also verified by checking ipmi handler log (journalctl -ef). Change-Id: I658c5845cd1252f55dc5d24dfc142281b6a38363 Signed-off-by: Jia, Chunhui <chunhui.jia@linux.intel.com>
show more ...
|