rk3288: Move UART initialization to bootblock_mainboard_early_init()
commitdf5bf2b7961cc470cb8704cf52d74ed7d6ebe776
authorJulius Werner <jwerner@chromium.org>
Tue, 25 Nov 2014 21:36:17 +0000 (25 13:36 -0800)
committerPatrick Georgi <pgeorgi@google.com>
Mon, 13 Apr 2015 15:21:23 +0000 (13 17:21 +0200)
treea79b5c7f5b9d68d54c0572ae9ab066c3a894b424
parentf1e321001d5954096f06f9a43138219a9a46536e
rk3288: Move UART initialization to bootblock_mainboard_early_init()

This patch uses the new bootblock_mainboard_early_init() hook to run the
UART pinmuxing on rk3288-based boards before initializing the console.
This allows us to get rid of the hacky second console_init() call in
bootblock_soc_init(). We can also simplify the pinmux selection a bit
since we know that a given board always uses the same UART (still keep
an assert around to be sure, though).

BRANCH=None
BUG=chrome-os-partner:32123
TEST=Booted on Pinky.

Change-Id: I3da8b0e4bd609f33cedd934ce51cb20b1190024b
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: caabda8fc1ddb4805d86fd9a0d5d2f3cf738bfaf
Original-Change-Id: Ia56c0599a15f966d087ca39181bfe23abd262e72
Original-Signed-off-by: Julius Werner <jwerner@chromium.org>
Original-Reviewed-on: https://chromium-review.googlesource.com/231942
Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/9604
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
src/mainboard/google/veyron_jerry/bootblock.c
src/mainboard/google/veyron_mighty/bootblock.c
src/mainboard/google/veyron_pinky/bootblock.c
src/soc/rockchip/rk3288/bootblock.c