[coreboot] [flashrom] r617 - trunk

2009-06-21 Thread svn
Author: uwe Date: 2009-06-21 22:50:22 +0200 (Sun, 21 Jun 2009) New Revision: 617 Modified: trunk/board_enable.c Log: Add board-enable for Elitegroup K7VTA3 (trivial, tested on hardware). The board can decode 256 KB only (i.e., not 512 KB) it seems. Signed-off-by: Uwe Hermann Acked-by: Uwe He

[coreboot] [v2] r4368 - in trunk/coreboot-v2/src: arch/i386/boot arch/i386/include/arch cpu/amd/model_fxx northbridge/amd/amdk8

2009-06-21 Thread svn
Author: ruik Date: 2009-06-21 22:26:13 +0200 (Sun, 21 Jun 2009) New Revision: 4368 Modified: trunk/coreboot-v2/src/arch/i386/boot/acpigen.c trunk/coreboot-v2/src/arch/i386/include/arch/acpigen.h trunk/coreboot-v2/src/cpu/amd/model_fxx/powernow_acpi.c trunk/coreboot-v2/src/northbridge/a

[coreboot] [flashrom] r616 - trunk

2009-06-21 Thread svn
Author: uwe Date: 2009-06-21 17:45:34 +0200 (Sun, 21 Jun 2009) New Revision: 616 Modified: trunk/board_enable.c Log: Add board-enable code for the Shuttle AK38N. FYI, this board can only decode 256 KB chips (not 512 KB ones) unfortunately. The highest address line (A18) is not connected on thi

[coreboot] [flashrom] r615 - trunk

2009-06-19 Thread svn
Author: uwe Date: 2009-06-20 03:21:38 +0200 (Sat, 20 Jun 2009) New Revision: 615 Modified: trunk/Makefile trunk/flash.h trunk/flashrom.c trunk/print.c Log: Various wiki output changes: - Move board_info_url struct to print.c, doesn't have to be global. - Simplify flashrom.c a bit b

[coreboot] [v2] r4367 - in trunk/coreboot-v2/src: config mainboard/a-trend/atc-6220 mainboard/a-trend/atc-6240 mainboard/abit/be6-ii_v2_0 mainboard/advantech/pcm-5820 mainboard/amd/db800 mainboard/amd

2009-06-19 Thread svn
Author: myles Date: 2009-06-19 23:18:14 +0200 (Fri, 19 Jun 2009) New Revision: 4367 Modified: trunk/coreboot-v2/src/config/Options.lb trunk/coreboot-v2/src/mainboard/a-trend/atc-6220/Options.lb trunk/coreboot-v2/src/mainboard/a-trend/atc-6240/Options.lb trunk/coreboot-v2/src/mainboard/

[coreboot] [v2] r4366 - trunk/coreboot-v2/src/pc80

2009-06-19 Thread svn
Author: myles Date: 2009-06-19 21:50:58 +0200 (Fri, 19 Jun 2009) New Revision: 4366 Modified: trunk/coreboot-v2/src/pc80/Config.lb Log: work around initobject breakage in pc80/Config.lb Signed-off-by: Stefan Reinauer Acked-by: Ronald G. Minnich Modified: trunk/coreboot-v2/src/pc80/Config.lb

[coreboot] [flashrom] r614 - trunk

2009-06-19 Thread svn
Author: uwe Date: 2009-06-19 21:00:48 +0200 (Fri, 19 Jun 2009) New Revision: 614 Modified: trunk/board_enable.c trunk/print.c Log: Random bunch of wiki output and board status changes (trivial). - Convert #defines for strings in print.c to 'const char *'s. - Add missing entries in the bo

[coreboot] [flashrom] r613 - trunk

2009-06-19 Thread svn
Author: uwe Date: 2009-06-19 17:54:39 +0200 (Fri, 19 Jun 2009) New Revision: 613 Modified: trunk/flashchips.c trunk/flashchips.h trunk/satasii.c Log: Add support for the AMD Am29F010A/B chips. Also, add support for the Silicon Image 3112(A) SATA controller. Both have been tested by Andr

[coreboot] [v2] r4365 - in trunk/coreboot-v2: src/mainboard/msi/ms6178 src/northbridge/intel/i82810 targets/msi/ms6178

2009-06-19 Thread svn
Author: uwe Date: 2009-06-19 17:41:49 +0200 (Fri, 19 Jun 2009) New Revision: 4365 Modified: trunk/coreboot-v2/src/mainboard/msi/ms6178/Options.lb trunk/coreboot-v2/src/northbridge/intel/i82810/northbridge.c trunk/coreboot-v2/targets/msi/ms6178/Config.lb Log: Convert the MSI MS-6178 board

[coreboot] [flashrom] r612 - trunk

2009-06-19 Thread svn
Author: uwe Date: 2009-06-19 16:22:16 +0200 (Fri, 19 Jun 2009) New Revision: 612 Modified: trunk/board_enable.c Log: Mark VIA EPIA-EX15000 and VIA EPIA-NX15000 as working (trivial). Thanks Clark Rawlins for the report! Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann Modified: trunk/boa

[coreboot] [flashrom] r611 - trunk

2009-06-19 Thread svn
Author: hailfinger Date: 2009-06-19 16:20:34 +0200 (Fri, 19 Jun 2009) New Revision: 611 Modified: trunk/Makefile Log: Prevent spurious runs of make features introduced by the FT2232 patch. The new makefile structure uses indirection (.features->features) to work around a gmake bug which resulte

[coreboot] [flashrom] r610 - trunk

2009-06-19 Thread svn
Author: libv Date: 2009-06-19 15:53:59 +0200 (Fri, 19 Jun 2009) New Revision: 610 Modified: trunk/board_enable.c Log: Board enable for EPIA-N(L). Signed-off-by: Jon Harrison Acked-by: Luc Verhaegen Modified: trunk/board_enable.c =

[coreboot] [flashrom] r609 - trunk

