[coreboot] read_option() in sitemp_g1p1/romstage.c

2011-05-12 Thread Josef Kellermann
attached patch changes read_option() in mainboard/siemens/sitemp_g1p1/romstage.c. Signed-off-by: Josef Kellermann <mailto://se...@arcor.de> diff --git a/src/mainboard/siemens/sitemp_g1p1/romstage.c b/src/mainboard/siemens/sitemp_g1p1/romstage.c index 64e1bc7..09aa1d7 100644 ---

[coreboot] errata#89 patch for Family 0Fh Prozessors

2011-02-02 Thread Josef Kellermann
This patch fixes a potential system hang. Don't know why this patch isn't included if 'CONFIG_K8_REV_F_SUPPORT == 1'. Signed-off-by: Josef Kellermann <mailto://se...@arcor.de> <mailto://se...@arcor.de> Index: src/cp

[coreboot] Different register numbers to program subsystem ids

2011-02-02 Thread Josef Kellermann
The default 'pci_set_subsystem' sets the subvendor/device id register #0x2c. In fact for a few devices in the RS690 the register is 0x4c respectively 0x50. Moved the default set_subsystem implementation to chipset specific. Signed-off-by: Josef Kellermann <mailto://se...@arcor.

Re: [coreboot] errata#89 patch for Family 0Fh Prozessors

2011-02-02 Thread Josef Kellermann
he #if CONFIG_K8_REV_F_SUPPORT == 0 so it gets executed in both cases, as opposed to duplicating it. Alex On 02/02/2011 07:39 PM, Josef Kellermann wrote: This patch fixes a potential system hang. Don't know why this patch isn't included if 'CONFIG_K8_REV_F_SUPPORT == 1&#x

Re: [coreboot] errata#89 patch for Family 0Fh Prozessors

2011-02-03 Thread Josef Kellermann
Am 02.02.2011 22:20, schrieb Rudolf Marek: While we are at it. I'm attaching some very old patch (r2978 ;) which contains some errata fixes too, if you have some spare time please try to check if it is correct. Signed-off-by: Rudolf Marek Thanks, Rudolf Hi, are you sure ? -#if K8_REV_F_S

Re: [coreboot] errata#89 patch for Family 0Fh Prozessors

2011-02-03 Thread Josef Kellermann
Am 03.02.2011 10:14, schrieb Alex G.: On 02/03/2011 10:17 AM, Josef Kellermann wrote: e are at it. I'm attaching some very old patch (r2978 ;) which contains some errata fixes too, if you have some spare time please try to check if it is correct. Signed-off-by: Rudolf Marek Thanks, R

[coreboot] cmos recovery feature

2011-02-03 Thread Josef Kellermann
Patrick, having made a 'svn up' I'm getting a build error: make: *** Keine Regel vorhanden, um das Target »cmos.default«, benötigt von »build/coreboot.pre1«, zu erstellen. Schluss. I've added this to my mainboards Makefile.inc: cbfs-files-y += cmos.default cmos.default-name = cmos.default c

[coreboot] rs690 mmconfig access

2011-02-04 Thread Josef Kellermann
nice ! Signed-off-by: Josef Kellermann <mailto://se...@arcor.de> Index: src/southbridge/amd/rs690/ht.c === --- src/southbridge/amd/rs690/ht.c (Revision 6331) +++ src/southbridge/amd/rs690/ht.c (Arbeitskopie) @@ -24,

[coreboot] patch for errata#169

2011-02-14 Thread Josef Kellermann
this patch should be applied to k8_f0 (NODE_HT(x)), not k8_f3 (NODE_MC(x)). see patch for details. Signed-off-by: Josef Kellermann <mailto://se...@arcor.de> diff --git a/src/northbridge/amd/amdk8/coherent_ht.c b/src/northbridge/amd/amdk8/coherent_ht.c index 12c125c..f66e2cf 100644 ---

[coreboot] amd/rs690/gfx.c cleanup

2011-02-14 Thread Josef Kellermann
removed /* LPC DMA Deadlock workaround? */ ... setting bit#21 in k8_f0#68 is part of the errata#169 which is handled in amdk8/coherent.c see patch for details. Signed-off-by: Josef Kellermann <mailto://se...@arcor.de> diff --git a/src/southbridge/amd/rs690/gfx.c b/src/southbridge/amd

[coreboot] New CMOS option sata_mode

2011-02-18 Thread Josef Kellermann
llowing way: if get_option(., "sata_mode") returns 0 use CMOS option in case of -2 grab the Kconfig option CONFIG_SATA_MODE if exist otherwise use the hardcoded mode. Signed-off-by: Josef Kellermann <mailto://se...@arcor.de> >From c349a79ea1ac9bcd52376b80f32cfa0552259219 Mon Sep

[coreboot] add Kconfig options in addition/in place of CMOS option

2011-02-18 Thread Josef Kellermann
one yet, and if CMOS option not exist grab a Kconfig option otherwise a hardcoded value is used. Signed-off-by: Josef Kellermann <mailto://se...@arcor.de> >From 7442dfd6d12bf596fdb64bff370631eb2e75c542 Mon Sep 17 00:00:00 2001 From: Josef Kellermann Date: Fri, 18 Feb 2011 14:25:33 +0

[coreboot] option_table.h missing

2011-03-07 Thread Josef Kellermann
Hi, I got the following build time failure with revision 6435: HOSTCC cbfstool/cbfstool.o HOSTCXXcbfstool/cbfstool (link) CC lib/uart8250.romstage.o src/lib/uart8250.c:25:26: error: option_table.h: Datei oder Verzeichnis nicht gefunden src/lib/uart8250.c: In function

[coreboot] correct 'power_on_after_fail' setting

2011-03-09 Thread Josef Kellermann
Hi, bit 0 of pm reg#74 have to be set turn on system after power resumes. See '42661_sb600_rrg_nda_3.02.pdf' for detail. Signed-off-by: Josef Kellermann <mailto://se...@arcor.de> diff --git a/src/southbridge/amd/sb600/sm.c b/src/southbridge/amd/sb600/sm.c index 1a0d6ac..66c22e7