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
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
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
> >
>