Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Oct 2011 20:30:15 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r226025 - head/sys/mips/cavium
Message-ID:  <201110042030.p94KUFOQ077933@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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__ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110042030.p94KUFOQ077933>