User talk:Eocallaghan/REFACTOR AGESA: Difference between revisions
Jump to navigation
Jump to search
Eocallaghan (talk | contribs) (initial version.) |
Eocallaghan (talk | contribs) |
||
Line 4: | Line 4: | ||
Possibly use the libClang rewrite engine to auto format AGESA into Coreboot's coding standards.?????? | Possibly use the libClang rewrite engine to auto format AGESA into Coreboot's coding standards.?????? | ||
.clang-format style file. | |||
--- | |||
BasedOnStyle: LLVM | |||
IndentWidth: 8 | |||
UseTab: Always | |||
BreakBeforeBraces: Linux | |||
AllowShortIfStatementsOnASingleLine: false | |||
IndentCaseLabels: false | |||
ColumnLimit: 80 | |||
=== ... === | === ... === |
Latest revision as of 18:58, 8 April 2014
For the long term AMD AGESA shall need to be refactored to be more maintainable and inline with a coreboot-centric view.
libClang
Possibly use the libClang rewrite engine to auto format AGESA into Coreboot's coding standards.??????
.clang-format style file.
--- BasedOnStyle: LLVM IndentWidth: 8 UseTab: Always BreakBeforeBraces: Linux AllowShortIfStatementsOnASingleLine: false IndentCaseLabels: false ColumnLimit: 80