[PATCH 0/2] rewrite microcode test to work on newer releases (LP: #1120240)
Colin King
colin.king at canonical.com
Wed May 29 14:31:03 UTC 2013
From: Colin Ian King <colin.king at canonical.com>
Rewrite the microcode test to work on newer releases. Removes the
need for a microcode loader (hence more maintainable in the long term)
and works across a larger set of releases.
Colin Ian King (2):
lib: remove fwts_microcode
cpu: microcode: rewrite so we no longer need to load microcode (LP:
#1120240)
src/cpu/microcode/microcode.c | 356 +++++++++++++++++++++++++--------------
src/lib/include/fwts.h | 1 -
src/lib/include/fwts_microcode.h | 28 ---
src/lib/src/Makefile.am | 1 -
src/lib/src/fwts_microcode.c | 117 -------------
5 files changed, 232 insertions(+), 271 deletions(-)
delete mode 100644 src/lib/include/fwts_microcode.h
delete mode 100644 src/lib/src/fwts_microcode.c
--
1.8.1.2
More information about the fwts-devel
mailing list