Re: [coreboot] [PATCH 3/3] X60: use I/O 0x1600/0x1604 for ACPI accesses

2011-03-12 Thread Sven Schnelle
Stefan Reinauer stefan.reina...@coreboot.org writes: * Sven Schnelle sv...@stackframe.org [110312 01:18]: Signed-off-by: Sven Schnelle sv...@stackframe.org --- src/mainboard/lenovo/x60/mainboard.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git

Re: [coreboot] [PATCH 3/3] X60: use I/O 0x1600/0x1604 for ACPI accesses

2011-03-12 Thread Sven Schnelle
Stefan Reinauer stefan.reina...@coreboot.org writes: * Sven Schnelle sv...@stackframe.org [110312 01:18]: Signed-off-by: Sven Schnelle sv...@stackframe.org --- src/mainboard/lenovo/x60/mainboard.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git

Re: [coreboot] [PATCH 2/3] ec/acpi: make ACPI register pair configurable

2011-03-12 Thread Sven Schnelle
Stefan Reinauer stefan.reina...@coreboot.org writes: * Sven Schnelle sv...@stackframe.org [110312 01:18]: Signed-off-by: Sven Schnelle sv...@stackframe.org --- src/ec/acpi/ec.c | 23 --- src/ec/acpi/ec.h |1 + 2 files changed, 17 insertions(+), 7 deletions(-) I

Re: [coreboot] Support for Core i3 and better

2011-03-12 Thread xdrudis
On Fri, Mar 11, 2011 at 05:49:50PM +0200, Alex G. wrote: 1. Does Coreboot work with Phenom II Thuban CPU ? I want 6-core CPU of Phenom2 It's supported. I didn't know this had been tested. It's a little difficult for me to keep track of all mail in the list.

Re: [coreboot] Support for Core i3 and better

2011-03-12 Thread Peter Stuge
Oleg Gvozdev wrote: i dont want to spend money on unworking system I just need as much powerfull CPU as it can be to use with Coreboot. If you are willing to spend a bit of time with the source code, and you have programming experience and knowledge of CPUs then I think you'll be successful.

Re: [coreboot] Coreboot Hackathon

2011-03-12 Thread Florentin Demetrescu
Hello, Are you people (from Europe and .. abroad) still interested for a coreboot hackathon in april/may in Prague? Today there are only 4 answers for the doodle poll started by Rudolph. By the way, Rudolph, do you think it is still possible for you to organise this event in Prague anytime soon

Re: [coreboot] Coreboot Hackathon

2011-03-12 Thread Rudolf Marek
Hi, Yes I think it looks like the may 27,28,29 date fits for us all. The doodle is here: http://doodle.com/2n4h3gcugwvs6c9k I think I can still do that. Current plan is to use a computer lab at university with preinstalled coreboot related toolchains etc. As for the accommodation i think I

Re: [coreboot] Coreboot Hackathon

2011-03-12 Thread Florentin Demetrescu
Great! Count me in!.. It would be nice if many coreboot historical gurus ( ;-) ) do the travel to make the event even more interesting.. Anyway thank you Rudolf for your efforts! Florentin Quoting Rudolf Marek r.ma...@assembler.cz: Hi, Yes I think it looks like the may 27,28,29 date fits for

Re: [coreboot] Coreboot meeting @ Google, Sunday Mar. 13

2011-03-12 Thread Stefan Reinauer
On 3/11/11 8:14 PM, Gregg Levine wrote: Hello! I imagine it would not practical to throw a Coreboot based event here in NYC? I've been to the Google NYC Offices before, and it looks, well good to me. Although off list I can relate some issues I can't make public. I don't know of any NYC

Re: [coreboot] Coreboot meeting @ Google, Sunday Mar. 13

2011-03-12 Thread Ward Vandewege
On Sat, Mar 12, 2011 at 12:32:52PM -0800, Stefan Reinauer wrote: If you find some fellow coreboot folks around NYC, you should go ahead and organize a meeting. If you can't find a conference room to use, any cafe will usually do fine. They might look weird at you when you bring too much

Re: [coreboot] Coreboot meeting @ Google, Sunday Mar. 13

2011-03-12 Thread Joseph Smith
Hello I am in the new england area so NYC is not to far for me :-) -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. Gregg Levine gregg.drw...@gmail.com wrote: On Fri, Mar 11, 2011 at 9:29 PM, David Hendricks dhend...@google.com wrote: Hey everyone, Stefan and I are going

Re: [coreboot] Coreboot meeting @ Google, Sunday Mar. 13

2011-03-12 Thread Peter Stuge
Ward Vandewege wrote: Well, in Hamburg they were a bit upset about this after about three consecutive evenings of hacking in the hotel lobby. Ah, well. I think because they wanted to rent out their conference room. Use a place without conference room, but just the lobby. :) //Peter --

Re: [coreboot] Coreboot meeting @ Google, Sunday Mar. 13

2011-03-12 Thread Anish Patel
how many other new englanders are there on CB? maybe portland or boston can do one On 03/12/11 16:09, Joseph Smith wrote: Hello I am in the new england area so NYC is not to far for me :-) -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. Gregg Levine

Re: [coreboot] Coreboot meeting @ Google, Sunday Mar. 13

2011-03-12 Thread Corey Osgood
I'm from the Bangor, ME area. I don't do coreboot hacking much anymore, but I might show up if the date and location worked. -Corey On Sat, Mar 12, 2011 at 5:07 PM, Anish Patel anish.mailing.l...@gmail.com wrote: how many other new englanders are there on CB? maybe portland or boston can do

[coreboot] mingw build problem with seabios/tools/kconfig

2011-03-12 Thread Scott Duplichan
Hello, I am trying to overcome problems building seabios/tools/kconfig from the windows/mingw environment. Here are the failures: 1) Link step for tools/kconfig/conf fails to find regcomp/regexec/regfree. In the mingw environment these functions are available in libregex, but libregex is

Re: [coreboot] mingw build problem with seabios/tools/kconfig

2011-03-12 Thread Peter Stuge
Scott Duplichan wrote: I have not found a way to add '-lregex' to the link command line: $(Q)$(HOSTCC) $(HOSTLDFLAGS) -o $@ $(addprefix $(obj)/,$($(@F)-objs)) $(HOST_LOADLIBES) $(HOSTLOADLIBES_$(@F)) HOSTLDFLAGS occurs too early in the file list for this use. I'd say the above command line

Re: [coreboot] mingw build problem with seabios/tools/kconfig

2011-03-12 Thread Patrick Georgi
Am 13.03.2011 04:47, schrieb Scott Duplichan: Hello, I am trying to overcome problems buildingseabios/tools/kconfigfrom the windows/mingw environment.Hereare the failures: 1)Link step fortools/kconfig/conffails to findregcomp/regexec/regfree. In the mingw environment these functions