Patrick Georgi | fd49d6f | 2015-06-22 19:43:18 +0200 | [diff] [blame] | 1 | # Copyright (c) 2015 The Chromium OS Authors. All rights reserved. |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | |
| 4 | Version = 0x00210001; |
| 5 | BlockSize = 32768; |
| 6 | PageSize = 2048; |
| 7 | PartitionSize = 4194304; |
| 8 | |
| 9 | # |
| 10 | # T210 bct only supports one boot device |
| 11 | # |
| 12 | DevType[0] = NvBootDevType_Spi; |
| 13 | DeviceParam[0].SpiFlashParams.ReadCommandTypeFast = NV_FALSE; |
| 14 | DeviceParam[0].SpiFlashParams.ClockDivider = 0x16; |
| 15 | DeviceParam[0].SpiFlashParams.ClockSource = NvBootSpiClockSource_PllPOut0; |
| 16 | DeviceParam[0].SpiFlashParams.PageSize2kor16k = 0; |