[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
- [Qemu-riscv] [PATCH v2 0/4] Support separate -firmware and -kernel,
Stefan O'Rear <=
- [Qemu-riscv] [PATCH v2 1/4] RISC-V: Move firmware loading logic to a separate file, Stefan O'Rear, 2018/12/16
- [Qemu-riscv] [PATCH v2 2/4] RISC-V: refactor initrd loading, Stefan O'Rear, 2018/12/16
- [Qemu-riscv] [PATCH v2 3/4] RISC-V: Honor entry point in loaded ELF firmware, Stefan O'Rear, 2018/12/16
- [Qemu-riscv] [PATCH v2 4/4] RISC-V: Support separate firmware and kernel payload, Stefan O'Rear, 2018/12/16
- Re: [Qemu-riscv] [PATCH v2 0/4] Support separate -firmware and -kernel, Alistair Francis, 2018/12/17