[U-Boot] [PATCH] Introduce generic TPM support in u-boot

Wolfgang Denk wd at denx.de
Mon Oct 10 22:51:06 CEST 2011


Dear Vadim,

I wrote:

> > struct locality {
> >   u16 field_a;
> >   u8 field_b;
> 
> insert here:
> 
>     u8 reserved[3];
> >   u32 field_c;

oops.  I missed that the first entry was 16 bit only, so that would
be:

	uint8_t reserved;

only...


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
I wrote my name at the top of the page. I wrote down  the  number  of
the  question  ``1''.  After much reflection I put a bracket round it
thus ``(1)''. But thereafter I could not think of anything  connected
with it that was either relevant or true.
                        - Sir Winston Churchill _My Early Life_ ch. 2


More information about the U-Boot mailing list