2009-06-19 Thread svn
Author: libv Date: 2009-06-19 15:00:24 +0200 (Fri, 19 Jun 2009) New Revision: 609 Modified: trunk/board_enable.c Log: Board enable for Mitac 6513WU (Compaq OEM) ATX board for P3; Intel 82810e GMCHe, Intel 82801AA ICH and SMSC LPC47U332 super I/O. Signed-off-by: Michael Gold Acked-by: Luc Ver

[coreboot] [v2] r4364 - in trunk/coreboot-v2/src: mainboard/gigabyte/m57sli southbridge/nvidia/mcp55

2009-06-19 Thread svn
Author: hargut Date: 2009-06-19 14:03:40 +0200 (Fri, 19 Jun 2009) New Revision: 4364 Added: trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/acpi_tables.c trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/dsdt.asl trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_fadt.c Modified: trunk

[coreboot] [flashrom] r608 - trunk

2009-06-19 Thread svn
Author: hailfinger Date: 2009-06-19 13:23:57 +0200 (Fri, 19 Jun 2009) New Revision: 608 Modified: trunk/flashrom.8 trunk/flashrom.c trunk/pm49fl00x.c Log: Kill obsolete exclude range feature. It is ignored by almost every chip and does not work for external flashers. Plus, it gives the us

[coreboot] [flashrom] r607 - trunk

2009-06-19 Thread svn
Author: uwe Date: 2009-06-19 12:42:43 +0200 (Fri, 19 Jun 2009) New Revision: 607 Modified: trunk/flash.h trunk/flashrom.8 trunk/flashrom.c trunk/print.c Log: Add a --list-supported-wiki / -z option which outputs the currently supported flash chips (and their status, size, and type), ch

[coreboot] [flashrom] r606 - trunk

2009-06-18 Thread svn
Author: hailfinger Date: 2009-06-19 06:50:58 +0200 (Fri, 19 Jun 2009) New Revision: 606 Modified: trunk/mx29f002.c Log: Kill dead code which has been disabled since the very first commit of flashrom. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Ronald G. Minnich Modified: trunk/mx29f002

[coreboot] [flashrom] r605 - trunk

2009-06-18 Thread svn
Author: uwe Date: 2009-06-18 20:25:39 +0200 (Thu, 18 Jun 2009) New Revision: 605 Modified: trunk/board_enable.c Log: Some more board status updates: Mark as OK: - ASRock A770CrossFire (reported by RIVANVX on IRC, no email available). User verified read and write with -wv, which VERIFIED O

[coreboot] [v2] r4363 - trunk/coreboot-v2/util/cbfstool

2009-06-18 Thread svn
Author: ward Date: 2009-06-18 18:38:35 +0200 (Thu, 18 Jun 2009) New Revision: 4363 Modified: trunk/coreboot-v2/util/cbfstool/add.c Log: Make sure the address variable is initialized to zero - it is only set when a [base address] parameter is supplied on the command line... This patch fixes ran

[coreboot] [flashrom] r604 - trunk

2009-06-18 Thread svn
Author: uwe Date: 2009-06-18 16:04:44 +0200 (Thu, 18 Jun 2009) New Revision: 604 Modified: trunk/board_enable.c trunk/flash.h trunk/print.c Log: Also print the supported/nonsupported laptops in -L output (trivial). Content taken from current wiki page. Signed-off-by: Uwe Hermann Acked-

[coreboot] [flashrom] r603 - trunk

2009-06-18 Thread svn
Author: hailfinger Date: 2009-06-18 14:42:46 +0200 (Thu, 18 Jun 2009) New Revision: 603 Modified: trunk/chipset_enable.c Log: Chipset enable for VIA VT8233. Signed-off-by: Mateusz Murawski Acked-by: Carl-Daniel Hailfinger Modified: trunk/chipset_enable.c ===

[coreboot] [v2] r4362 - trunk/coreboot-v2/src/mainboard/gigabyte/m57sli

2009-06-18 Thread svn
Author: hargut Date: 2009-06-18 12:05:41 +0200 (Thu, 18 Jun 2009) New Revision: 4362 Modified: trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/mptable.c Log: Change Log: Fix interrupt handling in mptable.c on M57SLI. Signed-off-by: Harald Gutmann Acked-by: Luc Verhaegen Acked-by: Carl-Daniel

[coreboot] [v2] r4361 - trunk/coreboot-v2/src/mainboard/gigabyte/m57sli

2009-06-18 Thread svn
Author: hargut Date: 2009-06-18 11:46:11 +0200 (Thu, 18 Jun 2009) New Revision: 4361 Modified: trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/Options.lb Log: Change Log: Activate HIGH_TABES on M57SLI Signed-off-by: Harald Gutmann Acked-by: Carl-Daniel Hailfinger Modified: trunk/coreboot-v2

[coreboot] [v2] r4360 - in trunk/coreboot-v2/src/mainboard: a-trend/atc-6220 a-trend/atc-6240 abit/be6-ii_v2_0 advantech/pcm-5820 amd/db800 amd/norwich amd/rumba artecgroup/dbe61 asi/mb_5blgp asi/mb_5

2009-06-17 Thread svn
Author: myles Date: 2009-06-17 18:38:43 +0200 (Wed, 17 Jun 2009) New Revision: 4360 Modified: trunk/coreboot-v2/src/mainboard/a-trend/atc-6220/Options.lb trunk/coreboot-v2/src/mainboard/a-trend/atc-6240/Options.lb trunk/coreboot-v2/src/mainboard/abit/be6-ii_v2_0/Options.lb trunk/corebo

[coreboot] [v2] r4359 - trunk/coreboot-v2/src/cpu/amd/model_10xxx

2009-06-17 Thread svn
Author: mjones Date: 2009-06-17 17:33:57 +0200 (Wed, 17 Jun 2009) New Revision: 4359 Modified: trunk/coreboot-v2/src/cpu/amd/model_10xxx/defaults.h Log: Patch AMD Fam10 C2 for errata 327, 344, 346, 354, 351. Removed c2 HT Phy 520a/530a reserved bit. Signed-off-by: Marc Jones Acked-by: Ward Va

