Re: [coreboot] [PATCH]more kconfig

2010-01-08 Thread Peter Stuge
Patrick Georgi wrote: I was going to test boot my epia-cn with a kconfig build, but I noticed that auto.c got compiled with gcc instead of romcc. Oops, must have been an error when doing the mass conversion. Attached patch should fix that. Thanks for the report. Signed-off-by: Patrick

Re: [coreboot] [PATCH]kconfig and romcc

2010-01-08 Thread Peter Stuge
Patrick Georgi wrote: attached patches add support for tinybootblock to the generic Makefile.romccboard.inc, and move dell/s1850 (non-tinybootblock) and emulation/qemu-x86 (tinybootblock) to use that instead of their own set of rules. Why is s1850 not using TINY_BOOTBLOCK? Is it a technical

Re: [coreboot] [PATCH]kconfig and romcc

2010-01-08 Thread Patrick Georgi
Am 08.01.2010 12:06, schrieb Peter Stuge: Why is s1850 not using TINY_BOOTBLOCK? Is it a technical problem or a matter of not-done-yet? not-done-yet. I don't know if it requires a rom enable sequence. If yes, it's not implemented yet (which might be considered a technical problem).

[coreboot] [commit] r5005 - in trunk: src/arch/i386 src/mainboard src/mainboard/dell/s1850 src/mainboard/emulation/qemu-x86 src/mainboard/via/epia-cn util/compareboard

2010-01-08 Thread svn
Author: oxygene Date: 2010-01-08 12:26:02 +0100 (Fri, 08 Jan 2010) New Revision: 5005 Modified: trunk/src/arch/i386/Kconfig trunk/src/mainboard/Makefile.romccboard.inc trunk/src/mainboard/dell/s1850/Makefile.inc trunk/src/mainboard/emulation/qemu-x86/Makefile.inc

Re: [coreboot] When should we retire newconfig?

2010-01-08 Thread j...@settoplinux.org
On January 8, 2010 at 7:37 AM Patrick Georgi patr...@georgi-clan.de wrote: Am 08.01.2010 01:09, schrieb j...@settoplinux.org: Hello Patrick, Are there any boards that have completely crossed over that I can look at for an example?     All boards still work on newconfig - once we drop

Re: [coreboot] FOSDEM2010 devroom needs speakers :)

2010-01-08 Thread Luc Verhaegen
On Fri, Jan 08, 2010 at 12:39:05AM +0100, Rudolf Marek wrote: Hi again, Btw what is the duration of the talk? Aim for 45 minutes. Slots are 1h, but people move in and out on the hourly edges anyway, and then there is some time to resync, and get stuff set up for the next talk, etc. So aim

Re: [coreboot] coreboot and MSM800BEV

2010-01-08 Thread Piotr Piwko
OK, I removed all references to DIMM1 memory (there is only DIMM0 on MSM800BEV board) and the SMBUS READ ERROR:03 device:a2 error doesn't occur - please see attached log. My booting process as previously hangs on Uncompressing coreboot to ram. I suppose this situation is related with copying

Re: [coreboot] coreboot and MSM800BEV

2010-01-08 Thread Patrick Georgi
Am 08.01.2010 13:57, schrieb Piotr Piwko: It prints $str_coreboot_ram_name (Uncompressing coreboot to ram) and hangs after calling cbfs_and_run_core function. I think that I should set a proper memory address for stack. As we can see the default address (0x400) is wrong but which one is

Re: [coreboot] FOSDEM2010 devroom needs speakers :)

2010-01-08 Thread Paul Menzel
Am Freitag, den 08.01.2010, 13:44 +0100 schrieb Luc Verhaegen: On Fri, Jan 08, 2010 at 12:39:05AM +0100, Rudolf Marek wrote: Btw what is the duration of the talk? Aim for 45 minutes. Slots are 1h, but people move in and out on the hourly edges anyway, and then there is some time to resync,

Re: [coreboot] FOSDEM2010 devroom needs speakers :)

2010-01-08 Thread Luc Verhaegen
On Fri, Jan 08, 2010 at 02:45:00PM +0100, Paul Menzel wrote: Am Freitag, den 08.01.2010, 13:44 +0100 schrieb Luc Verhaegen: On Fri, Jan 08, 2010 at 12:39:05AM +0100, Rudolf Marek wrote: Btw what is the duration of the talk? Aim for 45 minutes. Slots are 1h, but people move in and out on

Re: [coreboot] When should we retire newconfig?

2010-01-08 Thread Myles Watson
All boards still work on newconfig - once we drop that, there are several possibilities for cleaning up. Boards that were recently tested with kconfig and tinybootblock: emulation/qemu-x86 kontron/986lcd-m amd/serengeti_cheetah_fam10 asus/m2v-mx_se with kconfig, but not with tiny

Re: [coreboot] coreboot and MSM800BEV

2010-01-08 Thread Piotr Piwko
2010/1/8 Patrick Georgi patr...@georgi-clan.de: How long did you wait? it _might_ be that it merely takes a very long time. That must of course be fixed, but is not the same problem as a hanging system. I wait for about 15-20 min and nothing special. I put some 'postcode' functions for debug

Re: [coreboot] coreboot and MSM800BEV

2010-01-08 Thread Patrick Georgi
Am 08.01.2010 18:32, schrieb Piotr Piwko: 2010/1/8 Patrick Georgi patr...@georgi-clan.de: How long did you wait? it _might_ be that it merely takes a very long time. That must of course be fixed, but is not the same problem as a hanging system. I wait for about 15-20 min and nothing

Re: [coreboot] [PATCH]kconfig and romcc

2010-01-08 Thread Kevin O'Connor
On Fri, Jan 08, 2010 at 09:15:05AM +0100, Patrick Georgi wrote: Hi, attached patches add support for tinybootblock to the generic Makefile.romccboard.inc, and move dell/s1850 (non-tinybootblock) and emulation/qemu-x86 (tinybootblock) to use that instead of their own set of rules.

Re: [coreboot] [PATCH]kconfig and romcc

2010-01-08 Thread Kevin O'Connor
On Fri, Jan 08, 2010 at 07:52:57PM -0500, Kevin O'Connor wrote: On Fri, Jan 08, 2010 at 09:15:05AM +0100, Patrick Georgi wrote: attached patches add support for tinybootblock to the generic Makefile.romccboard.inc, and move dell/s1850 (non-tinybootblock) and emulation/qemu-x86