aboutsummaryrefslogtreecommitdiff
path: root/util/msrtool/msrtool.h
diff options
context:
space:
mode:
authorNils Jacobs <njacobs8@hetnet.nl>2010-01-15 10:06:39 +0000
committerStefan Reinauer <stepan@openbios.org>2010-01-15 10:06:39 +0000
commit58a901f6f93c1988066f39cf6ef21c8458e4547c (patch)
tree8446e2748269b0395d87fb47ee6a28fcfa3f21d0 /util/msrtool/msrtool.h
parent90b96b68e0fedbc1d76e8547cad39c57021d5119 (diff)
Support for the AMD Geode GX2
Processors to Msrtool. It seems to work as it was tested on a Wyse Winterm S50. Signed-off-by: Nils Jacobs <njacobs8@hetnet.nl> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5008 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/msrtool/msrtool.h')
-rw-r--r--util/msrtool/msrtool.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/msrtool/msrtool.h b/util/msrtool/msrtool.h
index c2cd6cb3a8..d8fc00f3fb 100644
--- a/util/msrtool/msrtool.h
+++ b/util/msrtool/msrtool.h
@@ -198,6 +198,10 @@ extern int freebsd_rdmsr(uint8_t cpu, uint32_t addr, struct msr *val);
/** target externs **/
+/* geodegx2.c */
+extern int geodegx2_probe(const struct targetdef *t);
+extern const struct msrdef geodegx2_msrs[];
+
/* geodelx.c */
extern int geodelx_probe(const struct targetdef *t);
extern const struct msrdef geodelx_msrs[];