Displaying 4 results from an estimated 4 matches for "early_uart_reg_shift".
2013 Oct 29
3
[PATCH] xen/arm: Add EARLY_PRINT support for Broadcom brcm platform.
...---
xen/arch/arm/Rules.mk | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/xen/arch/arm/Rules.mk b/xen/arch/arm/Rules.mk
index bd79b26..c27c2eb 100644
--- a/xen/arch/arm/Rules.mk
+++ b/xen/arch/arm/Rules.mk
@@ -77,6 +77,11 @@ EARLY_PRINTK_INC := 8250
EARLY_UART_BASE_ADDRESS := 0x01c28000
EARLY_UART_REG_SHIFT := 2
endif
+ifeq ($(CONFIG_EARLY_PRINTK), brcm)
+EARLY_PRINTK_INC := 8250
+EARLY_UART_BASE_ADDRESS := 0xF0406B00
+EARLY_UART_REG_SHIFT := 2
+endif
ifneq ($(EARLY_PRINTK_INC),)
EARLY_PRINTK := y
--
1.7.11.3
2013 Nov 25
22
[PATCH v3 00/13] xen: arm initial support for xgene arm64 platform
George has release acked all of these. Otherwise mostly minor updates
this time around.
Summary: A == acked, M == modified
A xen: arm64: Add 8250 earlyprintk support
A xen: arm64: Add Basic Platform support for APM X-Gene Storm.
A xen: arm64: Add APM implementor id to processor implementers.
M xen: arm: add a quirk to handle platforms with unusual GIC layout
A xen: arm: allow platform
2013 Aug 13
13
[PATCH v8 8/5] Add UART support and arch timer initialization for OMAP5
...OMAP5432 platform
is also done in this patch series.
v8 <- v7:
- Only modifying THRE bit when enable/disable THRE interrupt in patch #4.
v7 <- v6:
- Fix a bug in patch #3.
- Fix type problems Julien pointed out in patch #4.
- Add vuart_info callback for omap-uart driver.
v6 <- v5:
- Add EARLY_UART_REG_SHIFT and remove REG_SHIFT in 8250-uart.h
- Define REG_SHIFT in omap-uart.c rather than 8250-uart.h, since Linux
also uses hardcoded regshift in omap-uart driver and there is no
reg-shift of UART defined in OMAP5''s DT.
- Separate dt_property_read_u32 introduction into a single patch.
- Fix s...
2013 Nov 20
54
[PATCH+RFC+HACK 00/16] xen: arm initial support for xgene arm64 platform
I''m afraid this series is rather a grab bag and it is distressingly
large at this stage. With this series I can boot an Xgene board until it
fails to find its SATA controller. This is a dom0 issue for which
patches are pending from APM (/me nudges Anup).
As well as the APM specific platform stuff there are also some generic
improvements which were either necessary or useful during this