All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xen-devel] [PATCH 1/2] xen/arm: Early printk configuration for Raspberry Pi 4
@ 2019-07-24 14:34 Stewart Hildebrand
  2019-07-24 14:48 ` Julien Grall
  0 siblings, 1 reply; 2+ messages in thread
From: Stewart Hildebrand @ 2019-07-24 14:34 UTC (permalink / raw)
  To: xen-devel; +Cc: Julien Grall, Stefano Stabellini, Volodymyr Babchuk


[-- Attachment #1.1: Type: text/plain, Size: 1416 bytes --]

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(+)

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
--
2.22.0

[-- Attachment #1.2: Type: text/html, Size: 4692 bytes --]

[-- Attachment #2: Type: text/plain, Size: 157 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Xen-devel] [PATCH 1/2] xen/arm: Early printk configuration for Raspberry Pi 4
  2019-07-24 14:34 [Xen-devel] [PATCH 1/2] xen/arm: Early printk configuration for Raspberry Pi 4 Stewart Hildebrand
@ 2019-07-24 14:48 ` Julien Grall
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Grall @ 2019-07-24 14:48 UTC (permalink / raw)
  To: Stewart Hildebrand, xen-devel; +Cc: Stefano Stabellini, Volodymyr Babchuk

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,

-- 
Julien Grall

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-24 14:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-24 14:34 [Xen-devel] [PATCH 1/2] xen/arm: Early printk configuration for Raspberry Pi 4 Stewart Hildebrand
2019-07-24 14:48 ` Julien Grall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.