the following patch was just integrated into master: commit c7e5d798420bb00f2c1853ca6abc11a7ee027886 Author: David Hendricks dhendrix@chromium.org Date: Sun Apr 7 17:38:32 2013 -0700
exynos5250: add missing address-of operator in UART driver
This adds a missing address-of operator. This was a subtle bug that didn't seem to cause problems at first since the serial console appeared to work. However it caused an imprecise external abort which became apparent later on when aborts were unmasked in the kernel via the CPSR_A bit.
(credit goes to Gabe Black for finding this) Signed-off-by: Gabe Black gabeblack@chromium.org Signed-off-by: David Hendricks dhendrix@chromium.org Change-Id: I80a33b147d92d559fa8fefbe7d5642235deb9aea Reviewed-on: http://review.coreboot.org/3038 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich rminnich@gmail.com
Build-Tested: build bot (Jenkins) at Mon Apr 8 04:27:42 2013, giving +1 Reviewed-By: Ronald G. Minnich rminnich@gmail.com at Mon Apr 8 18:30:02 2013, giving +2 See http://review.coreboot.org/3038 for details.
-gerrit