[SeaBIOS] Problems with parallel build and SeaVGABIOS

2016-12-02 Thread Paul Menzel
Dear SeaBIOS folks, building SeaBIOS for coreboot with SeaVGABIOS in parallel, I get an error. > $ nproc > 8 > $ git log --oneline -1 > b98c658 drop "etc/boot-cpus" fw_cfg file and reuse legacy QEMU_CFG_NB_CPUS > $ grep VGA_COREBOOT .config > CONFIG_VGA_COREBOOT=y > $ make menuconfig && make

Re: [SeaBIOS] [PATCH 0/6] Misc tpm updates

2016-12-02 Thread Kevin O'Connor
On Wed, Nov 23, 2016 at 11:55:40AM -0500, Stefan Berger wrote: > On 08/11/2016 11:17 AM, Kevin O'Connor wrote: > > Hi Stefan, > > > > I dusted off some TPM patches I had worked on earlier in the year. > > Mostly just code movement, but the last patch I think helps simplify > >

Re: [SeaBIOS] [PATCH] tpm: Log TPM 2 digest structure in little endian format

2016-12-02 Thread Kevin O'Connor
On Wed, Nov 23, 2016 at 11:19:43AM -0500, Stefan Berger wrote: > The parameters for extending the PCRs of a TPM 2 are written in > big endian format when sent to the TPM. However, the log needs > to be written in little endian format, so we cannot just copy > the structure into the log as-is. To