[LinuxBIOS] r2547 - trunk/LinuxBIOSv2/src/stream

2007-02-03 Thread svn
Author: stepan Date: 2007-02-03 11:43:48 +0100 (Sat, 03 Feb 2007) New Revision: 2547 Modified: trunk/LinuxBIOSv2/src/stream/rom_stream.c Log: This eliminates an illegal and annoying warning. 'rom' is the current read pointer. 'rom_end' points to last valid byte of the stream. Signed-off-by:

Re: [LinuxBIOS] [PATCH] romstream off-by-1

2007-02-03 Thread Stefan Reinauer
Roman Kononov wrote: Regards, Signed-off-by: Roman Kononov [EMAIL PROTECTED] applied. -- coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br. Tel.: +49 761 7668825 • Fax: +49 761 7664613 Email: [EMAIL PROTECTED] • http://www.coresystems.de/ -- linuxbios mailing list

Re: [LinuxBIOS] [PATCH] cleaned up MCP55 chipset code

2007-02-03 Thread Stefan Reinauer
Lu, Yinghai wrote: We may consider moving ids to mcp55_ids.h later like kernel do. Instead of tough pci_ids.h Is there a reason why we need all those IDs in one file? Or, do we ever need IDs from more than 1 southbridge and 1 northbridge vendor? -- coresystems GmbH • Brahmsstr. 16 • D-79104

Re: [LinuxBIOS] LinuxBIOS Solaris Dev

2007-02-03 Thread Stefan Reinauer
Peter Stuge wrote: On Fri, Feb 02, 2007 at 08:45:53AM -0500, Kaufman, Adam wrote: Ok, here's what I came up with for a Solaris 10 patch. Could all of the defines be compressed into one place? Maybe one mem.c per system and defines controlling the build process? Am I being overzealous about

[LinuxBIOS] r2548 - trunk/LinuxBIOSv2/src/southbridge/nvidia/mcp55

2007-02-03 Thread svn
Author: stepan Date: 2007-02-03 16:23:34 +0100 (Sat, 03 Feb 2007) New Revision: 2548 Modified: trunk/LinuxBIOSv2/src/southbridge/nvidia/mcp55/mcp55_smbus.h Log: Nvidia MCP55 uses CMD to send/receive bytes instead of DAT0, that's the same as broadcom/bcm5785. Signed-off-by: bxshi [EMAIL

Re: [LinuxBIOS] [PATCH] cleaned up MCP55 chipset code

2007-02-03 Thread Stefan Reinauer
bxshi wrote: Nvidia MCP55 use CMD to send/receive byte instead of DAT0 , the same as broadcom/bcm5785. I have write a patch to do this. signed-off-by : bxshi [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Applied. -- coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br. Tel.: +49

[LinuxBIOS] r2549 - in trunk/LinuxBIOSv2/src/superio/winbond: . w83627ehg

2007-02-03 Thread svn
Author: stepan Date: 2007-02-03 16:28:20 +0100 (Sat, 03 Feb 2007) New Revision: 2549 Added: trunk/LinuxBIOSv2/src/superio/winbond/w83627ehg/ trunk/LinuxBIOSv2/src/superio/winbond/w83627ehg/Config.lb trunk/LinuxBIOSv2/src/superio/winbond/w83627ehg/chip.h

Re: [LinuxBIOS] [PATCH] Support for Winbond W83627EHG Super I/O

2007-02-03 Thread Stefan Reinauer
Uwe Hermann wrote: Add support for the Winbond W83627EHG Super I/O. Signed-off-by: Yinghai Lu [EMAIL PROTECTED] Signed-off-by: Uwe Hermann [EMAIL PROTECTED] applied. This is from Yinghai's huge patch. I added missing license headers (Yinghai please complain if any of them is incorrect!),

Re: [LinuxBIOS] [PATCH] VGA is used before it is initialized

2007-02-03 Thread Stefan Reinauer
Roman Kononov wrote: On 01/31/2007 05:53 PM, Peter Stuge wrote: +#if CONFIG_PCI_ROM_RUN == 1 || CONFIG_CONSOLE_VGA=1 One or two = ? Which is it? None. I cleaned the patch up a bit, and and added some comments. I will apply it as soon as someone sends an Acked-by. Stefan --

Re: [LinuxBIOS] [PATCH] e820 table correction

2007-02-03 Thread yhlu
commit dbf9272e863bf4b17ee8e3c66c26682b2061d40d Author: Andi Kleen [EMAIL PROTECTED] Date: Tue Sep 26 10:52:36 2006 +0200 [PATCH] Don't force reserve the 640k-1MB range From i386 x86-64 inherited code to force reserve the 640k-1MB area. That was needed on some old systems. But

[LinuxBIOS] UART questions on porting LinuxBIOS to GX2 + CS5535, help please!!

2007-02-03 Thread lihao
Hi, all! I am doing porting jobs on GX2([EMAIL PROTECTED]) + cs5535. I am using OLPC/rev_a directory as my starting point. I know that OLPC use GX2([EMAIL PROTECTED], right??) + cs5536. From POST card i see the code runs far behind the code of auto.c(src/mainboard/olpc/rev_a/auto.c), and