Summary
- Support a FPGA environment.
- Fix an IOMMU support.
- Add the AXI MMC device support.
- Add the SATA device support.
- Implement embedding kernel and initrd.
- Support the OpenSBI and remove M-mode related codes.
What's Changed
- Support the OpenSBI by @Alignof in #63
- Implement to embed kernel to hypervisor binary by @Alignof in #64
- Fix loading a guest dtb by @Alignof in #65
- Implement zero-filling bss section by @Alignof in #66
- Support U-boot by @Alignof in #69
- Modify
print
macro to use sbi calling by @Alignof in #70 - Add a debug macro by @Alignof in #71
- Support SATA device by @Alignof in #72
- Remove
embedded_host_dtb
feature by @Alignof in #73 - Fix emulation of writing data to SATA device by @Alignof in #74
- Support initrd by @Alignof in #76
- Support FPGA environment by @Alignof in #78
- Remove unused implementation by @Alignof in #79
- Organize directory structure around
guest_image/
by @Alignof in #80 - Fix IOMMU support by @Alignof in #81
- Ver 1.2.0 by @Alignof in #82
Full Changelog: v1.1.1...v1.2.0