qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Julia Suvorova <jusual@mail.ru>
To: Su Hang <suhang16@mails.ucas.ac.cn>,
	stefanha@gmail.com, darcysail@gmail.com
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v7 1/2] Implement .hex file loader
Date: Mon, 14 May 2018 01:21:34 +0300	[thread overview]
Message-ID: <dd7e4184-2a2f-ed99-32b4-c37d32d74344@mail.ru> (raw)
In-Reply-To: <1525936711-24538-2-git-send-email-suhang16@mails.ucas.ac.cn>

> This patch adds Intel Hexadecimal Object File format support to
> the loader.  The file format specification is available here:
> http://www.piclist.com/techref/fileext/hex/intel.htm
> 
> The file format is mainly intended for embedded systems
> and microcontrollers, such as Micro:bit Arduino, ARM, STM32, etc.
> 

The hex format is used mainly by Cortex-M boards. This code doesn't
support them, because armv7m uses its own load function. Could you add
support for armv7m?

Best regards, Julia Suvorova.

  parent reply	other threads:[~2018-05-13 22:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-10  7:18 [Qemu-devel] [PATCH v7 0/2] Implement Hex file loader and add test case Su Hang
2018-05-10  7:18 ` [Qemu-devel] [PATCH v7 1/2] Implement .hex file loader Su Hang
2018-05-10 14:47   ` Stefan Hajnoczi
2018-05-13 22:21   ` Julia Suvorova [this message]
2018-05-14  1:51     ` Su Hang
2018-05-10  7:18 ` [Qemu-devel] [PATCH v7 2/2] Add QTest testcase for the Intel Hexadecimal Object File Loader Su Hang
2018-05-10 14:31   ` Stefan Hajnoczi
2018-05-14  6:57   ` Steffen Görtz
2018-05-14 14:14     ` Stefan Hajnoczi
2018-05-16  5:26     ` Su Hang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dd7e4184-2a2f-ed99-32b4-c37d32d74344@mail.ru \
    --to=jusual@mail.ru \
    --cc=darcysail@gmail.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@gmail.com \
    --cc=suhang16@mails.ucas.ac.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).