[coreboot] [flashrom] r602 - trunk

2009-06-17 Thread svn
Author: libv Date: 2009-06-17 16:43:24 +0200 (Wed, 17 Jun 2009) New Revision: 602 Modified: trunk/board_enable.c Log: Board enable for Soyo SY-7VCA. Signed-off-by: Luc Verhaegen Acked-by: Andrew Morgan Modified: trunk/board_enable.c =

[coreboot] [flashrom] r601 - trunk

2009-06-17 Thread svn
Author: uwe Date: 2009-06-17 14:07:12 +0200 (Wed, 17 Jun 2009) New Revision: 601 Added: trunk/print.c Modified: trunk/Makefile trunk/board_enable.c trunk/chipset_enable.c trunk/flash.h trunk/flashrom.c Log: Move all printing code to print.c. Drop no longer needed MAX macro, we h

[coreboot] [flashrom] r600 - trunk

2009-06-17 Thread svn
Author: hailfinger Date: 2009-06-17 12:13:42 +0200 (Wed, 17 Jun 2009) New Revision: 600 Modified: trunk/ichspi.c Log: Use spi_nbyte_program in ichspi.c. This shortens the code a lot and makes it more readable. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Ronald G. Minnich Modified: trun

[coreboot] [flashrom] r599 - trunk

2009-06-16 Thread svn
Author: uwe Date: 2009-06-17 01:15:10 +0200 (Wed, 17 Jun 2009) New Revision: 599 Modified: trunk/board_enable.c trunk/chipset_enable.c trunk/flashrom.c Log: List the size (in KB) and type of supported flash chips in 'flashrom -L'. Also, list how many chips/chipsets/boards we support in '

[coreboot] [v2] r4358 - trunk/coreboot-v2/src/cpu/amd/model_10xxx

2009-06-16 Thread svn
Author: mjones Date: 2009-06-17 01:02:39 +0200 (Wed, 17 Jun 2009) New Revision: 4358 Modified: trunk/coreboot-v2/src/cpu/amd/model_10xxx/init_cpus.c Log: Maximilian Thuermer found a bug where the HT link capability code was always updating the passed value to the next link offset even when it w

[coreboot] [flashrom] r598 - trunk

2009-06-16 Thread svn
Author: hailfinger Date: 2009-06-16 23:08:06 +0200 (Tue, 16 Jun 2009) New Revision: 598 Added: trunk/ft2232_spi.c Modified: trunk/Makefile trunk/flash.h trunk/flashrom.8 trunk/flashrom.c trunk/spi.c Log: This patch adds support for a new SPI programmer, based on the FT2232H/4232H

[coreboot] [v2] r4357 - in trunk/coreboot-v2: src/arch/i386/init src/lib src/mainboard/emulation/qemu-x86 src/pc80 targets/emulation/qemu-x86

2009-06-16 Thread svn
Author: rminnich Date: 2009-06-16 17:02:52 +0200 (Tue, 16 Jun 2009) New Revision: 4357 Added: trunk/coreboot-v2/src/arch/i386/init/car.S trunk/coreboot-v2/src/arch/i386/init/entry.S trunk/coreboot-v2/src/arch/i386/init/ldscript.ld trunk/coreboot-v2/src/mainboard/emulation/qemu-x86/rom.

[coreboot] [flashrom] r597 - trunk

2009-06-16 Thread svn
Author: hailfinger Date: 2009-06-16 11:31:51 +0200 (Tue, 16 Jun 2009) New Revision: 597 Modified: trunk/Makefile Log: Check for a working C compiler. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Joseph Smith Modified: trunk/Makefile ==

[coreboot] [flashrom] r596 - trunk

2009-06-16 Thread svn
Author: hailfinger Date: 2009-06-16 10:55:44 +0200 (Tue, 16 Jun 2009) New Revision: 596 Modified: trunk/flash.h trunk/flashrom.c trunk/ichspi.c trunk/it87spi.c trunk/sb600spi.c trunk/spi.c trunk/wbsio_spi.c Log: This patch gives us arbitrary range reads at byte boundaries for

[coreboot] [flashrom] r595 - trunk

2009-06-15 Thread svn
Author: hailfinger Date: 2009-06-15 19:23:36 +0200 (Mon, 15 Jun 2009) New Revision: 595 Modified: trunk/82802ab.c trunk/am29f040b.c trunk/en29f002a.c trunk/flash.h trunk/flashrom.c trunk/jedec.c trunk/m29f002.c trunk/m29f400bt.c trunk/mx29f002.c trunk/pm29f002.c tr

[coreboot] [flashrom] r594 - trunk

2009-06-15 Thread svn
Author: hailfinger Date: 2009-06-15 16:14:48 +0200 (Mon, 15 Jun 2009) New Revision: 594 Added: trunk/flashchips.h Modified: trunk/flash.h trunk/flashchips.c trunk/flashrom.c trunk/spi.c trunk/stm50flw0x0x.c Log: flash.h not only contains function prototypes and general settings,

[coreboot] [flashrom] r593 - trunk

2009-06-15 Thread svn
Author: uwe Date: 2009-06-15 15:27:49 +0200 (Mon, 15 Jun 2009) New Revision: 593 Modified: trunk/Makefile Log: Fix typo in Makefile (trivial). This strangely breaks with gmake on FreeBSD, but seems to work with make on Linux. Thanks Idwer Vollering for noticing and testing. Signed-off-by: U

[coreboot] [flashrom] r592 - trunk

2009-06-15 Thread svn
Author: hailfinger Date: 2009-06-15 14:10:57 +0200 (Mon, 15 Jun 2009) New Revision: 592 Modified: trunk/flash.h trunk/flashchips.c Log: Fix the vendor ID of EN25B05, EN25B10, EN25B20, EN25B40, EN25B80, EN25B16, EN25B32, EN25B64 EN25F40, EN25F80, EN25F16 Add support for EN25P05, EN25P10, EN2

