OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [orpsocv2/] [boards/] [xilinx/] [ml501/] [sw/] [board/] [include/] [board.h] - Diff between revs 412 and 415

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 412 Rev 415
Line 14... Line 14...
//
//
// Uncomment the appropriate bootloader define. This will effect the bootrom.S
// Uncomment the appropriate bootloader define. This will effect the bootrom.S
// file, which is compiled and converted into Verilog for inclusion at 
// file, which is compiled and converted into Verilog for inclusion at 
// synthesis time. See bootloader/bootloader.S for details on each option.
// synthesis time. See bootloader/bootloader.S for details on each option.
 
 
//#define BOOTROM_SPI_FLASH
#define BOOTROM_SPI_FLASH
#define BOOTROM_GOTO_RESET
//#define BOOTROM_GOTO_RESET
//#define BOOTROM_LOOP_AT_ZERO
//#define BOOTROM_LOOP_AT_ZERO
//#define BOOTROM_LOOP_IN_ROM
//#define BOOTROM_LOOP_IN_ROM
 
 
 
// Address bootloader should start from in FLASH
 
#define BOOTROM_ADDR_BYTE2 0x1c
 
#define BOOTROM_ADDR_BYTE1 0x00
 
#define BOOTROM_ADDR_BYTE0 0x00
 
// Causes SPI bootloader to loop if SPI didn't give correct size of image
 
#define SPI_RETRY_IF_INSANE_SIZEWORD
 
 
//
//
// Defines for each core (memory map base, OR1200 interrupt line number, etc.)
// Defines for each core (memory map base, OR1200 interrupt line number, etc.)
//
//
#define SDRAM_BASE                 0x0
#define SDRAM_BASE                 0x0
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.