coreboot.git
17 years agoouch. always abuild with payloads! trivial fix.
Stefan Reinauer [Fri, 15 Dec 2006 11:55:58 +0000 (11:55 +0000)]
ouch. always abuild with payloads! trivial fix.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2528 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoApply linuxbios-rename-compressed-payload-options.patch, refs #14
Ed Swierk [Fri, 15 Dec 2006 11:42:16 +0000 (11:42 +0000)]
Apply linuxbios-rename-compressed-payload-options.patch, refs #14
Signed-off-by: Ed Swierk <eswierk@arastra.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2527 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoIn the file mainboard/intel/i82801dbm/i82801dbm.c the variable
Jon Dufresne [Thu, 14 Dec 2006 14:54:00 +0000 (14:54 +0000)]
In the file mainboard/intel/i82801dbm/i82801dbm.c the variable
southbridge_intel_i82801dbm_control should be named
southbridge_intel_i82801dbm_ops. Otherwise a compile error occurs if this
device is included in Config.lb of the mainboard.

Closes #62

Signed-off-by: Jon Dufresne <jon.dufresne@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2526 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoAdd support for the SMSC FDC37M60x Super I/O (tested on FDC37M602).
Uwe Hermann [Thu, 14 Dec 2006 14:26:46 +0000 (14:26 +0000)]
Add support for the SMSC FDC37M60x Super I/O (tested on FDC37M602).

Serial output on serial port 1 is tested and works, the rest probably not yet.

Closes #59.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2525 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoAdd an install target to the flashrom Makefile which installs flashrom
Uwe Hermann [Thu, 14 Dec 2006 00:59:41 +0000 (00:59 +0000)]
Add an install target to the flashrom Makefile which installs flashrom
into /usr/local/bin. Closes #54.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2524 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoIn src/southbridge/intel/i82801ca, first the smbus registers are mapped at i/o
chn [Thu, 14 Dec 2006 00:43:50 +0000 (00:43 +0000)]
In src/southbridge/intel/i82801ca, first the smbus registers are mapped at i/o
space offset 0x1000, and later is the acpi registers also mapped at 0x1000.
This patch fixes this behavior. Closes #44

Signed-off-by: <chn@virtutech.se>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2523 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoAdd mtrr support for pentium m cpus
Jon Dufresne [Thu, 14 Dec 2006 00:40:09 +0000 (00:40 +0000)]
Add mtrr support for pentium m cpus

For cache to work the x86_setup_mtrrs() must be called.

Closes #61

Signed-off-by: Jon Dufresne <jon.dufresne@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2522 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoThis is a typo that went into one of the abuild files. it will break abuild
Stefan Reinauer [Thu, 14 Dec 2006 00:31:38 +0000 (00:31 +0000)]
This is a typo that went into one of the abuild files. it will break abuild
on this board for everyone but me. Closes #58
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de> (trivial patch)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2521 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoUse the common LinuxBIOS license header (trivial). Refs #5.
Uwe Hermann [Tue, 5 Dec 2006 15:27:46 +0000 (15:27 +0000)]
Use the common LinuxBIOS license header (trivial). Refs #5.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2520 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoAdd missing license headers to some files (info based on svn history).
Uwe Hermann [Tue, 5 Dec 2006 14:13:10 +0000 (14:13 +0000)]
Add missing license headers to some files (info based on svn history).

Adapt some existing license headers to use the common LinuxBIOS
format. Please note that this does not make any qualitative
license changes, merely cosmetic syntax changes (trivial).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2519 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoUpdate list of supported flash chips in the flashrom README (trivial).
Uwe Hermann [Mon, 4 Dec 2006 08:20:40 +0000 (08:20 +0000)]
Update list of supported flash chips in the flashrom README (trivial).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2518 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoList the supported flash chips and southbridges in the flashrom
Uwe Hermann [Mon, 4 Dec 2006 08:15:47 +0000 (08:15 +0000)]
List the supported flash chips and southbridges in the flashrom
README file (trivial).

