Blob Blame History Raw
From 3bf81db29ad350f3ccab94d3416526e685d71321 Mon Sep 17 00:00:00 2001
From: Peter Lemenkov <lemenkov@gmail.com>
Date: Sun, 2 Aug 2009 14:30:05 +0400
Subject: [PATCH 1/3] Identification of some more Award BIOS images.

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
---
 bios_extract.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/bios_extract.c b/bios_extract.c
index cd87ee8..6c65532 100644
--- a/bios_extract.c
+++ b/bios_extract.c
@@ -92,6 +92,8 @@ static struct {
     {"Phoenix FirstBIOS", "BCPSEGMENT", PhoenixExtract},
     {"PhoenixBIOS 4.0", "BCPSEGMENT", PhoenixExtract},
     {"Phoenix TrustedCore", "BCPSEGMENT", PhoenixTrustedExtract},
+    /* some award modules - not sure this is a good solution */
+    {"Award Modular BIOS", "Award Software Inc", AwardExtract},
     {NULL, NULL, NULL},
 };
 
-- 
1.6.6.1