[coreboot] [flashrom] r591 - trunk

2009-06-14 Thread svn
Author: uwe Date: 2009-06-15 02:03:37 +0200 (Mon, 15 Jun 2009) New Revision: 591 Modified: trunk/chipset_enable.c Log: The VIA VX800 chipset works with the VT8237S code after adding an entry for the VX800 PCI ID. Signed-off-by: Arjan Koers <0h3q2rmn2...@list.nospam.xutrox.com> Acked-by: Bari A

[coreboot] [flashrom] r590 - trunk

2009-06-14 Thread svn
Author: uwe Date: 2009-06-14 23:53:26 +0200 (Sun, 14 Jun 2009) New Revision: 590 Added: trunk/pm29f002.c Modified: trunk/Makefile trunk/flash.h trunk/flashchips.c Log: Add support for the PMC Pm29F002T/B chips. I sucessfully tested all operations on a Pm29F002T chip. The Pm29F002B is

[coreboot] [flashrom] r589 - trunk

2009-06-13 Thread svn
Author: hailfinger Date: 2009-06-13 14:04:03 +0200 (Sat, 13 Jun 2009) New Revision: 589 Modified: trunk/flash.h trunk/flashrom.c trunk/ichspi.c trunk/it87spi.c trunk/sb600spi.c trunk/spi.c trunk/wbsio_spi.c Log: Every SPI host controller implemented its own way to read flash c

[coreboot] [flashrom] r588 - trunk

2009-06-12 Thread svn
Author: hailfinger Date: 2009-06-12 23:29:36 +0200 (Fri, 12 Jun 2009) New Revision: 588 Modified: trunk/flashchips.c Log: Add bus type and timing info for some flash chips. Signed-off-by: Mateusz Murawski Acked-by: Carl-Daniel Hailfinger Modified: trunk/flashchips.c ===

[coreboot] [flashrom] r587 - trunk

2009-06-12 Thread svn
makefile for hassle-free compilation. The targets are: make export make tarball Both preserve svn revisions and the exported tree does not depend on subversion in any way or shape. Documentation for this feature has been added to README. We need this for five reasons: 1. Packagers currently have to

[coreboot] [v2] r4356 - trunk/util/superiotool

2009-06-12 Thread svn
Author: uwe Date: 2009-06-12 16:20:27 +0200 (Fri, 12 Jun 2009) New Revision: 4356 Modified: trunk/util/superiotool/winbond.c Log: Fix typo in Winbond W83977TF register listing. Signed-off-by: Ioannis Barkas Signed-off-by: Nikos Barkas Acked-by: Uwe Hermann Modified: trunk/util/superiotoo

[coreboot] [flashrom] r586 - trunk

2009-06-12 Thread svn
Author: uwe Date: 2009-06-12 16:05:25 +0200 (Fri, 12 Jun 2009) New Revision: 586 Modified: trunk/Makefile trunk/coreboot_tables.h Log: Add missing GPL headers to two files. Please complain in case there are errors here, but I'm pretty sure the headers are correct. Signed-off-by: Uwe Hermann

[coreboot] [flashrom] r585 - trunk

2009-06-12 Thread svn
Author: hailfinger Date: 2009-06-12 16:02:07 +0200 (Fri, 12 Jun 2009) New Revision: 585 Modified: trunk/flashrom.8 trunk/flashrom.c Log: flashrom does not honor argument ordering for operations. Not only does this violate the principle of least surprise, it also caused one bug where -Ewv was

[coreboot] [flashrom] r584 - trunk

2009-06-12 Thread svn
Author: hailfinger Date: 2009-06-12 13:45:10 +0200 (Fri, 12 Jun 2009) New Revision: 584 Modified: trunk/flash.h trunk/flashchips.c Log: Add #defines for some flash chips. Add timing info to some flash chips. Signed-off-by: Mateusz Murawski Acked-by: Carl-Daniel Hailfinger Modified: trun

[coreboot] [flashrom] r583 - trunk

2009-06-12 Thread svn
Author: hailfinger Date: 2009-06-12 10:10:33 +0200 (Fri, 12 Jun 2009) New Revision: 583 Modified: trunk/flash.h trunk/spi.c Log: Add spi_nbyte_program as generic function to the SPI layer. Signed-off-by: Paul Fox Acked-by: Carl-Daniel Hailfinger Modified: trunk/flash.h =

[coreboot] [flashrom] r582 - trunk

2009-06-12 Thread svn
Author: hailfinger Date: 2009-06-12 10:04:08 +0200 (Fri, 12 Jun 2009) New Revision: 582 Modified: trunk/flashrom.c Log: Tell the user about the beginning and end of the write operation. Signed-off-by: Paul Fox Acked-by: Carl-Daniel Hailfinger Modified: trunk/flashrom.c

[coreboot] [v2] r4355 - trunk/coreboot-v2/src/mainboard/tyan/s2895

2009-06-11 Thread svn
Author: myles Date: 2009-06-11 20:27:41 +0200 (Thu, 11 Jun 2009) New Revision: 4355 Modified: trunk/coreboot-v2/src/mainboard/tyan/s2895/cache_as_ram_auto.c Log: Fix s2895 failover booting. Abuild tested and boot tested on s2895 and serengeti_cheetah. Signed-off-by: Myles Watson Acked-by: Ro

[coreboot] [flashrom] r581 - trunk

2009-06-09 Thread svn
Author: libv Date: 2009-06-09 20:29:30 +0200 (Tue, 09 Jun 2009) New Revision: 581 Modified: trunk/board_enable.c Log: Add board enable for Albatron PM266A boards. There are multiple albatron pm266a boards which all share the same bios image. This means that both the board enable and the subsys

[coreboot] [v2] r4354 - in trunk/coreboot-v2/src: mainboard/via/epia-m700 northbridge/via/vx800

