Re: [U-Boot] [PATCH 1/1] tools: provide cbfstool

2019-10-10 Thread Tom Rini
On Thu, Oct 10, 2019 at 11:06:27AM -0600, Simon Glass wrote: > Hi, > > On Sun, 6 Oct 2019 at 15:06, Tom Rini wrote: > > > > On Sun, Oct 06, 2019 at 10:50:45PM +0200, Heinrich Schuchardt wrote: > > > > > 'make tests' requires cbfstool. But this file is not built by U-Boot. > > If so this is a bug

Re: [U-Boot] [PATCH 1/1] tools: provide cbfstool

2019-10-10 Thread Simon Glass
Hi, On Sun, 6 Oct 2019 at 15:06, Tom Rini wrote: > > On Sun, Oct 06, 2019 at 10:50:45PM +0200, Heinrich Schuchardt wrote: > > > 'make tests' requires cbfstool. But this file is not built by U-Boot. If so this is a bug. The tests are supposed to detect that cbfstool is missing and skip the compar

Re: [U-Boot] [PATCH 1/1] tools: provide cbfstool

2019-10-06 Thread Tom Rini
On Sun, Oct 06, 2019 at 10:50:45PM +0200, Heinrich Schuchardt wrote: > 'make tests' requires cbfstool. But this file is not built by U-Boot. > > cbfstool can be built from https://github.com/coreboot/coreboot.git > after copying some include files from > https://github.com/coreboot/vboot.git but