- Remove all of the annoying $Id strings
authorEric Biederman <ebiederm@xmission.com>
Sat, 12 Jul 2003 02:15:12 +0000 (02:15 +0000)
committerEric Biederman <ebiederm@xmission.com>
Sat, 12 Jul 2003 02:15:12 +0000 (02:15 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@956 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

29 files changed:
src/arch/i386/include/arch/asm.h
src/arch/i386/include/arch/intel.h
src/arch/ppc/include/ppc.h
src/arch/ppc/include/ppcreg.h
src/arch/ppc/include/timer.h
src/arch/ppc/lib/c_start.S
src/arch/ppc/lib/cpuid.c
src/arch/ppc/lib/floats.S
src/arch/ppc/lib/floats.inc
src/arch/ppc/lib/setup.c
src/arch/ppc/lib/timebase.S
src/arch/ppc/lib/timer.c
src/config/linuxbios_c.ld
src/console/console.c
src/console/printk.c
src/console/vsprintf.c
src/cpu/p6/mtrr.c
src/include/device/pci.h
src/lib/uart8250.c
src/mainboard/motorola/sandpoint/flash.h
src/mainboard/motorola/sandpoint/flash/amd800.c
src/mainboard/motorola/sandpoint/flash/flash.c
src/mainboard/motorola/sandpoint/nvram.h
src/mainboard/motorola/sandpoint/nvram/nvram.c
src/northbridge/motorola/mpc107/i2c.c
src/northbridge/motorola/mpc107/i2c.h
src/pmc/altimus/mpc7410/mpc7410.c
src/superio/NSC/pc87360/superio.c
src/superio/NSC/pc97307/superio.c

index ea63e2d4eb0ca7683ac331ae31175334acf1ffc5..122b299d238f538a080604289c5f98614eff0583 100644 (file)
@@ -7,22 +7,11 @@
  * Bootstrap code for the STPC Consumer
  * Copyright (c) 1999 by Net Insight AB. All Rights Reserved.
  *
- * $Id$
- *
  */
 
 #define        I386_ALIGN_TEXT 0
 #define        I386_ALIGN_DATA 0
 
-/*
- *     XXX
- */
-#ifdef __ELF__
-#define        EXT(x)          x
-#else
-#define        EXT(x)          _ ## x
-#endif
-
 #define        STATIC(x)       .align I386_ALIGN_TEXT; EXT(x): 
 #define        GLOBAL(x)       .globl EXT(x); STATIC(x)
 #define        ENTRY(x)        .text; GLOBAL(x)
index df6604e08e1289a784d6a5ba27bea81db718f0f7..e46e881558a651bc63b570e7f479dd4e4c4aca60 100644 (file)
@@ -27,8 +27,6 @@ it with the version available from LANL.
 /*
  * Bootstrap code for the Intel
  *
- * $Id$
- *
  */
 
 /* 
index fe4aa1654b2148d91ce919aa8c492f7f8f3f7c36..88154712ff00c90edc697a19f895ce704631184f 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 /* Copyright 2000  AG Electronics Ltd. */
 /* This code is distributed without warranty under the GPL v2 (see COPYING) */
 
index 5ec0dd9417075a5ab4a2427a0b15d21de1cf4a22..8e917ebeff566eda9dcd767a40cdbb35e5c2605e 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 /* Copyright 2000  AG Electronics Ltd. */
 /* This code is distributed without warranty under the GPL v2 (see COPYING) */
 
index 9a2328f7cdd7ae6b5814d2839bd25fdd6c452ec3..eacd7f01af9eea64e4100d4196ee75ad46de655d 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 /* Copyright 2000  AG Electronics Ltd. */
 /* This code is distributed without warranty under the GPL v2 (see COPYING) */
 
index 1719fd7103e04b0878104e0ee196040603a8df17..e88ce67f8cff2f5cb356b02b1b5a6ee5bd269c5e 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 /* Copyright 2000  AG Electronics Ltd. */
 /* This code is distributed without warranty under the GPL v2 (see COPYING) */
 
index ff4e3cccad48d4c8b65d56a88b3feb86432e7c3c..c80458d09c9876b24e3fa55d8f73e232433286ad 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 /* Copyright 2000  AG Electronics Ltd. */
 /* This code is distributed without warranty under the GPL v2 (see COPYING) */
 
index 57b38cb9c36fb3d2a0cf8caafb3a32a4b2f5fb86..393ebe338c1755e8403c59df4e036c498b182d7a 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 /* Copyright 1999-2000  AG Electronics Ltd. */
 /* This code is distributed without warranty under the GPL v2 (see COPYING) */
 
index 5c366af63f15ab6d46649a1f1f28cb4030caf871..c80120acc0db9eecd56b2e34aa84b589d11f3b42 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 /* Copyright 1999-2000  AG Electronics Ltd. */
 /* This code is distributed without warranty under the GPL v2 (see COPYING) */
 
index 000a4b15a99d09ef65e443b8fe2ae89480285108..09fd4c06e2df89de989f59223abf4c815c378d84 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 /* Copyright 2000  AG Electronics Ltd. */
 /* This code is distributed without warranty under the GPL v2 (see COPYING) */
 
index 48171db498a2d1fb8e51f7ac71e4f232ab1d71f7..248248bd823ff720410300f7f1a26741dcda4bc9 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 /* Copyright 1999-2000  AG Electronics Ltd. */
 /* This code is distributed without warranty under the GPL v2 (see COPYING) */
 
index 8f968f1a5f48622a35ff07f9fa9e631707afacc3..c82df1973b7d78eba5d216942e5d6e0030a522c0 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 /* Copyright 2000  AG Electronics Ltd. */
 /* This code is distributed without warranty under the GPL v2 (see COPYING) */
 
index 9cb2978c5d42970db590505d1676018d672aceea..4340f1a135bdf60ac5c9e9744ac65a5c15e14798 100644 (file)
@@ -10,9 +10,6 @@
 /*
  * Bootstrap code for the STPC Consumer
  * Copyright (c) 1999 by Net Insight AB. All Rights Reserved.
- *
- * $Id$
- *
  */
 
 /*
index 458fbb8fffeeb3e04c1b670de420ef0fa0c8d9a6..0f6fb07406cd175a53ea77499366928c787291dd 100644 (file)
@@ -1,7 +1,5 @@
 /*
  * Bootstrap code for the INTEL 
- * $Id$
- *
  */
 
 #include <arch/io.h>
index 67b0d4e19bac75d56660bde4e01e26fb258ba45d..636424c12a764c9925ad7807e0e35521c33c39c1 100644 (file)
@@ -4,11 +4,6 @@
  *  Copyright (C) 1991, 1992  Linus Torvalds
  *
  */
-
-#ifndef lint
-static char rcsid[] = "$Id$";
-#endif
-
 //typedef void * va_list;
 
 #include <stdarg.h>
index b1310c62d107789582fb95bc6e0b74db2b01086e..cabede0991b1e335a5c1660ce26828af4c09f497 100644 (file)
@@ -8,11 +8,6 @@
 /*
  * Wirzenius wrote this portably, Torvalds fucked it up :-)
  */
-
-#ifndef lint
-static char rcsid[] = "$Id$";
-#endif
-
 #include <stdarg.h>
 #include <string.h>
 
index 59de9b5ece6402ada9e8a6a1c884b7de32125c97..413acb18839b6d860d70ee76dd2c7adeae5286fc 100644 (file)
@@ -21,8 +21,6 @@
  *
  *
  * Reference: Intel Architecture Software Developer's Manual, Volume 3: System Programming
- *
- * $Id$
  */
 
 #include <console/console.h>
index c49a2bdcc0d75d63a7a364d588c24cda344d6312..0b76de321a1d728b93259efd7de03d8af483e83b 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *     $Id$
- *
  *     PCI defines and function prototypes
  *     Copyright 1994, Drew Eckhardt
  *     Copyright 1997--1999 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
index 778919b7ff5ddf89a38f94638a69fb3ae042a90c..ceb4e4aa86d44002b5f955ebdec22aa50bebdd39 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef lint
-static char rcsid[] = "$Id$";
-#endif
-
 /* Should support 8250, 16450, 16550, 16550A type uarts */
 #include <arch/io.h>
 #include <uart8250.h>
index bd104a529c01b94fd2d85f3d80e9a5b8d7a35f61..1d4b812dbcf8718f47d05a840024bf9d2d5d4211 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 /* Copyright 2000  AG Electronics Ltd. */
 /* This code is distributed without warranty under the GPL v2 (see COPYING) */
 
index 607f3d7635d7e026c2bae32c7deddf265b5354c4..da56082bfcc485adfa4911768bfce68c64bcb096 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 /* Copyright 2000  AG Electronics Ltd. */
 /* This code is distributed without warranty under the GPL v2 (see COPYING) */
 
index 8db0f6aa57af85f2a040c785dd3dd57318281416..3cd50c082762f6c34991fcdd39553a3a4d986b53 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 /* Copyright 2000  AG Electronics Ltd. */
 /* This code is distributed without warranty under the GPL v2 (see COPYING) */
 
index 67b99f57f603af72cfe46ca0fd0d62dfdd42f3df..081ffa67586b1003d393ef593438e2c18011fc2f 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 /* Copyright 2000  AG Electronics Ltd. */
 /* This code is distributed without warranty under the GPL v2 (see COPYING) */
 /* Definitions for nvram devices - these are flash or eeprom devices used to
index 45ca3f26e9dbc91ac07427684c9f731b4d5c9de4..e6a293b029f9fa889f508d9162822b21b635ada8 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 /* Copyright 2000  AG Electronics Ltd. */
 /* This code is distributed without warranty under the GPL v2 (see COPYING) */
 
index 5f06a5136fbfa119cafcc05dc53875ba35b13bd8..9b19f824a64cfdff5909610cb2dde9e4d68bfda6 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id$
+/*
  * (C) Copyright 2002
  * Humboldt Solutions Ltd, <adrian@humboldt.co.uk>
  *
index c335a6f9ee87965233b9124d3b8e4569f8e8465d..d54f599bd3eac870afa7a7536735005ad53ca0bd 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id$
+/* 
  * (C) Copyright 2002
  * Humboldt Solutions Ltd, <adrian@humboldt.co.uk>
  *
index cb556b0793734be1ad7be3c56fb6da1112b2783d..2d69149a691943e858ec67872631b3b2d862dbe4 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 /* Copyright 2000  AG Electronics Ltd. */
 /* This code is distributed without warranty under the GPL v2 (see COPYING) */
 
index 451bf4b8c4ffcdb8d9eb6b4a8cea6f7c1b39e751..aa4b6680006897ecb61285c7bb6b04774f804e49 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 /* Copyright 2000  AG Electronics Ltd. */
 /* This code is distributed without warranty under the GPL v2 (see COPYING) */
 
index 99f0eac6a2d036a266a31255deee205ec6ad2633..621ad9045a92a3b74950ca9f1ed45db90b14390f 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 /* Copyright 2000  AG Electronics Ltd. */
 /* This code is distributed without warranty under the GPL v2 (see COPYING) */