Re: [SeaBIOS] [PATCH 4/4] WIP: add TPM CRB device support

2017-10-23 Thread Stefan Berger
On 10/06/2017 10:50 AM, Stefan Berger wrote: On 10/06/2017 10:33 AM, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau The CRB device was introduced with TPM 2.0 to be physical-bus agnostic and defined in TCG PC Client Platform TPM Profile (PTP) Specification Family “2.0” Level 00 Rev

Re: [SeaBIOS] Failure to detect high-capacity SD card

2017-10-23 Thread Kevin O'Connor
On Mon, Oct 23, 2017 at 11:59:16AM -0500, Matt DeVillier wrote: > On Mon, Oct 23, 2017 at 11:34 AM, Kevin O'Connor wrote: > > On Mon, Oct 23, 2017 at 10:55:57AM -0500, Matt DeVillier wrote: > > > On Mon, Oct 23, 2017 at 10:50 AM, Kevin O'Connor > > > > On Mon, Oct 23, 2017 at 10:39:03AM -0400, Ke

Re: [SeaBIOS] Failure to detect high-capacity SD card

2017-10-23 Thread Matt DeVillier
On Mon, Oct 23, 2017 at 11:34 AM, Kevin O'Connor wrote: > On Mon, Oct 23, 2017 at 10:55:57AM -0500, Matt DeVillier wrote: > > On Mon, Oct 23, 2017 at 10:50 AM, Kevin O'Connor > wrote: > > > > > On Mon, Oct 23, 2017 at 10:39:03AM -0400, Kevin O'Connor wrote: > > > > Hi Matt, > > > > > > > > Can y

Re: [SeaBIOS] [PATCH 1/4] x86: add readq()

2017-10-23 Thread Philippe Mathieu-Daudé
On 10/06/2017 11:33 AM, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Signed-off-by: Marc-André Lureau Reviewed-by: Philippe Mathieu-Daudé > --- > src/x86.h | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/src/x86.h b/src/x86.h > index 4aea65c..c7bb60d 100644

Re: [SeaBIOS] [PATCH 2/4] tpm: generalize init_timeout()

2017-10-23 Thread Philippe Mathieu-Daudé
On 10/06/2017 11:33 AM, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau Reviewed-by: Philippe Mathieu-Daudé > > It seems both TIS & CRB devices share the same timeout. Make > initialization function generic for now. > > Signed-off-by: Marc-André Lureau > --- > src/hw/tpm_driver

Re: [SeaBIOS] Failure to detect high-capacity SD card

2017-10-23 Thread Kevin O'Connor
On Mon, Oct 23, 2017 at 10:55:57AM -0500, Matt DeVillier wrote: > On Mon, Oct 23, 2017 at 10:50 AM, Kevin O'Connor wrote: > > > On Mon, Oct 23, 2017 at 10:39:03AM -0400, Kevin O'Connor wrote: > > > Hi Matt, > > > > > > Can you gzip and attach the full log? (At a minimum, we need to see > > > the

Re: [SeaBIOS] Failure to detect high-capacity SD card

2017-10-23 Thread Matt DeVillier
On Mon, Oct 23, 2017 at 10:50 AM, Kevin O'Connor wrote: > On Mon, Oct 23, 2017 at 10:39:03AM -0400, Kevin O'Connor wrote: > > Hi Matt, > > > > Can you gzip and attach the full log? (At a minimum, we need to see > > the log extracts around the failure.) > > Ah, nevermind - I see the timeout is ge

Re: [SeaBIOS] Failure to detect high-capacity SD card

2017-10-23 Thread Kevin O'Connor
On Mon, Oct 23, 2017 at 10:39:03AM -0400, Kevin O'Connor wrote: > On Thu, Oct 19, 2017 at 09:16:13PM -0500, Matt DeVillier wrote: > > I have a user running one of my SeaBIOS builds on a Asus Chromebook C302sa > > (google/cave) who is having trouble with high-capacity SD cards - they > > aren't dete

Re: [SeaBIOS] Failure to detect high-capacity SD card

2017-10-23 Thread Matt DeVillier
no problem -- attached On Mon, Oct 23, 2017 at 9:39 AM, Kevin O'Connor wrote: > On Thu, Oct 19, 2017 at 09:16:13PM -0500, Matt DeVillier wrote: > > I have a user running one of my SeaBIOS builds on a Asus Chromebook > C302sa > > (google/cave) who is having trouble with high-capacity SD cards - t

Re: [SeaBIOS] Failure to detect high-capacity SD card

2017-10-23 Thread Kevin O'Connor
On Thu, Oct 19, 2017 at 09:16:13PM -0500, Matt DeVillier wrote: > I have a user running one of my SeaBIOS builds on a Asus Chromebook C302sa > (google/cave) who is having trouble with high-capacity SD cards - they > aren't detected at all due to timing out during init. I've tried adjusting > the v