Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 4 and Version 5 of Projects/Leon_rtems_merge


Ignore:
Timestamp:
06/17/13 23:48:48 (11 years ago)
Author:
C Rempel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Projects/Leon_rtems_merge

    v4 v5  
    55
    66This task can be divided into the following sub-tasks:
    7 # Merge the drivers from [https://github.com/daniel-hellstrom/leon-rtems/tree/master/c/src/lib LEON RTEMS] that are RTEMS licensed into mainstream RTEMS
    8 # Update the [http://gaisler.com/anonftp/rcc/patches/libdrvmgr-001.patch libdrvrmgr patch] amd format for use with git
    9 # Change [http://gaisler.com/anonftp/rcc/patches/cpukit_libdrvmgr-001.tar.bz2 libdrvmgr] into a series of patches for use with the [http://git.rtems.org/rtems/ rtems git]
    10 # Change [http://gaisler.com/anonftp/rcc/src/samples-rtems-4.10-1.1.99.16a.tar.bz2 Leon samples] into a series of patches for use with the [http://git.rtems.org/rtems/ rtems git]
    11 # Explore how to merge [http://gaisler.com/anonftp/rcc/patches/old/libdrvmgr_examples-001.tar.bz2 libdrvmgr examples] into RTEMS
     7# Merge the drivers from [https://github.com/daniel-hellstrom/leon-rtems/tree/rcc-1.2/c/src/lib/libbsp/sparc/shared LEON RTEMS] that are [https://github.com/daniel-hellstrom/leon-rtems/blob/rcc-1.2/c/src/lib/libbsp/sparc/shared/analog/gradcdac.c RTEMS licensed] into [http://git.rtems.org/rtems/tree/ mainstream RTEMS] by devising a series of patches and submitting them to rtems-devel@rtems.org
     8# Update the [http://gaisler.com/anonftp/rcc/patches/libdrvmgr-001.patch libdrvrmgr patch], format for use with git and submitting them to rtems-devel@rtems.org
     9# Change [http://gaisler.com/anonftp/rcc/patches/cpukit_libdrvmgr-001.tar.bz2 libdrvmgr] into a series of patches for use with the [http://git.rtems.org/rtems/ rtems git] and submitting the patches to rtems-devel@rtems.org
     10# Change [http://gaisler.com/anonftp/rcc/src/samples-rtems-4.10-1.1.99.16a.tar.bz2 Leon samples] into a series of patches for use with the [http://git.rtems.org/rtems/ rtems git] and submitting the patches to rtems-devel@rtems.org
     11# Explore how to merge [http://gaisler.com/anonftp/rcc/patches/old/libdrvmgr_examples-001.tar.bz2 libdrvmgr examples] into RTEMS, and submitting the patches to rtems-devel@rtems.org
    1212
    1313Additional work for this task (if needed) could include:
    1414# Porting some of the sparc-specific support to other architectures
    15 # hooking the driver manager into drivers for other architectures (such as mips...)=  References  =
     15# hooking the driver manager into drivers for other architectures (such as mips...)
     16=  References  =
    1617
    1718# https://github.com/daniel-hellstrom/leon-rtems/ the git repository with Leon specific rtems drivers.