baytrail: upgrade MRC wrapper header

Incorporate the v4 MRC wrapper header.

BUG=chrome-os-partner:25420
BRANCH=baytrail
CQ-DEPEND=CL:*154756
TEST=Built and booted. Suspended and resumed.

Change-Id: Id77a1b818eba499453fb4f833dbb8ad1000a429c
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/186391
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
This commit is contained in:
Aaron Durbin 2014-02-13 12:51:46 -06:00 committed by chrome-internal-fetch
commit 8c1a62f1f4

View file

@ -28,7 +28,7 @@
#ifndef _MRC_WRAPPER_H_
#define _MRC_WRAPPER_H_
#define MRC_PARAMS_VER 3
#define MRC_PARAMS_VER 4
#define NUM_CHANNELS 2
@ -60,6 +60,7 @@ enum mrc_wrapper_error {
struct mrc_mainboard_params {
int dram_type;
int dram_info_location; /* DRAM_INFO_* */
int weaker_odt_settings; /* Apply weaker on-die-termination settings. */
int spd_addrs[NUM_CHANNELS];
void *dram_data[NUM_CHANNELS]; /* SPD or Timing specific data. */
} __attribute__((packed));