How to get a Minimal rtems on X86

2014-01-14 Thread Kelvin Lincoln
Hi. I want to get a minimal system on X86..I used the rtems 4.11 on centOS 6.3 Virtual Machine provided on the www.rtems.org.I have seen the sample/minimum/minimum.exe with objdump -h to seen the size of the test section and nm to seen the symtable. In the symbol table,I found the functions

Re: [PATCH] i386/virtualpok BSP, virtual BSP to be used with POK, build with enable-paravirt

2014-01-14 Thread Chris Johns
On 15/01/2014 1:58 am, Philipp Eppelt wrote: On 01/14/2014 12:32 PM, Chris Johns wrote: On 14/01/2014 12:40 am, Philipp Eppelt wrote: On 01/12/2014 10:19 PM, Chris Johns wrote: On 13/01/2014 2:39 am, Philipp Eppelt wrote: On 01/11/2014 11:50 PM, Chris Johns wrote: On 12/01/2014 12:45 am, Phi

Re: [PATCH] i386/virtualpok BSP, virtual BSP to be used with POK, build with enable-paravirt

2014-01-14 Thread Philipp Eppelt
On 01/14/2014 12:32 PM, Chris Johns wrote: > On 14/01/2014 12:40 am, Philipp Eppelt wrote: >> On 01/12/2014 10:19 PM, Chris Johns wrote: >>> On 13/01/2014 2:39 am, Philipp Eppelt wrote: On 01/11/2014 11:50 PM, Chris Johns wrote: > On 12/01/2014 12:45 am, Philipp Eppelt wrote: >> On 01/

Re: [PATCH] rtems_cache_invalidate_multiple_instruction_lines() addresses range fix

2014-01-14 Thread Sebastian Huber
Hello Aleksandr, thanks for fixing this more than ten year old bug. I think this solves also a problem with the ARM SMP initialization code. http://git.rtems.org/rtems/commit/?id=fc6a0ae1a65573e54ad5cbbddfbe124945ce5a38 http://git.rtems.org/rtems/commit/?h=4.10&id=fc48ad84c7b70756b326fdcdeea

[PATCH] rtems_cache_invalidate_multiple_instruction_lines() addresses range fix

2014-01-14 Thread Aleksandr Platonov
According with comment in rtems_cache_invalidate_multiple_instruction_lines(), final_address indicates the last address_t which needs to be invalidated. But if in while loop we got final_address == i_addr condition then loop breaks and final_address will not be invalidated. diff --git a/c/sr

Re: [PATCH] i386/virtualpok BSP, virtual BSP to be used with POK, build with enable-paravirt

2014-01-14 Thread Chris Johns
On 14/01/2014 12:40 am, Philipp Eppelt wrote: On 01/12/2014 10:19 PM, Chris Johns wrote: On 13/01/2014 2:39 am, Philipp Eppelt wrote: On 01/11/2014 11:50 PM, Chris Johns wrote: On 12/01/2014 12:45 am, Philipp Eppelt wrote: On 01/10/2014 10:27 PM, Chris Johns wrote: On 7/01/2014 9:14 pm, Phil