Current PowerPC driver is too complicated and mostly wrong as it was
apparently created from x86 driver and not properly addapted for PowerPC
architecture. More details about the issues are described in individual
patches.
Jiri Denemark (8):
cpu: Introduce cpuModelIsAllowed internal API
cpu: Make comparing PowerPC CPUs easier to read
cpu: Fix PowerPCNodeData
cpu: Fix loading PowerPC vendor from cpu_map.xml
cpu: Reimplement PowerPCBaseline
cpu: Reimplement PowerPCDecode
cpu: Remove hardcoded list of PowerPC models
cpu: Rename PowerPCUpdate and PowerPCDataFree functions
src/cpu/cpu.c | 17 ++
src/cpu/cpu.h | 5 +
src/cpu/cpu_generic.c | 19 +--
src/cpu/cpu_map.xml | 12 +-
src/cpu/cpu_powerpc.c | 462 +++++++++++++++++---------------------------------
src/cpu/cpu_x86.c | 11 +-
6 files changed, 193 insertions(+), 333 deletions(-)
--
1.8.0.2