Re: [coreboot] [RFC]Using gerrit for patch management (and jenkins for QA)

2011-05-31 Thread Peter Stuge
Patrick Georgi wrote: > I'm officially sick and tired of patchwork. Or from losing patches > to the mailing list. Hear hear! > Given how the git read-only mirror gains popularity, maybe we should use > that to our advantage and upgrade other parts of our tool set, too. Sounds good. > Enter ge

Re: [coreboot] amd sb800 wrapper compile warning fix

2011-05-31 Thread Peter Stuge
She, Kerry wrote: > > I think it is very important to make whitespace changes in a patch of > > it's own, .. > Removing the whitespace in the license text is not my intention. Understood. Changing the license text is certainly not forbidden, especially since you work with the copyright holder, and

Re: [coreboot] [RFC]Using gerrit for patch management (and jenkins for QA)

2011-05-31 Thread Anders Jenbo
Den 31-05-2011 20:55, Patrick Georgi skrev: "The mix" would be inclue jenkins test-building all proposed patches on gerrit, vetoing those that fail in gerrit. Nice for commits where the dev forgot to add a file to the repo, or which were only partially tested. Anyway, this would be a rather larg

Re: [coreboot] amd sb800 wrapper compile warning fix

2011-05-31 Thread She, Kerry
> -Original Message- > From: coreboot-boun...@coreboot.org [mailto:coreboot-boun...@coreboot.org] > On Behalf Of Peter Stuge > Sent: Wednesday, June 01, 2011 7:29 AM > To: coreboot@coreboot.org > Subject: Re: [coreboot] amd sb800 wrapper compile warning fix > > She, Kerry wrote: > > This p

[coreboot] [commit] r6614 - in trunk/src: southbridge/amd/cimx_wrapper/sb800 vendorcode/amd/cimx/sb800

2011-05-31 Thread repository service
Author: kerry Date: Wed Jun 1 04:00:30 2011 New Revision: 6614 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6614 Log: trivial remove blanks at the end of line Signed-off-by: Kerry She Acked-by: Kerry She Modified: trunk/src/southbridge/amd/cimx_wrapper/sb800/late.c trunk/sr

[coreboot] [commit] r6613 - in trunk/src: southbridge/amd/cimx_wrapper/sb800 vendorcode/amd/cimx/sb800

2011-05-31 Thread repository service
Author: kerry Date: Wed Jun 1 03:56:49 2011 New Revision: 6613 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6613 Log: This patch fix a AMD sb800 wrapper compile warning: src/southbridge/amd/cimx_wrapper/sb800/late call clear_ioapic but not include the prototype declare header file.

Re: [coreboot] amd sb800 wrapper compile warning fix

2011-05-31 Thread Peter Stuge
She, Kerry wrote: > This patch fix a AMD sb800 wrapper compile warning: > > src/southbridge/amd/cimx_wrapper/sb800/late > > call clear_ioapic but not include the prototype declare header file. > > and remove some trivial blanks. I think it is very important to make whitespace changes in a patc

Re: [coreboot] amd sb800 wrapper compile warning fix

2011-05-31 Thread Marc Jones
On Sun, May 29, 2011 at 11:24 PM, She, Kerry wrote: > Hello, > > > > This patch fix a AMD sb800 wrapper compile warning: > > src/southbridge/amd/cimx_wrapper/sb800/late > > call clear_ioapic but not include the prototype declare header file. > > and remove some trivial blanks. > > > > Signed-off-b

[coreboot] How to flash the Thinkpad T60 (was: Keyboard not working on Thinkpad X60/T60)

2011-05-31 Thread Paul Menzel
Dear Josh, Am Dienstag, den 31.05.2011, 10:24 -0700 schrieb Josh Stump: > I know this is off topic, then start a new thread. ;-) > but how did you get corebios flashed to the T60? s/corebios/coreboot/ > Is there a software based way or must I get hardware in order to do it? If I remember cor

Re: [coreboot] Keyboard not working on Thinkpad X60/T60

2011-05-31 Thread Josh Stump
I know this is off topic, but how did you get corebios flashed to the T60? Is there a software based way or must I get hardware in order to do it? On Sat, May 28, 2011 at 7:23 AM, Sven Schnelle wrote: > Hi Kevin, > > Kevin O'Connor writes: > > > On Sat, May 07, 2011 at 08:48:45PM +0200, Sven S

[coreboot] [RFC]Using gerrit for patch management (and jenkins for QA)

2011-05-31 Thread Patrick Georgi
Hi, I'm officially sick and tired of patchwork. Or from losing patches to the mailing list. Given how the git read-only mirror gains popularity, maybe we should use that to our advantage and upgrade other parts of our tool set, too. Enter gerrit: A web tool to push git commits to, have them revi

Re: [coreboot] Keyboard not working on Thinkpad X60/T60

2011-05-31 Thread Josh Stump
I know this is off topic, but how did you get corebios flashed to the T60? Is there a software based way or must I get hardware in order to do it? On Sat, May 28, 2011 at 7:23 AM, Sven Schnelle wrote: > Hi Kevin, > > Kevin O'Connor writes: > > > On Sat, May 07, 2011 at 08:48:45PM +0200, Sven

Re: [coreboot] APM and VESA

2011-05-31 Thread Marc Jones
On Sun, May 29, 2011 at 1:55 PM, wrote: > Hi, > > working on a bootloader, we added apm initialization code to the bootloader > so the kernel doesnt have to switch to realmode and can just do 32 protected > mode calls. > > the bootloader does the following things in realmode before starting the