Ignore:
Timestamp:
May 27, 2014, 4:43:09 PM (10 years ago)
Author:
alain
Message:

tsar_boot:

  • Erasing unused constant in defs.h
  • Modofication in IO access functions to allow addressing in clusters using physical address extension
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/tsar_boot/src/reset.S

    r694 r704  
    1212 * by the seg_reset_stack_base parameters in ldscript, of size 0x10000 (64k)
    1313 * - Processor 0 uses a larger stack:         64 Kbytes.
    14  * - Other processors use a smaller stack:    512 bytes.
    15  *     => the stack size cannot be smaller than 0x90000 bytes (576 K).
     14 * - Other processors use a smaller stack:    256 bytes.
     15 *     => the seg_stack_size cannot be smaller than 0x50000 bytes (320 Kytes).
     16 *         (64K + 1024 * 256 = 320 Kbytes)
    1617 * Those stacks can be used by both the preloader and the boot-loader code.
    1718 *
Note: See TracChangeset for help on using the changeset viewer.