xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4] xen/tools: Introduce QNX IFS loader
@ 2014-09-24 15:43 Oleksandr Tyshchenko
  2014-09-24 15:43 ` Oleksandr Tyshchenko
  0 siblings, 1 reply; 10+ messages in thread
From: Oleksandr Tyshchenko @ 2014-09-24 15:43 UTC (permalink / raw)
  To: xen-devel, julien.grall, ian.campbell, stefano.stabellini,
	Ian.Jackson, tim

The following patch adds ability to load OS image filesystem.
The patch was developed according to instruction:
http://www.qnx.com/developers/docs/6.4.1/neutrino/building/load_process.html
and tested on omap5_uevm/dra7xx_evm boards with compressed/uncompressed images
on top of XEN 4.4/4.5.
The image was downloaded from:
http://community.qnx.com/sf/wiki/do/viewPage/projects.bsp/wiki/TexasInstrumentsOMAP5432EVM
and modified to run on top of XEN.

Changes in v02:
- Rewrite code and changed license to LGPL
- Addressed Julien's technical review comments
- Added image validatation step by performing a checksum calculation

Changes in v03:
- Add some range checks according to the XSA-95
- Add a check for a valid load address
- Drop searching stuff
- Addressed other Julien's and Ian's comments

Changes in v04:
- Add additional checks for values read from startup header
- Addressed other comments

Oleksandr Tyshchenko (1):
  xen/tools: Introduce QNX IFS loader

 tools/libxc/Makefile              |   1 +
 tools/libxc/xc_dom_qnxifsloader.c | 228 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 229 insertions(+)
 create mode 100644 tools/libxc/xc_dom_qnxifsloader.c

-- 
1.9.1

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-09-26 16:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-24 15:43 [PATCH v4] xen/tools: Introduce QNX IFS loader Oleksandr Tyshchenko
2014-09-24 15:43 ` Oleksandr Tyshchenko
2014-09-25 10:25   ` Ian Campbell
2014-09-25 15:51     ` Oleksandr Tyshchenko
2014-09-25 15:54   ` Andrii Tseglytskyi
2014-09-25 15:55   ` Andrii Anisov
2014-09-26 14:37   ` Ian Jackson
2014-09-26 16:21     ` Oleksandr Tyshchenko
2014-09-26 16:35       ` Ian Jackson
2014-09-26 16:47         ` Oleksandr Tyshchenko

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).