The main fixes needed are
A) we need to avoid certain mnemonics referring to SPRs that are different between Book-E and Book-S.
B) The boot page text relocations need eliminated.
I have not yet tested / validated 32-bit yet.
Differential D21999
[PowerPC] Book-E clang support bdragon on Oct 12 2019, 6:08 PM. Authored by Tags Referenced Files
Subscribers
Details
The main fixes needed are A) we need to avoid certain mnemonics referring to SPRs that are different between Book-E and Book-S. B) The boot page text relocations need eliminated. I have not yet tested / validated 32-bit yet.
Diff Detail
Event TimelineComment Actions adding some misc. notes inline
Comment Actions I really like that you took the time to annotate the existing code. It's tough to read and understand it the first several times through.
Comment Actions Update patch to properly fix gcc / clang differences in warning flags. I tested X5000 build and run on elfv2 and elfv1.
|