Closes #52.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2517 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoRemove
Uwe Hermann [Sun, 3 Dec 2006 23:46:36 +0000 (23:46 +0000)]
Remove
  #include <device/device.h>
from all *_early_serial.c ITE Super I/O files, as arch/romcc_io.h already
#defines device_t, thus adding device/device.h breaks the build (trivial).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2516 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agofix romcc preprocessor bug
Eric Biederman [Sat, 2 Dec 2006 16:48:48 +0000 (16:48 +0000)]
fix romcc preprocessor bug
Signed-off-by: Eric Biederman <ebiederman@lnxi.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2515 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoStatus update (trivial).
Uwe Hermann [Fri, 1 Dec 2006 15:25:21 +0000 (15:25 +0000)]
Status update (trivial).

See http://www.linuxbios.org/pipermail/linuxbios/2006-November/017195.html

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2514 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoExplicitly set the CLKIN to 24 MHz on all ITE Super I/Os, otherwise
Uwe Hermann [Fri, 1 Dec 2006 13:14:55 +0000 (13:14 +0000)]
Explicitly set the CLKIN to 24 MHz on all ITE Super I/Os, otherwise
serial output might not always work correctly (trivial).

Thanks Philipp Degler <pdegler@rumms.uni-mannheim.de> for testing and
reporting this issue.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2513 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoAdd missing #includes to some ITE Super I/O files.
Jon Dufresne [Fri, 1 Dec 2006 09:41:11 +0000 (09:41 +0000)]
Add missing #includes to some ITE Super I/O files.

