From 37f3935029cef0616fa36b9c822496e3e51f03ba Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 1 Sep 2009 10:03:01 +0000 Subject: port msrtool to darwin. Signed-off-by: Stefan Reinauer Acked-by: Peter Stuge with minor changes to allow 32bit and 64bit compilation and (I hope), Peter's concerns addressed. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4624 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/msrtool/msrtool.c | 1 + 1 file changed, 1 insertion(+) (limited to 'util/msrtool/msrtool.c') diff --git a/util/msrtool/msrtool.c b/util/msrtool/msrtool.c index 2bb8ded8ba..251da40d99 100644 --- a/util/msrtool/msrtool.c +++ b/util/msrtool/msrtool.c @@ -48,6 +48,7 @@ static struct targetdef alltargets[] = { static struct sysdef allsystems[] = { { "linux", "Linux with /dev/cpu/*/msr", linux_probe, linux_open, linux_close, linux_rdmsr }, + { "darwin", "OS X with DirectIO", darwin_probe, darwin_open, darwin_close, darwin_rdmsr }, { SYSTEM_EOT } }; -- cgit v1.2.3