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

Issue 4139007: Tegra2: spi: move spi_init up to board_init so UART works OK when loading from SPI flash chip (Closed)

Created:
10 years, 1 month ago by Tom Warren
Modified:
9 years, 7 months ago
Reviewers:
robotboy, jimmyz.nvidia
CC:
chromium-os-reviews_chromium.org, dneiss, Olof Johansson, chromeboy, amoljadi
Base URL:
http://git.chromium.org/git/u-boot
Visibility:
Public.

Description

Tegra2: spi: move spi_init up to board_init so UART works OK when loading from SPI flash chip Signed-off-by: Tom Warren <twarren@nvidia.com>; Only when a BCT/U-Boot.bin image is flashed to SPI and booted, the console output was corrupted. This was because the spi_init() proc wasn't running early enough in POST, and the GPIO UART_DISABLE wasn't being gated. BUG=none TEST=Create flashable image w/buildimage, write it to SPI, and reset/restart. No console corruption seen via serial. Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=09eada4

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M board/tegra2/common/board.c View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Tom Warren
10 years, 1 month ago (2010-10-28 23:27:02 UTC) #1
robotboy
10 years, 1 month ago (2010-11-02 20:13:49 UTC) #2
LGTM, thanks.  I'll commit now.

Powered by Google App Engine
This is Rietveld 408576698