[coreboot] [flashrom] r454 - trunk

2009-05-04 Thread svn
Author: hailfinger Date: 2009-05-04 14:18:10 +0200 (Mon, 04 May 2009) New Revision: 454 Modified: trunk/Makefile trunk/flashrom.c Log: flashrom 0.9.0 Signed-off-by: Carl-Daniel Hailfinger Acked-by: Peter Stuge Modified: trunk/Makefile

[coreboot] [flashrom] r455 - /

2009-05-04 Thread svn
Author: hailfinger Date: 2009-05-04 14:22:27 +0200 (Mon, 04 May 2009) New Revision: 455 Added: tags/ Log: Create a tags directory for flashrom. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Carl-Daniel Hailfinger -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/m

[coreboot] [flashrom] r456 - tags

2009-05-04 Thread svn
Author: hailfinger Date: 2009-05-04 14:23:25 +0200 (Mon, 04 May 2009) New Revision: 456 Added: tags/flashrom-0.9.0/ Log: flashrom 0.9.0 tag Signed-off-by: Carl-Daniel Hailfinger Acked-by: Peter Stuge -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo

[coreboot] [flashrom] r457 - trunk

2009-05-04 Thread svn
Author: hailfinger Date: 2009-05-04 14:29:59 +0200 (Mon, 04 May 2009) New Revision: 457 Modified: trunk/Makefile Log: Onwards with development. Re-add the svn revision to the version string. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Carl-Daniel Hailfinger Modified: trunk/Makefile ===

[coreboot] [ANNOUNCE] flashrom 0.9.0 has been released!

2009-05-04 Thread Carl-Daniel Hailfinger
The flashrom developers are happy to announce the release of flashrom 0.9.0. flashrom is a utility for reading, writing, erasing and verifying flash ROM chips. flashrom is often used to flash BIOS/coreboot/firmware images because it allows you to update your BIOS/coreboot/firmware without opening

[coreboot] #130: flashrom segfault (with backtrace)

2009-05-04 Thread coreboot
#130: flashrom segfault (with backtrace) -+-- Reporter: frag...@… | Owner: somebody Type: defect | Status: new Priority: major | Milestone:

Re: [coreboot] [PATCH] Free VGA BIOS for K8M890

2009-05-04 Thread Luc Verhaegen
On Fri, May 01, 2009 at 11:42:17PM +0200, Rudolf Marek wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi again, > > I'm attaching a rewritten version from VGA ROM, which mimics the BIOS init. > > Sadly enough it is still not hitting the all required regs to make powernow > working

Re: [coreboot] [PATCH] Free VGA BIOS for K8M890

2009-05-04 Thread Rudolf Marek
Hrm. This is the AR register accesses. They require a read from STAT1 for the internal counter to be reset and thus for correct read/write operations. I inserted a delay there, now it works. The bios has there just some CALL and I have it in one instruction stream. Maybe it is too fast.

Re: [coreboot] #130: flashrom segfault (with backtrace)

2009-05-04 Thread coreboot
#130: flashrom segfault (with backtrace) -+-- Reporter: frag...@… | Owner: somebody Type: defect | Status: new Priority: major | Milestone:

[coreboot] [PATCH] Build warnings

