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

Subversion Repositories openrisc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openrisc/trunk/bootloaders/orpmon/include
    from Rev 464 to Rev 467
    Reverse comparison

Rev 464 → Rev 467

/spincursor.h File deleted
/flash.h
1,6 → 1,8
#ifndef _FLASH_H
#define _FLASH_H
 
#ifdef FLASH_BASE_ADDR
 
#ifdef FLASH_ORG_16_2
/* INC_ADDR = for how many bytes address should be incremented */
#define INC_ADDR 4
48,4 → 50,6
t_fl_ext_program fl_ext_program;
t_fl_erase fl_ext_erase, fl_ext_unlock;
 
#endif
 
#endif /* _FLASH_H */
/build.h
1,4 → 50,6
#define BUILD_VERSION "Fri Jan 7 15:17:07 CET 2011"
#define BUILD_VERSION "Sat Jan 8 12:11:53 CET 2011"
/board.h
58,7 → 58,6
# define SDRAM_BANK_SIZE 0x00800000
# define IN_CLK 20000000
 
# define FLASH_ORG_16_2 1
# define BOARD_DEF_NAME "ORSoC devboard"
#elif BOARD==3
//ORSoC ordb1a3p1000
184,7 → 183,7
/* Ethernet core defines */
#define ETH_BASE 0x92000000
#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 CRT_BASE_ADDR 0x97000000
#define ATA_BASE_ADDR 0x9e000000
193,8 → 192,6
 
#define SDC_CONTROLLER_BASE 0x9e000000
 
#define SANCHO_BASE_ADD 0x98000000
 
#define CRT_ENABLED 0
#define FB_BASE_ADDR 0xa8000000
 
/common.h
15,7 → 15,7
#endif
 
/* Stack top */
extern unsigned long _src_addr;
extern unsigned long _stack_top;
 
/* A Board Information structure that is given to a program when
* ppcboot starts it up. */

powered by: WebSVN 2.1.0

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