All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Implement a grub loader for RISC-V LINUX
@ 2020-01-16 10:21 Chester Lin
  2020-01-16 10:21 ` [PATCH 1/2] RISC-V: Correct linux headers' definitions Chester Lin
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Chester Lin @ 2020-01-16 10:21 UTC (permalink / raw)
  To: grub-devel@gnu.org
  Cc: agraf@csgraf.de, daniel.kiper@oracle.com,
	alistair.francis@wdc.com, Chester Lin

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



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

end of thread, other threads:[~2020-01-17 12:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-16 10:21 [PATCH 0/2] Implement a grub loader for RISC-V LINUX Chester Lin
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

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.