Re: [SeaBIOS] [RFC PATCH] Add support for Intel Quark UART.

2014-05-28 Thread David Woodhouse
On Wed, 2014-05-28 at 15:36 -0400, Kevin O'Connor wrote: > On Mon, May 19, 2014 at 07:49:47PM +0100, David Woodhouse wrote: > > On Mon, 2014-05-19 at 13:42 -0400, Kevin O'Connor wrote: > > > I don't see any reference to "int 15h, ax=0xd042" as a standard. So, > > > maybe the author of the above te

Re: [SeaBIOS] [RFC PATCH] Add support for Intel Quark UART.

2014-05-28 Thread David Woodhouse
On Wed, 2014-05-28 at 15:36 -0400, Kevin O'Connor wrote: > On Mon, May 19, 2014 at 07:49:47PM +0100, David Woodhouse wrote: > > On Mon, 2014-05-19 at 13:42 -0400, Kevin O'Connor wrote: > > > I don't see any reference to "int 15h, ax=0xd042" as a standard. So, > > > maybe the author of the above te

Re: [SeaBIOS] [RFC PATCH] Add support for Intel Quark UART.

2014-05-28 Thread Kevin O'Connor
On Mon, May 19, 2014 at 07:49:47PM +0100, David Woodhouse wrote: > On Mon, 2014-05-19 at 13:42 -0400, Kevin O'Connor wrote: > > I don't see any reference to "int 15h, ax=0xd042" as a standard. So, > > maybe the author of the above text also wrote their own EFI module > > which used that magic valu

Re: [SeaBIOS] [PATCH 0/5] SMM improvements

2014-05-28 Thread Kevin O'Connor
On Wed, May 28, 2014 at 06:33:05PM +0200, Paolo Bonzini wrote: > Passing CS to handle_smi is not strictly necessary; you could instead just > reserve writing some value (e.g. 0x00) to port 0xb2 for relocation. That's > really my only comment. That's the way I originally had it, but tracking if th

Re: [SeaBIOS] [PATCH 0/5] SMM improvements

2014-05-28 Thread Paolo Bonzini
I rebased your first four patches on to the seabios tip and then applied my "SMM in C" patch on top of that. There were several conflicts during the merge of your patches, so I hope I got them correct. The series is at: https://github.com/KevinOConnor/seabios/commits/work-smm-in

Re: [SeaBIOS] [PATCH 0/5] SMM improvements

2014-05-28 Thread Kevin O'Connor
s series, roughly. FYI, I rebased your first four patches on to the seabios tip and then applied my "SMM in C" patch on top of that. There were several conflicts during the merge of your patches, so I hope I got them correct. The series is at: https://github.com/KevinOConnor/seabios/commi

Re: [SeaBIOS] [PATCH v3] Update EFI_COMPATIBILITY16_TABLE to match 0.98 spec update

2014-05-28 Thread Kevin O'Connor
On Tue, May 20, 2014 at 02:22:16PM +0100, David Woodhouse wrote: > Unless CONFIG_MALLOC_UPPERMEMORY is turned off, we expect to use the > space between the top of option ROMs and the bottom of our own BIOS code > as a stack. OVMF was previously marking the whole region from 0xC to > 0xF rea

[SeaBIOS] [PATCH] vgabios: Return from handle_1011() if handler found.

2014-05-28 Thread Kevin O'Connor
Fix cut-and-paste error in handle_1011() causing spurious debug_stub() calls when CONFIG_VGA_STDVGA_PORTS is enabled. Signed-off-by: Kevin O'Connor --- vgasrc/vgabios.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/vgasrc/vgabios.c b/vgasrc/vgabios.c inde

[SeaBIOS] [ANNOUNCE] SeaBIOS 1.7.5

2014-05-28 Thread Kevin O'Connor
The 1.7.5 version of SeaBIOS has now been released. For more information on the release, please see: http://seabios.org/Releases New in this release: * Support for obtaining SMBIOS tables directly from QEMU. * XHCI USB controller fixes for real hardware (now tested on several boards) * SeaVGAB