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 patch specific to the arinc653 code is the Makefile.am and preinstall.am changes? * The virtualizationlayercpu.h is missing. Is this supposed to come from another patch already? * You comment out a few lines in bspstart.c, are these things that were broken? * Is the linkcmds change required for running pok-rtems? hello_init_c.patch: * This would be much improved if you provided a new example instead of replacing the existing one, like 'arinc653_test.c' or similar. libpok_rtems_arinc653.patch: It seems incorrect to remove extern from all of these arrays. Usually for global variables in C code, there should be one declaration of the variable with the 'extern' attribute in a header file that gets included in every c source file that needs that variable, and then one definition of the variable without 'extern' in just one of the .c files. Please explain your changes. Also, the patches that are for pok should be sent to the pok mailing list(s) for review. -Gedare On Sat, Aug 16, 2014 at 4:34 PM, Janek van Oirschot <janekvoirsc...@gmail.com> wrote: > 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 > installed so I didn't include that with my patches. Working on the wikipage > about arinc653 on rtems right now so that'll be up soon. > > Thanks, > Janek van Oirschot > > _______________________________________________ > devel mailing list > devel@rtems.org > http://lists.rtems.org/mailman/listinfo/devel _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel