Create new socket for FCPGA370 and PGA370 CPU's for CAR. Add CAR support for Coppermi...
authorJoseph Smith <joe@settoplinux.org>
Mon, 21 Jun 2010 19:40:09 +0000 (19:40 +0000)
committerJoseph Smith <joe@smittys.pointclark.net>
Mon, 21 Jun 2010 19:40:09 +0000 (19:40 +0000)
commit40bffc22cd6b83b186c023d473e6213a65c2d51d
treed813b17542266836c373f8e534cd7b7fa2ea17c5
parent992ae486c7f4eddca9046be8bed250292b0fbd28
Create new socket for FCPGA370 and PGA370 CPU's for CAR. Add CAR support for Coppermine FC-PGA CPU's (model_68x).
Signed-off-by: Joseph Smith <joe@settoplinux.org>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5636 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
27 files changed:
src/cpu/intel/Kconfig
src/cpu/intel/Makefile.inc
src/cpu/intel/model_68x/Kconfig [new file with mode: 0644]
src/cpu/intel/model_68x/Makefile.inc [new file with mode: 0644]
src/cpu/intel/model_68x/microcode-534-MU16810d.h [new file with mode: 0644]
src/cpu/intel/model_68x/microcode-535-MU16810e.h [new file with mode: 0644]
src/cpu/intel/model_68x/microcode-536-MU16810f.h [new file with mode: 0644]
src/cpu/intel/model_68x/microcode-537-MU268110.h [new file with mode: 0644]
src/cpu/intel/model_68x/microcode-538-MU168111.h [new file with mode: 0644]
src/cpu/intel/model_68x/microcode-550-MU168307.h [new file with mode: 0644]
src/cpu/intel/model_68x/microcode-551-MU168308.h [new file with mode: 0644]
src/cpu/intel/model_68x/microcode-611-MU168607.h [new file with mode: 0644]
src/cpu/intel/model_68x/microcode-612-MU168608.h [new file with mode: 0644]
src/cpu/intel/model_68x/microcode-615-MU16860a.h [new file with mode: 0644]
src/cpu/intel/model_68x/microcode-617-MU16860c.h [new file with mode: 0644]
src/cpu/intel/model_68x/microcode-618-MU268602.h [new file with mode: 0644]
src/cpu/intel/model_68x/microcode-662-MU168a01.h [new file with mode: 0644]
src/cpu/intel/model_68x/microcode-691-MU168a04.h [new file with mode: 0644]
src/cpu/intel/model_68x/microcode-692-MU168a05.h [new file with mode: 0644]
src/cpu/intel/model_68x/microcode-727-MU168313.h [new file with mode: 0644]
src/cpu/intel/model_68x/microcode-728-MU168314.h [new file with mode: 0644]
src/cpu/intel/model_68x/microcode-729-MU268310.h [new file with mode: 0644]
src/cpu/intel/model_68x/model_68x_init.c [new file with mode: 0644]
src/cpu/intel/socket_FC_PGA370/Kconfig [new file with mode: 0644]
src/cpu/intel/socket_FC_PGA370/Makefile.inc [new file with mode: 0644]
src/cpu/intel/socket_FC_PGA370/chip.h [new file with mode: 0644]
src/cpu/intel/socket_FC_PGA370/socket_FC_PGA370.c [new file with mode: 0644]