[coreboot] [commit] r5615 - in trunk/src: cpu/amd/car cpu/amd/model_lx cpu/via/car mainboard/digitallogic/msm586seg

2010-06-07 Thread repository service
Author: stepan Date: Mon Jun 7 10:29:36 2010 New Revision: 5615 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5615 Log: replace outb - port 0x80 with post_code() in some places. Especially most _smbus functions misuse port 0x80 writes for delays. Signed-off-by: Stefan Reinauer

Re: [coreboot] [PATCH] Fix geode lx VSA loading

2010-06-07 Thread Edwin Beasant
Agreed - ax should be 0, it is only 0 in this case due to the argument passed in! Before the segment setup, but after the _registers section, an xorl %ax, %al would be appropriate. Thanks! Edwin -Original Message- From: coreboot-bounces+edwin_beasant=virtensys@coreboot.org

Re: [coreboot] [PATCH] Fix geode lx VSA loading

2010-06-07 Thread Stefan Reinauer
On 6/7/10 10:30 AM, Edwin Beasant wrote: Agreed - ax should be 0, it is only 0 in this case due to the argument passed in! Before the segment setup, but after the _registers section, an xorl %ax, %al would be appropriate. Thanks! Edwin Did I miss one? Stefan -Original

Re: [coreboot] [PATCH] Fix geode lx VSA loading

2010-06-07 Thread Edwin Beasant
Nope - I was just behind with my subversion revisions (merge problems on update, that will teach me...!) Just seen the patch as finalised, thanks for that, looks good and should fix the issues seen. I was going to refine it today, but you're way ahead of me :-) Thanks, Edwin -Original

[coreboot] [PATCH]Changes to libpayload's USB stack

2010-06-07 Thread Patrick Georgi
Hi, attached patch - avoids using the name pid_t, which is used on unixoid systems - moves controller specific data structures into private headers, to avoid conflicts between controller drivers - factors out the USB PID ids, which are only exposed on UHCI. It's of not much use on the other

Re: [coreboot] [PATCH]Changes to libpayload's USB stack

2010-06-07 Thread Stefan Reinauer
On 6/7/10 2:01 PM, Patrick Georgi wrote: Hi, attached patch - avoids using the name pid_t, which is used on unixoid systems - moves controller specific data structures into private headers, to avoid conflicts between controller drivers - factors out the USB PID ids, which are only exposed

[coreboot] Fwd: SIS630ET coreboot challenge

2010-06-07 Thread Darmawan Salihun
-- Forwarded message -- From: Darmawan Salihun darmawan.sali...@gmail.com Date: Mon, 7 Jun 2010 20:00:08 +0700 Subject: Re: [coreboot] SIS630ET coreboot challenge To: Tiago Marques tiago...@gmail.com I've sent a datasheet in my posession to Keith. Haven't heard back from him yet.

[coreboot] [commit] r5616 - in trunk/payloads/libpayload: drivers/usb include/usb

2010-06-07 Thread repository service
Author: oxygene Date: Mon Jun 7 15:58:17 2010 New Revision: 5616 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5616 Log: Avoid using the name pid_t, which is used on unixoid systems. Move controller specific data structures into private headers, to avoid conflicts between controller

[coreboot] Trac reminder: list of new ticket(s)

2010-06-07 Thread coreboot tracker
Ticket Owner Status Description #165 ste...@coresystems.de new Geode VSA re-parsing to elf fails on 64 bit platforms #164 ste...@coresystems.de new Building Coreboot v4 r/5554 fails mysteriously on Debian lenny and etch (x86)

[coreboot] [commit] r5617 - trunk/src/arch/i386

2010-06-07 Thread repository service
Author: oxygene Date: Mon Jun 7 16:09:41 2010 New Revision: 5617 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5617 Log: Make sure VSA is linked as ELF32 for i386 (instead of whatever the compiler considers native). Signed-off-by: Patrick Georgi patrick.geo...@coresystems.de

Re: [coreboot] #165: Geode VSA re-parsing to elf fails on 64 bit platforms

2010-06-07 Thread coreboot
#165: Geode VSA re-parsing to elf fails on 64 bit platforms ---+ Reporter: edwin_beas...@… | Owner: ste...@… Type: defect | Status: closed

