xen/arm: Update early print console UART address for Broadcom 7445D0.
authorJon Fraser <jfraser@broadcom.com>
Thu, 2 Oct 2014 22:16:52 +0000 (18:16 -0400)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 3 Oct 2014 09:17:09 +0000 (10:17 +0100)
The console UART address changed between chip versions C0 and D0.
Broadcom 7445[ABC]0 versions were not released and are not supported.

Signed-off-by: Jon Fraser <jfraser@broadcom.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Reviewed-by: Julien Grall <julien.grall@linaro.org>
xen/arch/arm/Rules.mk

index 26fafa292901f8b05aeab236e9db1a0957907085..d369b40c4d9bccacac278894832f328386642bea 100644 (file)
@@ -86,7 +86,7 @@ EARLY_UART_REG_SHIFT := 2
 endif
 ifeq ($(CONFIG_EARLY_PRINTK), brcm)
 EARLY_PRINTK_INC := 8250
-EARLY_UART_BASE_ADDRESS := 0xF0406B00
+EARLY_UART_BASE_ADDRESS := 0xF040AB00
 EARLY_UART_REG_SHIFT := 2
 endif
 ifeq ($(CONFIG_EARLY_PRINTK), xgene-storm)