From: Stafford Horne <shorne@gmail.com>
To: LKML <linux-kernel@vger.kernel.org>
Cc: Openrisc <openrisc@lists.librecores.org>,
Stafford Horne <shorne@gmail.com>
Subject: [PATCH 0/2] OpenRISC support for virt platform with PCI
Date: Sun, 10 Jul 2022 06:15:47 +0900 [thread overview]
Message-ID: <20220709211549.1163327-1-shorne@gmail.com> (raw)
Hello,
This is a set of kernel patches which I have been using to support the new QEMU
virt platform [1]. The virt platform supports PCI hence I have a patch here to
add PCI support to OpenRISC.
A defconfig is also included which turns on drivers supported devices include
virt network cards and the goldfish RTC.
[1] https://github.com/stffrdhrn/qemu/tree/or1k-virt-2
Stafford Horne (2):
openrisc: Add pci bus support
openrisc: Add virt defconfig
arch/openrisc/Kconfig | 7 +-
arch/openrisc/configs/virt_defconfig | 108 +++++++++++++++++++++++++++
arch/openrisc/include/asm/Kbuild | 1 +
arch/openrisc/include/asm/io.h | 4 +-
arch/openrisc/include/asm/pci.h | 36 +++++++++
5 files changed, 151 insertions(+), 5 deletions(-)
create mode 100644 arch/openrisc/configs/virt_defconfig
create mode 100644 arch/openrisc/include/asm/pci.h
--
2.36.1
next reply other threads:[~2022-07-09 21:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-09 21:15 Stafford Horne [this message]
2022-07-09 21:15 ` [PATCH 1/2] openrisc: Add pci bus support Stafford Horne
2022-07-10 15:54 ` Arnd Bergmann
2022-07-10 21:22 ` Stafford Horne
2022-07-11 6:05 ` Arnd Bergmann
2022-07-09 21:15 ` [PATCH 2/2] openrisc: Add virt defconfig Stafford Horne
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=20220709211549.1163327-1-shorne@gmail.com \
--to=shorne@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--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