Re: [U-Boot] [PATCH 57/69] x86: broadwell: Add reference code support

2016-03-11 Thread Bin Meng
Hi Simon, On Mon, Mar 7, 2016 at 10:28 AM, Simon Glass wrote: > Broadwell needs a special binary blob to set up the PCH. Add code to run > this on start-up. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/broadwell/Makefile | 1 + > arch/x86/cpu/broadwell/refcode.c | 108 > +++

[U-Boot] [PATCH 57/69] x86: broadwell: Add reference code support

2016-03-06 Thread Simon Glass
Broadwell needs a special binary blob to set up the PCH. Add code to run this on start-up. Signed-off-by: Simon Glass --- arch/x86/cpu/broadwell/Makefile | 1 + arch/x86/cpu/broadwell/refcode.c | 108 +++ 2 files changed, 109 insertions(+) create mode 100