Line 56... |
Line 56... |
# define SDRAM_SIZE 0x02000000
|
# define SDRAM_SIZE 0x02000000
|
# define SDRAM_ROW_SIZE 0x00000400
|
# define SDRAM_ROW_SIZE 0x00000400
|
# define SDRAM_BANK_SIZE 0x00800000
|
# define SDRAM_BANK_SIZE 0x00800000
|
# define IN_CLK 20000000
|
# define IN_CLK 20000000
|
|
|
# define FLASH_ORG_16_2 1
|
|
# define BOARD_DEF_NAME "ORSoC devboard"
|
# define BOARD_DEF_NAME "ORSoC devboard"
|
#elif BOARD==3
|
#elif BOARD==3
|
//ORSoC ordb1a3p1000
|
//ORSoC ordb1a3p1000
|
|
|
# define SDRAM_SIZE 0x02000000
|
# define SDRAM_SIZE 0x02000000
|
Line 182... |
Line 181... |
#define UART_BAUD_RATE 115200
|
#define UART_BAUD_RATE 115200
|
|
|
/* Ethernet core defines */
|
/* Ethernet core defines */
|
#define ETH_BASE 0x92000000
|
#define ETH_BASE 0x92000000
|
#define ETH_IRQ 4
|
#define ETH_IRQ 4
|
#define ETH_DATA_BASE ((((unsigned long)&_src_addr) + 16) & ~0x3)
|
#define ETH_DATA_BASE ((((unsigned long)&_stack_top) + 16) & ~0x3)
|
#define SPI_BASE 0xb0000000
|
#define SPI_BASE 0xb0000000
|
#define CRT_BASE_ADDR 0x97000000
|
#define CRT_BASE_ADDR 0x97000000
|
#define ATA_BASE_ADDR 0x9e000000
|
#define ATA_BASE_ADDR 0x9e000000
|
#define KBD_BASE_ADD 0x94000000
|
#define KBD_BASE_ADD 0x94000000
|
#define KBD_IRQ 5
|
#define KBD_IRQ 5
|
|
|
#define SDC_CONTROLLER_BASE 0x9e000000
|
#define SDC_CONTROLLER_BASE 0x9e000000
|
|
|
#define SANCHO_BASE_ADD 0x98000000
|
|
|
|
#define CRT_ENABLED 0
|
#define CRT_ENABLED 0
|
#define FB_BASE_ADDR 0xa8000000
|
#define FB_BASE_ADDR 0xa8000000
|
|
|
/* Whether online help is available -- saves space */
|
/* Whether online help is available -- saves space */
|
#define HELP_ENABLED 1
|
#define HELP_ENABLED 1
|