2009-05-04 Thread Myles Watson
This patch removes these warnings: Makefile:435: warning: overriding commands for target `src/lib/memset.o' And replaces these debug messages: partobj dir 0 parent <__main__.partobj instance at 0x7f1e846a7ab8> part pci_domain with: partobj dir 0 parent northbridge_amd_amdk8_root_complex_dev2 part

[coreboot] slides/presentation

2009-05-04 Thread Rudolf Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello all, I decided to speak a bit about coreboot in a student (university) UNIX/Linux club. Are there any slides so I can "pirate" them and maybe improve them a bit? Thanks, Rudolf -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Com

[coreboot] [v2] r4252 - trunk/coreboot-v2/src/cpu/amd/car

2009-05-04 Thread svn
Author: ruik Date: 2009-05-04 21:26:43 +0200 (Mon, 04 May 2009) New Revision: 4252 Modified: trunk/coreboot-v2/src/cpu/amd/car/clear_init_ram.c Log: The rev 4099 broke ECC boards, they need to have tidy the ECC tags. Myles reverted this change. I think we can return the 4099 back under HAVE_AC

[coreboot] #131: New flashrom motherboard support

2009-05-04 Thread coreboot
#131: New flashrom motherboard support -+-- Reporter: anonymous | Owner: somebody Type: enhancement| Status: new Priority: trivial| Miles

Re: [coreboot] [v2] r4252 - trunk/coreboot-v2/src/cpu/amd/car

2009-05-04 Thread Myles Watson
On Mon, May 4, 2009 at 1:26 PM, wrote: > Author: ruik > Date: 2009-05-04 21:26:43 +0200 (Mon, 04 May 2009) > New Revision: 4252 > > Modified: >   trunk/coreboot-v2/src/cpu/amd/car/clear_init_ram.c > Log: > The rev 4099 broke ECC boards, they need to have tidy the ECC tags. Myles > reverted this

Re: [coreboot] [v2] r4252 - trunk/coreboot-v2/src/cpu/amd/car

2009-05-04 Thread ron minnich
> + > +#if HAVE_ACPI_RESUME == 1 > +       /* clear only coreboot used region of memory. Note: this may break > ECC enabled boards */ > +       clear_memory( _RAMBASE,  (CONFIG_LB_MEM_TOPK << 10) -  _RAMBASE - > DCACHE_RAM_SIZE); > +#else >         clear_memory(0,  ((CONFIG_LB_MEM_TOPK<<10) - DCA

Re: [coreboot] [PATCH] Build warnings

2009-05-04 Thread ron minnich
Wonderful. Acked-by: Ronald G. Minnich -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

[coreboot] [v2] r4253 - trunk/coreboot-v2/util/newconfig

2009-05-04 Thread svn
Author: myles Date: 2009-05-04 22:27:09 +0200 (Mon, 04 May 2009) New Revision: 4253 Modified: trunk/coreboot-v2/util/newconfig/config.g Log: This patch removes these warnings: Makefile:435: warning: overriding commands for target `src/lib/memset.o' And replaces these debug messages: partobj di

Re: [coreboot] [PATCH] Build warnings

2009-05-04 Thread Myles Watson
On Mon, May 4, 2009 at 2:08 PM, ron minnich wrote: > Wonderful. Thanks. > Acked-by: Ronald G. Minnich Rev 4253. Myles -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] r4233/4234 broke h8dme (serial corruption + hang)

2009-05-04 Thread Myles Watson
On Sun, May 3, 2009 at 1:42 AM, Patrick Georgi wrote: > Am 03.05.2009 02:40, schrieb Ward Vandewege: >> >> On Sat, May 02, 2009 at 04:38:12PM -0700, ron minnich wrote: >>> >>> On Sat, May 2, 2009 at 2:58 PM, Ward Vandewege  wrote: On Sat, May 02, 2009 at 01:42:34PM -0700, ron minnich wro

Re: [coreboot] [ANNOUNCE] flashrom 0.9.0 has been released!

2009-05-04 Thread Russell Whitaker
On Mon, 4 May 2009, Carl-Daniel Hailfinger wrote: The flashrom developers are happy to announce the release of flashrom 0.9.0. Downloaded http://qa.coreboot.org/releases/flashrom-0.9.0.tar.bz2 compiles with gcc-4.4.0 installs, runs. Good Job! Russ -- coreboot mailing list: coreboot@core

Re: [coreboot] [v2] r4252 - trunk/coreboot-v2/src/cpu/amd/car

2009-05-04 Thread Rudolf Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > I will leave it to you to fill in the blanks. Please, no #ifdef around > this very important piece of code. Let's not put in changes that we > *know* will break boards :-) Hmm I dont have an ECC board. So maybe Myles could test. Second reason is tha

Re: [coreboot] [v2] r4252 - trunk/coreboot-v2/src/cpu/amd/car

2009-05-04 Thread Myles Watson
On Mon, May 4, 2009 at 2:41 PM, Rudolf Marek wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > >> I will leave it to you to fill in the blanks. Please, no #ifdef around >> this very important piece of code. Let's not put in changes that we >> *know* will break boards :-) > > Hmm I dont ha

