diff options
author | Su Hang <suhang16@mails.ucas.ac.cn> | 2018-08-16 14:05:28 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2018-08-16 14:05:28 +0100 |
commit | e4a25ed91947af1ec87f23725de4ac86a3353b48 (patch) | |
tree | 8cabeb941c80b107ac7bd612d322b65a39cab54a /MAINTAINERS | |
parent | e2336043cc40eafc302c5ea8fa1d5c01438c06bb (diff) | |
download | qemu-e4a25ed91947af1ec87f23725de4ac86a3353b48.zip qemu-e4a25ed91947af1ec87f23725de4ac86a3353b48.tar.gz qemu-e4a25ed91947af1ec87f23725de4ac86a3353b48.tar.bz2 |
loader: Implement .hex file loader
This patch adds Intel Hexadecimal Object File format support to the
generic loader device. The file format specification is available here:
http://www.piclist.com/techref/fileext/hex/intel.htm
This file format is often used with microcontrollers such as the
micro:bit, Arduino, STM32, etc. Users expect to be able to run .hex
files directly with without first converting them to ELF. Most
micro:bit code is developed in web-based IDEs without direct user access
to binutils so it is important for QEMU to handle this file format
natively.
Signed-off-by: Su Hang <suhang16@mails.ucas.ac.cn>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Acked-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: 20180814162739.11814-6-stefanha@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions