Blob Blame History Raw
From a2c2c7e3c10859a701c11d903d7f4ffea3768cbf 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/1] 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 0bd4dd9..ec4eacf 100644
--- a/bios_extract.c
+++ b/bios_extract.c
@@ -100,6 +100,8 @@ static struct {
     {"PhoenixBIOS 4.0", "BCPSEGMENT", PhoenixExtract},
     {"Phoenix ServerBIOS 3", "BCPSEGMENT", PhoenixExtract},
     {"Phoenix TrustedCore", "BCPSEGMENT", PhoenixExtract},
+    /* some award modules - not sure this is a good solution */
+    {"Award Modular BIOS", "Award Software Inc", AwardExtract},
     {NULL, NULL, NULL},
 };
 
-- 
1.7.3.4