User talk:Eocallaghan/REFACTOR AGESA

From coreboot
Revision as of 18:58, 8 April 2014 by Eocallaghan (talk | contribs) (→‎libClang)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

...

Pending Gerrit Changes