
14 Mar
2016
14 Mar
'16
7:31 a.m.
On Mon, Mar 14, 2016 at 2:29 PM, Bin Meng bmeng.cn@gmail.com wrote:
On Sat, Mar 12, 2016 at 1:07 PM, Simon Glass sjg@chromium.org 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 sjg@chromium.org
Changes in v2:
- Fix comment style
arch/x86/cpu/broadwell/Makefile | 1 + arch/x86/cpu/broadwell/refcode.c | 113 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 114 insertions(+) create mode 100644 arch/x86/cpu/broadwell/refcode.c
Acked-by: Bin Meng bmeng.cn@gmail.com
applied to u-boot-x86/next, thanks!