x86: broadwell: Add reference code support
authorSimon Glass <sjg@chromium.org>
Sat, 12 Mar 2016 05:07:24 +0000 (22:07 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 17 Mar 2016 02:27:26 +0000 (10:27 +0800)
commite7994858ec7943f6f163f507c04dff45bb6c539c
tree31031f433d621d2087be322d15bf050a760eeb65
parent08cb7420a2abe8fb0a99357f2a189c11bfc08d41
x86: broadwell: Add reference code support

Broadwell needs a special binary blob to set up the PCH. Add code to run
this on start-up.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/broadwell/Makefile
arch/x86/cpu/broadwell/refcode.c [new file with mode: 0644]