| # Copyright (c) 2011 The Chromium OS Authors. All rights reserved. |
| # Distributed under the terms of the GNU General Public License v2 |
| |
| PartitionSize = 0x01000000; |
| BlockSize = 0x00020000; |
| PageSize = 0x00000800; |
| |
| DevType[0] = NvBootDevType_Nand; |
| DeviceParam[0].NandParams.ClockDivider = 0x00000004; |
| DeviceParam[0].NandParams.NandTiming2 = 0x0000000a; |
| DeviceParam[0].NandParams.NandTiming = 0x3b269213; |
| DeviceParam[0].NandParams.BlockSizeLog2 = 0x00000000; |
| DeviceParam[0].NandParams.PageSizeLog2 = 0x00000000; |
| |
| DevType[1] = NvBootDevType_Nand; |
| DeviceParam[1].NandParams.ClockDivider = 0x00000004; |
| DeviceParam[1].NandParams.NandTiming2 = 0x0000000a; |
| DeviceParam[1].NandParams.NandTiming = 0x3b269213; |
| DeviceParam[1].NandParams.BlockSizeLog2 = 0x00000000; |
| DeviceParam[1].NandParams.PageSizeLog2 = 0x00000000; |
| |
| DevType[2] = NvBootDevType_Nand; |
| DeviceParam[2].NandParams.ClockDivider = 0x00000004; |
| DeviceParam[2].NandParams.NandTiming2 = 0x0000000a; |
| DeviceParam[2].NandParams.NandTiming = 0x3b269213; |
| DeviceParam[2].NandParams.BlockSizeLog2 = 0x00000000; |
| DeviceParam[2].NandParams.PageSizeLog2 = 0x00000000; |
| |
| DevType[3] = NvBootDevType_Nand; |
| DeviceParam[3].NandParams.ClockDivider = 0x00000004; |
| DeviceParam[3].NandParams.NandTiming2 = 0x0000000a; |
| DeviceParam[3].NandParams.NandTiming = 0x3b269213; |
| DeviceParam[3].NandParams.BlockSizeLog2 = 0x00000000; |
| DeviceParam[3].NandParams.PageSizeLog2 = 0x00000000; |