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

Side by Side Diff: include/configs/chromeos/tegra2/wario/parts/usb.h

Issue 6731090: Remove ChromeOS specific configs from the U-Boot repository. (Closed) Base URL: ssh://gitrw.chromium.org:9222/u-boot-next.git@chromeos-v2010.09
Patch Set: Rebase to TOT. Created 9 years, 8 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
(Empty)
1 /*
2 * Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
6
7 /* To set base address of USB controller */
8 #define NvUSBx_0 USB_EHCI_TEGRA_BASE_ADDR_USB3
9 #define NvUSBx_1 USB_EHCI_TEGRA_BASE_ADDR_USB1
10 #define NvUSBx_2 0
11 #define NvUSBx_3 0
12
13 /*
14 * USB1 takes 3 ms to clear Port Reset bit after issuing a Port Reset.
15 * The expected time is 2 ms. Please refer to page 28 of EHCI 1.0 specification.
16 */
17 #define CONFIG_USB_RESET_CLEARED_MS 3 * 1000
OLDNEW
« no previous file with comments | « include/configs/chromeos/tegra2/wario/parts/uart.h ('k') | include/configs/chromeos/tegra2/wario/recovery.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698