Re: [U-Boot] [PATCH v3 0/20] Various patches in common/

2012-12-12 Thread Simon Glass
Hi Tom, On Wed, Dec 12, 2012 at 5:13 AM, Tom Rini wrote: > On Wed, Dec 05, 2012 at 04:46:27PM -0800, Simon Glass wrote: > >> This collection of patches to common/ adds the following: >> >> - EDID support for LCD displays >> - TPM stress test >> - gettime command to find out the time since boot >>

Re: [U-Boot] [PATCH v3 0/20] Various patches in common/

2012-12-12 Thread Tom Rini
On Wed, Dec 05, 2012 at 04:46:27PM -0800, Simon Glass wrote: > This collection of patches to common/ adds the following: > > - EDID support for LCD displays > - TPM stress test > - gettime command to find out the time since boot > - Adds coreboot information to the 'version' command > - Fixes LMB

[U-Boot] [PATCH v3 0/20] Various patches in common/

2012-12-05 Thread Simon Glass
This collection of patches to common/ adds the following: - EDID support for LCD displays - TPM stress test - gettime command to find out the time since boot - Adds coreboot information to the 'version' command - Fixes LMB on x86 - SHA256 hashing using a new hashing framework created in response t