Re: [coreboot] [v2] r4252 - trunk/coreboot-v2/src/cpu/amd/car

2009-05-04 Thread ron minnich
On Mon, May 4, 2009 at 1:41 PM, Rudolf Marek wrote: > Hmm I dont have an ECC board. So maybe Myles could test. Second reason is > that I > prefer to have here the ifdef because the RESUME stuff is quite unmature but > works at least somehow. I'm willing to test the changes when we know it works

[coreboot] [flashrom] r458 - trunk

2009-05-04 Thread svn
Author: stuge Date: 2009-05-04 23:03:59 +0200 (Mon, 04 May 2009) New Revision: 458 Modified: trunk/flashchips.c Log: SST25VF080B TEST_OK_READ Per report from from Henning Fleddermann. Thanks! Signed-off-by: Peter Stuge Acked-by: Peter Stuge Modified: trunk/flashchips.c ===

[coreboot] [flashrom] r459 - trunk

2009-05-04 Thread svn
Author: hailfinger Date: 2009-05-05 00:33:50 +0200 (Tue, 05 May 2009) New Revision: 459 Modified: trunk/chipset_enable.c Log: Force enabling SPI mode for SB600 is a bad idea and leads to hangs. Only access LPC ROM if we boot via LPC ROM. Only access SPI ROM if we boot via SPI ROM. The code to

Re: [coreboot] [patch] flashrom: resending my patch about SPI/LPC conflicts

2009-05-04 Thread Carl-Daniel Hailfinger
On 02.02.2009 05:12, Bao, Zheng wrote: > Signed-off-by: Zheng Bao > > This patch is about flashrom running on dbm690t. It was sent several > months ago and hasn't got any response yet. Now it deals with 3 > problems. > 1. Fix the bug that the flashrom would hang if there is not SPI chip. A > timeo

[coreboot] cbfs XIP patch

2009-05-04 Thread ron minnich
Attached. This patch lets us create XIP stages for cbfs. ron This patch adds cbfs support for XIP stages. An XIP stage is code in ROM that is not copied anywhere; is is eXecuted In Place. Such support is necessary if we are to have ROM code that is visible in cbfs. This change will also, over

Re: [coreboot] cbfs XIP patch

2009-05-04 Thread Myles Watson
> Attached. This patch lets us create XIP stages for cbfs. I'd like to see the picture of what you're imagining here. I thought CBFS was designed to grow in only one direction. Are you going to have to add components in a certain order to make this work? I don't see where you're padding or ins

Re: [coreboot] [v2][patch] use updated microcode patches from AMD

2009-05-04 Thread Marc Jones
I no longer have a setup for Fam10 so someone will need to test this patch. This doesn't include new errata for C2 (which really needs to be addressed). Update equivalent processor revision ID to load latest microcode patches and register setting for all FAM10 processors. This does not include new

Re: [coreboot] slides/presentation

2009-05-04 Thread Marc Jones
On Mon, May 4, 2009 at 12:49 PM, Rudolf Marek wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello all, > > I decided to speak a bit about coreboot in a student (university) UNIX/Linux > club. Are there any slides so I can "pirate" them and maybe improve them a > bit? > > Thanks, >

Re: [coreboot] cbfs XIP patch

2009-05-04 Thread ron minnich
On Mon, May 4, 2009 at 8:55 PM, Myles Watson wrote: > >> Attached. This patch lets us create XIP stages for cbfs. > > I'd like to see the picture of what you're imagining here.  I thought CBFS > was designed to grow in only one direction.  Are you going to have to add > components in a certain ord

Re: [coreboot] [v2][patch] use updated microcode patches from AMD

2009-05-04 Thread Lim, Vincent
I will test this configuration via SimNow, further improve if issues arise. Acked-by: Vincent Lim (vincent@amd.com) Best Regards, Vincent Lim SimNow Team Performance CoE Central Engineering T 512.602.1618 F 512.602.7745 -Original Message- From: Marc Jones [mailto:marcj...@gmail.c