Signed-off-by: Jon Dufresne <jon.dufresne@gmail.com>
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2512 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoAdd convenience macros PAM0..PAM6 (trivial).
Uwe Hermann [Thu, 30 Nov 2006 21:26:45 +0000 (21:26 +0000)]
Add convenience macros PAM0..PAM6 (trivial).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2511 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoadd Config.lb files for abuild. This fixes both boards (trivial)
Stefan Reinauer [Mon, 27 Nov 2006 16:32:49 +0000 (16:32 +0000)]
add Config.lb files for abuild. This fixes both boards (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2510 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoCosmetic fix of the nova4899r CHIP_NAME().
Uwe Hermann [Sun, 26 Nov 2006 19:07:20 +0000 (19:07 +0000)]
Cosmetic fix of the nova4899r CHIP_NAME().

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2509 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoAdd support for the IEI NOVA-4899R 5.25 SBC mainboard (patch submitted by
Luis Correia [Sun, 26 Nov 2006 19:05:16 +0000 (19:05 +0000)]
Add support for the IEI NOVA-4899R 5.25 SBC mainboard (patch submitted by
Luis Correia <luis.f.correia@gmail.com>). The code is loosely based on
the Eaglelion 5bcm mainboard.

Warning: this is work in progress!

As of now, it does boot with serial console only (no vga), and two ethernet
cards work sometimes. This has to do with the IRQ assignments, which are a
complete mess. USB is now apparently working, but I can't make any device
to be recognized.

The PCI slot is still unusable due to the IRQ thing.

Audio, other serial ports, irda, floppy and paralell port support is
unknown aka untested yet.

(closes #32)

Signed-off-by: Luis Correia <luis.f.correia@gmail.com>
Acked-by: Acked-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2508 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoFix location of the bug tracker in the manpage (trivial).
Uwe Hermann [Wed, 22 Nov 2006 15:27:29 +0000 (15:27 +0000)]
Fix location of the bug tracker in the manpage (trivial).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2507 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoUpdate of the src/include/spd.h file with the following improvements:
Uwe Hermann [Wed, 22 Nov 2006 11:41:32 +0000 (11:41 +0000)]
Update of the src/include/spd.h file with the following improvements:

 * Added information on the relevant datasheet(s) and where to get them.
 * Added missing #defines for some other config bytes.
 * Documented all config bytes a bit better.
 * Renamed some #defines to hopefully make their names clearer.

(closes #38)

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2506 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoapply patch from Giampiero Giancipoli <gianci@email.it>:
Giampiero Giancipoli [Wed, 22 Nov 2006 00:29:51 +0000 (00:29 +0000)]
apply patch from Giampiero Giancipoli <gianci@email.it>:

Fixed write_page_write_jedec() in jedec.c. Added a check-reprogram loop
in the same function, to come around the high page write failure rate on
some boards.

This patch includes the changes suggested by Ron to simplify the control
flow.

It also includes trivial changes by me to make flashrom build on newer
systems (libpci needs libz now). I also made a small type case compile fix
and proper return code handling in one or two places.

Signed-off-by: Giampiero Giancipoli <gianci@email.it>
Signed-off-by: Ronald G Minnich <rminnich@gmail.com>
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2505 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoAdd support for ASD AE49F2008
Stefan Reinauer [Tue, 21 Nov 2006 23:51:08 +0000 (23:51 +0000)]
Add support for ASD AE49F2008
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de> (trivial patch)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2504 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoflashrom: Only write the flash if the image has the same size
Stefan Reinauer [Tue, 21 Nov 2006 23:48:51 +0000 (23:48 +0000)]
flashrom: Only write the flash if the image has the same size

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Segher Boessenkool <segher@kernel.crashing.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2503 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoRename SM_ID to SYNCMOS_ID (trivial).
Uwe Hermann [Tue, 21 Nov 2006 15:09:05 +0000 (15:09 +0000)]
Rename SM_ID to SYNCMOS_ID (trivial).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2502 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoAdd support for the SyncMOS S29C51001T, S29C51004T, and S29C31004T
Uwe Hermann [Tue, 21 Nov 2006 15:02:27 +0000 (15:02 +0000)]
Add support for the SyncMOS S29C51001T, S29C51004T, and S29C31004T
flash chips to flashrom (closes: #50).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2501 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoCosmetic fixes and typos (trivial).
Uwe Hermann [Mon, 20 Nov 2006 20:32:35 +0000 (20:32 +0000)]
Cosmetic fixes and typos (trivial).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2500 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoSupport for the 256K SyncMos S29C51002T flash.
Giampiero Giancipoli [Mon, 20 Nov 2006 20:03:07 +0000 (20:03 +0000)]
Support for the 256K SyncMos S29C51002T flash.

Signed-off-by: Giampiero Giancipoli <gianci@email.it>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2499 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoFix hardcoding of iasl path. iasl is in the user path in the
Uwe Hermann [Sun, 19 Nov 2006 19:24:06 +0000 (19:24 +0000)]
Fix hardcoding of iasl path. iasl is in the user path in the
pmtools packages of upcoming SUSE 10.2, too, so the problem will
go away. (new package installed on linuxbios.org, too)

See also
http://www.linuxbios.org/pipermail/linuxbios/2006-September/015968.html

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2498 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoAdd missing bracket in comment, and fix whitespace (trivial).
Uwe Hermann [Sat, 11 Nov 2006 18:46:38 +0000 (18:46 +0000)]
Add missing bracket in comment, and fix whitespace (trivial).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2497 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years ago* fix the automatic build system by compressing payloads if possible
Stefan Reinauer [Fri, 10 Nov 2006 13:30:28 +0000 (13:30 +0000)]
* fix the automatic build system by compressing payloads if possible
  and leaving enough room for a real payload (not /dev/null)

  This is a wonderful example why "uses" sucks.

* add Config-abuild.lb for those boards that dont build with
  the default settings and a real payload:
  arima/hdama, amd/quartet, amd/serengeti_cheetah, ibm/e326

* if lzma is installed and a real payload is used, try compressing
  it.

* fix a small bug in "abuild --help"

This patch is acked by me because its due to infrastructural changes only.
Flames welcome.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2496 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoAdd an include file which contains the register definitions for the
Uwe Hermann [Fri, 10 Nov 2006 09:04:12 +0000 (09:04 +0000)]
Add an include file which contains the register definitions for the
Intel 440BX northbridge (Closes #39).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Richard Smith <smithbone@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2495 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoInstead of checking the first byte only, the whole part is checked now. This
Stefan Reinauer [Tue, 7 Nov 2006 13:48:46 +0000 (13:48 +0000)]
Instead of checking the first byte only, the whole part is checked now. This
will detect any improper erase, closes #31
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2494 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoFix some code comments of the Intel PIIX4/PIIX4E/PIIX4M code.
Uwe Hermann [Tue, 7 Nov 2006 11:16:21 +0000 (11:16 +0000)]
Fix some code comments of the Intel PIIX4/PIIX4E/PIIX4M code.
Add detailed instructions on how and where to get the datasheet,
its name, and order number (Closes #34).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2493 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoSupport for VIA VT82C686 in flashrom utility (trivial)
Stefan Reinauer [Tue, 7 Nov 2006 10:22:20 +0000 (10:22 +0000)]
Support for VIA VT82C686 in flashrom utility (trivial)
closes #30
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2492 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoFix bug in 'sed' invocation in abuild, which causes build errors in
Uwe Hermann [Mon, 6 Nov 2006 10:51:15 +0000 (10:51 +0000)]
Fix bug in 'sed' invocation in abuild, which causes build errors in
certain situations (Closes #22, refs #14).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2491 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoUse the canonical name of the vendors/devices and the
Uwe Hermann [Sun, 5 Nov 2006 18:50:49 +0000 (18:50 +0000)]
Use the canonical name of the vendors/devices and the
same format for all CHIP_NAME() entries in LinuxBIOS (Closes #20).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@linuxbios.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2490 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoAdd support for Intel PIIX4/PIIX4E/PIIX4M-based mainboards to flashrom.
Uwe Hermann [Sun, 5 Nov 2006 18:26:08 +0000 (18:26 +0000)]
Add support for Intel PIIX4/PIIX4E/PIIX4M-based mainboards to flashrom.
Tested on real hardware, reading, detecting and writing various chips works.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2489 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoFix a typo in elfboot.c. Closes #27
Luis Correia [Sun, 5 Nov 2006 12:18:58 +0000 (12:18 +0000)]
Fix a typo in elfboot.c. Closes #27

Signed-off-by: Luis Correia <luis.f.correia@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2488 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoVarious minor cosmetic changes in the ITE Super I/Os, mostly whitespace
Uwe Hermann [Sat, 4 Nov 2006 23:19:00 +0000 (23:19 +0000)]
Various minor cosmetic changes in the ITE Super I/Os, mostly whitespace
changes and fixing of comments.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2487 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoSorry, this is the last commit I will do this way, but MSI has waited a
bxshi [Thu, 2 Nov 2006 16:02:33 +0000 (16:02 +0000)]
Sorry, this is the last commit I will do this way, but MSI has waited a
long time and I could not get into the tracker.

These are patches to enable ms9185 support. Abuild passes.

Signed-off-by: bxshi <bxshi@msik.com.cn>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2486 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoRemove some unneeded #includes from most mainboard.c files.
Uwe Hermann [Thu, 2 Nov 2006 14:11:34 +0000 (14:11 +0000)]
Remove some unneeded #includes from most mainboard.c files.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2485 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoAdapt GPL license headers to match the current conventions.
Uwe Hermann [Wed, 1 Nov 2006 14:31:00 +0000 (14:31 +0000)]
Adapt GPL license headers to match the current conventions.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2484 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agodrop unsupported unfinished mainboard Advantech SOM GX DB533-C
Richard Smith [Wed, 1 Nov 2006 14:21:31 +0000 (14:21 +0000)]
drop unsupported unfinished mainboard Advantech SOM GX DB533-C

Signed-off-by: Richard Smith <smithbone@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2483 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoRename some variables from *ITE* to *ite* for consistency reasons (refs #4).
Uwe Hermann [Wed, 1 Nov 2006 12:52:49 +0000 (12:52 +0000)]
Rename some variables from *ITE* to *ite* for consistency reasons (refs #4).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2482 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agosmall tracker test (trivial change). closes #3
Stefan Reinauer [Sat, 28 Oct 2006 16:03:37 +0000 (16:03 +0000)]
small tracker test (trivial change). closes #3
fix bug report address
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2481 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoSmall tracker test (trivial change). closes #3
Stefan Reinauer [Sat, 28 Oct 2006 16:00:24 +0000 (16:00 +0000)]
Small tracker test (trivial change). closes #3
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2480 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoThis change fixes a long-standing bug, whereby we do not set ret for an
Ronald G. Minnich [Fri, 27 Oct 2006 18:22:13 +0000 (18:22 +0000)]
This change fixes a long-standing bug, whereby we do not set ret for an
un-inited vector, which we should have done.
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2479 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agosvn mv src/northbridge/intel/E7520 src/northbridge/intel/e7520
Uwe Hermann [Fri, 27 Oct 2006 11:40:01 +0000 (11:40 +0000)]
svn mv src/northbridge/intel/E7520 src/northbridge/intel/e7520
svn mv src/northbridge/intel/E7525 src/northbridge/intel/e7525

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2478 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoRename E7520 to e7520, and E7525 to e7525 in the code. The next commit
Uwe Hermann [Fri, 27 Oct 2006 11:38:22 +0000 (11:38 +0000)]
Rename E7520 to e7520, and E7525 to e7525 in the code. The next commit
will then rename the E7520 and E7525 directories respectively.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2477 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoFix the CHIP_NAME() entries of all mainboards to have the same format
Uwe Hermann [Fri, 27 Oct 2006 11:30:27 +0000 (11:30 +0000)]
Fix the CHIP_NAME() entries of all mainboards to have the same format
and (hopefully) the correct canonical name of the vendor and board.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2476 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoenhance web page (trivial)
Stefan Reinauer [Wed, 25 Oct 2006 19:08:12 +0000 (19:08 +0000)]
enhance web page (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Closes #3

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2475 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agosupport submitting tests to the test system in abuild. initial support.
Stefan Reinauer [Wed, 25 Oct 2006 19:02:34 +0000 (19:02 +0000)]
support submitting tests to the test system in abuild. initial support.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Closes #3

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2474 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoRename src/superio/NSC to src/superio/nsc.
Uwe Hermann [Tue, 24 Oct 2006 23:08:10 +0000 (23:08 +0000)]
Rename src/superio/NSC to src/superio/nsc.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2473 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoChange all occurences of NSC to nsc in the code. The next commit
Uwe Hermann [Tue, 24 Oct 2006 23:00:42 +0000 (23:00 +0000)]
Change all occurences of NSC to nsc in the code. The next commit
will then rename the src/superio/NSC directory to src/superio/nsc.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2472 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoreduce verbosity on OLPC btest boards.
Ronald G. Minnich [Tue, 24 Oct 2006 18:47:29 +0000 (18:47 +0000)]
reduce verbosity on OLPC btest boards.

Signed-off-by: Ronald G. Minnich <rminnich@lanl.gov>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2471 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agofix leftover typo
Stefan Reinauer [Tue, 24 Oct 2006 12:46:55 +0000 (12:46 +0000)]
fix leftover typo

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2470 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agofix typo during rename. Subversion would not let
Yinghai Lu [Tue, 24 Oct 2006 09:40:21 +0000 (09:40 +0000)]
fix typo during rename. Subversion would not let
me fix this before committing first.

Signed-off-by: Yinghai Lu <yinghailu@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2469 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agofix naming convention, turn X.
Yinghai Lu [Tue, 24 Oct 2006 09:37:04 +0000 (09:37 +0000)]
fix naming convention, turn X.
another commit is following
Signed-off-by: Yinghai Lu <yinghailu@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2468 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agorename Iwill to iwill to keep naming scheme consistent
Stefan Reinauer [Tue, 24 Oct 2006 09:25:35 +0000 (09:25 +0000)]
rename Iwill to iwill to keep naming scheme consistent

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2467 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoremove DK8HTX, it's an old duplicate version of dk8_htx
Stefan Reinauer [Tue, 24 Oct 2006 09:23:23 +0000 (09:23 +0000)]
remove DK8HTX, it's an old duplicate version of dk8_htx

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2466 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoget rid of the border.
stepan [Fri, 20 Oct 2006 22:21:18 +0000 (22:21 +0000)]
get rid of the border.
Signed-Off-By: stepan@coresystems.de
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2465 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoAdded a README file for LinuxBIOS.
Uwe Hermann [Fri, 20 Oct 2006 21:50:01 +0000 (21:50 +0000)]
Added a README file for LinuxBIOS.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2464 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoadd proper licensing information. thanks to Uwe Hermann.
Stefan Reinauer [Thu, 19 Oct 2006 19:08:00 +0000 (19:08 +0000)]
add proper licensing information. thanks to Uwe Hermann.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2463 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agofix from Uwe Hermann: updated patch to fix a wiki syntax bug in the output...
Stefan Reinauer [Thu, 19 Oct 2006 19:06:28 +0000 (19:06 +0000)]
fix from Uwe Hermann:  updated patch to fix a wiki syntax bug in the output...

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2462 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoadd the CAFE IRQ support
Ronald G. Minnich [Wed, 18 Oct 2006 16:00:10 +0000 (16:00 +0000)]
add the CAFE IRQ support

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2461 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoadd btest mainboard
Ronald G. Minnich [Wed, 18 Oct 2006 15:46:24 +0000 (15:46 +0000)]
add btest mainboard

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2460 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoadd the btest mainboard
Ronald G. Minnich [Wed, 18 Oct 2006 15:23:28 +0000 (15:23 +0000)]
add the btest mainboard

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2459 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoadd xsl stylesheet for wiki table generation
Stefan Reinauer [Tue, 17 Oct 2006 20:58:47 +0000 (20:58 +0000)]
add xsl stylesheet for wiki table generation

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2458 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoadd ADLO to v2
Stefan Reinauer [Sat, 14 Oct 2006 21:35:30 +0000 (21:35 +0000)]
add ADLO to v2

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2457 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years ago* add vt8237 support (Uwe Hermann)
Stefan Reinauer [Sat, 14 Oct 2006 21:04:49 +0000 (21:04 +0000)]
* add vt8237 support (Uwe Hermann)
* add more MCP51 support (me)

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2456 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agos2895 failover build
Yinghai Lu [Fri, 13 Oct 2006 21:48:38 +0000 (21:48 +0000)]
s2895 failover build

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2455 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoreturn missed
Yinghai Lu [Fri, 13 Oct 2006 20:10:09 +0000 (20:10 +0000)]
return missed

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2454 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agochange things that make no sense on ultra40. serial output now works!
Ronald G. Minnich [Fri, 13 Oct 2006 19:58:52 +0000 (19:58 +0000)]
change things that make no sense on ultra40. serial output now works!
Signed-off-by: Ronald G. Minnich
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2453 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoDK8 HTX with CAR and acpi, and easy support for HTX
Yinghai Lu [Thu, 12 Oct 2006 00:58:20 +0000 (00:58 +0000)]
DK8 HTX with CAR and acpi, and easy support for HTX

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2452 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoreplace table based crc with computational one. by Ed Swierk.
stepan [Mon, 9 Oct 2006 22:35:45 +0000 (22:35 +0000)]
replace table based crc with computational one. by Ed Swierk.
X-Signed-Off-By: <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2451 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agohere's a small patch to add support for the SST 49LF020A to flashrom.
Stefan Reinauer [Sat, 7 Oct 2006 22:59:03 +0000 (22:59 +0000)]
here's a small patch to add support for the SST 49LF020A to flashrom.
by Uwe Hermann <uwe@hermann-uwe.de>
X-Signed-Off-By: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2450 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoTiny patch to show the size of the detected flash part
Stefan Reinauer [Sat, 7 Oct 2006 00:23:51 +0000 (00:23 +0000)]
Tiny patch to show the size of the detected flash part
from Uwe Hermann <uwe@hermann-uwe.de>
X-Signed-Off-By: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2449 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoFix flashrom for sst49lf080a and small print bug,
Stefan Reinauer [Sat, 7 Oct 2006 00:21:13 +0000 (00:21 +0000)]
Fix flashrom for sst49lf080a and small print bug,
by Roman Kononov <kononov195-lbl@yahoo.com>.
X-Signed-Off-By: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2448 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoAdd serial stream payload support from Ed Swierk <eswierk@arastra.com>
Stefan Reinauer [Sat, 7 Oct 2006 00:13:24 +0000 (00:13 +0000)]
Add serial stream payload support from Ed Swierk <eswierk@arastra.com>
X-Signed-Off-By: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2447 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoMEMCLK to DDRXXX
Yinghai Lu [Fri, 6 Oct 2006 16:05:14 +0000 (16:05 +0000)]
MEMCLK to DDRXXX

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2446 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoK8_4RANK to QRANK
Yinghai Lu [Thu, 5 Oct 2006 06:59:56 +0000 (06:59 +0000)]
K8_4RANK to QRANK

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2445 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoinit.o
Yinghai Lu [Thu, 5 Oct 2006 06:24:21 +0000 (06:24 +0000)]
init.o

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2444 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agomake ppc happy for console
Yinghai Lu [Thu, 5 Oct 2006 00:27:44 +0000 (00:27 +0000)]
make ppc happy for console

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2443 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoget_bus_cong using sysconf instead
Yinghai Lu [Wed, 4 Oct 2006 23:57:49 +0000 (23:57 +0000)]
get_bus_cong using sysconf instead

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2442 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoadd missed asl for ht chain
Yinghai Lu [Wed, 4 Oct 2006 23:09:09 +0000 (23:09 +0000)]
add missed asl for ht chain

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2441 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoqemu abuild fix
Yinghai Lu [Wed, 4 Oct 2006 22:57:26 +0000 (22:57 +0000)]
qemu abuild fix

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2440 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoCONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support in
Yinghai Lu [Wed, 4 Oct 2006 22:56:21 +0000 (22:56 +0000)]
CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support in
serengeti_cheeatah

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2439 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agofailover_failover apc lds
Yinghai Lu [Wed, 4 Oct 2006 21:05:23 +0000 (21:05 +0000)]
failover_failover apc lds

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2438 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agosocket 939
Yinghai Lu [Wed, 4 Oct 2006 21:04:49 +0000 (21:04 +0000)]
socket 939

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2437 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoamdk8_sysconf
Yinghai Lu [Wed, 4 Oct 2006 21:00:01 +0000 (21:00 +0000)]
amdk8_sysconf

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2436 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoAMD Rev F support
Yinghai Lu [Wed, 4 Oct 2006 20:46:15 +0000 (20:46 +0000)]
AMD Rev F support

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2435 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agorename abuild.sh to abuild.
Stefan Reinauer [Mon, 25 Sep 2006 09:15:52 +0000 (09:15 +0000)]
rename abuild.sh to abuild.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2434 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoclean up epia targets
Stefan Reinauer [Sun, 24 Sep 2006 23:02:26 +0000 (23:02 +0000)]
clean up epia targets

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2433 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoadd irq for keyboard and mouse
Ronald G. Minnich [Thu, 21 Sep 2006 20:55:58 +0000 (20:55 +0000)]
add irq for keyboard and mouse

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2432 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoabuild manpage and other fixes from Uwe Hermann. Thank you!
Stefan Reinauer [Thu, 21 Sep 2006 13:09:22 +0000 (13:09 +0000)]
abuild manpage and other fixes from Uwe Hermann. Thank you!

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2431 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoLots of lx fixes. CLeanup mainly. THings now build
Ronald G. Minnich [Wed, 20 Sep 2006 16:39:30 +0000 (16:39 +0000)]
Lots of lx fixes. CLeanup mainly. THings now build
Signed-off-by: Ronald G. Minnich
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2430 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

17 years agoThis driver is a mistake, removing it.
Ronald G. Minnich [Wed, 20 Sep 2006 16:32:59 +0000 (16:32 +0000)]
This driver is a mistake, removing it.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2429 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1