the following patch was just integrated into master: commit f17680b23c3b334bfbe81a03e08d05e04cc0334e Author: Vadim Bendebury vbendeb@chromium.org Date: Wed Apr 23 14:00:59 2014 -0700
ipq8064: prepare uart driver for use in coreboot
The IO accessor wrappers are used to allow integer register addresses. A structure defining UART interface configuration is declared and defined. A few long lines are wrapped. Interface functions are renamed to match the wrapper API.
cdp.c is edited to fit into coreboot compilation environment, and the only function required by the UART driver if exposed, the rest are compiled out for now.
BUG=chrome-os-partner:27784 TEST=after all patches are applied the serial console on AP148 becomes operational.
Original-Change-Id: I80c824d085036c0f90c52aad77843e87976dbe49 Original-Signed-off-by: Vadim Bendebury vbendeb@chromium.org Original-Reviewed-on: https://chromium-review.googlesource.com/196662 Original-Reviewed-by: Stefan Reinauer reinauer@chromium.org (cherry picked from commit 5e9af53a069cd048334a3a28f0a4ce9df7c96992) Signed-off-by: Marc Jones marc.jones@se-eng.com
Change-Id: I80c824d085036c0f90c52aad77843e87976dbe49 Reviewed-on: http://review.coreboot.org/7874 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki kyosti.malkki@gmail.com
See http://review.coreboot.org/7874 for details.
-gerrit