Re: [GSoC2014] arinc653 on rtems (using pok) patches

2014-08-20 Thread Philipp Eppelt
I already fixed that in my current version of virtualpok, but Janek's patches were created against his version from April. He already has the new version. I maintain an own linkcmds in virtualpok, as I added a 0x1000 offset to the start of the binary. It confused me to see some strange code in GD

Re: [GSoC2014] arinc653 on rtems (using pok) patches

2014-08-20 Thread Gedare Bloom
>>> * Is the linkcmds change required for running pok-rtems? >> For me, it was required. The old linkcmd script was causing undefined >> TLS errors while building RTEMS. > Please report this. This sounds like an independent issue which needs to > be run down. I believe this is a known issue. I thin

Re: [GSoC2014] arinc653 on rtems (using pok) patches

2014-08-19 Thread Joel Sherrill
On 8/19/2014 4:34 PM, Janek van Oirschot wrote: > On Mon, Aug 18, 2014 at 3:13 PM, Gedare Bloom wrote: >> If you're using git for your development, you can use 'git >> format-patch' to convert a set of commits into a set of patches. Some >> properly formatted git patches can make it easier to rev

Re: [GSoC2014] arinc653 on rtems (using pok) patches

2014-08-19 Thread Janek van Oirschot
On Mon, Aug 18, 2014 at 3:13 PM, Gedare Bloom wrote: > If you're using git for your development, you can use 'git > format-patch' to convert a set of commits into a set of patches. Some > properly formatted git patches can make it easier to review and merge > your code. Some other notes follow. Y

Re: [GSoC2014] arinc653 on rtems (using pok) patches

2014-08-18 Thread Gedare Bloom
If you're using git for your development, you can use 'git format-patch' to convert a set of commits into a set of patches. Some properly formatted git patches can make it easier to review and merge your code. Some other notes follow. virtualpok_arinc653.patch: * it seems the only part of this pat

[GSoC2014] arinc653 on rtems (using pok) patches

2014-08-16 Thread Janek van Oirschot
A bit unconventional for a new patch but since my patches also include POK changes this seemed like the best way to upload it. Patches and readme with explanation on how to duplicate my environment and work are in the tarball. I do assume that the virtualpok BSP and paravirt_cpu patches are already