mainboard/intel/avenuecity_crb: Update full IIO configuration
[coreboot2.git] / src / mainboard / google / smaug / bct / spi.cfg
blob44cc88352d90d1e41f841604f23d8006fdc1c8ca
1 # Distributed under the terms of the GNU General Public License v2
3 Version       = 0x00210001;
4 BlockSize     = 32768;
5 PageSize      = 2048;
6 PartitionSize = 4194304;
9 # T210 bct only supports one boot device
11 DevType[0] = NvBootDevType_Spi;
12 DeviceParam[0].SpiFlashParams.ReadCommandTypeFast = NV_FALSE;
13 DeviceParam[0].SpiFlashParams.ClockDivider        = 0x16;
14 DeviceParam[0].SpiFlashParams.ClockSource         = NvBootSpiClockSource_PllPOut0;
15 DeviceParam[0].SpiFlashParams.PageSize2kor16k     = 0;