Changes might be required for .bct files as we get to know more. Pulling in files from mainboard nyan for now BUG=None BRANCH=None TEST=Compiles successfully for rush Change-Id: Iaf81a384af0469c77940cf7309ba68018110b5eb Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://chromium-review.googlesource.com/203144 Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Commit-Queue: Aaron Durbin <adurbin@chromium.org> (cherry picked from commit d3633f8cf8c01a07b54ceef2dd7bf7a64afd7c76) Signed-off-by: Marc Jones <marc.jones@se-eng.com> Reviewed-on: http://review.coreboot.org/8412 Reviewed-by: Aaron Durbin <adurbin@google.com>
14 lines
553 B
INI
14 lines
553 B
INI
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
Version = 0x00350001;
|
|
BlockSize = 0x00004000;
|
|
PageSize = 0x00000200;
|
|
PartitionSize = 0x01000000;
|
|
|
|
DevType[0] = NvBootDevType_Sdmmc;
|
|
DeviceParam[0].SdmmcParams.ClockDivider = 0x00000009;
|
|
DeviceParam[0].SdmmcParams.DataWidth = NvBootSdmmcDataWidth_8Bit;
|
|
DeviceParam[0].SdmmcParams.MaxPowerClassSupported = 0x00000000;
|
|
DeviceParam[0].SdmmcParams.MultiPageSupport = 0x00000000;
|