Changes between Version 5 and Version 6 of Projects/GSoC/OpenRISC


Ignore:
Timestamp:
07/26/14 08:00:54 (10 years ago)
Author:
Hesham
Comment:

/* BSP(s) */

Legend:

Unmodified
Added
Removed
Modified
  • Projects/GSoC/OpenRISC

    v5 v6  
    4949 *  Clock driver: The or1ksim BSP provides a clock driver with an external clock of 100 MHz necessary for task scheduling and multi-tasking.
    5050 *  UART driver: It simply provides the low-level implementation for initialization, putc, and uart write functions needed to be able to emit some output to stdout.
     51= '''[wiki:TODO TODO]''' =
    5152
     53 *  MMU handling.
     54 *  Cache handling.
     55 *  Timer benchmark.
     56 *  Fast context switch code.
     57 *  TLS support.
     58 *  FP support.
    5259
    5360'''Requirements:''' Developers who wish to contribute to this project should have a fair knowledge with C programming, OpenRISC architecture, and/or GNU tool-chain internals.