summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/Makefile.inc2
-rw-r--r--src/lib/bootblock.ld2
-rw-r--r--src/lib/bootmem.c2
-rw-r--r--src/lib/bootmode.c2
-rw-r--r--src/lib/cbfs.c2
-rw-r--r--src/lib/cbfs_spi.c2
-rw-r--r--src/lib/cbmem_common.c2
-rw-r--r--src/lib/cbmem_console.c2
-rw-r--r--src/lib/coreboot_table.c3
-rw-r--r--src/lib/debug.c3
-rw-r--r--src/lib/gcc.c2
-rw-r--r--src/lib/gcov-glue.c2
-rw-r--r--src/lib/gpio.c2
-rw-r--r--src/lib/halt.c3
-rw-r--r--src/lib/hardwaremain.c2
-rw-r--r--src/lib/hexdump.c3
-rw-r--r--src/lib/jpeg.c2
-rw-r--r--src/lib/jpeg.h2
-rw-r--r--src/lib/loaders/Makefile.inc2
-rw-r--r--src/lib/loaders/cbfs_payload_loader.c2
-rw-r--r--src/lib/loaders/cbfs_ramstage_loader.c2
-rw-r--r--src/lib/loaders/load_and_run_payload.c2
-rw-r--r--src/lib/loaders/load_and_run_ramstage.c2
-rw-r--r--src/lib/loaders/load_and_run_romstage.c2
-rw-r--r--src/lib/memrange.c2
-rw-r--r--src/lib/mocked_tlcl.c2
-rw-r--r--src/lib/primitive_memtest.c2
-rw-r--r--src/lib/prog_ops.c2
-rw-r--r--src/lib/ramstage.ld2
-rw-r--r--src/lib/reg_script.c2
-rw-r--r--src/lib/rmodule.c2
-rw-r--r--src/lib/romstage.ld2
-rw-r--r--src/lib/selfboot.c2
-rw-r--r--src/lib/thread.c2
-rw-r--r--src/lib/timer.c2
-rw-r--r--src/lib/timer_queue.c2
-rw-r--r--src/lib/timestamp.c2
-rw-r--r--src/lib/trace.c2
38 files changed, 38 insertions, 42 deletions
diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc
index b583e6dc284a..11562bd059d3 100644
--- a/src/lib/Makefile.inc
+++ b/src/lib/Makefile.inc
@@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+# Foundation, Inc.
#
subdirs-y += loaders
diff --git a/src/lib/bootblock.ld b/src/lib/bootblock.ld
index 8c9334253228..42e6d6490745 100644
--- a/src/lib/bootblock.ld
+++ b/src/lib/bootblock.ld
@@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
*/
/* This file is included inside a SECTIONS block */
diff --git a/src/lib/bootmem.c b/src/lib/bootmem.c
index f1bd7cc1278b..723c29be0daa 100644
--- a/src/lib/bootmem.c
+++ b/src/lib/bootmem.c
@@ -16,7 +16,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
*/
#include <console/console.h>
diff --git a/src/lib/bootmode.c b/src/lib/bootmode.c
index 98184901df70..c7e4927ca1d9 100644
--- a/src/lib/bootmode.c
+++ b/src/lib/bootmode.c
@@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
*/
#include <rules.h>
diff --git a/src/lib/cbfs.c b/src/lib/cbfs.c
index 8239f07c831c..00071f8934d2 100644
--- a/src/lib/cbfs.c
+++ b/src/lib/cbfs.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., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA
+ * Foundation, Inc.
*/
diff --git a/src/lib/cbfs_spi.c b/src/lib/cbfs_spi.c
index 81e6ec3ce674..6c8d78db75d1 100644
--- a/src/lib/cbfs_spi.c
+++ b/src/lib/cbfs_spi.c
@@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
*/
/*
diff --git a/src/lib/cbmem_common.c b/src/lib/cbmem_common.c
index 6d581c40b21e..e9beb5fe6a38 100644
--- a/src/lib/cbmem_common.c
+++ b/src/lib/cbmem_common.c
@@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
*/
#include <console/console.h>
#include <cbmem.h>
diff --git a/src/lib/cbmem_console.c b/src/lib/cbmem_console.c
index 9d292bfb58b2..30bf4395115c 100644
--- a/src/lib/cbmem_console.c
+++ b/src/lib/cbmem_console.c
@@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA
+ * Foundation, Inc.
*/
#include <console/console.h>
diff --git a/src/lib/coreboot_table.c b/src/lib/coreboot_table.c
index 4af50edb9212..b1fbef602682 100644
--- a/src/lib/coreboot_table.c
+++ b/src/lib/coreboot_table.c
@@ -16,8 +16,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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc.
*/
#include <console/console.h>
diff --git a/src/lib/debug.c b/src/lib/debug.c
index 8d629c201982..8443afa673b4 100644
--- a/src/lib/debug.c
+++ b/src/lib/debug.c
@@ -15,8 +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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc.
*/
static void print_debug_pci_dev(unsigned dev)
diff --git a/src/lib/gcc.c b/src/lib/gcc.c
index 0db7196c0eec..22de32815cb1 100644
--- a/src/lib/gcc.c
+++ b/src/lib/gcc.c
@@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA
+ * Foundation, Inc.
*/
#include <arch/cpu.h>
diff --git a/src/lib/gcov-glue.c b/src/lib/gcov-glue.c
index 615624fadbe6..b1935454382e 100644
--- a/src/lib/gcov-glue.c
+++ b/src/lib/gcov-glue.c
@@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA
+ * Foundation, Inc.
*/
#include <stdint.h>
diff --git a/src/lib/gpio.c b/src/lib/gpio.c
index 633eabb4f561..b185cc2c6a28 100644
--- a/src/lib/gpio.c
+++ b/src/lib/gpio.c
@@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
*/
#include <base3.h>
diff --git a/src/lib/halt.c b/src/lib/halt.c
index edd5f5e9153d..145ef1ab3f87 100644
--- a/src/lib/halt.c
+++ b/src/lib/halt.c
@@ -15,8 +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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc.
*/
#include <arch/hlt.h>
diff --git a/src/lib/hardwaremain.c b/src/lib/hardwaremain.c
index 295edcdd6900..80f677695c6d 100644
--- a/src/lib/hardwaremain.c
+++ b/src/lib/hardwaremain.c
@@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
*/
diff --git a/src/lib/hexdump.c b/src/lib/hexdump.c
index a15c5cdb1160..1329f222442f 100644
--- a/src/lib/hexdump.c
+++ b/src/lib/hexdump.c
@@ -16,8 +16,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.
*/
#include <console/console.h>
diff --git a/src/lib/jpeg.c b/src/lib/jpeg.c
index 4297299ee5d1..a86ea06661e4 100644
--- a/src/lib/jpeg.c
+++ b/src/lib/jpeg.c
@@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
*/
/*
diff --git a/src/lib/jpeg.h b/src/lib/jpeg.h
index b2f592321751..a32e4aff8e7e 100644
--- a/src/lib/jpeg.h
+++ b/src/lib/jpeg.h
@@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
*/
/*
diff --git a/src/lib/loaders/Makefile.inc b/src/lib/loaders/Makefile.inc
index 9dca06bcfa4f..ef5af6a7aab9 100644
--- a/src/lib/loaders/Makefile.inc
+++ b/src/lib/loaders/Makefile.inc
@@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+# Foundation, Inc.
#
bootblock-y += load_and_run_romstage.c
diff --git a/src/lib/loaders/cbfs_payload_loader.c b/src/lib/loaders/cbfs_payload_loader.c
index 3928613e7390..8e790a2952e5 100644
--- a/src/lib/loaders/cbfs_payload_loader.c
+++ b/src/lib/loaders/cbfs_payload_loader.c
@@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
*/
#include <cbfs.h>
diff --git a/src/lib/loaders/cbfs_ramstage_loader.c b/src/lib/loaders/cbfs_ramstage_loader.c
index c4606536ad84..acbc6c0afee2 100644
--- a/src/lib/loaders/cbfs_ramstage_loader.c
+++ b/src/lib/loaders/cbfs_ramstage_loader.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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
*/
#include <console/console.h>
#include <cbfs.h>
diff --git a/src/lib/loaders/load_and_run_payload.c b/src/lib/loaders/load_and_run_payload.c
index 4928e0c1e063..661611031972 100644
--- a/src/lib/loaders/load_and_run_payload.c
+++ b/src/lib/loaders/load_and_run_payload.c
@@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
*/
#include <stdint.h>
diff --git a/src/lib/loaders/load_and_run_ramstage.c b/src/lib/loaders/load_and_run_ramstage.c
index 504dbff55cab..47637b85fca7 100644
--- a/src/lib/loaders/load_and_run_ramstage.c
+++ b/src/lib/loaders/load_and_run_ramstage.c
@@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
*/
#include <stdlib.h>
diff --git a/src/lib/loaders/load_and_run_romstage.c b/src/lib/loaders/load_and_run_romstage.c
index b54c6917acc9..dfcb8597dc4e 100644
--- a/src/lib/loaders/load_and_run_romstage.c
+++ b/src/lib/loaders/load_and_run_romstage.c
@@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
*/
diff --git a/src/lib/memrange.c b/src/lib/memrange.c
index d2ffa26e99c8..c8b0a07b812f 100644
--- a/src/lib/memrange.c
+++ b/src/lib/memrange.c
@@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
*/
#include <stdlib.h>
#include <console/console.h>
diff --git a/src/lib/mocked_tlcl.c b/src/lib/mocked_tlcl.c
index 628afc2f4e56..c5c12bfd3b27 100644
--- a/src/lib/mocked_tlcl.c
+++ b/src/lib/mocked_tlcl.c
@@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
*/
#include <tpm_lite/tlcl.h>
diff --git a/src/lib/primitive_memtest.c b/src/lib/primitive_memtest.c
index d59d25fd92fe..c9a351996949 100644
--- a/src/lib/primitive_memtest.c
+++ b/src/lib/primitive_memtest.c
@@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
*/
#include <inttypes.h>
diff --git a/src/lib/prog_ops.c b/src/lib/prog_ops.c
index 755b1356156c..80f4ff5a592a 100644
--- a/src/lib/prog_ops.c
+++ b/src/lib/prog_ops.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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
*/
#include <program_loading.h>
diff --git a/src/lib/ramstage.ld b/src/lib/ramstage.ld
index f12653ec2e00..138f30eb4392 100644
--- a/src/lib/ramstage.ld
+++ b/src/lib/ramstage.ld
@@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
*/
/* This file is included inside a SECTIONS block */
diff --git a/src/lib/reg_script.c b/src/lib/reg_script.c
index bd9cdddf1a2c..4cc1ab0cd7c1 100644
--- a/src/lib/reg_script.c
+++ b/src/lib/reg_script.c
@@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
*/
#include <arch/io.h>
diff --git a/src/lib/rmodule.c b/src/lib/rmodule.c
index 799d8f00edb1..359272fc2be9 100644
--- a/src/lib/rmodule.c
+++ b/src/lib/rmodule.c
@@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
*/
#include <assert.h>
#include <cbmem.h>
diff --git a/src/lib/romstage.ld b/src/lib/romstage.ld
index 1e80962ab599..34e76c0c4829 100644
--- a/src/lib/romstage.ld
+++ b/src/lib/romstage.ld
@@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
*/
/* This file is included inside a SECTIONS block */
diff --git a/src/lib/selfboot.c b/src/lib/selfboot.c
index edf36e707343..06c0f601b4b0 100644
--- a/src/lib/selfboot.c
+++ b/src/lib/selfboot.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., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA
+ * Foundation, Inc.
*/
#include <console/console.h>
diff --git a/src/lib/thread.c b/src/lib/thread.c
index 089ae3f04a33..036c5ec514e4 100644
--- a/src/lib/thread.c
+++ b/src/lib/thread.c
@@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
*/
#include <stddef.h>
#include <stdint.h>
diff --git a/src/lib/timer.c b/src/lib/timer.c
index 8aeaa063c1a9..df4af7d39d48 100644
--- a/src/lib/timer.c
+++ b/src/lib/timer.c
@@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
*/
#include <console/console.h>
diff --git a/src/lib/timer_queue.c b/src/lib/timer_queue.c
index 8d11f107a8c4..c141bf2be8c0 100644
--- a/src/lib/timer_queue.c
+++ b/src/lib/timer_queue.c
@@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
*/
#include <stddef.h>
#include <timer.h>
diff --git a/src/lib/timestamp.c b/src/lib/timestamp.c
index 4b5f4d4b06de..98ab24321659 100644
--- a/src/lib/timestamp.c
+++ b/src/lib/timestamp.c
@@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA
+ * Foundation, Inc.
*/
#include <stddef.h>
diff --git a/src/lib/trace.c b/src/lib/trace.c
index 185e6c8ab3fa..899842c784bb 100644
--- a/src/lib/trace.c
+++ b/src/lib/trace.c
@@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
*/
#include <types.h>