2009-06-09 Thread svn
Author: stepan Date: 2009-06-09 17:22:47 +0200 (Tue, 09 Jun 2009) New Revision: 4354 Modified: trunk/coreboot-v2/src/mainboard/via/epia-m700/Options.lb trunk/coreboot-v2/src/northbridge/via/vx800/dram_init.h Log: this port is horribly broken and should not have been checked in. This patch ge

[coreboot] [v2] r4353 - trunk/coreboot-v2/src/devices

2009-06-09 Thread svn
Author: rminnich Date: 2009-06-09 16:44:37 +0200 (Tue, 09 Jun 2009) New Revision: 4353 Modified: trunk/coreboot-v2/src/devices/pci_rom.c Log: Fix a little white space issue. Also, don't copy the rom image if it is already in its correct location. Signed-off-by: Ronald G. Minnich Acked-b

[coreboot] [v3] r1172 - coreboot-v3/util/x86emu

2009-06-09 Thread svn
Author: rminnich Date: 2009-06-09 13:14:26 +0200 (Tue, 09 Jun 2009) New Revision: 1172 Modified: coreboot-v3/util/x86emu/x86_asm.S Log: There are some problems with the way these interrrupts were managed. First, the CLI erases any knowledge of whether interrupts were enabled or disabled. Seco

[coreboot] [v2] r4352 - trunk/coreboot-v2/targets/kontron/986lcd-m

2009-06-08 Thread svn
Author: uwe Date: 2009-06-08 15:05:47 +0200 (Mon, 08 Jun 2009) New Revision: 4352 Modified: trunk/coreboot-v2/targets/kontron/986lcd-m/Config.lb Log: Add (commented) line for VGA blob adding (CBFS version) to simplify things for users a bit. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann

[coreboot] [v2] r4351 - trunk/coreboot-v2/util/cbfstool

2009-06-07 Thread svn
Author: rminnich Date: 2009-06-08 05:33:57 +0200 (Mon, 08 Jun 2009) New Revision: 4351 Modified: trunk/coreboot-v2/util/cbfstool/add.c trunk/coreboot-v2/util/cbfstool/cbfstool.h trunk/coreboot-v2/util/cbfstool/fs.c trunk/coreboot-v2/util/cbfstool/util.c Log: This is transition code for

[coreboot] [v3] r1171 - in coreboot-v3: device mainboard/amd/serengeti mainboard/emulation/qemu-x86 mainboard/pcengines/alix1c mainboard/pcengines/alix2c3

2009-06-07 Thread svn
Author: stepan Date: 2009-06-07 19:36:43 +0200 (Sun, 07 Jun 2009) New Revision: 1171 Modified: coreboot-v3/device/Kconfig coreboot-v3/mainboard/amd/serengeti/defconfig coreboot-v3/mainboard/emulation/qemu-x86/defconfig coreboot-v3/mainboard/pcengines/alix1c/defconfig coreboot-v3/mai

[coreboot] [v2] r4350 - trunk/coreboot-v2/src/mainboard/via/epia-m700

2009-06-07 Thread svn
Author: uwe Date: 2009-06-07 16:38:32 +0200 (Sun, 07 Jun 2009) New Revision: 4350 Added: trunk/coreboot-v2/src/mainboard/via/epia-m700/driving_clk_phase_data.c Removed: trunk/coreboot-v2/src/mainboard/via/epia-m700/DrivingClkPhaseData.c Modified: trunk/coreboot-v2/src/mainboard/via/epia-m

[coreboot] [v2] r4347 - trunk/coreboot-v2/src/mainboard/iwill/dk8_htx

2009-06-06 Thread svn
Author: oxygene Date: 2009-06-06 14:19:59 +0200 (Sat, 06 Jun 2009) New Revision: 4347 Modified: trunk/coreboot-v2/src/mainboard/iwill/dk8_htx/Options.lb Log: Make failover larger and decrease fallback's size so the total stays the same. The errata need some extra room in failover. Trivial and

[coreboot] [v2] r4346 - in trunk/coreboot-v2/src/northbridge/amd/amdmct: mct wrappers

2009-06-06 Thread svn
Author: oxygene Date: 2009-06-06 13:33:58 +0200 (Sat, 06 Jun 2009) New Revision: 4346 Modified: trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mct_d.c trunk/coreboot-v2/src/northbridge/amd/amdmct/wrappers/mcti_d.c Log: Fix for Erratum 350 for AMD Fam10h CPUs. Compared to posted patch, the

[coreboot] [v2] r4345 - in trunk/coreboot-v2/src: cpu/amd/car include/cpu/amd

2009-06-06 Thread svn
Author: oxygene Date: 2009-06-06 13:21:52 +0200 (Sat, 06 Jun 2009) New Revision: 4345 Modified: trunk/coreboot-v2/src/cpu/amd/car/cache_as_ram.inc trunk/coreboot-v2/src/cpu/amd/car/post_cache_as_ram.c trunk/coreboot-v2/src/include/cpu/amd/model_10xxx_msr.h Log: Fix for Erratum 343 for AMD

[coreboot] [v2] r4344 - in trunk/coreboot-v2: src/config src/mainboard/emulation/qemu-x86 src/mainboard/hp/dl145_g3 src/mainboard/kontron/986lcd-m src/mainboard/via/vt8454c targets/asus/m2v-mx_se targ

2009-06-06 Thread svn
Author: oxygene Date: 2009-06-06 09:19:53 +0200 (Sat, 06 Jun 2009) New Revision: 4344 Removed: trunk/coreboot-v2/targets/hp/dl145_g3/Config-abuild.lb Modified: trunk/coreboot-v2/src/config/failovercalculation.lb trunk/coreboot-v2/src/config/nofailovercalculation.lb trunk/coreboot-v2/sr

[coreboot] [v2] r4343 - trunk/coreboot-v2/src/northbridge/amd/amdk8

