Changeset c669bf30 in rtems for c/src/lib/libbsp/sh


Ignore:
Timestamp:
04/24/10 21:45:57 (14 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 5, master
Children:
153b9381
Parents:
4bb28d4
Message:

2010-04-24 Joel Sherrill <joel.sherrill@…>

  • start/start.S: Verify boot_card is invoked properly with argc, argv.
Location:
c/src/lib/libbsp/sh
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/sh/gensh1/ChangeLog

    r4bb28d4 rc669bf30  
     12010-04-24      Joel Sherrill <joel.sherrill@oarcorp.com>
     2
     3        * start/start.S: Verify boot_card is invoked properly with argc, argv.
     4
    152009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
    26
  • c/src/lib/libbsp/sh/gensh1/start/start.S

    r4bb28d4 rc669bf30  
    2121
    2222#include <rtems/asm.h>
    23 
    24 #warning Call to boot_card has changed and needs checking.
    25 #warning The call is "void boot_card(const char* cmdline);"
    26 #warning Please check and remove these warnings.
    2723
    2824        BEGIN_CODE
  • c/src/lib/libbsp/sh/gensh2/ChangeLog

    r4bb28d4 rc669bf30  
     12010-04-24      Joel Sherrill <joel.sherrill@oarcorp.com>
     2
     3        * start/start.S: Verify boot_card is invoked properly with argc, argv.
     4
    152009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
    26
  • c/src/lib/libbsp/sh/gensh2/start/start.S

    r4bb28d4 rc669bf30  
    3232
    3333#include <rtems/asm.h>
    34 
    35 #warning Call to boot_card has changed and needs checking.
    36 #warning The call is "void boot_card(const char* cmdline);"
    37 #warning Please check and remove these warnings.
    3834
    3935        BEGIN_CODE
  • c/src/lib/libbsp/sh/gensh4/ChangeLog

    r4bb28d4 rc669bf30  
     12010-04-24      Joel Sherrill <joel.sherrill@oarcorp.com>
     2
     3        * start/start.S: Verify boot_card is invoked properly with argc, argv.
     4
    152010-04-20      Ralf Corsépius <ralf.corsepius@rtems.org>
    26
  • c/src/lib/libbsp/sh/gensh4/start/start.S

    r4bb28d4 rc669bf30  
    4040#include "rtems/score/sh4_regs.h"
    4141#include "rtems/score/sh7750_regs.h"
    42 
    43 #warning Call to boot_card has changed and needs checking.
    44 #warning The call is "void boot_card(const char* cmdline);"
    45 #warning Please check and remove these warnings.
    4642
    4743        BEGIN_CODE
Note: See TracChangeset for help on using the changeset viewer.