Re: [SeaBIOS] Updating SeaBIOS on a Chromebook (Was: [PATCH] ps2: disable the keyboard and mouse before flushing the queue)

2013-04-25 Thread Stefan Reinauer
gt; --- > > src/ps2port.c | 6 ++ > > 1 file changed, 6 insertions(+) > > > > diff --git a/src/ps2port.c b/src/ps2port.c > > index 9b760fd..2169171 100644 > > --- a/src/ps2port.c > > +++ b/src/ps2port.c > > @@ -55,6 +55,12 @@ static int >

Re: [SeaBIOS] [RFC] vgahooks: Add Google stumpy, lumpy, and link boards to intel vgahook list.

2014-01-17 Thread Stefan Reinauer
86EX") > == 0) > roda_setup(pci); > -else if (strcmp(CBvendor, "Win Enterprise") == 0 && strcmp(CBpart, > "MB6047") == 0) > +else if (strcmp(CBvendor, "SAMSUNG") == 0 && strcmp(CBpart, "Stumpy") > =

Re: [SeaBIOS] [RFC] vgahooks: Add Google stumpy, lumpy, and link boards to intel vgahook list.

2014-01-29 Thread Stefan Reinauer
On Fri, Jan 17, 2014 at 4:56 PM, Kevin O'Connor wrote: > On Fri, Jan 17, 2014 at 04:50:27PM -0800, Stefan Reinauer wrote: > > Yes, I think it's worth having them in upstream SeaBIOS! > > > > I've been thinking about creating a way of passing this information &

Re: [SeaBIOS] [PATCH 4/4] Start using Kconfig to configure SeaBIOS settings.

2011-01-27 Thread Stefan Reinauer
* Kevin O'Connor [110127 03:38]: > Create autoconf.h during the build. > > Move a couple of config settings from config.h to Kconfig. > --- a/Makefile > +++ b/Makefile > @@ -119,11 +119,11 @@ $(OUT)asm-offsets.h: $(OUT)asm-offsets.s > $(Q)./tools/gen-offsets.sh $< $@ > > > -$(OUT)ccode

[SeaBIOS] [PATCH] fix parallel compilation of SeaBIOS

2011-01-27 Thread Stefan Reinauer
See patch. Signed-off-by: Stefan Reinauer diff --git a/Makefile b/Makefile index 9805f85..de5e1f9 100644 --- a/Makefile +++ b/Makefile @@ -128,7 +128,7 @@ $(OUT)code16.o: romlayout.S $(OUT)ccode.16.s $(OUT)asm-offsets.h @echo " Compiling (16bit) $@" $(Q)$(CC) $(CFLAG

[SeaBIOS] Mini PCIe serial card for debugging

2011-02-04 Thread Stefan Reinauer
Attached patch allows to use an Oxford Semi OXPCIe952 based Mini PCIe serial card for debugging SeaBIOS. Stefan Add support for Oxford OXPCIe 952 PCIe UART cards. Signed-off-by: Stefan Reinauer diff --git a/src/output.c b/src/output.c index 936d3d8..526b92a 100644 --- a/src/output.c +++ b/src

[SeaBIOS] [PATCH] Allow to run option roms with bad checksums

2011-02-11 Thread Stefan Reinauer
See patch -- Stefan Reinauer Google Inc. Allow running option roms with a wrong checksum. Signed-off-by: Stefan Reinauer diff --git a/src/Kconfig b/src/Kconfig index fca73e4..eae59e9 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -244,6 +244,14 @@ menu "BIOS interfaces"

[SeaBIOS] [PATCH] Updated version of OXPCIe serial port support

2011-02-11 Thread Stefan Reinauer
See patch -- Stefan Reinauer Google Inc. add support for OXPCIe 952 card and clean up debug abstraction layer Signed-off-by: Stefan Reinauer diff --git a/src/Kconfig b/src/Kconfig index fca73e4..38eb5d8 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -343,6 +343,13 @@ menu "Debu

Re: [SeaBIOS] [PATCH] Updated version of OXPCIe serial port support

2011-02-13 Thread Stefan Reinauer
related, it just happens to be useful for access to pci bars. I suggest renaming them to pmode_readl or something like that in order to make it easier to understand what the function really does. Sounds ok? Then I would go ahead and implement it this way

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

2011-05-07 Thread Stefan Reinauer
On 5/7/11 12:05 PM, Kevin O'Connor wrote: On Sat, May 07, 2011 at 08:48:45PM +0200, Sven Schnelle wrote: Kevin O'Connor writes: Do you know how long it takes for your keyboard to become responsive? (You can pass "-n" to tools/readserial.py to have it report wall times instead of adjusted times

Re: [SeaBIOS] Issues on initialization of PCI devices below root.

2012-11-21 Thread Stefan Reinauer
* lautriv [121121 13:35]: > Hello, > i tried to get seabios up via payload from coreboot and failed on > the initialisation > of neccessary devices. > The board in Question is a Tyan S4882, consisting of K8 northbridge, > 8131 southbridge, 8111 southbridge and Winbond w83627hf SuperIO. > You will

Re: [SeaBIOS] Building & running coreboot & seabios

2012-11-21 Thread Stefan Reinauer
* Shraddha Kamat [121105 06:26]: > I am looking for a document on building & running > coreboot seabios to work with qemu-kvm. Do we > have such documents for newbies ? http://www.coreboot.org/SeaBIOS ___ SeaBIOS mailing list SeaBIOS@seabios.org htt

Re: [SeaBIOS] Build failed in Jenkins: seabios #220

2016-03-31 Thread Stefan Reinauer
Do you want to move the builds to our jenkins instance on qa.coreboot.org? We're already building coreboot, filo, flashrom and SerialICE and some other stuff. Stefan On 03/30/2016 06:44 PM, Kevin O'Connor wrote: > On Wed, Mar 30, 2016 at 07:50:33PM +0200, Jenkins Build Host wrote: >> See