Ignore:
Timestamp:
May 28, 2014, 11:56:50 AM (10 years ago)
Author:
cfuguet
Message:

tsar_boot:

  • Completing io utility functions to provide physical address extention capability to read and write 8 and 16 bits IO mapped registers.
  • Providing default value 0 to CLUSTER_IO preprocessor constant for compatibility with most TSAR platforms where peripherals are in cluster 0. This way, preloader parameters file does not need to be modified for these platforms.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/tsar_boot/include/defs.h

    r704 r705  
    88#define BLOCK_SIZE          512
    99
     10#ifndef CLUSTER_IO
     11#  define CLUSTER_IO        0
     12#endif
     13
    1014// vim: tabstop=4 : softtabstop=4 : shiftwidth=4 : expandtab
    1115
Note: See TracChangeset for help on using the changeset viewer.