Ignore:
Timestamp:
Dec 4, 2013, 7:48:04 PM (11 years ago)
Author:
alain
Message:

This is a major release, including a deep restructuration of code.
The main evolutions are

  • use of the Tsar preloader to load the GIET boot-loader from disk
  • introduction of a FAT32 file system library,
  • use of this fat32 library by the boot-loader to load the map.bin data structure, and the various .elf files
  • reorganisation of drivers (one file per peripheral).
  • introduction of drivers for new peripherals: vci_chbuf_dma and vci_multi_ahci.
  • introduction of a new physical memory allocator in the boot code.

This release has been tested on the tsar_generic_iob architecture,
for the two following mappings: 4c_1p_iob_four.xml and 4c_1p_iob_sort.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/sort/sort.ld

    r256 r258  
    33*****************************************************************************/
    44
    5 seg_data_base      = 0x00800000;
    65seg_code_base      = 0x00400000;
     6seg_data_base      = 0x00500000;
    77
    88/***************************************************************************
Note: See TracChangeset for help on using the changeset viewer.