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

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 ke...@koconnor.net 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 between coreboot

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

2014-01-17 Thread Stefan Reinauer
-- Stefan Reinauer Google Inc. ___ SeaBIOS mailing list SeaBIOS@seabios.org http://www.seabios.org/mailman/listinfo/seabios

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
to prevent additional data from + * being queued. */ +outb(0xad, PORT_PS2_STATUS); +outb(0xa7, PORT_PS2_STATUS); + int i; for (i=0; iI8042_BUFFER_SIZE; i++) { u8 status = inb(PORT_PS2_STATUS); -- 1.8.0 -- Stefan Reinauer Google Inc

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

2012-11-21 Thread Stefan Reinauer
* lautriv laut...@coldplug.net [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

Re: [SeaBIOS] Building running coreboot seabios

2012-11-21 Thread Stefan Reinauer
* Shraddha Kamat sh200...@gmail.com [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] [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 reina...@google.com 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 reina...@google.com diff --git a/src/Kconfig b/src/Kconfig index fca73e4..38eb5d8 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -343,6 +343,13 @@ menu

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

2011-01-27 Thread Stefan Reinauer
* Kevin O'Connor ke...@koconnor.net [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 $ $@

[SeaBIOS] [PATCH] fix parallel compilation of SeaBIOS

2011-01-27 Thread Stefan Reinauer
See patch. Signed-off-by: Stefan Reinauer reina...@google.com 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) $(CFLAGS16INC