diff mbox series

[1/2] xen/arm: Early printk configuration for Raspberry Pi 4

Message ID 070c33cd72a6413194ff524af9ad6c4a@dornerworks.com (mailing list archive)
State Superseded
Headers show
Series Raspberry Pi 4 support | expand

Commit Message

Stewart Hildebrand July 24, 2019, 2:34 p.m. UTC
Signed-off-by: Stewart Hildebrand <stewart.hildebrand@dornerworks.com>
---
docs/misc/arm/early-printk.txt | 1 +
xen/arch/arm/Rules.mk          | 1 +
2 files changed, 2 insertions(+)

--
2.22.0

Comments

Julien Grall July 24, 2019, 2:48 p.m. UTC | #1
Hi,

On 24/07/2019 15:34, Stewart Hildebrand wrote:
> Signed-off-by: Stewart Hildebrand <stewart.hildebrand@dornerworks.com>

No more earlyprintk alias. Instead, this needs to go in the board documentation.

Cheers,
diff mbox series

Patch

diff --git a/docs/misc/arm/early-printk.txt b/docs/misc/arm/early-printk.txt
index 89e081e51e..8af5a90695 100644
--- a/docs/misc/arm/early-printk.txt
+++ b/docs/misc/arm/early-printk.txt
@@ -49,6 +49,7 @@  the name of the machine:
   - mvebu: printk with the MVEBU for Marvell Armada 3700 SoCs
   - omap5432: printk with UART3 on TI OMAP5432 processors
   - rcar3: printk with SCIF2 on Renesas R-Car Gen3 processors
+  - rpi4: printk with 8250 for Raspberry Pi 4
   - seattle: printk with pl011 for AMD Seattle processor
   - sun6i: printk with 8250 on Allwinner A31 processors
   - sun7i: printk with 8250 on Allwinner A20 processors
diff --git a/xen/arch/arm/Rules.mk b/xen/arch/arm/Rules.mk
index 3d9a0ed357..2cad1f5224 100644
--- a/xen/arch/arm/Rules.mk
+++ b/xen/arch/arm/Rules.mk
@@ -39,6 +39,7 @@  EARLY_PRINTK_midway         := pl011,0xfff36000
EARLY_PRINTK_mvebu          := mvebu,0xd0012000
EARLY_PRINTK_omap5432       := 8250,0x48020000,2
EARLY_PRINTK_rcar3          := scif,0xe6e88000
+EARLY_PRINTK_rpi4           := 8250,0xfe215040,2
EARLY_PRINTK_seattle        := pl011,0xe1010000
EARLY_PRINTK_sun6i          := 8250,0x01c28000,2
EARLY_PRINTK_sun7i          := 8250,0x01c28000,2