diff options
author | Ed Swierk <eswierk@arastra.com> | 2008-08-28 18:22:40 +0000 |
---|---|---|
committer | Ed Swierk <eswierk@arastra.com> | 2008-08-28 18:22:40 +0000 |
commit | 7eda890d9af652558b0e710b9d17c8915ab3421a (patch) | |
tree | 388c7e997c02f4e028fc55598ffe3c472e3c6a4c /src/northbridge/intel/i3100 | |
parent | 3a48bdcd361c2ee1c822e07b0db97a61eddc8572 (diff) |
Eric Biederman believes that he and Tom Zimmerman of the defunct
LinuxNetworx own the copyright for the Intel e7520, e7525 and 3100
raminit code.
Signed-off-by: Ed Swierk <eswierk@arastra.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3546 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/intel/i3100')
-rw-r--r-- | src/northbridge/intel/i3100/raminit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/northbridge/intel/i3100/raminit.c b/src/northbridge/intel/i3100/raminit.c index 6778491b8e..f6ddecb18f 100644 --- a/src/northbridge/intel/i3100/raminit.c +++ b/src/northbridge/intel/i3100/raminit.c @@ -1,6 +1,7 @@ /* * This file is part of the coreboot project. * + * Copyright (C) 2005 Eric W. Biederman and Tom Zimmerman * Copyright (C) 2008 Arastra, Inc. * * This program is free software; you can redistribute it and/or modify @@ -18,8 +19,6 @@ * */ -/* This code is based on src/northbridge/intel/e7520/raminit.c */ - #include <cpu/x86/mem.h> #include <cpu/x86/mtrr.h> #include <cpu/x86/cache.h> |