summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Goodbody <ajg02@elfringham.co.uk>2010-12-06 18:27:46 +0100
committerLuc Verhaegen <libv@skynet.be>2010-12-06 18:27:46 +0100
commit8b6de0c1d8967663b5ad230b5431482e9e6f1724 (patch)
tree18a23da1453615243262c111e355a069912f9c00
parentffd1b81157a40c2945d876fce49778ef8e3446a9 (diff)
phoenix: add Phoenix ServerBIOS 3
Signed-off-by: Andrew Goodbody <ajg02@elfringham.co.uk>
-rw-r--r--bios_extract.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bios_extract.c b/bios_extract.c
index cd87ee8..4c86d02 100644
--- a/bios_extract.c
+++ b/bios_extract.c
@@ -91,6 +91,7 @@ static struct {
{"Award BootBlock", "= Award Decompression Bios =", AwardExtract},
{"Phoenix FirstBIOS", "BCPSEGMENT", PhoenixExtract},
{"PhoenixBIOS 4.0", "BCPSEGMENT", PhoenixExtract},
+ {"Phoenix ServerBIOS 3", "BCPSEGMENT", PhoenixExtract},
{"Phoenix TrustedCore", "BCPSEGMENT", PhoenixTrustedExtract},
{NULL, NULL, NULL},
};