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

Changes between Version 5 and Version 6 of TBR/BSP/Rtl22xx_t


Ignore:
Timestamp:
02/25/09 05:42:11 (15 years ago)
Author:
JoelSherrill
Comment:

Add BSP Infobox

Legend:

Unmodified
Added
Removed
Modified
  • TBR/BSP/Rtl22xx_t

    v5 v6  
    22
    33
    4 This BSP is a thumb-enabled version of rtl22xx. Also, this bsp is an example of how development can development/change there own bsp from ARM mode to Thumb mode.
     4{{Infobox BSP
     5|BSP_name     = BSP name goes here
     6|Manufacturer = Who made me?
     7|image        =
     8|caption      = optional image caption
     9|Board_URL    = http:/manufacturer.com/ExampleBoard
     10|Architecture = Architecture
     11|CPU_model    = Model name
     12|Monitor      = uBoot, uMon
     13|Simulator    = Well?
     14|Aliases      = Any RTEMS BSP Aliases?
     15|RAM          = XXX MB
     16|NVMEM        = 32 MB Flash, 16 KB EEPROM
     17|Serial       = one. UART part name.
     18|NICs         = one. NIC part name.
     19|Other        = anything else you need to say
     20}}
     21
     22This BSP is a thumb-enabled version of [wiki:TBR/BSP/Rtl22xx rtl22xx]. Also, this bsp is an example of how development can development/change there own bsp from ARM mode to Thumb mode.
    523
    624Common code (IRQ, ISR, contex switch) is already changed. BSP developer should take care of there own assembly/inline-assembly codes which deal with CPSR/SPSR. Bellow is the codes need to changed: