Re: [coreboot] [PATCH]libpayload: add defines to lpgcc

2010-06-23 Thread Stefan Reinauer
On 6/22/10 5:16 PM, Patrick Georgi wrote: > Hi, > > attached patch tells lpgcc to add two defines to the compiler it > invokes: __LIBPAYLOAD__ and an architecture specific one (__i386__ or > __powerpc__) > > > Signed-off-by: Patrick Georgi > Isn't __i386__ or __powerpc__ already set by the comp

Re: [coreboot] [PATCH]libpayload: add defines to lpgcc

2010-06-23 Thread ron minnich
On Wed, Jun 23, 2010 at 5:46 AM, Stefan Reinauer wrote: > On 6/22/10 5:16 PM, Patrick Georgi wrote: > > Hi, > > attached patch tells lpgcc to add two defines to the compiler it > invokes: __LIBPAYLOAD__ and an architecture specific one (__i386__ or > __powerpc__) Yes it is. Or something is. You

Re: [coreboot] [PATCH]libpayload: more libc support

2010-06-23 Thread Stefan Reinauer
On 6/22/10 5:17 PM, Patrick Georgi wrote: > Hi, > > I updated last week's patch to take Carl-Daniel's review into account. > > Attached patch moves functions out of the huge libpayload.h into headers > according to libc/posix traditions, to simplify porting applications to > payloads. > > It also a

Re: [coreboot] [RFC] Network console for coreboot

2010-06-23 Thread Rudolf Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, This is hopefully last iteration of netconsole patch. It works with ROMCC now! I think this can be used to make SerialICE work over Ethernet too. Works on Qemu and on real HW. Please can someone obtain rtl8029 card and test? I think I could se

Re: [coreboot] Why my kernel 2.6.34 failed?

2010-06-23 Thread Myles Watson
> I recently build a new kernel, 2.6.34. But it failed to boot on my > coreboot with ACPI support. If I remove the ACPI, it can boot. So I > believe there is a bug hidden in the ASL script. And 2.6.33 works well. > The .config(s) are the same. > > Do you guys have any suggestion? Failing log: PCI

Re: [coreboot] Why my kernel 2.6.34 failed?

2010-06-23 Thread yhlu
On Wed, Jun 23, 2010 at 8:08 PM, Bao, Zheng wrote: > I recently build a new kernel, 2.6.34. But it failed to boot on my > coreboot with ACPI support. If I remove the ACPI, it can boot. So I > believe there is a bug hidden in the ASL script. And 2.6.33 works well. > The .config(s) are the same. > >

Re: [coreboot] Why my kernel 2.6.34 failed?

2010-06-23 Thread Bao, Zheng
Yes, it works. I will have to figure how _CRS fails. Thanks. > -Original Message- > From: yhlu [mailto:yingha...@gmail.com] > Sent: Thursday, June 24, 2010 12:04 PM > To: Bao, Zheng > Cc: coreboot@coreboot.org > Subject: Re: [coreboot] Why my kernel 2.6.34 failed? > > On Wed, Jun 23, 20