Re: [U-Boot] [PATCH v4 10/32] tpm: disociate TPMv1.x specific and generic code

2018-05-15 Thread Tom Rini
On Tue, May 15, 2018 at 11:57:06AM +0200, Miquel Raynal wrote: > There are no changes in this commit but a new organization of the code > as follow. > > * cmd/ directory: > > move existing code from cmd/tpm.c in cmd/tpm-common.c > > move specific code in cmd/tpm-v1.c > > creat

[U-Boot] [PATCH v4 10/32] tpm: disociate TPMv1.x specific and generic code

2018-05-15 Thread Miquel Raynal
There are no changes in this commit but a new organization of the code as follow. * cmd/ directory: > move existing code from cmd/tpm.c in cmd/tpm-common.c > move specific code in cmd/tpm-v1.c > create a specific header file with generic definitions for commands o