Re: [SeaBIOS] New build warnings from GCC 8

2018-03-12 Thread Kevin O'Connor
On Thu, Mar 08, 2018 at 03:16:30PM +0100, Paul Menzel wrote: > Dear SeaBIOS folks, > > Building SeaBIOS with GCC 8, the warnings below are shown. [...] > In file included from src/fw/shadow.c:17: > src/fw/shadow.c: In function 'qemu_reboot': > src/string.h:23:16: warning: '__builtin_memcpy'

Re: [SeaBIOS] Long delay: WARNING - Timeout at wait_reg8:81!

2018-03-12 Thread Kevin O'Connor
On Mon, Mar 12, 2018 at 01:38:52PM -0400, Stephen Douthit wrote: > I've got a board modded so I can jumper the TPM in and out. > > What I found in the no-TPM case was that both tis_probe() and > crb_probe() incorrectly return 1 for device present if all Fs are read. > > For tis_probe() that was

Re: [SeaBIOS] preparing 1.11.1 stable release

2018-03-12 Thread Kevin O'Connor
On Wed, Mar 07, 2018 at 11:49:59AM +0100, Gerd Hoffmann wrote: > Hi, > > Time to prepare a 1.11-stable release, so we can pick up bugfixes for the > upcoming qemu release. Looking at the commits I think these should go in: > > a3c93bd81d build: Use git describe --always > 42812e062a shadow:

Re: [SeaBIOS] Long delay: WARNING - Timeout at wait_reg8:81!

2018-03-12 Thread Stephen Douthit
On 03/09/2018 09:49 AM, Stephen Douthit wrote: [This sender failed our fraud detection checks and may not be who they appear to be. Learn about spoofing at http://aka.ms/LearnAboutSpoofing] On 03/09/2018 06:05 AM, Paul Menzel wrote: Dear Stephen, On 03/07/2018 07:24 PM, Stephen Douthit