From f530e680d0934ff66ae3a25a52a4573bc860d416 Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Wed, 30 Oct 2013 11:29:45 -0700 Subject: [PATCH] bayleybay: enable running reference code This configuration change enables the running of reference code for bayleybay. BUG=chrome-os-partner:22580 BRANCH=None TEST=manual . built and noted output of reference code debug information. The eMMC device driver (not yet in the code base) is working reliably after several reboots and power cycles, indicating that the PLL initialization code is kicking in. Change-Id: I426baa46a72a567f54a00dc00321ee4227531eff Signed-off-by: Vadim Bendebury Reviewed-on: https://chromium-review.googlesource.com/175077 Reviewed-by: Aaron Durbin --- configs/config.bayleybay | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/config.bayleybay b/configs/config.bayleybay index 660bb7197c..65c15d29de 100644 --- a/configs/config.bayleybay +++ b/configs/config.bayleybay @@ -4,6 +4,8 @@ CONFIG_VENDOR_INTEL=y CONFIG_BOARD_INTEL_BAYLEYBAY=y CONFIG_HAVE_MRC=y CONFIG_MRC_FILE="/build/bayleybay/firmware/mrc.bin" +CONFIG_HAVE_REFCODE_BLOB=y +CONFIG_REFCODE_BLOB_FILE="/build/bayleybay/firmware/efi.elf" CONFIG_CBFS_SIZE=0x100000 CONFIG_CONSOLE_CBMEM=y # CONFIG_CONSOLE_SERIAL is not set