~firmware-testing-team/fwts/+git/fwts:saucy

Last commit made on 2013-09-17
Get this branch:
git clone -b saucy https://git.launchpad.net/~firmware-testing-team/fwts/+git/fwts

Branch merges

Branch information

Recent commits

0c14f2c... by Keng-Yu Lin

lib: fwts_version.h - update to V13.09.01

Signed-off-by: Keng-Yu Lin <email address hidden>

260155f... by Keng-Yu Lin

debian: update changelog

Signed-off-by: Keng-Yu Lin <email address hidden>

5b534a2... by Keng-Yu Lin

efi_runtime: fix the broken kernel vermagic when upgrading the kernel pacakge (LP: #1223801)

Using `uname -r` in the Makefile, the compiled .ko has the vermagic of the
current running kernel, rather than the upgrading one.

The correct way is to use the $kernelver variable provided by DKMS.

Signed-off-by: Keng-Yu Lin <email address hidden>
Acked-by: Alex Hung <email address hidden>
Acked-by: Colin Ian King <email address hidden>

9b64af5... by Alex Hung

live-image/fwts-frontend-text: add uefi tests to fwts-live (LP: #1223793)

Buglink: https://bugs.launchpad.net/bugs/1223793

Signed-off-by: Alex Hung <email address hidden>
Acked-by: Keng-Yu Lin <email address hidden>
Acked-by: Colin Ian King <email address hidden>

f008077... by Keng-Yu Lin

lib: fwts_version.h - update to V13.09.00

Signed-off-by: Keng-Yu Lin <email address hidden>

45b40a9... by Keng-Yu Lin

debian: update changelog

Signed-off-by: Keng-Yu Lin <email address hidden>

38b04fb... by Ivan Hu

uefi: uefidump: Add support for VendorKeys

The VendorKeys variable is an 8-bit unsigned integer that defines whether
the PK, KEK, db and dbx databases have been modified by anyone other than
the platform vendor or a holder of the vendor-provided keys.
This variable is new added to the UEFI spec version 2.4.

Signed-off-by: Ivan Hu <email address hidden>
Acked-by: Colin Ian King <email address hidden>
Acked-by: Keng-Yu Lin <email address hidden>

b937d53... by Ivan Hu

uefi: uefidump: Add support for OsIndicationsSupported

The OsIndicationsSupported variable indicates which of the OS indication
features and actions that the firmware supports.

Signed-off-by: Ivan Hu <email address hidden>
Acked-by: Colin Ian King <email address hidden>
Acked-by: Keng-Yu Lin <email address hidden>

4b12e65... by Ivan Hu

uefi: uefidump: Add support for HwErrRecSupport

HwErrRecSupport identifies the level of hardware error record persistence
support implemented by the platform.

Signed-off-by: Ivan Hu <email address hidden>
Acked-by: Colin Ian King <email address hidden>
Acked-by: Keng-Yu Lin <email address hidden>

1fe97e8... by Colin Ian King

fwts: framework: Add missing closed parenthesis for -U option (LP: #1219576)

-U, --unsafe Unsafe tests (tests that can potentially cause kernel oopses.

should be:

-U, --unsafe Unsafe tests (tests that can potentially cause kernel oopses).

Signed-off-by: Colin Ian King <email address hidden>
Acked-by: Alex Hung <email address hidden>
Acked-by: Keng-Yu Lin <email address hidden>