Re: [coreboot] Fwd: SIS630ET coreboot challenge

2010-06-07 Thread Anders Jenbo
To bad i just dumped a couple of SIS boards because i never expected them to get supported :) -Anders On Mon 07/06/10 15:01 , Darmawan Salihun darmawan.sali...@gmail.com wrote: -- Forwarded message -- From: Darmawan Salihun Date: Mon, 7 Jun 2010 20:00:08 +0700 Subject:

[coreboot] [PATCH] Geode 5536 resources mis-allocated, causes lack of interrupts.

2010-06-07 Thread Edwin Beasant
This patch extends the reserved resources for the cs5536 to avoid the excluded range as detailed on p104 of the cs5536 Device Data Book. Signed-off by: Edwin Beasant edwin_beas...@virtensys.commailto:edwin_beas...@virtensys.com geode-5536-resources-fixup.patch Description:

Re: [coreboot] [PATCH] Geode 5536 resources mis-allocated, causes lack of interrupts.

2010-06-07 Thread Myles Watson
On Mon, Jun 7, 2010 at 8:44 AM, Edwin Beasant edwin_beas...@virtensys.com wrote: This patch extends the reserved resources for the cs5536 to avoid the excluded range as detailed on p104 of the cs5536 Device Data Book. Should we make it a round 0x1000? What about the cs5535? Thanks, Myles --

[coreboot] [commit] r5618 - in trunk/src/southbridge/amd: cs5535 cs5536

2010-06-07 Thread repository service
Author: myles Date: Mon Jun 7 17:39:04 2010 New Revision: 5618 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5618 Log: This patch extends the reserved resources for the cs5536 to avoid the excluded range as detailed on p104 of the cs5536 Device Data Book. Extended to 0x1000. Same

Re: [coreboot] [PATCH] Geode 5536 resources mis-allocated, causes lack of interrupts.

2010-06-07 Thread Myles Watson
On Mon, Jun 7, 2010 at 8:44 AM, Edwin Beasant edwin_beas...@virtensys.com wrote: This patch extends the reserved resources for the cs5536 to avoid the excluded range as detailed on p104 of the cs5536 Device Data Book. Signed-off by: Edwin Beasant edwin_beas...@virtensys.com Rev 5618. Thanks,

[coreboot] [PATCH] remove duplicate code

2010-06-07 Thread Myles Watson
cardbus_scan_bridge is identical to pci_scan_bridge (since PCI_PRIMARY_BUS == PCI_CB_PRIMARY_BUS.) Remove it. Fix a typo while there. Signed-off-by: Myles Watson myle...@gmail.com Thanks, Myles Index: svn/src/devices/cardbus_device.c

Re: [coreboot] coreboot Digest, Vol 64, Issue 23

2010-06-07 Thread Keith Hui
Yes, I have it. Thanks to all who responded. Looks like there is only two versions of the datasheet out, but I have a intact version now. It may not be enough to help me write from scratch, but will help me understand the factory BIOS's ways. Now, I have a 630ET that also have Tualatin support,

Re: [coreboot] Fwd: SIS630ET coreboot challenge

2010-06-07 Thread Joseph Smith
On Mon, 7 Jun 2010 16:32:55 +0200, Anders Jenbo and...@jenbo.dk wrote: To bad i just dumped a couple of SIS boards because i never expected them to get supported :) I got a couple of SIS 630's kicking around, I would be glad to do some testing :-) -- Thanks, Joseph Smith Set-Top-Linux

Re: [coreboot] [PATCH] remove duplicate code

2010-06-07 Thread Peter Stuge
Myles Watson wrote: cardbus_scan_bridge is identical to pci_scan_bridge (since PCI_PRIMARY_BUS == PCI_CB_PRIMARY_BUS.) Remove it. Fix a typo while there. Signed-off-by: Myles Watson myle...@gmail.com Acked-by: Peter Stuge pe...@stuge.se -- coreboot mailing list: coreboot@coreboot.org

[coreboot] [commit] r5619 - trunk/src/devices

2010-06-07 Thread repository service
Author: myles Date: Mon Jun 7 18:51:11 2010 New Revision: 5619 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5619 Log: cardbus_scan_bridge is identical to pci_scan_bridge (since PCI_PRIMARY_BUS == PCI_CB_PRIMARY_BUS.) Remove it. Fix a typo while there. Signed-off-by: Myles Watson

