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
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
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/
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
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
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