Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Side by Side Diff: include/configs/tegra2-common.h

Issue 6623073: Chromium: arm: tegra: Add NAND support (Closed) Base URL: http://git.chromium.org/git/u-boot-next.git@chromeos-v2010.09
Patch Set: Remove unnecessary lines after Rebase to cros/chromeos-v2010.09 Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * (C) Copyright 2010 2 * (C) Copyright 2010
3 * NVIDIA Corporation <www.nvidia.com> 3 * NVIDIA Corporation <www.nvidia.com>
4 * 4 *
5 * See file CREDITS for list of people who contributed to this 5 * See file CREDITS for list of people who contributed to this
6 * project. 6 * project.
7 * 7 *
8 * This program is free software; you can redistribute it and/or 8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as 9 * modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation; either version 2 of 10 * published by the Free Software Foundation; either version 2 of
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 #define CONFIG_SYS_NO_FLASH 172 #define CONFIG_SYS_NO_FLASH
173 #define CONFIG_SYS_I2C_SPEED 100000 173 #define CONFIG_SYS_I2C_SPEED 100000
174 #define CONFIG_SYS_I2C_SLAVE 1 174 #define CONFIG_SYS_I2C_SLAVE 1
175 #define CONFIG_SYS_I2C_BUS 0 175 #define CONFIG_SYS_I2C_BUS 0
176 #define CONFIG_SYS_I2C_BUS_SELECT 1 176 #define CONFIG_SYS_I2C_BUS_SELECT 1
177 #undef CONFIG_DRIVER_TEGRA2_I2C 177 #undef CONFIG_DRIVER_TEGRA2_I2C
178 178
179 /* 179 /*
180 * Board NAND Info. 180 * Board NAND Info.
181 */ 181 */
182 #define CONFIG_NAND_TEGRA2 182 #define CONFIG_TEGRA2_NAND
183 #define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */ 183 #define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
184 /* to access nand */ 184 /* to access nand */
185 #define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */ 185 #define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */
186 /* to access nand at */ 186 /* to access nand at */
187 /* CS0 */ 187 /* CS0 */
188 #define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of NAND */ 188 #define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of NAND */
189 /* devices */ 189 /* devices */
190 190
191 /* 191 /*
192 * USB Host. 192 * USB Host.
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 TEGRA_PANEL(h_ref_to_sync, 11) \ 521 TEGRA_PANEL(h_ref_to_sync, 11) \
522 TEGRA_PANEL(v_ref_to_sync, 1) \ 522 TEGRA_PANEL(v_ref_to_sync, 1) \
523 TEGRA_PANEL(h_sync_width, 58) \ 523 TEGRA_PANEL(h_sync_width, 58) \
524 TEGRA_PANEL(v_sync_width, 4) \ 524 TEGRA_PANEL(v_sync_width, 4) \
525 TEGRA_PANEL(h_back_porch, 58) \ 525 TEGRA_PANEL(h_back_porch, 58) \
526 TEGRA_PANEL(v_back_porch, 4) \ 526 TEGRA_PANEL(v_back_porch, 4) \
527 TEGRA_PANEL(h_front_porch, 58) \ 527 TEGRA_PANEL(h_front_porch, 58) \
528 TEGRA_PANEL(v_front_porch, 4) 528 TEGRA_PANEL(v_front_porch, 4)
529 529
530 #endif /* __CONFIG_H */ 530 #endif /* __CONFIG_H */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698