[coreboot] [v2] r4494 - in trunk/coreboot-v2/src: arch/i386/init mainboard/digitallogic/msm586seg mainboard/technologic/ts5300

2009-08-05 Thread svn
Author: oxygene Date: 2009-08-05 12:48:43 +0200 (Wed, 05 Aug 2009) New Revision: 4494 Modified: trunk/coreboot-v2/src/arch/i386/init/crt0.S.lb trunk/coreboot-v2/src/mainboard/digitallogic/msm586seg/mainboard.c trunk/coreboot-v2/src/mainboard/technologic/ts5300/mainboard.c Log: Fix the gen

Re: [coreboot] [PATCH]es: enable CBFS for all boards

2009-08-05 Thread Patrick Georgi
These patches are in r4494. They have no impact except fixing compile errors in certain corner cases, so they're in. 20090801-2-fix-cpp-scope-of-strings This patch fixes the generic code for copying and running coreboot_ram in case certain configuration options are disabled. the strings were just

[coreboot] [PATCH]es: Various changes from the kconfig branch

2009-08-05 Thread Patrick Georgi
Hi, as preparation for the kconfig merge, here are some changes from the kconfig tree that are unrelated to kconfig itself. 20090805-1-ttys0-rename Takes care of the different CONFIG_* names of the variable containing the serial I/O port 20090805-2-config-prefixes Some more CONFIG_* prefixes

[coreboot] [PATCH]Rename COREBOOT_V2 to CONFIG_COREBOOT_V2

2009-08-05 Thread Patrick Georgi
Hi, another patch to prepare for kconfig. This one renames COREBOOT_V2 to CONFIG_COREBOOT_V2 and adapts its user (x86emu) to match. Signed-off-by: Patrick Georgi Index: coreboot-v2/src/config/Options.lb === --- coreboot-v2.orig/src/

Re: [coreboot] [PATCH]Rename COREBOOT_V2 to CONFIG_COREBOOT_V2

2009-08-05 Thread Carl-Daniel Hailfinger
On 05.08.2009 13:59, Patrick Georgi wrote: > another patch to prepare for kconfig. This one renames COREBOOT_V2 to > CONFIG_COREBOOT_V2 and adapts its user (x86emu) to match. > > Signed-off-by: Patrick Georgi > Acked-by: Carl-Daniel Hailfinger -- http://www.hailfinger.org/ -- coreboot ma

[coreboot] [v3] r1175 - in coreboot-v3/util/x86emu: . pcbios x86emu yabel yabel/compat

2009-08-05 Thread svn
Author: oxygene Date: 2009-08-05 14:15:46 +0200 (Wed, 05 Aug 2009) New Revision: 1175 Modified: coreboot-v3/util/x86emu/biosemu.c coreboot-v3/util/x86emu/pcbios/pcibios.c coreboot-v3/util/x86emu/x86.c coreboot-v3/util/x86emu/x86_interrupts.c coreboot-v3/util/x86emu/x86emu/sys.c c

[coreboot] [v2] r4496 - trunk/coreboot-v2/src/config

2009-08-05 Thread svn
Author: oxygene Date: 2009-08-05 14:16:01 +0200 (Wed, 05 Aug 2009) New Revision: 4496 Modified: trunk/coreboot-v2/src/config/Options.lb Log: Prepare for kconfig: Rename COREBOOT_V2 to CONFIG_COREBOOT_V2 and adapt its user (x86emu) to match. Signed-off-by: Patrick Georgi Acked-by: Carl-Daniel

Re: [coreboot] [PATCH]es: Various changes from the kconfig branch

2009-08-05 Thread Carl-Daniel Hailfinger
Hi Patrick, On 05.08.2009 13:04, Patrick Georgi wrote: > as preparation for the kconfig merge, here are some changes from the > kconfig tree that are unrelated to kconfig itself. > > 20090805-1-ttys0-rename > Takes care of the different CONFIG_* names of the variable containing &

Re: [coreboot] [PATCH]Rename COREBOOT_V2 to CONFIG_COREBOOT_V2

2009-08-05 Thread Patrick Georgi
Carl-Daniel Hailfinger schrieb: > Acked-by: Carl-Daniel Hailfinger > Thanks, r1175 in the v3 repo for x86emu, r4496 in the v2 repo. -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

[coreboot] [v2] r4497 - trunk/coreboot-v2/src/southbridge/intel/i82801gx

2009-08-05 Thread svn
Author: oxygene Date: 2009-08-05 14:24:23 +0200 (Wed, 05 Aug 2009) New Revision: 4497 Modified: trunk/coreboot-v2/src/southbridge/intel/i82801gx/i82801gx_lpc.c trunk/coreboot-v2/src/southbridge/intel/i82801gx/i82801gx_power.h trunk/coreboot-v2/src/southbridge/intel/i82801gx/i82801gx_smiha

