qemu-riscv
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-riscv] [PATCH v2 0/4] Support separate -firmware and -kernel


From: Stefan O'Rear
Subject: [Qemu-riscv] [PATCH v2 0/4] Support separate -firmware and -kernel
Date: Sun, 16 Dec 2018 18:12:23 -0500

This was posted in May[0] by Michael Clark.  I have split it up to
address earlier review feedback, along with other minor cleanups.

[0]: http://lists.nongnu.org/archive/html/qemu-devel/2018-05/msg05121.html

Stefan O'Rear (4):
  RISC-V: Move firmware loading logic to a separate file
  RISC-V: refactor initrd loading
  RISC-V: Honor entry point in loaded ELF firmware
  RISC-V: Support separate firmware and kernel payload

 hw/riscv/Makefile.objs  |   1 +
 hw/riscv/boot.c         | 170 ++++++++++++++++++++++++++++++++++++++++++++++++
 hw/riscv/virt.c         |  69 ++++----------------
 include/hw/riscv/boot.h |  24 +++++++
 4 files changed, 208 insertions(+), 56 deletions(-)
 create mode 100644 hw/riscv/boot.c
 create mode 100644 include/hw/riscv/boot.h

-- 
2.8.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]