Re: [coreboot] Porting to Asus M4A78-EM

2010-12-04 Thread Myles Watson
> >> I don't see any reason not to move that resource into the northbridge > >> to avoid that issue. It's a simple fix. Is there a good reason for > >> having the MMCONF BAR in the APIC cluster? > > This is what I was thinking. Build tested only. > > > > Signed-off-by: Myles Watson > > > > Oh,

Re: [coreboot] [RFC] simplify names

2010-12-04 Thread Patrick Georgi
Am 04.12.2010 21:00, schrieb Stefan Reinauer: > Since Kconfig (actually since shortly before we switched to Kconfig) we > don't suffer from that problem anymore. So we could drop the sb700_ > prefix from all those filenames (or, the _ prefix in general) > > - makes it easier to fork off a new chip

[coreboot] [PATCH] Add Asrock board s3 support

2010-12-04 Thread Rudolf Marek
Hello, This patch just turns on the ACPI resume support and adds needed cbmem.c. I think this can be changed not to include it in some further patch. Signed-off-by: Rudolf Marek I can test all patches next week, now they are just compile tested and based on the preview patch. Rudolf Index

[coreboot] [PATCH] Add SB700 suspend/resume code

2010-12-04 Thread Rudolf Marek
Hello, Following patch adds support for suspend/resume functions. I had to change the get_cbmem_toc because macro magic did not work well. The writes to NVRAM are not used in asrock board (k8 pre rev f) but they should work when used with am2 boards. In fact maybe the suspend will work on mah

[coreboot] [commit] r6139 - trunk/util/acpi

2010-12-04 Thread repository service
Author: stepan Date: Sat Dec 4 21:50:39 2010 New Revision: 6139 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6139 Log: ACPI table dumping wrapper script Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer Added: trunk/util/acpi/ trunk/util/acpi/acpidump-all (contents

[coreboot] [RFC] simplify names

2010-12-04 Thread Stefan Reinauer
ste...@ra:~/svn/coreboot/src/southbridge/amd/sb700> ls chip.h Kconfig Makefile.inc sb700.c sb700_early_setup.c sb700_enable_usbdebug.c sb700.h sb700_hda.c sb700_ide.c sb700_lpc.c sb700_pci.c sb700_reset.c sb700_sata.c sb700_smbus.c sb700_smbus.h sb700_sm.c sb700_usb.c The sb700_ prefix was introd

[coreboot] [PATCH] exit from self-refresh on AMD K8 CPUs (pre revF)

2010-12-04 Thread Rudolf Marek
Hello, Following patch adds support to bring out the memory out of self refresh when doing resume. Signed-off-by: Rudolf Marek The patch is based on my 2008 patch. Thanks, Rudolf Index: coreboot/src/northbridge/amd/amdk8/raminit.c

Re: [coreboot] Porting to Asus M4A78-EM

2010-12-04 Thread Juhana Helovuo
Juhana Helovuo wrote: Oh, this was very good! Thank you! Now I can load Linux kernel on the M4A78-EM, although it doesn't boot successfully yet. [...] I'll have to do some more testing to find out more. More testing done, and now Linux boots to login prompt. I regenerated irq_tables.c, and

[coreboot] [PATCH] let high memory size be decided in cbmem.h

2010-12-04 Thread Rudolf Marek
Hi all, We hardcode highmemory size in every northbridge! This is bad, and especially if suspend to ram is involved. Let the default be taken from cbmem.h which also handles the suspend logic. Abuild tested. Please check all changes if I did not make any wrong while converting this to bytes

Re: [coreboot] [PATCH] SB700 common FADT

2010-12-04 Thread Uwe Hermann
On Sat, Dec 04, 2010 at 02:05:40PM +0100, Rudolf Marek wrote: > Following patch makes just one fadt.c file. > > Signed-off-by: Rudolf Marek > > svn remove src/./asus/m4a785-m/fadt.c > svn remove src/./amd/mahogany/fadt.c > svn remove src/./amd/mahogany_fam10/fadt.c > svn remove src/./amd/tilapia

Re: [coreboot] [patch] update crossgcc

2010-12-04 Thread Uwe Hermann
On Thu, Dec 02, 2010 at 05:46:49PM -0700, Marc Jones wrote: > >>> Tested on IEI Kino Fam10 mainboard. Can someone test that this works > >>> on some other mainboards, maybe Intel or Via based? > >> > >> ScottD and Patrick have tested on a few platforms. Has anyone else > >> tested this? Are we read

Re: [coreboot] [patch 2/3] Use ACPI table area to store cbmem_toc pointer needed for resume

2010-12-04 Thread Rudolf Marek
Another option would be to always use a fixed area directly after 1MB (as this should not be affected by framebuffers in main memory) instead of below TOM. Nope the memory must be free (and not reserved) all bootloaders expect that it is free. ACPI specs says first hole can be 15-16MB. Thanks,

[coreboot] [PATCH] SB700 common FADT

2010-12-04 Thread Rudolf Marek
Following patch makes just one fadt.c file. Signed-off-by: Rudolf Marek svn remove src/./asus/m4a785-m/fadt.c svn remove src/./amd/mahogany/fadt.c svn remove src/./amd/mahogany_fam10/fadt.c svn remove src/./amd/tilapia_fam10/fadt.c svn remove src/./gigabyte/ma78gm/fadt.c svn remove src/./gigaby

Re: [coreboot] [PATCH] 939a785gmh ACPI diet

2010-12-04 Thread Rudolf Marek
Committed revision 6138. Thanks, Rudolf -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

[coreboot] [commit] r6138 - in trunk/src/mainboard/asrock/939a785gmh: . acpi

2010-12-04 Thread repository service
Author: ruik Date: Sat Dec 4 11:08:55 2010 New Revision: 6138 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6138 Log: Following patch removes the cut-and-paste stuff from Mahagony and fixes the _CRS object to make it work (same code as on M2V-MX SE) Signed-off-by: Rudolf Marek Acke

Re: [coreboot] [PATCH] W83627DHG/W83627EHG fixups for virtual LDNs

2010-12-04 Thread Rudolf Marek
Acked-by: Rudolf Marek Thanks, Rudolf -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot