summaryrefslogtreecommitdiff
path: root/usrp/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'usrp/firmware')
-rw-r--r--usrp/firmware/Makefile.am4
-rw-r--r--usrp/firmware/include/Makefile.am4
-rw-r--r--usrp/firmware/include/delay.h4
-rw-r--r--usrp/firmware/include/fpga_regs0.h4
-rw-r--r--usrp/firmware/include/fpga_regs_common.h4
-rw-r--r--usrp/firmware/include/fpga_regs_standard.h4
-rw-r--r--usrp/firmware/include/fx2regs.h4
-rw-r--r--usrp/firmware/include/fx2utils.h4
-rw-r--r--usrp/firmware/include/i2c.h4
-rw-r--r--usrp/firmware/include/isr.h4
-rw-r--r--usrp/firmware/include/syncdelay.h4
-rw-r--r--usrp/firmware/include/timer.h4
-rw-r--r--usrp/firmware/include/usb_common.h4
-rw-r--r--usrp/firmware/include/usb_descriptors.h4
-rw-r--r--usrp/firmware/include/usb_requests.h4
-rw-r--r--usrp/firmware/include/usrp_commands.h2
-rw-r--r--usrp/firmware/include/usrp_config.h2
-rw-r--r--usrp/firmware/include/usrp_i2c_addr.h4
-rw-r--r--usrp/firmware/include/usrp_ids.h4
-rw-r--r--usrp/firmware/include/usrp_interfaces.h4
-rw-r--r--usrp/firmware/include/usrp_spi_defs.h4
-rw-r--r--usrp/firmware/lib/Makefile.am4
-rw-r--r--usrp/firmware/lib/delay.c4
-rw-r--r--usrp/firmware/lib/fx2utils.c4
-rw-r--r--usrp/firmware/lib/i2c-compiler-bug.c4
-rw-r--r--usrp/firmware/lib/i2c.c4
-rw-r--r--usrp/firmware/lib/isr.c4
-rw-r--r--usrp/firmware/lib/timer.c4
-rw-r--r--usrp/firmware/lib/usb_common.c4
-rw-r--r--usrp/firmware/src/Makefile.am4
-rw-r--r--usrp/firmware/src/common/Makefile.am4
-rw-r--r--usrp/firmware/src/common/_startup.a514
-rw-r--r--usrp/firmware/src/common/_startup.a51.brittle4
-rw-r--r--usrp/firmware/src/common/blink_leds.c2
-rwxr-xr-xusrp/firmware/src/common/build_eeprom.py4
-rw-r--r--usrp/firmware/src/common/check_mdelay.c2
-rw-r--r--usrp/firmware/src/common/check_udelay.c2
-rwxr-xr-xusrp/firmware/src/common/edit-gpif4
-rw-r--r--usrp/firmware/src/common/fpga.h4
-rw-r--r--usrp/firmware/src/common/fpga_load.c2
-rw-r--r--usrp/firmware/src/common/fpga_load.h2
-rw-r--r--usrp/firmware/src/common/init_gpif.c2
-rw-r--r--usrp/firmware/src/common/usrp_common.c2
-rw-r--r--usrp/firmware/src/common/usrp_globals.h4
-rw-r--r--usrp/firmware/src/common/vectors.a514
-rw-r--r--usrp/firmware/src/usrp2/Makefile.am4
-rw-r--r--usrp/firmware/src/usrp2/board_specific.c4
-rwxr-xr-xusrp/firmware/src/usrp2/edit-gpif4
-rw-r--r--usrp/firmware/src/usrp2/eeprom_init.c4
-rw-r--r--usrp/firmware/src/usrp2/eeprom_io.c4
-rw-r--r--usrp/firmware/src/usrp2/eeprom_io.h4
-rw-r--r--usrp/firmware/src/usrp2/fpga_rev2.c4
-rw-r--r--usrp/firmware/src/usrp2/fpga_rev2.h2
-rw-r--r--usrp/firmware/src/usrp2/spi.c4
-rw-r--r--usrp/firmware/src/usrp2/spi.h4
-rw-r--r--usrp/firmware/src/usrp2/usb_descriptors.a514
-rw-r--r--usrp/firmware/src/usrp2/usrp_common.h2
-rw-r--r--usrp/firmware/src/usrp2/usrp_main.c2
-rw-r--r--usrp/firmware/src/usrp2/usrp_rev2_regs.h2
59 files changed, 105 insertions, 105 deletions
diff --git a/usrp/firmware/Makefile.am b/usrp/firmware/Makefile.am
index 16a03cc52..938350bbf 100644
--- a/usrp/firmware/Makefile.am
+++ b/usrp/firmware/Makefile.am
@@ -15,8 +15,8 @@
#
# You should have received a copy of the GNU General Public License
# along with GNU Radio; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# the Free Software Foundation, Inc., 51 Franklin Street,
+# Boston, MA 02110-1301, USA.
#
SUBDIRS = include lib src
diff --git a/usrp/firmware/include/Makefile.am b/usrp/firmware/include/Makefile.am
index 7f58d19fe..9065a0e4e 100644
--- a/usrp/firmware/include/Makefile.am
+++ b/usrp/firmware/include/Makefile.am
@@ -15,8 +15,8 @@
#
# You should have received a copy of the GNU General Public License
# along with GNU Radio; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# the Free Software Foundation, Inc., 51 Franklin Street,
+# Boston, MA 02110-1301, USA.
#
include_HEADERS = \
diff --git a/usrp/firmware/include/delay.h b/usrp/firmware/include/delay.h
index c0ef19afe..26b3e33b2 100644
--- a/usrp/firmware/include/delay.h
+++ b/usrp/firmware/include/delay.h
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef _DELAY_H_
diff --git a/usrp/firmware/include/fpga_regs0.h b/usrp/firmware/include/fpga_regs0.h
index fd591dd0b..fcf8d64d0 100644
--- a/usrp/firmware/include/fpga_regs0.h
+++ b/usrp/firmware/include/fpga_regs0.h
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef _FPGA_REGS0_H_
diff --git a/usrp/firmware/include/fpga_regs_common.h b/usrp/firmware/include/fpga_regs_common.h
index 3272fdf3d..fe0c81f57 100644
--- a/usrp/firmware/include/fpga_regs_common.h
+++ b/usrp/firmware/include/fpga_regs_common.h
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef INCLUDED_FPGA_REGS_COMMON_H
#define INCLUDED_FPGA_REGS_COMMON_H
diff --git a/usrp/firmware/include/fpga_regs_standard.h b/usrp/firmware/include/fpga_regs_standard.h
index 3c46422e6..2f119fe65 100644
--- a/usrp/firmware/include/fpga_regs_standard.h
+++ b/usrp/firmware/include/fpga_regs_standard.h
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef INCLUDED_FPGA_REGS_STANDARD_H
#define INCLUDED_FPGA_REGS_STANDARD_H
diff --git a/usrp/firmware/include/fx2regs.h b/usrp/firmware/include/fx2regs.h
index efe0f9929..ddbbfdd6f 100644
--- a/usrp/firmware/include/fx2regs.h
+++ b/usrp/firmware/include/fx2regs.h
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
/*
diff --git a/usrp/firmware/include/fx2utils.h b/usrp/firmware/include/fx2utils.h
index 9c2e99d63..3d126edf3 100644
--- a/usrp/firmware/include/fx2utils.h
+++ b/usrp/firmware/include/fx2utils.h
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef _FX2UTILS_H_
#define _FX2UTILS_H_
diff --git a/usrp/firmware/include/i2c.h b/usrp/firmware/include/i2c.h
index 58b7a34b2..02d91c601 100644
--- a/usrp/firmware/include/i2c.h
+++ b/usrp/firmware/include/i2c.h
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef _I2C_H_
diff --git a/usrp/firmware/include/isr.h b/usrp/firmware/include/isr.h
index 208117540..f0e61fc0f 100644
--- a/usrp/firmware/include/isr.h
+++ b/usrp/firmware/include/isr.h
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef _ISR_H_
diff --git a/usrp/firmware/include/syncdelay.h b/usrp/firmware/include/syncdelay.h
index fa67338bf..e49d7e4e9 100644
--- a/usrp/firmware/include/syncdelay.h
+++ b/usrp/firmware/include/syncdelay.h
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef _SYNCDELAY_H_
#define _SYNCDELAY_H_
diff --git a/usrp/firmware/include/timer.h b/usrp/firmware/include/timer.h
index 7bb640e20..552d63569 100644
--- a/usrp/firmware/include/timer.h
+++ b/usrp/firmware/include/timer.h
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef _TIMER_H_
diff --git a/usrp/firmware/include/usb_common.h b/usrp/firmware/include/usb_common.h
index f8e26bee1..42b6da874 100644
--- a/usrp/firmware/include/usb_common.h
+++ b/usrp/firmware/include/usb_common.h
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef _USB_COMMON_H_
diff --git a/usrp/firmware/include/usb_descriptors.h b/usrp/firmware/include/usb_descriptors.h
index 68390d7f8..5547cd88b 100644
--- a/usrp/firmware/include/usb_descriptors.h
+++ b/usrp/firmware/include/usb_descriptors.h
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
extern xdata const char high_speed_device_descr[];
diff --git a/usrp/firmware/include/usb_requests.h b/usrp/firmware/include/usb_requests.h
index c4680b053..8fcec7fab 100644
--- a/usrp/firmware/include/usb_requests.h
+++ b/usrp/firmware/include/usb_requests.h
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
// Standard USB requests.
diff --git a/usrp/firmware/include/usrp_commands.h b/usrp/firmware/include/usrp_commands.h
index 24878929e..b14044c82 100644
--- a/usrp/firmware/include/usrp_commands.h
+++ b/usrp/firmware/include/usrp_commands.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
*/
#ifndef _USRP_COMMANDS_H_
diff --git a/usrp/firmware/include/usrp_config.h b/usrp/firmware/include/usrp_config.h
index 6d87665c2..776085332 100644
--- a/usrp/firmware/include/usrp_config.h
+++ b/usrp/firmware/include/usrp_config.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
*/
/*
diff --git a/usrp/firmware/include/usrp_i2c_addr.h b/usrp/firmware/include/usrp_i2c_addr.h
index 738bf2e6b..5f27f21b5 100644
--- a/usrp/firmware/include/usrp_i2c_addr.h
+++ b/usrp/firmware/include/usrp_i2c_addr.h
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef INCLUDED_USRP_I2C_ADDR_H
#define INCLUDED_USRP_I2C_ADDR_H
diff --git a/usrp/firmware/include/usrp_ids.h b/usrp/firmware/include/usrp_ids.h
index 65c4755bf..30966793c 100644
--- a/usrp/firmware/include/usrp_ids.h
+++ b/usrp/firmware/include/usrp_ids.h
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
/*
diff --git a/usrp/firmware/include/usrp_interfaces.h b/usrp/firmware/include/usrp_interfaces.h
index 98432d1e8..7b9c5cd5c 100644
--- a/usrp/firmware/include/usrp_interfaces.h
+++ b/usrp/firmware/include/usrp_interfaces.h
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef _USRP_INTERFACES_H_
diff --git a/usrp/firmware/include/usrp_spi_defs.h b/usrp/firmware/include/usrp_spi_defs.h
index 8404d7cb4..3c2204fc6 100644
--- a/usrp/firmware/include/usrp_spi_defs.h
+++ b/usrp/firmware/include/usrp_spi_defs.h
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef INCLUDED_USRP_SPI_DEFS_H
diff --git a/usrp/firmware/lib/Makefile.am b/usrp/firmware/lib/Makefile.am
index 47fc6f730..db317b4e3 100644
--- a/usrp/firmware/lib/Makefile.am
+++ b/usrp/firmware/lib/Makefile.am
@@ -15,8 +15,8 @@
#
# You should have received a copy of the GNU General Public License
# along with GNU Radio; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# the Free Software Foundation, Inc., 51 Franklin Street,
+# Boston, MA 02110-1301, USA.
#
EXTRA_DIST = \
diff --git a/usrp/firmware/lib/delay.c b/usrp/firmware/lib/delay.c
index c8bad7f2c..b27d09ee4 100644
--- a/usrp/firmware/lib/delay.c
+++ b/usrp/firmware/lib/delay.c
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
/*
diff --git a/usrp/firmware/lib/fx2utils.c b/usrp/firmware/lib/fx2utils.c
index 544302e88..d3192a20c 100644
--- a/usrp/firmware/lib/fx2utils.c
+++ b/usrp/firmware/lib/fx2utils.c
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#include "fx2utils.h"
diff --git a/usrp/firmware/lib/i2c-compiler-bug.c b/usrp/firmware/lib/i2c-compiler-bug.c
index ae97f1afe..25d09dd6c 100644
--- a/usrp/firmware/lib/i2c-compiler-bug.c
+++ b/usrp/firmware/lib/i2c-compiler-bug.c
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#include "i2c.h"
diff --git a/usrp/firmware/lib/i2c.c b/usrp/firmware/lib/i2c.c
index 08a09cf06..864adcd79 100644
--- a/usrp/firmware/lib/i2c.c
+++ b/usrp/firmware/lib/i2c.c
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#include "i2c.h"
diff --git a/usrp/firmware/lib/isr.c b/usrp/firmware/lib/isr.c
index 7a2010728..e28eb876a 100644
--- a/usrp/firmware/lib/isr.c
+++ b/usrp/firmware/lib/isr.c
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#include "isr.h"
diff --git a/usrp/firmware/lib/timer.c b/usrp/firmware/lib/timer.c
index 9e396f469..6b7a87911 100644
--- a/usrp/firmware/lib/timer.c
+++ b/usrp/firmware/lib/timer.c
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#include "timer.h"
diff --git a/usrp/firmware/lib/usb_common.c b/usrp/firmware/lib/usb_common.c
index 731fd6858..9d5c9cf2b 100644
--- a/usrp/firmware/lib/usb_common.c
+++ b/usrp/firmware/lib/usb_common.c
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#include "usb_common.h"
diff --git a/usrp/firmware/src/Makefile.am b/usrp/firmware/src/Makefile.am
index e48013723..ca45f0b66 100644
--- a/usrp/firmware/src/Makefile.am
+++ b/usrp/firmware/src/Makefile.am
@@ -15,8 +15,8 @@
#
# You should have received a copy of the GNU General Public License
# along with GNU Radio; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# the Free Software Foundation, Inc., 51 Franklin Street,
+# Boston, MA 02110-1301, USA.
#
SUBDIRS = common usrp2
diff --git a/usrp/firmware/src/common/Makefile.am b/usrp/firmware/src/common/Makefile.am
index ba3c0e4ed..b62baf599 100644
--- a/usrp/firmware/src/common/Makefile.am
+++ b/usrp/firmware/src/common/Makefile.am
@@ -15,8 +15,8 @@
#
# You should have received a copy of the GNU General Public License
# along with GNU Radio; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# the Free Software Foundation, Inc., 51 Franklin Street,
+# Boston, MA 02110-1301, USA.
#
EXTRA_DIST = \
diff --git a/usrp/firmware/src/common/_startup.a51 b/usrp/firmware/src/common/_startup.a51
index 0bffbbeee..a300d696c 100644
--- a/usrp/firmware/src/common/_startup.a51
+++ b/usrp/firmware/src/common/_startup.a51
@@ -16,8 +16,8 @@
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Radio; see the file COPYING. If not, write to
-;;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;;; Boston, MA 02111-1307, USA.
+;;; the Free Software Foundation, Inc., 51 Franklin Street,
+;;; Boston, MA 02110-1301, USA.
;;; The default external memory initialization provided by sdcc is not
diff --git a/usrp/firmware/src/common/_startup.a51.brittle b/usrp/firmware/src/common/_startup.a51.brittle
index 1238f3d7f..c8f2ee365 100644
--- a/usrp/firmware/src/common/_startup.a51.brittle
+++ b/usrp/firmware/src/common/_startup.a51.brittle
@@ -16,8 +16,8 @@
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Radio; see the file COPYING. If not, write to
-;;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;;; Boston, MA 02111-1307, USA.
+;;; the Free Software Foundation, Inc., 51 Franklin Street,
+;;; Boston, MA 02110-1301, USA.
;;; The default external memory initialization provided by sdcc is not
diff --git a/usrp/firmware/src/common/blink_leds.c b/usrp/firmware/src/common/blink_leds.c
index 4654e73cb..c05d3b11c 100644
--- a/usrp/firmware/src/common/blink_leds.c
+++ b/usrp/firmware/src/common/blink_leds.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
*/
#include "usrp_common.h"
diff --git a/usrp/firmware/src/common/build_eeprom.py b/usrp/firmware/src/common/build_eeprom.py
index 661205928..44b97da0f 100755
--- a/usrp/firmware/src/common/build_eeprom.py
+++ b/usrp/firmware/src/common/build_eeprom.py
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU General Public License
# along with GNU Radio; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# the Free Software Foundation, Inc., 51 Franklin Street,
+# Boston, MA 02110-1301, USA.
#
import re
diff --git a/usrp/firmware/src/common/check_mdelay.c b/usrp/firmware/src/common/check_mdelay.c
index 8cdadab62..936406289 100644
--- a/usrp/firmware/src/common/check_mdelay.c
+++ b/usrp/firmware/src/common/check_mdelay.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
*/
#include "usrp_common.h"
diff --git a/usrp/firmware/src/common/check_udelay.c b/usrp/firmware/src/common/check_udelay.c
index 6e1c8400a..4d46aa07d 100644
--- a/usrp/firmware/src/common/check_udelay.c
+++ b/usrp/firmware/src/common/check_udelay.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
*/
#include "usrp_common.h"
diff --git a/usrp/firmware/src/common/edit-gpif b/usrp/firmware/src/common/edit-gpif
index c507f502a..a17b4dfe1 100755
--- a/usrp/firmware/src/common/edit-gpif
+++ b/usrp/firmware/src/common/edit-gpif
@@ -17,8 +17,8 @@
#
# You should have received a copy of the GNU General Public License
# along with GNU Radio; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# the Free Software Foundation, Inc., 51 Franklin Street,
+# Boston, MA 02110-1301, USA.
#
diff --git a/usrp/firmware/src/common/fpga.h b/usrp/firmware/src/common/fpga.h
index d95db3341..6e5fbeea7 100644
--- a/usrp/firmware/src/common/fpga.h
+++ b/usrp/firmware/src/common/fpga.h
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef INCLUDED_FPGA_H
#define INCLUDED_FPGA_H
diff --git a/usrp/firmware/src/common/fpga_load.c b/usrp/firmware/src/common/fpga_load.c
index 1c2792d25..449a646ba 100644
--- a/usrp/firmware/src/common/fpga_load.c
+++ b/usrp/firmware/src/common/fpga_load.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
*/
#include "usrp_common.h"
diff --git a/usrp/firmware/src/common/fpga_load.h b/usrp/firmware/src/common/fpga_load.h
index baf22ded7..fd62e4c5e 100644
--- a/usrp/firmware/src/common/fpga_load.h
+++ b/usrp/firmware/src/common/fpga_load.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
*/
#ifndef INCLUDED_FPGA_LOAD_H
diff --git a/usrp/firmware/src/common/init_gpif.c b/usrp/firmware/src/common/init_gpif.c
index 40336e656..801345fa7 100644
--- a/usrp/firmware/src/common/init_gpif.c
+++ b/usrp/firmware/src/common/init_gpif.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
*/
#include "usrp_common.h"
diff --git a/usrp/firmware/src/common/usrp_common.c b/usrp/firmware/src/common/usrp_common.c
index 5daa8df5f..8bf4d156c 100644
--- a/usrp/firmware/src/common/usrp_common.c
+++ b/usrp/firmware/src/common/usrp_common.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
*/
/*
diff --git a/usrp/firmware/src/common/usrp_globals.h b/usrp/firmware/src/common/usrp_globals.h
index 6caa23486..35ea791a7 100644
--- a/usrp/firmware/src/common/usrp_globals.h
+++ b/usrp/firmware/src/common/usrp_globals.h
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef _USRP_GLOBALS_H_
#define _USRP_GLOBALS_H_
diff --git a/usrp/firmware/src/common/vectors.a51 b/usrp/firmware/src/common/vectors.a51
index 7fd5f9547..7f274fbee 100644
--- a/usrp/firmware/src/common/vectors.a51
+++ b/usrp/firmware/src/common/vectors.a51
@@ -16,8 +16,8 @@
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Radio; see the file COPYING. If not, write to
-;;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;;; Boston, MA 02111-1307, USA.
+;;; the Free Software Foundation, Inc., 51 Franklin Street,
+;;; Boston, MA 02110-1301, USA.
;;;
;;; Interrupt vectors.
diff --git a/usrp/firmware/src/usrp2/Makefile.am b/usrp/firmware/src/usrp2/Makefile.am
index e2b9f9e61..423404a4a 100644
--- a/usrp/firmware/src/usrp2/Makefile.am
+++ b/usrp/firmware/src/usrp2/Makefile.am
@@ -15,8 +15,8 @@
#
# You should have received a copy of the GNU General Public License
# along with GNU Radio; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# the Free Software Foundation, Inc., 51 Franklin Street,
+# Boston, MA 02110-1301, USA.
#
firmware2dir = $(prefix)/share/usrp/rev2
diff --git a/usrp/firmware/src/usrp2/board_specific.c b/usrp/firmware/src/usrp2/board_specific.c
index a4ff45c5a..20c91597f 100644
--- a/usrp/firmware/src/usrp2/board_specific.c
+++ b/usrp/firmware/src/usrp2/board_specific.c
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#include "usrp_common.h"
diff --git a/usrp/firmware/src/usrp2/edit-gpif b/usrp/firmware/src/usrp2/edit-gpif
index c507f502a..a17b4dfe1 100755
--- a/usrp/firmware/src/usrp2/edit-gpif
+++ b/usrp/firmware/src/usrp2/edit-gpif
@@ -17,8 +17,8 @@
#
# You should have received a copy of the GNU General Public License
# along with GNU Radio; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# the Free Software Foundation, Inc., 51 Franklin Street,
+# Boston, MA 02110-1301, USA.
#
diff --git a/usrp/firmware/src/usrp2/eeprom_init.c b/usrp/firmware/src/usrp2/eeprom_init.c
index fb949bc82..45d6da4cd 100644
--- a/usrp/firmware/src/usrp2/eeprom_init.c
+++ b/usrp/firmware/src/usrp2/eeprom_init.c
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#include "usrp_common.h"
diff --git a/usrp/firmware/src/usrp2/eeprom_io.c b/usrp/firmware/src/usrp2/eeprom_io.c
index 1aa51a0b7..b44c447cb 100644
--- a/usrp/firmware/src/usrp2/eeprom_io.c
+++ b/usrp/firmware/src/usrp2/eeprom_io.c
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#include "eeprom_io.h"
diff --git a/usrp/firmware/src/usrp2/eeprom_io.h b/usrp/firmware/src/usrp2/eeprom_io.h
index ece8036d3..e6eae423d 100644
--- a/usrp/firmware/src/usrp2/eeprom_io.h
+++ b/usrp/firmware/src/usrp2/eeprom_io.h
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef INCLUDED_EEPROM_IO_H
diff --git a/usrp/firmware/src/usrp2/fpga_rev2.c b/usrp/firmware/src/usrp2/fpga_rev2.c
index cd282d6d0..42355a2c0 100644
--- a/usrp/firmware/src/usrp2/fpga_rev2.c
+++ b/usrp/firmware/src/usrp2/fpga_rev2.c
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#include "fpga.h"
diff --git a/usrp/firmware/src/usrp2/fpga_rev2.h b/usrp/firmware/src/usrp2/fpga_rev2.h
index 6c04271b5..3dc8ea35b 100644
--- a/usrp/firmware/src/usrp2/fpga_rev2.h
+++ b/usrp/firmware/src/usrp2/fpga_rev2.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
*/
#ifndef INCLUDED_FPGA_REV1_H
diff --git a/usrp/firmware/src/usrp2/spi.c b/usrp/firmware/src/usrp2/spi.c
index 0c6abb4da..27c3a0059 100644
--- a/usrp/firmware/src/usrp2/spi.c
+++ b/usrp/firmware/src/usrp2/spi.c
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#include "spi.h"
diff --git a/usrp/firmware/src/usrp2/spi.h b/usrp/firmware/src/usrp2/spi.h
index b17126d04..057b488a2 100644
--- a/usrp/firmware/src/usrp2/spi.h
+++ b/usrp/firmware/src/usrp2/spi.h
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef INCLUDED_SPI_H
diff --git a/usrp/firmware/src/usrp2/usb_descriptors.a51 b/usrp/firmware/src/usrp2/usb_descriptors.a51
index 06a92f5af..d0c242d27 100644
--- a/usrp/firmware/src/usrp2/usb_descriptors.a51
+++ b/usrp/firmware/src/usrp2/usb_descriptors.a51
@@ -16,8 +16,8 @@
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Radio; see the file COPYING. If not, write to
-;;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;;; Boston, MA 02111-1307, USA.
+;;; the Free Software Foundation, Inc., 51 Franklin Street,
+;;; Boston, MA 02110-1301, USA.
;;;
;;; USB Descriptor table for the USRP
diff --git a/usrp/firmware/src/usrp2/usrp_common.h b/usrp/firmware/src/usrp2/usrp_common.h
index 5625b42d4..e02383298 100644
--- a/usrp/firmware/src/usrp2/usrp_common.h
+++ b/usrp/firmware/src/usrp2/usrp_common.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
*/
/*
diff --git a/usrp/firmware/src/usrp2/usrp_main.c b/usrp/firmware/src/usrp2/usrp_main.c
index 0dbba8e57..1c4f7637e 100644
--- a/usrp/firmware/src/usrp2/usrp_main.c
+++ b/usrp/firmware/src/usrp2/usrp_main.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
*/
#include "usrp_common.h"
diff --git a/usrp/firmware/src/usrp2/usrp_rev2_regs.h b/usrp/firmware/src/usrp2/usrp_rev2_regs.h
index e18003f7f..a73f294d2 100644
--- a/usrp/firmware/src/usrp2/usrp_rev2_regs.h
+++ b/usrp/firmware/src/usrp2/usrp_rev2_regs.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
*/
/*