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

[SeaBIOS] [PATCH 2/2] disk: Avoid stack_hop() path if already on the extra stack

2016-03-31 Thread Kevin O'Connor
If CONFIG_ENTRY_EXTRASTACK is set (enabled by default) then the 16bit disk interface code is already running on the extra stack and it is not necessary to support stack switching on each disk request. Signed-off-by: Kevin O'Connor --- src/block.c | 4 src/disk.c | 12 2 files

[SeaBIOS] [PATCH 1/2] block: Move send_disk_op() from block.c to disk.c

2016-03-31 Thread Kevin O'Connor
The send_disk_op() function is only called from the 16bit handlers found in disk.c. Signed-off-by: Kevin O'Connor --- src/block.c | 34 +- src/block.h | 1 - src/disk.c | 32 3 files changed, 33 insertions(+), 34 deletions(-) di

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

2016-03-31 Thread Paolo Bonzini
On 31/03/2016 03:44, Kevin O'Connor wrote: > > Compile checking out/src/hw/mpt-scsi.o > > src/hw/mpt-scsi.c: In function 'init_mpt_scsi': > > src/hw/mpt-scsi.c:281:5: error: 'for' loop initial declarations are only > > allowed in C99 mode > > for (int i = 0; i < 7; i++) > > ^ > > src

[SeaBIOS] Jenkins build is back to normal : seabios #223

2016-03-31 Thread Jenkins Build Host
See ___ SeaBIOS mailing list SeaBIOS@seabios.org https://www.coreboot.org/mailman/listinfo/seabios