projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae325e9
)
xen: arm: Add earlyprintk for McDivitt.
author
Ian Campbell
<ian.campbell@citrix.com>
Wed, 19 Nov 2014 15:28:11 +0000
(15:28 +0000)
committer
Ian Campbell
<ian.campbell@citrix.com>
Thu, 20 Nov 2014 15:38:19 +0000
(15:38 +0000)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Reviewed-by: Julien Grall <julien.grall@linaro.org>
xen/arch/arm/Rules.mk
patch
|
blob
|
history
diff --git
a/xen/arch/arm/Rules.mk
b/xen/arch/arm/Rules.mk
index 572d8547d88ae6495142492767397186df695850..30c78232d977f1f5f337721ff9a24645d8946c67 100644
(file)
--- a/
xen/arch/arm/Rules.mk
+++ b/
xen/arch/arm/Rules.mk
@@
-95,6
+95,11
@@
EARLY_PRINTK_BAUD := 115200
EARLY_UART_BASE_ADDRESS := 0x1c020000
EARLY_UART_REG_SHIFT := 2
endif
+ifeq ($(CONFIG_EARLY_PRINTK), xgene-mcdivitt)
+EARLY_PRINTK_INC := 8250
+EARLY_UART_BASE_ADDRESS := 0x1c021000
+EARLY_UART_REG_SHIFT := 2
+endif
ifeq ($(CONFIG_EARLY_PRINTK), juno)
EARLY_PRINTK_INC := pl011
EARLY_PRINTK_BAUD := 115200