All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] xen/tools: Introduce QNX IFS loader
@ 2014-09-22 18:12 Oleksandr Tyshchenko
  2014-09-22 18:12 ` Oleksandr Tyshchenko
  0 siblings, 1 reply; 11+ messages in thread
From: Oleksandr Tyshchenko @ 2014-09-22 18:12 UTC (permalink / raw)
  To: xen-devel, julien.grall, ian.campbell, stefano.stabellini, 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

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

 tools/libxc/Makefile              |   1 +
 tools/libxc/xc_dom.h              |   3 +
 tools/libxc/xc_dom_qnxifsloader.c | 215 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 219 insertions(+)
 create mode 100644 tools/libxc/xc_dom_qnxifsloader.c

-- 
1.9.1

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

end of thread, other threads:[~2014-09-23 18:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-22 18:12 [PATCH v3] xen/tools: Introduce QNX IFS loader Oleksandr Tyshchenko
2014-09-22 18:12 ` Oleksandr Tyshchenko
2014-09-23 15:53   ` Ian Campbell
2014-09-23 16:19     ` Ian Jackson
2014-09-23 16:40       ` Ian Campbell
2014-09-23 17:00         ` Ian Jackson
2014-09-23 17:58           ` Oleksandr Tyshchenko
2014-09-23 18:20           ` Ian Campbell
2014-09-23 16:24     ` Oleksandr Tyshchenko
2014-09-23 16:37       ` Ian Campbell
2014-09-23 17:04         ` Oleksandr Tyshchenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.