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

Changes between Version 3 and Version 4 of TBR/BSP/Smdk2410


Ignore:
Timestamp:
05/08/08 06:09:22 (16 years ago)
Author:
Rayx
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TBR/BSP/Smdk2410

    v3 v4  
    33
    44[SMDK2410]
    5 This BSP is for samsung's s3c2410, and can be easily modify for s3c2440/s3c2510/.... The schematic and detail of the hardware can be found in samsung's web page. The bsp is modified from gp32 (s3c2400), and lots of common file is combined into s3c24xx dir in libcpu and share dir in libbsp. If anyone want to change it for s3c2440, just put the s3c2440.h into libcpu and modify the s3c24xx.h to include s3c2440.
     5This BSP is for samsung's s3c2410, and can be easily modify for s3c2440/s3c2510/.... The schematic and detail of the hardware can be found in samsung's web page. The bsp was modified from gp32 (s3c2400), and lots of common file was combined into s3c24xx dir in libcpu and share dir in libbsp. If anyone want to change it for s3c2440, just put the s3c2440.h into libcpu and modify the s3c24xx.h to include s3c2440.h.
     6
    67This BSP is also capable of running in skyeye with the following configuration
    7 
    88
    99The [wiki:Skyeye Skyeye] configuration file should be as follows:
    1010
    1111{{{
    12 cpu:  arm920t
    13 mach: at91rm92
    14 mem_bank: map=M, type=RW, addr=0x00000000, size=0x00004000
    15 mem_bank: map=M, type=R, addr=0x00100000, size=0x00010000
    16 mem_bank: map=M, type=RW, addr=0x00200000,size=0x00100000
    17 mem_bank: map=M, type=RW, addr=0x20000000,size=0x00f00000
    18 mem_bank: map=I, type=RW, addr=0xfffa0000, size=0x00060000
     12cpu:  arm920tmach: s3c2410x
     13mem_bank: map=M, type=RW, addr=0x00000000, size=0x10000000
     14mem_bank: map=M, type=RW, addr=0x30000000, size=0x01000000
     15mem_bank: map=I, type=RW, addr=0x48000000, size=0x20000000
    1916}}}