Author: marcel Date: Tue Oct 4 20:30:15 2011 New Revision: 226025 URL: http://svn.freebsd.org/changeset/base/226025
Log: Add default address for FLASH mapping on the boot bus. Reviewed by: jmallett, marcel Obtained from: Juniper Networks, Inc Author: Andrew Duane Modified: head/sys/mips/cavium/octeon_pcmap_regs.h Modified: head/sys/mips/cavium/octeon_pcmap_regs.h ============================================================================== --- head/sys/mips/cavium/octeon_pcmap_regs.h Tue Oct 4 20:17:43 2011 (r226024) +++ head/sys/mips/cavium/octeon_pcmap_regs.h Tue Oct 4 20:30:15 2011 (r226025) @@ -297,4 +297,9 @@ extern int octeon_is_simulation(void); */ #define OCTEON_CHAR_LED_BASE_ADDR (0x1d020000 | (0x1ffffffffull << 31)) +/* + * Default FLASH device (physical) base address + */ +#define OCTEON_FLASH_BASE_ADDR (0x1d040000ull) + #endif /* !OCTEON_PCMAP_REGS_H__ */ _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