2009-06-05 Thread svn
Author: hailfinger Date: 2009-06-06 01:43:11 +0200 (Sat, 06 Jun 2009) New Revision: 4343 Modified: trunk/coreboot-v2/src/northbridge/amd/amdk8/raminit.c Log: Fix non-revF K8 ram init compilation which was broken in r4341. Change all printk_raminit to printk_spew. Signed-off-by: Carl-Daniel Hai

[coreboot] [flashrom] r580 - trunk

2009-06-05 Thread svn
Author: hailfinger Date: 2009-06-05 22:53:07 +0200 (Fri, 05 Jun 2009) New Revision: 580 Modified: trunk/flash.h trunk/flashchips.c Log: Add all Eon EN25* SPI chips. Some IDs were already in flash.h. EN25B05 EN25B10 EN25B20 EN25B40 EN25B80 EN25B16 EN25B32 EN25B64 EN25F40 EN25F80 EN25F16 EN25

[coreboot] [v2] r4341 - trunk/coreboot-v2/src/northbridge/amd/amdk8

2009-06-05 Thread svn
Author: hailfinger Date: 2009-06-05 22:37:35 +0200 (Fri, 05 Jun 2009) New Revision: 4341 Modified: trunk/coreboot-v2/src/northbridge/amd/amdk8/raminit.c trunk/coreboot-v2/src/northbridge/amd/amdk8/raminit_f.c Log: K8 RAM init debug messages are pretty short and sometimes cryptic. Make them a

[coreboot] [flashrom] r579 - trunk

2009-06-05 Thread svn
Author: hailfinger Date: 2009-06-05 20:32:07 +0200 (Fri, 05 Jun 2009) New Revision: 579 Modified: trunk/82802ab.c trunk/dummyflasher.c trunk/flash.h trunk/flashrom.c trunk/internal.c trunk/layout.c trunk/stm50flw0x0x.c Log: Sometimes we want to read/write more than 4 bytes of

[coreboot] [flashrom] r578 - trunk

2009-06-05 Thread svn
Author: hailfinger Date: 2009-06-05 19:48:08 +0200 (Fri, 05 Jun 2009) New Revision: 578 Modified: trunk/82802ab.c trunk/am29f040b.c trunk/en29f002a.c trunk/flash.h trunk/flashrom.c trunk/ichspi.c trunk/internal.c trunk/it87spi.c trunk/jedec.c trunk/m29f002.c trunk/

[coreboot] [flashrom] r577 - trunk

2009-06-05 Thread svn
Author: hailfinger Date: 2009-06-05 19:04:37 +0200 (Fri, 05 Jun 2009) New Revision: 577 Modified: trunk/dummyflasher.c Log: Fix a bug in dummyflasher.c special case where no type parameter is given. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Uwe Hermann Modified: trunk/dummyflasher.c

[coreboot] [flashrom] r576 - trunk

2009-06-05 Thread svn
Author: hailfinger Date: 2009-06-05 15:46:17 +0200 (Fri, 05 Jun 2009) New Revision: 576 Modified: trunk/flashchips.c Log: Add probe timings forgotten in r569. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Paul Menzel Modified: trunk/flashchips.c ==

[coreboot] [flashrom] r575 - trunk

2009-06-05 Thread svn
Author: hailfinger Date: 2009-06-05 15:30:49 +0200 (Fri, 05 Jun 2009) New Revision: 575 Modified: trunk/sst49lfxxxc.c Log: Use flash->virtual_registers for what they were meant for instead of recalculating them every time. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Uwe Hermann Modifie

[coreboot] [v2] r4340 - in trunk/coreboot-v2/src: console devices southbridge/intel/i82801dbm

2009-06-05 Thread svn
Author: hailfinger Date: 2009-06-05 13:41:51 +0200 (Fri, 05 Jun 2009) New Revision: 4340 Modified: trunk/coreboot-v2/src/console/console.c trunk/coreboot-v2/src/devices/pci_ops.c trunk/coreboot-v2/src/devices/smbus_ops.c trunk/coreboot-v2/src/southbridge/intel/i82801dbm/i82801dbm_lpc.c

[coreboot] [v2] r4339 - trunk/coreboot-v2/src/southbridge/amd/rs690

2009-06-05 Thread svn
Author: zbao Date: 2009-06-05 12:00:07 +0200 (Fri, 05 Jun 2009) New Revision: 4339 Modified: trunk/coreboot-v2/src/southbridge/amd/rs690/rs690_pcie.c Log: After I modify the pci_ext_read_config32 and pci_ext_read_config32, the step 6a starts to play its role. Then the system hangs at HDA init.

[coreboot] [flashrom] r574 - trunk

2009-06-05 Thread svn
Author: hailfinger Date: 2009-06-05 10:47:37 +0200 (Fri, 05 Jun 2009) New Revision: 574 Modified: trunk/flashchips.c Log: Exact bustypes for Atmel AT29C010A, AT29C020, AT29C040A, AT49BV512, AT49F002, AMIC A29040B, A49LF040A, EMST F49B002UA, EON EN29F002, Intel 28F001BX-B, 28F001BX-T, Winbond W2

[coreboot] [flashrom] r573 - trunk

2009-06-04 Thread svn
Author: uwe Date: 2009-06-05 02:42:18 +0200 (Fri, 05 Jun 2009) New Revision: 573 Modified: trunk/sst49lfxxxc.c Log: Actually enable the protection register debug output on SST49LF160C and similar chips if -V is supplied. Signed-off-by: Uwe Hermann Acked-by: Myles Watson Modified: trunk/sst

[coreboot] [v2] r4338 - trunk/coreboot-v2/src/northbridge/intel/i82810

2009-06-04 Thread svn
Author: uwe Date: 2009-06-05 02:22:25 +0200 (Fri, 05 Jun 2009) New Revision: 4338 Modified: trunk/coreboot-v2/src/northbridge/intel/i82810/raminit.c Log: Add a hopefully more correct and flexible set_dram_buffer_strength() function based on test results with many different DIMMs. Tested by Uwe

