From: Chester Lin <clin@suse.com>
To: "grub-devel@gnu.org" <grub-devel@gnu.org>
Cc: "agraf@csgraf.de" <agraf@csgraf.de>,
"daniel.kiper@oracle.com" <daniel.kiper@oracle.com>,
"alistair.francis@wdc.com" <alistair.francis@wdc.com>,
Chester Lin <clin@suse.com>
Subject: [PATCH 0/2] Implement a grub loader for RISC-V LINUX
Date: Thu, 16 Jan 2020 10:21:38 +0000 [thread overview]
Message-ID: <20200116102106.25136-1-clin@suse.com> (raw)
Implement an initial version of riscv loader and related commands to load
and run linux kernel and initrd on RISC-V. I tested this series based on
the following configuration:
- QEMU 4.2.50 (machine: virt)
- OpenSBI v0.5-51
- U-Boot 2020.01-rc5
- grub 2.04
- linux-kernel v5.4
- openSUSE-Tumbleweed-20191103
Chester Lin (2):
RISC-V: Correct linux headers' definitions
RISC-V: Implement linux image loader
grub-core/loader/riscv/linux.c | 311 ++++++++++++++++++++++++++++++++-
include/grub/riscv32/linux.h | 4 +-
include/grub/riscv64/linux.h | 6 +-
3 files changed, 312 insertions(+), 9 deletions(-)
--
2.24.0
next reply other threads:[~2020-01-16 14:37 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-16 10:21 Chester Lin [this message]
2020-01-16 10:21 ` [PATCH 1/2] RISC-V: Correct linux headers' definitions Chester Lin
2020-01-16 10:21 ` [PATCH 2/2] RISC-V: Implement linux image loader Chester Lin
2020-01-16 12:06 ` [PATCH 0/2] Implement a grub loader for RISC-V LINUX Alexander Graf
2020-01-16 13:14 ` Atish Patra
2020-01-16 13:27 ` Alexander Graf
2020-01-17 3:20 ` Chester Lin
2020-01-17 9:24 ` Atish Patra
2020-01-17 12:51 ` [EXTERNAL] " Leif Lindholm
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=20200116102106.25136-1-clin@suse.com \
--to=clin@suse.com \
--cc=agraf@csgraf.de \
--cc=alistair.francis@wdc.com \
--cc=daniel.kiper@oracle.com \
--cc=grub-devel@gnu.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 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.