Re: [coreboot] [PATCH]es: Various changes from the kconfig branch

2009-08-05 Thread Patrick Georgi
Carl-Daniel Hailfinger schrieb: > Hi Patrick, > > On 05.08.2009 13:04, Patrick Georgi wrote: > >> as preparation for the kconfig merge, here are some changes from the >> kconfig tree that are unrelated to kconfig itself. >> >> 20090805-1-ttys0-rename &g

[coreboot] [v2] r4499 - trunk/payloads/libpayload/libc

2009-08-05 Thread svn
Author: stepan Date: 2009-08-05 15:10:38 +0200 (Wed, 05 Aug 2009) New Revision: 4499 Modified: trunk/payloads/libpayload/libc/string.c Log: fix buggy comment in libpayload's strncat function Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer Modified: trunk/payloads/libpayload/libc/

[coreboot] [PATCH]Kconfig for v2

2009-08-05 Thread Patrick Georgi
Hi, I think it's time to push the Kconfig branch to trunk. As the patch is ~1MB, I won't add it to the list, it is available from https://www.coresystems.de/~patrick/20090805-5-kconfig It's kconfig, a kbuild-style build system (quite similar, with a twist), sconfig (a new tool

[coreboot] filo compile errors

2009-08-05 Thread Jason Wang
hi all it seems there is a variable are not included in /include/grub/shard.h which would caused error with main/grub/completions.c UNIQUE_BUF undefined details are patched. Index: include/grub/shared.h === --- include/grub/shared.h

Re: [coreboot] filo compile errors

2009-08-05 Thread Stefan Reinauer
Jason Wang wrote: > > hi all > it seems there is a variable are not included in > /include/grub/shard.h which would caused error with > main/grub/completions.c UNIQUE_BUF undefined > details are patched. > CONFIG_EXPERIMENTAL is broken and should not be used. Stefan -- coresystems GmbH • Br

Re: [coreboot] Problem jumping to Boot Loader

2009-08-05 Thread Jeffrey C. Jacobs
Danke vielmals Patrick and many thanks to everyone else, So, I decided to take your advice about switching (back to) FILO using the latest version (svn 103) and latest libpayload (svn 4505) but am still having problems recognizing my First Partition on the Primary Master IDE device, namely hda

Re: [coreboot] Problem jumping to Boot Loader

2009-08-05 Thread Patrick Georgi
Jeffrey C. Jacobs schrieb: > Danke vielmals Patrick and many thanks to everyone else, > > So, I decided to take your advice about switching (back to) FILO using > the latest version (svn 103) and latest libpayload (svn 4505) but am > still having problems recognizing my First Partition on the Prima

Re: [coreboot] Problem jumping to Boot Loader

2009-08-05 Thread ron minnich
A simple question which I can not tell from your boot line. Is this disk partitioned? ron -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] Problem jumping to Boot Loader

2009-08-05 Thread Rudolf Marek
Hi, Maybe it is a filesystem issue. I had some problems with ext3 volumes. Why don;t you try SeaBIOS payload instead and boot with classic grub? It would show if it is this or another issue. Rudolf -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreb

[coreboot] usb rom progress

2009-08-05 Thread Jason Wang
Hi all Since the usb rom can detect the USB devices, but i am bloced after the UHCI initialization, in set_address function it failed at can not communicate with the USB device. Is there any one who can help me about that? Or give me some advices about how to deal with this hello, initializ

Re: [coreboot] SerialICE 1.0 - QEMU stops responding

2009-08-05 Thread Daniel Liu
Hi Stefan, I think I found the issue.  In the function serialice.c:76 serialice_write(), if writing a character fails, the program will be stuck in the readback while loop: write(fd, buffer + i, 1); while (read(fd, &c, 1) != 1) ; I changed the write to keep trying until the write succeeds, which

Re: [coreboot] [patch] [AMD Fam10] Fix confused RB-C2 and DA-C2

2009-08-05 Thread Bao, Zheng
I am trying to port the ddr3 feature. I will submit a full patch to replace this one. Zheng -Original Message- From: Ward Vandewege [mailto:w...@gnu.org] Sent: Tuesday, July 21, 2009 3:58 AM To: Bao, Zheng Cc: Coreboot Subject: Re: [coreboot] [patch] [AMD Fam10] Fix confused RB-C2 and D

[coreboot] [patch] Fix CONFIG_GFXUMA in mtrr.c

2009-08-05 Thread Bao, Zheng
The code between #if and #endif is only about UMA mode. The CONFIG_GFXUMA should be 1. We have another mode called side port mode. It is When the CONFIG_GFXUMA is 0. Signed-off-by: Zheng Bao Index: src/cpu/x86/mtrr/mtrr.c === --- s