[coreboot] [commit] r6155 - trunk/src/southbridge/amd/rs780

2010-12-08 Thread repository service
Author: zbao Date: Thu Dec 9 07:18:29 2010 New Revision: 6155 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6155 Log: Add missing instruction break. Signed-off-by: Zheng Bao Acked-by: Zheng Bao Modified: trunk/src/southbridge/amd/rs780/gfx.c Modified: trunk/src/southbridge/amd

Re: [coreboot] [commit] r6154 - trunk/src/cpu/intel/car

2010-12-08 Thread Stefan Reinauer
* repository service [101208 22:45]: > Author: ranma > Date: Wed Dec 8 22:45:57 2010 > New Revision: 6154 > URL: https://tracker.coreboot.org/trac/coreboot/changeset/6154 > > Log: > These empty files sneaked in from another patch and shouldn't have been > included in r6153, remove them. > > Si

Re: [coreboot] [commit] r6153 - in trunk/src: cpu/intel/car mainboard/asus/p2b southbridge/intel/i82371eb

2010-12-08 Thread Stefan Reinauer
* repository service [101208 22:40]: > Author: ranma > Date: Wed Dec 8 22:40:12 2010 > New Revision: 6153 > URL: https://tracker.coreboot.org/trac/coreboot/changeset/6153 > > Signed-off-by: Tobias Diedrich > Acked-by: Peter Stuge > > Added: >trunk/src/cpu/intel/car/Makefile.inc >trunk

Re: [coreboot] [commit] r6153 - in trunk/src: cpu/intel/car mainboard/asus/p2b southbridge/intel/i82371eb

2010-12-08 Thread Stefan Reinauer
* repository service [101208 22:40]: > Author: ranma > Date: Wed Dec 8 22:40:12 2010 > New Revision: 6153 > URL: https://tracker.coreboot.org/trac/coreboot/changeset/6153 > > Log: > This patch instead dynamically generates the processor statement. > I can't use the speedstep generate_cpu_entries

Re: [coreboot] [commit] r6127 - in trunk/src: mainboard/asus/p2b northbridge/intel/i440bx/acpi southbridge/intel/i82371eb southbridge/intel/i82371eb/acpi

2010-12-08 Thread Tobias Diedrich
Peter Stuge wrote: > Tobias Diedrich wrote: > > Here is a solution using the SSDT. > > > > Unfortunately iasl does not resolve simple arithmetic at compile > > time, so we can not use Add(DEFAULT_PMBASE, PCNTRL) in the > > Processor statement. > > This patch instead dynamically generates the proce

[coreboot] [commit] r6154 - trunk/src/cpu/intel/car

2010-12-08 Thread repository service
Author: ranma Date: Wed Dec 8 22:45:57 2010 New Revision: 6154 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6154 Log: These empty files sneaked in from another patch and shouldn't have been included in r6153, remove them. Signed-off-by: Tobias Diedrich Acked-by: Tobias Diedrich

[coreboot] [commit] r6153 - in trunk/src: cpu/intel/car mainboard/asus/p2b southbridge/intel/i82371eb

2010-12-08 Thread repository service
Author: ranma Date: Wed Dec 8 22:40:12 2010 New Revision: 6153 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6153 Log: Tobias Diedrich wrote: > Definitively a iasl problem, it can't even disassemble it's own > output back to something equivalent to the input file. > It seems to be gen

[coreboot] [commit] r6152 - in trunk: . util/abuild

2010-12-08 Thread repository service
Author: oxygene Date: Wed Dec 8 20:58:30 2010 New Revision: 6152 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6152 Log: Allow user to define location for Kconfig config via DOTCONFIG make variable (defaults to .config). Let abuild use that. Signed-off-by: Patrick Georgi Acked-by: U

Re: [coreboot] [PATCH] Deduplicate various ACPI .asl files

2010-12-08 Thread Stefan Reinauer
On 06.12.2010, at 14:16, Uwe Hermann wrote: > On Sat, Nov 27, 2010 at 10:18:01AM +0100, Tobias Diedrich wrote: >>> Since it's amd specific (in a sense that it's not much benefit and only >>> used on amd based boards), we should move it to cpu/amd/acpi or >>> cpu/amd/amdk8/acpi? >> >> It doesn'

Re: [coreboot] [commit] r6149 - in trunk/src: mainboard/advantech/pcm-5820 mainboard/amd/db800 mainboard/amd/dbm690t mainboard/amd/mahogany mainboard/amd/mahogany_fam10 mainboard/amd/norwich mainboard

2010-12-08 Thread Stefan Reinauer
On 08.12.2010, at 03:17, Patrick Georgi wrote: > Am 08.12.2010 07:20, schrieb Stefan Reinauer: >> On 12/7/10 10:00 PM, Peter Stuge wrote: >>> repository service wrote: first round name simplification. drop the _ prefix. >>> Beautiful. >>> +++ trunk/src/mainboard/advantech/pcm-5820/roms

Re: [coreboot] [commit] r6149 - in trunk/src: mainboard/advantech/pcm-5820 mainboard/amd/db800 mainboard/amd/dbm690t mainboard/amd/mahogany mainboard/amd/mahogany_fam10 mainboard/amd/norwich mainboard

2010-12-08 Thread Patrick Georgi
Am 08.12.2010 07:20, schrieb Stefan Reinauer: > On 12/7/10 10:00 PM, Peter Stuge wrote: >> repository service wrote: >>> first round name simplification. drop the _ prefix. >> Beautiful. >> >>> +++ trunk/src/mainboard/advantech/pcm-5820/romstage.c Wed Dec 8 >>> 06:42:47 2010(r6149)

Re: [coreboot] [PATCH] Move "select CACHE_AS_RAM" lines from boards into CPU socket

2010-12-08 Thread Uwe Hermann
On Tue, Dec 07, 2010 at 11:05:19PM +0100, Stefan Reinauer wrote: > Hi Uwe, > > good approach! > > * Uwe Hermann [101206 23:45]: > > Move "select CACHE_AS_RAM" lines from boards into CPU socket. > > I generally like this idea, but that is not the only thing the patch > does. If it did, it were A

[coreboot] [commit] r6151 - in trunk/src: cpu/amd/model_10xxx cpu/amd/socket_939 cpu/amd/socket_AM2 cpu/amd/socket_AM2r2 cpu/amd/socket_AM3 cpu/amd/socket_ASB2 cpu/amd/socket_F cpu/amd/socket_F_1207 c

2010-12-08 Thread repository service
Author: uwe Date: Wed Dec 8 09:22:04 2010 New Revision: 6151 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6151 Log: Move "select CACHE_AS_RAM" lines from boards into CPU socket. All K8/Fam10h boards use CAR, so move the "select CACHE_AS_RAM" into the socket directories, and remove i

Re: [coreboot] [PATCH] Move "select CACHE_AS_RAM" lines from boards into CPU socket

2010-12-08 Thread Uwe Hermann
On Tue, Dec 07, 2010 at 11:11:23PM +0100, Stefan Reinauer wrote: > * Stefan Reinauer [101207 23:06]: > > * Patrick Georgi [101207 16:35]: > > > Am 06.12.2010 23:45, schrieb Uwe Hermann: > > > > See patch. > > > src/cpu/Kconfig defines CACHE_AS_RAM to "!ROMCC", so I think these can > > > be droppe