From: Marc Zyngier <marc.zyngier@arm.com>
To: openrisc@lists.librecores.org
Subject: [OpenRISC] [PATCH] Extract initrd free logic from arch-specific code.
Date: Thu, 29 Mar 2018 18:53:43 +0100 [thread overview]
Message-ID: <86y3iarcns.wl-marc.zyngier@arm.com> (raw)
In-Reply-To: <20180329173247.GF16141@n2100.armlinux.org.uk>
On Thu, 29 Mar 2018 18:32:47 +0100,
Russell King - ARM Linux wrote:
>
> On Thu, Mar 29, 2018 at 05:53:14PM +0100, Marc Zyngier wrote:
> > On Thu, 29 Mar 2018 16:58:27 +0100,
> > Russell King - ARM Linux wrote:
[...]
> > > I'm not aware of there being an emulated UART in the guest's address
> > > space, so serial based stuff doesn't work.
> >
> > "earlycon=uart,mmio,0x3f8" is what you're looking for:
>
> Does that also mean that we have a RTC at the standard PC IO addresses
> as well, but in mmio space?
There is one, together with an i8042. Not exposed in the DT though.
M.
--
Jazz is not dead, it just smell funny.
next prev parent reply other threads:[~2018-03-29 17:53 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-24 17:44 [OpenRISC] [PATCH 00/16] Generic infrastructure for unloading initramfs Shea Levy
2018-03-24 17:44 ` [OpenRISC] [PATCH 01/16] initrd: Add generic code path for common initrd unloading logic Shea Levy
2018-03-25 17:17 ` LEROY Christophe
2018-03-25 22:20 ` Shea Levy
2018-03-28 12:04 ` Christoph Hellwig
2018-03-28 12:23 ` Geert Uytterhoeven
2018-03-24 17:44 ` [OpenRISC] [PATCH 02/16] riscv: Use INITRAMFS_GENERIC_UNLOAD Shea Levy
2018-03-24 17:44 ` [OpenRISC] [PATCH 03/16] alpha: " Shea Levy
2018-03-24 17:44 ` [OpenRISC] [PATCH 04/16] arc: " Shea Levy
2018-03-24 17:44 ` [OpenRISC] [PATCH 05/16] c6x: " Shea Levy
2018-03-24 17:44 ` [OpenRISC] [PATCH 06/16] frv: " Shea Levy
2018-03-24 17:44 ` [OpenRISC] [PATCH 07/16] h8300: " Shea Levy
2018-03-24 17:44 ` [OpenRISC] [PATCH 08/16] m32r: " Shea Levy
2018-03-24 17:44 ` [OpenRISC] [PATCH 09/16] m68k: " Shea Levy
2018-03-24 17:44 ` [OpenRISC] [PATCH 10/16] microblaze: " Shea Levy
2018-03-24 17:44 ` [OpenRISC] [PATCH 11/16] nios2: " Shea Levy
2018-03-24 17:44 ` [OpenRISC] [PATCH 12/16] openrisc: " Shea Levy
2018-03-24 17:44 ` [OpenRISC] [PATCH 13/16] parisc: " Shea Levy
2018-03-24 17:44 ` [OpenRISC] [PATCH 14/16] powerpc: " Shea Levy
2018-03-24 17:44 ` [OpenRISC] [PATCH 15/16] sh: " Shea Levy
2018-03-24 17:44 ` [OpenRISC] [PATCH 16/16] um: " Shea Levy
2018-03-25 22:18 ` [OpenRISC] [PATCH v2 00/16] Generic infrastructure for unloading initramfs Shea Levy
2018-03-25 22:18 ` [OpenRISC] [PATCH v2 01/16] initrd: Add generic code path for common initrd unloading logic Shea Levy
2018-03-25 22:18 ` [OpenRISC] [PATCH v2 02/16] riscv: Use INITRAMFS_GENERIC_UNLOAD Shea Levy
2018-03-26 0:41 ` Palmer Dabbelt
2018-03-26 0:55 ` Shea Levy
2018-03-25 22:18 ` [OpenRISC] [PATCH v2 03/16] alpha: " Shea Levy
2018-03-25 22:18 ` [OpenRISC] [PATCH v2 04/16] arc: " Shea Levy
2018-03-25 22:18 ` [OpenRISC] [PATCH v2 05/16] c6x: " Shea Levy
2018-03-25 22:18 ` [OpenRISC] [PATCH v2 06/16] frv: " Shea Levy
2018-03-25 22:18 ` [OpenRISC] [PATCH v2 07/16] h8300: " Shea Levy
2018-03-25 22:18 ` [OpenRISC] [PATCH v2 08/16] m32r: " Shea Levy
2018-03-25 22:18 ` [OpenRISC] [PATCH v2 09/16] m68k: " Shea Levy
2018-03-25 22:18 ` [OpenRISC] [PATCH v2 10/16] microblaze: " Shea Levy
2018-03-25 22:18 ` [OpenRISC] [PATCH v2 11/16] nios2: " Shea Levy
2018-03-25 22:18 ` [OpenRISC] [PATCH v2 12/16] openrisc: " Shea Levy
2018-03-25 22:18 ` [OpenRISC] [PATCH v2 13/16] parisc: " Shea Levy
2018-03-25 22:18 ` [OpenRISC] [PATCH v2 14/16] powerpc: " Shea Levy
2018-03-25 22:18 ` [OpenRISC] [PATCH v2 15/16] sh: " Shea Levy
2018-03-25 22:18 ` [OpenRISC] [PATCH v2 16/16] um: " Shea Levy
2018-03-28 15:26 ` [OpenRISC] [PATCH] Extract initrd free logic from arch-specific code Shea Levy
2018-03-28 15:58 ` Rob Landley
2018-03-28 16:04 ` Shea Levy
2018-03-28 16:48 ` Russell King - ARM Linux
2018-03-28 19:04 ` Rob Landley
2018-03-28 22:14 ` Russell King - ARM Linux
2018-03-28 22:37 ` Oliver
2018-03-29 0:23 ` Nicholas Piggin
2018-03-29 15:27 ` Russell King - ARM Linux
2018-03-29 15:43 ` Geert Uytterhoeven
2018-03-29 15:58 ` Russell King - ARM Linux
2018-03-29 16:53 ` Marc Zyngier
2018-03-29 17:32 ` Russell King - ARM Linux
2018-03-29 17:53 ` Marc Zyngier [this message]
2018-03-29 17:43 ` Rob Landley
2018-03-29 16:39 ` Rob Landley
2018-03-29 17:31 ` Russell King - ARM Linux
2018-03-28 16:55 ` Kees Cook
2018-03-29 1:12 ` Wei Yang
[not found] ` <20180328203659.18692-1-shea@shealevy.com>
2018-03-28 20:36 ` [OpenRISC] [PATCH v4 12/16] openrisc: Use generic free_initrd_mem Shea Levy
[not found] ` <20180329113207.30674-1-shea@shealevy.com>
2018-03-29 11:32 ` [OpenRISC] [PATCH v5 12/16] openrisc: Switch to " Shea Levy
2018-03-29 11:50 ` Stafford Horne
[not found] ` <20180401145931.7932-1-shea@shealevy.com>
2018-04-01 14:59 ` [OpenRISC] [PATCH v6 " Shea Levy
2018-03-30 1:43 ` [OpenRISC] [PATCH] Extract initrd free logic from arch-specific code kbuild test robot
2018-03-30 3:16 ` kbuild test robot
2018-03-30 11:15 ` Ingo Molnar
2018-04-01 15:05 ` Shea Levy
2018-04-02 5:59 ` Ingo Molnar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=86y3iarcns.wl-marc.zyngier@arm.com \
--to=marc.zyngier@arm.com \
--cc=openrisc@lists.librecores.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox