From 18b02360b9dba6ca61538923e27b5ba68a2b3299 Mon Sep 17 00:00:00 2001 From: Ruud Schramp Date: Mon, 11 Apr 2011 07:46:27 +0000 Subject: Add detection/dump support for ServerEngines SE-SM 4210-P01. Note that the registers and their defaults are mostly based on educated guessing, due to the lack of datasheet. Signed-off-by: Ruud Schramp Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6484 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/superiotool.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'util/superiotool/superiotool.h') diff --git a/util/superiotool/superiotool.h b/util/superiotool/superiotool.h index 8a7d2aa479..e7c6c40398 100644 --- a/util/superiotool/superiotool.h +++ b/util/superiotool/superiotool.h @@ -182,6 +182,10 @@ void print_vendor_chips(const char *vendor, void probe_idregs_ali(uint16_t port); void print_ali_chips(void); +/* serverengines.c */ +void probe_idregs_serverengines(uint16_t port); +void print_serverengines_chips(void); + /* fintek.c */ void probe_idregs_fintek(uint16_t port); void probe_idregs_fintek_alternative(uint16_t port); @@ -232,6 +236,7 @@ static const struct { #ifdef PCI_SUPPORT {probe_idregs_via, {0x3f0, EOT}}, #endif + {probe_idregs_serverengines, {0x2e, EOT}}, }; /** Table of functions to print out supported Super I/O chips. */ @@ -248,6 +253,7 @@ static const struct { #ifdef PCI_SUPPORT {print_via_chips}, #endif + {print_serverengines_chips}, }; #endif -- cgit v1.2.3