coreboot/src
Carl-Daniel Hailfinger 1229fe4c9b The following mainboards had a file named microcode_updates.c in their
mainboard directories, but the code was not referenced anywhere.
intel/jarrell
dell/s1850
supermicro/x6dhr_ig2
supermicro/x6dhr_ig
supermicro/x6dhe_g2
supermicro/x6dhe_g
Besides that, the contents of these files were either duplicates of
src/cpu/intel/model_f3x/microcode_M1DF340E.h or
src/cpu/intel/model_f3x/microcode_M1DF3413.h.

svn remove the following files:
src/mainboard/supermicro/x6dhe_g/microcode_updates.c
src/mainboard/supermicro/x6dhe_g2/microcode_updates.c
src/mainboard/supermicro/x6dhr_ig/microcode_updates.c
src/mainboard/supermicro/x6dhr_ig2/microcode_updates.c
src/mainboard/dell/s1850/microcode_updates.c
src/mainboard/intel/jarrell/microcode_updates.c

Abuild tested, as expected no failures.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Corey Osgood <corey.osgood@gmail.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3028 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2007-12-30 11:59:10 +00:00
..
arch This patch adds support for MCFG table, which allows OS to find the 2007-11-03 12:50:26 +00:00
boot fix a whole bunch of warnings. (trivial) 2007-10-23 22:17:45 +00:00
config Initial AMD Barcelona support for rev Bx. 2007-12-19 01:32:08 +00:00
console Another CONSTification... 2007-10-24 14:42:12 +00:00
cpu Initial AMD Barcelona support for rev Bx. 2007-12-19 01:32:08 +00:00
devices fix a whole bunch of warnings. (trivial) 2007-10-23 22:17:45 +00:00
drivers Ever wondered where those "setting incorrect section attributes for 2007-10-24 09:08:58 +00:00
include Add Intel 3100 integrated northbridge/southbridge/superio PCI IDs. 2007-12-28 00:23:29 +00:00
lib This is (most of) the usb2 debug console code ripped out of 2007-02-28 11:17:02 +00:00
mainboard The following mainboards had a file named microcode_updates.c in their 2007-12-30 11:59:10 +00:00
northbridge More abuild fixes, this should be the last (trivial) 2007-12-19 19:30:36 +00:00
pc80 Add a debug message to keyboard init. This helped isolate at least one 2007-10-17 22:34:40 +00:00
pmc/altimus/mpc7410 Use the common LinuxBIOS license header (trivial). Refs #5. 2006-12-05 15:27:46 +00:00
ram Trivial: remove unused variable. 2007-10-22 17:04:39 +00:00
sdram 1201_ht_bus0_dev0_fidvid_core.diff 2005-12-02 21:52:30 +00:00
southbridge Additional early AMD8111 southbridge support for Barcelona platforms. 2007-12-19 01:36:46 +00:00
stream This eliminates an illegal and annoying warning. 2007-02-03 10:43:48 +00:00
superio Fix the remaining issues with GA-M57SLI Super I/O GPIO configuration. 2007-11-12 11:14:10 +00:00