[coreboot] [v2] r4337 - in trunk/coreboot-v2/src: mainboard/amd/dbm690t mainboard/amd/pistachio mainboard/amd/serengeti_cheetah mainboard/technexion/tim8690 northbridge/amd/amdk8

2009-06-04 Thread svn
Author: myles Date: 2009-06-04 22:18:42 +0200 (Thu, 04 Jun 2009) New Revision: 4337 Added: trunk/coreboot-v2/src/northbridge/amd/amdk8/amdk8_pre_f.h Modified: trunk/coreboot-v2/src/mainboard/amd/dbm690t/cache_as_ram_auto.c trunk/coreboot-v2/src/mainboard/amd/pistachio/cache_as_ram_auto.c

[coreboot] [flashrom] r572 - trunk

2009-06-04 Thread svn
Author: uwe Date: 2009-06-04 21:25:54 +0200 (Thu, 04 Jun 2009) New Revision: 572 Modified: trunk/board_enable.c Log: Let's actually sort the board lists alphabetically, and not just pretend we do (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann Modified: trunk/board_enable.c ==

[coreboot] [flashrom] r571 - trunk

2009-06-04 Thread svn
Author: uwe Date: 2009-06-04 20:53:03 +0200 (Thu, 04 Jun 2009) New Revision: 571 Modified: trunk/README trunk/board_enable.c Log: Mark the ASUS A7N8X-E Deluxe as working. I finally found the machine (doesn't belong to me) where I originally tested this board as non-working and I can confirm

[coreboot] [v2] r4336 - trunk/coreboot-v2/src/southbridge/amd/rs690

2009-06-03 Thread svn
Author: zbao Date: 2009-06-04 03:57:03 +0200 (Thu, 04 Jun 2009) New Revision: 4336 Modified: trunk/coreboot-v2/src/southbridge/amd/rs690/rs690_cmn.c trunk/coreboot-v2/src/southbridge/amd/rs690/rs690_pcie.c Log: This patch is about some noticable bugs which was made by no reason. 1. In rs690_

[coreboot] [flashrom] r570 - trunk

2009-06-03 Thread svn
Author: hailfinger Date: 2009-06-03 18:41:11 +0200 (Wed, 03 Jun 2009) New Revision: 570 Modified: trunk/board_enable.c Log: Use macros for inb and outb which were forgotten in r568. This makes FreeBSD happy. Signed-off-by: Idwer Vollering Acked-by: Carl-Daniel Hailfinger Modified: trunk/bo

[coreboot] [flashrom] r569 - trunk

2009-06-03 Thread svn
Author: hailfinger Date: 2009-06-03 16:46:22 +0200 (Wed, 03 Jun 2009) New Revision: 569 Modified: trunk/flash.h trunk/flashchips.c trunk/jedec.c Log: Add probe_timing information (int uS value). This eliminates the conflicting delay requirements for old and new chips with the same probing

[coreboot] [v2] r4334 - trunk/coreboot-v2/src/mainboard/kontron/986lcd-m

2009-06-03 Thread svn
Author: libv Date: 2009-06-03 16:19:20 +0200 (Wed, 03 Jun 2009) New Revision: 4334 Modified: trunk/coreboot-v2/src/mainboard/kontron/986lcd-m/cmos.layout Log: Revert "kontron 986lcd_m: cmos.layout: mark boot_devices as reserved." This reverts commit c03527377db5951f0d3228e2a93b4c57dd81b8ec. S

[coreboot] [v2] r4333 - trunk/coreboot-v2/src/mainboard/kontron/986lcd-m

2009-06-03 Thread svn
Author: libv Date: 2009-06-03 13:53:54 +0200 (Wed, 03 Jun 2009) New Revision: 4333 Modified: trunk/coreboot-v2/src/mainboard/kontron/986lcd-m/cmos.layout Log: kontron 986lcd_m: cmos.layout: mark boot_devices as reserved. The kontron 986lcd_m cmos.layout had a 512bit area claimed for "boot_devi

[coreboot] [flashrom] r568 - trunk

2009-06-03 Thread svn
Author: libv Date: 2009-06-03 09:50:39 +0200 (Wed, 03 Jun 2009) New Revision: 568 Modified: trunk/board_enable.c Log: Board enable: Gigabyte GA K8N SLI. Raises bits 0 and 2 on offset 0xE1 in the system control area of the nvidia ck804 lpc. Signed-off-by: Luc Verhaegen Acked-by: Carl-Daniel H

[coreboot] [v2] r4331 - trunk/coreboot-v2/src/southbridge/amd/rs690

2009-06-02 Thread svn
Author: zbao Date: 2009-06-03 05:15:05 +0200 (Wed, 03 Jun 2009) New Revision: 4331 Modified: trunk/coreboot-v2/src/southbridge/amd/rs690/rs690_pcie.c Log: Modify it based on the RPR 5.7.7. Switching GGSP Configuration By Register Programming. Signed-off-by: Zheng Bao Acked-by: Carl-Daniel Hai

[coreboot] [v2] r4330 - trunk/coreboot-v2/util/optionlist

2009-06-02 Thread svn
Author: uwe Date: 2009-06-03 01:49:00 +0200 (Wed, 03 Jun 2009) New Revision: 4330 Modified: trunk/coreboot-v2/util/optionlist/Options-wiki.xsl Log: More compact format for wiki output at http://www.coreboot.org/Coreboot_Options (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann M

[coreboot] [flashrom] r567 - trunk

2009-06-02 Thread svn
Author: uwe Date: 2009-06-02 21:54:22 +0200 (Tue, 02 Jun 2009) New Revision: 567 Modified: trunk/chipset_enable.c trunk/dummyflasher.c trunk/flash.h trunk/flashrom.8 trunk/nic3com.c Log: Mark the 10b7:9058 3COM card (3C905B: Cyclone 10/100/BNC) as "OK", forgot this in the last commi

[coreboot] [flashrom] r566 - trunk

2009-06-02 Thread svn
Author: uwe Date: 2009-06-02 18:45:59 +0200 (Tue, 02 Jun 2009) New Revision: 566 Modified: trunk/flash.h trunk/flashchips.c trunk/nic3com.c Log: Add support for the 10b7:9058 3COM NIC (3C905B: Cyclone 10/100/BNC). Also, add Atmel AT29C512 support. Both are tested on hardware by Maciej Pi

[coreboot] [flashrom] r565 - trunk

2009-06-02 Thread svn
Author: uwe Date: 2009-06-02 15:39:42 +0200 (Tue, 02 Jun 2009) New Revision: 565 Modified: trunk/board_enable.c Log: Add two more boards supported by flashrom: - ASUS A8N-SLI (reported by Ryan McLean ) - MSI/Medion MS-7255 (P4M890M) (reported by J?\195?\182rg Schirottke ) Signed-off-by: U

[coreboot] [flashrom] r564 - trunk

2009-06-01 Thread svn
Author: hailfinger Date: 2009-06-02 02:38:14 +0200 (Tue, 02 Jun 2009) New Revision: 564 Modified: trunk/flash.h trunk/flashchips.c Log: Unify AMD manufacture_id and model_id Signed-off-by: Mateusz Murawski Acked-by: FENG Yu Ning Modified: trunk/flash.h ==

[coreboot] [flashrom] r563 - trunk

2009-06-01 Thread svn
Author: hailfinger Date: 2009-06-02 00:07:52 +0200 (Tue, 02 Jun 2009) New Revision: 563 Modified: trunk/flashrom.c Log: Use read_flash() when flash chip probe is forced. Signed-off-by: Stephan Guilloux Acked-by: Carl-Daniel Hailfinger Modified: trunk/flashrom.c

[coreboot] [flashrom] r561 - trunk

2009-06-01 Thread svn
Author: hailfinger Date: 2009-06-01 23:30:42 +0200 (Mon, 01 Jun 2009) New Revision: 561 Modified: trunk/board_enable.c Log: Refactor HT-1000 GPIO setting to use sio_mask. Although the HT-1000 GPIOs are not SuperIO related, the share the same index/data register access method. Signed-off-by: Ca

[coreboot] [flashrom] r562 - trunk

2009-06-01 Thread svn
Author: hailfinger Date: 2009-06-01 23:37:00 +0200 (Mon, 01 Jun 2009) New Revision: 562 Modified: trunk/flashrom.c Log: Add a missing free() in read_flash(). Signed-off-by: Stephan Guilloux Acked-by: Carl-Daniel Hailfinger Modified: trunk/flashrom.c

[coreboot] [v2] r4329 - trunk/coreboot-v2/util/cbfstool

2009-06-01 Thread svn
Author: oxygene Date: 2009-06-01 22:02:21 +0200 (Mon, 01 Jun 2009) New Revision: 4329 Modified: trunk/coreboot-v2/util/cbfstool/util.c Log: cbfstool reacts to a too large bootblock file by stopping with an error code now. Signed-off-by: Patrick Georgi Acked-by: Peter Stuge Modified: trunk

[coreboot] [flashrom] r560 - trunk

2009-05-31 Thread svn
Author: hailfinger Date: 2009-06-01 04:08:58 +0200 (Mon, 01 Jun 2009) New Revision: 560 Modified: trunk/chipset_enable.c trunk/flashrom.c trunk/it87spi.c trunk/nic3com.c trunk/satasii.c trunk/wbsio_spi.c Log: Only probe for chips with compatible bus protocols. It doesn't make sen

[coreboot] [v2] r4328 - trunk/coreboot-v2/src/superio/serverengines/pilot

2009-05-31 Thread svn
Author: uwe Date: 2009-06-01 03:38:29 +0200 (Mon, 01 Jun 2009) New Revision: 4328 Modified: trunk/coreboot-v2/src/superio/serverengines/pilot/pilot.h trunk/coreboot-v2/src/superio/serverengines/pilot/pilot_early_init.c trunk/coreboot-v2/src/superio/serverengines/pilot/pilot_early_serial.c

[coreboot] [flashrom] r559 - trunk

2009-05-31 Thread svn
Author: hailfinger Date: 2009-06-01 02:02:11 +0200 (Mon, 01 Jun 2009) New Revision: 559 Modified: trunk/dummyflasher.c trunk/flash.h trunk/flashrom.8 trunk/flashrom.c Log: Add bus type support to the dummy external programmer. The syntax is explained in the man page. Example: flashrom

[coreboot] [flashrom] r558 - trunk

2009-05-31 Thread svn
Author: uwe Date: 2009-05-31 23:35:10 +0200 (Sun, 31 May 2009) New Revision: 558 Modified: trunk/satasii.c Log: Fix warning in satasii.c when compiling with gcc 4.4.0. Signed-off-by: Urja Rannikko Acked-by: Uwe Hermann Modified: trunk/satasii.c

[coreboot] [flashrom] r557 - trunk

2009-05-31 Thread svn
Author: hailfinger Date: 2009-05-31 20:00:57 +0200 (Sun, 31 May 2009) New Revision: 557 Modified: trunk/flash.h trunk/flashrom.8 trunk/flashrom.c trunk/it87spi.c Log: Add IT87xx SPI as external flasher option. This is a fast way to test if a IT87xx board_enable() would work. Signed-of

[coreboot] [flashrom] r556 - trunk

2009-05-31 Thread svn
Author: hailfinger Date: 2009-05-31 19:57:34 +0200 (Sun, 31 May 2009) New Revision: 556 Modified: trunk/chipset_enable.c trunk/dummyflasher.c trunk/flash.h trunk/flashchips.c trunk/ichspi.c trunk/it87spi.c trunk/sb600spi.c trunk/spi.c trunk/wbsio_spi.c Log: Add bus type

<    2   3   4   5   6   7   8   9   10   11   >