diff options
author | Ed Swierk <eswierk@arastra.com> | 2008-08-25 14:41:11 +0000 |
---|---|---|
committer | Ed Swierk <eswierk@arastra.com> | 2008-08-25 14:41:11 +0000 |
commit | 19963137568738850f786abd030d81f2f0ec5bba (patch) | |
tree | e80c06315fb35bba889d79c2dd5fa45c51472fc3 /src/cpu/intel/ep80579/Config.lb | |
parent | b0d3e712738293293f07764efbda8b1551333f72 (diff) |
This patch implements support for the CPU core of the Intel EP80579
Integrated Processor.
Signed-off-by: Ed Swierk <eswierk@arastra.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3534 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/intel/ep80579/Config.lb')
-rw-r--r-- | src/cpu/intel/ep80579/Config.lb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/cpu/intel/ep80579/Config.lb b/src/cpu/intel/ep80579/Config.lb new file mode 100644 index 0000000000..4bf4ee3921 --- /dev/null +++ b/src/cpu/intel/ep80579/Config.lb @@ -0,0 +1,30 @@ +## +## This file is part of the coreboot project. +## +## Copyright (C) 2008 Arastra, Inc. +## +## This program is free software; you can redistribute it and/or modify +## it under the terms of the GNU General Public License version 2 as +## published by the Free Software Foundation. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program; if not, write to the Free Software +## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## + +config chip.h +object ep80579.o +dir /cpu/x86/tsc +dir /cpu/x86/mtrr +dir /cpu/x86/fpu +dir /cpu/x86/mmx +dir /cpu/x86/sse +dir /cpu/x86/lapic +dir /cpu/x86/cache +dir /cpu/intel/microcode +driver ep80579_init.o |