Re: [tboot-devel] Confused about the TXT register values

2020-01-27 Thread Lukasz Hawrylko
On Fri, 2020-01-24 at 12:34 -0300, Martin Galvan wrote: > The TXT.STS values make more sense now, though the PCH DID is still > incorrect. Is there a way to check whether TXT is enabled other than > looking at SINIT.BASE and HEAP.BASE? Please look at txt_verify_platform() function in verify.c ther

Re: [tboot-devel] [PATCH 2/2] safestringlib: fix warnings with GCC 6.4.0

2020-01-27 Thread Lukasz Hawrylko
On Fri, 2020-01-24 at 10:40 -0800, Christopher Clark wrote: > Allow compilation with -Werror, which is enabled by default in OpenEmbedded. > > -Wunused-parameter fixes are macro related. > > -Wswitch-default fixes fall-throughs in format parsing that > would be caught during compilation by GC

Re: [tboot-devel] [PATCH 1/1] Config.mk, safestringlib/makefile : allow tool overrides

2020-01-27 Thread Lukasz Hawrylko
On Fri, 2020-01-24 at 10:40 -0800, Christopher Clark wrote: > To simplify integration of tboot into build systems such as > OpenEmbeddded, use softer assignments and appends to define > the build tool and flag variables. > > Signed-off-by: Christopher Clark < > christopher.w.cl...@gmail.com > > >