Re: [coreboot] [PATCH] remove duplicate code

2010-06-07 Thread Myles Watson
On Mon, Jun 7, 2010 at 10:40 AM, Peter Stuge pe...@stuge.se wrote: Myles Watson wrote: cardbus_scan_bridge is identical to pci_scan_bridge (since PCI_PRIMARY_BUS == PCI_CB_PRIMARY_BUS.)  Remove it.  Fix a typo while there. Signed-off-by: Myles Watson myle...@gmail.com Acked-by: Peter Stuge

[coreboot] build service results for r5619

2010-06-07 Thread repository service
Dear coreboot readers! This is the automatic build system of coreboot. The developer myles checked in revision 5619 to the coreboot repository. This caused the following changes: Change Log: cardbus_scan_bridge is identical to pci_scan_bridge (since PCI_PRIMARY_BUS == PCI_CB_PRIMARY_BUS.)

[coreboot] [commit] r5620 - in trunk/src: include/device southbridge/ricoh/rl5c476 southbridge/ti/pci7420 southbridge/ti/pcixx12

2010-06-07 Thread repository service
Author: myles Date: Mon Jun 7 19:12:57 2010 New Revision: 5620 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5620 Log: Remove the rest of cardbus_scan_bus. Signed-off-by: Myles Watson myle...@gmail.com Acked-by: Myles Watson myle...@gmail.com Modified:

[coreboot] build service results for r5620

2010-06-07 Thread repository service
Dear coreboot readers! This is the automatic build system of coreboot. The developer myles checked in revision 5620 to the coreboot repository. This caused the following changes: Change Log: Remove the rest of cardbus_scan_bus. Signed-off-by: Myles Watson myle...@gmail.com Acked-by: Myles

Re: [coreboot] [commit] r5609 - in trunk/src: drivers drivers/dec drivers/dec/21143 drivers/ti drivers/ti/pcmcia-cardbus include/device mainboard/nokia/ip530

2010-06-07 Thread Myles Watson
On Sat, Jun 5, 2010 at 3:11 PM, Peter Stuge pe...@stuge.se wrote: I have several issues with this commit. I pointed out at least one of them already very long ago! The attached patch addresses some of the issues. It mostly moves drivers to southbridge/ti/ and southbridge/dec/ Signed-off-by:

[coreboot] [commit] r5621 - in trunk/src: drivers drivers/dec drivers/ti include/device mainboard/nokia/ip530 southbridge southbridge/dec southbridge/dec/21143 southbridge/ti southbridge/ti/pci1x2x

2010-06-07 Thread repository service
Author: myles Date: Mon Jun 7 22:15:54 2010 New Revision: 5621 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5621 Log: Fix some of Peter's suggestions for the Nokia IP530. Signed-off-by: Myles Watson myle...@gmail.com Acked-by: Myles Watson myle...@gmail.com Added:

[coreboot] [PATCH] Wyse S50 RAMBASE 0x100000 fix

2010-06-07 Thread Nils
This patch fixes RAMBASE 0x10 for Wyse S50. I think that the problem was that extended memory was not setup early enough. This patch is boot tested on r5621. Signed-off-by: Nils Jacobs njaco...@hetnet.nl Thanks,Nils. -- coreboot mailing list: coreboot@coreboot.org

[coreboot] [PATCH] Wyse S50 RAMBASE 0x100000 fix

2010-06-07 Thread Nils
This patch fixes RAMBASE 0x10 for Wyse S50. I think that the problem was that extended memory was not setup early enough. This patch is boot tested on r5621. Signed-off-by: Nils Jacobs njaco...@hetnet.nl And now with patch attached,sorry. Thanks,Nils. Index: src/mainboard/wyse/s50/Kconfig

[coreboot] Booting UHCI with FILO

2010-06-07 Thread Joseph Smith
Hello, Trying to boot Fedora 12 Live USB. FILO loads the Kernel just fine and then Loads the initrd just fine. Then: Jumping to entry point... Out of memory while allocating output buffer -- System halted Any Ideas? -- Thanks, Joseph Smith Set-Top-Linux www.settoplinux.org -- coreboot