User talk:Eocallaghan/REFACTOR AGESA

From coreboot
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