/[dynamips]/trunk/dev_c1700.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/dev_c1700.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 12 by dpavlin, Sat Oct 6 16:45:40 2007 UTC revision 13 by dpavlin, Fri Oct 12 09:40:41 2007 UTC
# Line 21  Line 21 
21    
22  /* Default C1700 parameters */  /* Default C1700 parameters */
23  #define C1700_DEFAULT_MAINBOARD    "1720"  #define C1700_DEFAULT_MAINBOARD    "1720"
24  #define C1700_DEFAULT_RAM_SIZE     64  #define C1700_DEFAULT_RAM_SIZE     32
25  #define C1700_DEFAULT_ROM_SIZE     2  #define C1700_DEFAULT_ROM_SIZE     2
26  #define C1700_DEFAULT_NVRAM_SIZE   32  #define C1700_DEFAULT_NVRAM_SIZE   32
27  #define C1700_DEFAULT_CONF_REG     0x2102  #define C1700_DEFAULT_CONF_REG     0x2102
# Line 55  Line 55 
55    (C1700_NETIO_IRQ_BASE + (C1700_MAX_NM_BAYS * C1700_NETIO_IRQ_PER_SLOT) - 1)    (C1700_NETIO_IRQ_BASE + (C1700_MAX_NM_BAYS * C1700_NETIO_IRQ_PER_SLOT) - 1)
56    
57  /* C1700 common device addresses */  /* C1700 common device addresses */
58  #define C1700_FLASH_ADDR      0x60000000ULL  #define C1700_FLASH_ADDR      0xffc00000ULL
59  #define C1700_NVRAM_ADDR      0x68000000ULL  #define C1700_NVRAM_ADDR      0xff000000ULL
60  #define C1700_IOFPGA_ADDR     0x68020000ULL  #define C1700_IOFPGA_ADDR     0xf0000000ULL
61  #define C1700_WIC_ADDR        0x68030000ULL  #define C1700_WIC_ADDR        0xfc040000ULL
62  #define C1700_DUART_ADDR      0x68050000ULL  #define C1700_DUART_ADDR      0xfc004500ULL
63  #define C1700_MPC860_ADDR     0xff000000ULL  #define C1700_MPC860_ADDR     0xff000000ULL
64  #define C1700_ROM_ADDR        0xfff00000ULL  #define C1700_ROM_ADDR        0xfff00000ULL
65    

Legend:
Removed from v.12  
changed lines
  Added in v.13

  ViewVC Help
Powered by ViewVC 1.1.26