[coreboot] [commit] r6337 - trunk

2011-02-08 Thread repository service
Author: oxygene Date: Tue Feb 8 09:37:47 2011 New Revision: 6337 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6337 Log: Fix cmos-files-y for relative paths Thanks to Josef Kellermann se...@arcor.de for reporting the issue. Signed-off-by: Patrick Georgi patrick.geo...@secunet.com

Re: [coreboot] cmos recovery feature

2011-02-08 Thread Georgi, Patrick
Am Donnerstag, den 03.02.2011, 16:09 +0100 schrieb Josef Kellermann: I've added this to my mainboards Makefile.inc: cbfs-files-y += cmos.default cmos.default-name = cmos.default cmos.default-type = 0xaa cmos.default also exists in mainboard dir. I've also tried with: cmos.default-file

Re: [coreboot] [patch] nvramtool hardware access on NetBSD

2011-02-08 Thread Georgi, Patrick
Am Montag, den 07.02.2011, 21:15 + schrieb Jonathan A. Kollasch: Add NetBSD support to nvramtool. Signed-off-by: jakll...@kollasch.net Acked-by: Patrick Georgi patrick.geo...@secunet.com More general question (shouldn't stop anyone from committing this patch): Should we move hardware

Re: [coreboot] [patch] nvramtool hardware access on NetBSD

2011-02-08 Thread Peter Stuge
Jonathan A. Kollasch wrote: Add NetBSD support to nvramtool. Signed-off-by: jakll...@kollasch.net Acked-by: Peter Stuge pe...@stuge.se -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

[coreboot] [commit] r6338 - in trunk/util/nvramtool: . accessors

2011-02-08 Thread repository service
Author: jakllsch Date: Tue Feb 8 17:07:49 2011 New Revision: 6338 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6338 Log: Add NetBSD support to nvramtool. Signed-off-by: jakll...@kollasch.net Acked-by: Patrick Georgi patrick.geo...@secunet.com Acked-by: Peter Stuge pe...@stuge.se

Re: [coreboot] [patch] nvramtool hardware access on NetBSD

2011-02-08 Thread Jonathan A. Kollasch
r6338. -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

[coreboot] Help with RX serial interrupts?

2011-02-08 Thread Votier, Sean (DS-1)
Designation: Non-SSA/Finmeccanica Hi all. I would like to apologise for being a lurker on this list and only popping up when I need help. But I need help... I've run into an issue that has been stumping my for the last couple of weeks. I'm developing bios code for a GE CR-11 Compact

Re: [coreboot] Help with RX serial interrupts?

2011-02-08 Thread Alex G.
Are you sure it's not just a bad PIC/APIC config? Alex On 02/08/2011 10:15 PM, Votier, Sean (DS-1) wrote: Designation: Non-SSA/Finmeccanica Hi all. I would like to apologise for being a lurker on this list and only popping up when I need help. But I need help……….. I’ve run into an

Re: [coreboot] Help with RX serial interrupts?

2011-02-08 Thread Alex G.
On 02/08/2011 11:32 PM, Votier, Sean (DS-1) wrote: Designation: Non-SSA/Finmeccanica Thanks for the reply Alex. I'll do my best to help as much as I can. Though make sure next time you hit the reply all or reply list button, as your message didn't make it to the list. No, I'm not

Re: [coreboot] Help with RX serial interrupts?

2011-02-08 Thread Rudolf Marek
Looks like a RX pin multiplexing is wrong, therefore no IRQ is generated? Rudolf PS: I go for a holiday so don't expect much answers from me. -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] [patch] nvramtool hardware access on NetBSD

2011-02-08 Thread Stefan Reinauer
* Georgi, Patrick patrick.geo...@secunet.com [110208 11:26]: More general question (shouldn't stop anyone from committing this patch): Should we move hardware access code to directio and use its API on all platforms (not just Darwin, and - in theory - win32)? Though in that case, we might want