From: mariusgroeger Date: Thu, 14 Mar 2002 16:44:03 +0000 (+0000) Subject: initial checkin X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=67a85bc861af74741cdda0c74bb0d10650e27fda;p=users%2Frw%2Farmboot.git initial checkin --- diff --git a/board/dnp1110/flashasm.S b/board/dnp1110/flashasm.S index 4779962..9eedf68 100644 --- a/board/dnp1110/flashasm.S +++ b/board/dnp1110/flashasm.S @@ -19,7 +19,7 @@ * */ -.ident "$Id: flashasm.S,v 1.1 2002/03/14 16:44:04 mariusgroeger Exp $" +.ident "$Id: flashasm.S,v 1.1.1.1 2002/03/14 16:44:04 mariusgroeger Exp $" //#ifdef HAVE_CONFIG_H //# include diff --git a/board/lart/flashasm.S b/board/lart/flashasm.S index 4779962..9eedf68 100644 --- a/board/lart/flashasm.S +++ b/board/lart/flashasm.S @@ -19,7 +19,7 @@ * */ -.ident "$Id: flashasm.S,v 1.1 2002/03/14 16:44:04 mariusgroeger Exp $" +.ident "$Id: flashasm.S,v 1.1.1.1 2002/03/14 16:44:04 mariusgroeger Exp $" //#ifdef HAVE_CONFIG_H //# include diff --git a/fs/jffs2/compr_rtime.c b/fs/jffs2/compr_rtime.c index 2432e44..6508c4b 100644 --- a/fs/jffs2/compr_rtime.c +++ b/fs/jffs2/compr_rtime.c @@ -31,7 +31,7 @@ * provisions above, a recipient may use your version of this file * under either the RHEPL or the GPL. * - * $Id: compr_rtime.c,v 1.1 2002/03/14 16:44:04 mariusgroeger Exp $ + * $Id: compr_rtime.c,v 1.1.1.1 2002/03/14 16:44:04 mariusgroeger Exp $ * * * Very simple lz77-ish encoder. diff --git a/fs/jffs2/compr_rubin.c b/fs/jffs2/compr_rubin.c index 9ae246e..12f1b54 100644 --- a/fs/jffs2/compr_rubin.c +++ b/fs/jffs2/compr_rubin.c @@ -34,7 +34,7 @@ * provisions above, a recipient may use your version of this file * under either the RHEPL or the GPL. * - * $Id: compr_rubin.c,v 1.1 2002/03/14 16:44:04 mariusgroeger Exp $ + * $Id: compr_rubin.c,v 1.1.1.1 2002/03/14 16:44:04 mariusgroeger Exp $ * */ diff --git a/fs/jffs2/compr_zlib.c b/fs/jffs2/compr_zlib.c index 0509058..3d19a4d 100644 --- a/fs/jffs2/compr_zlib.c +++ b/fs/jffs2/compr_zlib.c @@ -31,7 +31,7 @@ * provisions above, a recipient may use your version of this file * under either the RHEPL or the GPL. * - * $Id: compr_zlib.c,v 1.1 2002/03/14 16:44:04 mariusgroeger Exp $ + * $Id: compr_zlib.c,v 1.1.1.1 2002/03/14 16:44:04 mariusgroeger Exp $ * */ diff --git a/fs/jffs2/jffs2_1pass.c b/fs/jffs2/jffs2_1pass.c index 42d6df8..477bbe3 100644 --- a/fs/jffs2/jffs2_1pass.c +++ b/fs/jffs2/jffs2_1pass.c @@ -1,7 +1,7 @@ /* ------------------------------------------------------------------------- * Filename: jffs2.c - * Version: $Id: jffs2_1pass.c,v 1.1 2002/03/14 16:44:04 mariusgroeger Exp $ + * Version: $Id: jffs2_1pass.c,v 1.1.1.1 2002/03/14 16:44:04 mariusgroeger Exp $ * Copyright: Copyright (C) 2001, Russ Dill * Author: Russ Dill * Description: Module to load kernel from jffs2 @@ -42,7 +42,7 @@ * provisions above, a recipient may use your version of this file * under either the RHEPL or the GPL. * - * $Id: jffs2_1pass.c,v 1.1 2002/03/14 16:44:04 mariusgroeger Exp $ + * $Id: jffs2_1pass.c,v 1.1.1.1 2002/03/14 16:44:04 mariusgroeger Exp $ * */ diff --git a/fs/jffs2/mini_inflate.c b/fs/jffs2/mini_inflate.c index 8ac512b..63c48ce 100644 --- a/fs/jffs2/mini_inflate.c +++ b/fs/jffs2/mini_inflate.c @@ -1,6 +1,6 @@ /*------------------------------------------------------------------------- * Filename: mini_inflate.c - * Version: $Id: mini_inflate.c,v 1.1 2002/03/14 16:44:04 mariusgroeger Exp $ + * Version: $Id: mini_inflate.c,v 1.1.1.1 2002/03/14 16:44:04 mariusgroeger Exp $ * Copyright: Copyright (C) 2001, Russ Dill * Author: Russ Dill * Description: Mini inflate implementation (RFC 1951) diff --git a/include/jffs2/compr_rubin.h b/include/jffs2/compr_rubin.h index 8616876..8cfd49a 100644 --- a/include/jffs2/compr_rubin.h +++ b/include/jffs2/compr_rubin.h @@ -1,7 +1,7 @@ /* Rubin encoder/decoder header */ /* work started at : aug 3, 1994 */ /* last modification : aug 15, 1994 */ -/* $Id: compr_rubin.h,v 1.1 2002/03/14 16:44:03 mariusgroeger Exp $ */ +/* $Id: compr_rubin.h,v 1.1.1.1 2002/03/14 16:44:03 mariusgroeger Exp $ */ #define RUBIN_REG_SIZE 16 #define UPPER_BIT_RUBIN (((long) 1)<<(RUBIN_REG_SIZE-1)) diff --git a/include/jffs2/jffs2.h b/include/jffs2/jffs2.h index 7a0054b..9958d48 100644 --- a/include/jffs2/jffs2.h +++ b/include/jffs2/jffs2.h @@ -31,7 +31,7 @@ * provisions above, a recipient may use your version of this file * under either the RHEPL or the GPL. * - * $Id: jffs2.h,v 1.1 2002/03/14 16:44:03 mariusgroeger Exp $ + * $Id: jffs2.h,v 1.1.1.1 2002/03/14 16:44:03 mariusgroeger Exp $ * */ diff --git a/include/jffs2/load_kernel.h b/include/jffs2/load_kernel.h index bd77966..72d1a11 100644 --- a/include/jffs2/load_kernel.h +++ b/include/jffs2/load_kernel.h @@ -2,7 +2,7 @@ #define load_kernel_h /*------------------------------------------------------------------------- * Filename: load_kernel.h - * Version: $Id: load_kernel.h,v 1.1 2002/03/14 16:44:03 mariusgroeger Exp $ + * Version: $Id: load_kernel.h,v 1.1.1.1 2002/03/14 16:44:03 mariusgroeger Exp $ * Copyright: Copyright (C) 2001, Russ Dill * Author: Russ Dill * Description: header for load kernel modules diff --git a/include/jffs2/mini_inflate.h b/include/jffs2/mini_inflate.h index 709fac8..b41f427 100644 --- a/include/jffs2/mini_inflate.h +++ b/include/jffs2/mini_inflate.h @@ -1,6 +1,6 @@ /*------------------------------------------------------------------------- * Filename: mini_inflate.h - * Version: $Id: mini_inflate.h,v 1.1 2002/03/14 16:44:03 mariusgroeger Exp $ + * Version: $Id: mini_inflate.h,v 1.1.1.1 2002/03/14 16:44:03 mariusgroeger Exp $ * Copyright: Copyright (C) 2001, Russ Dill * Author: Russ Dill * Description: Mini deflate implementation diff --git a/include/serial.h b/include/serial.h index efd635d..14dcd6f 100644 --- a/include/serial.h +++ b/include/serial.h @@ -1,6 +1,6 @@ /*------------------------------------------------------------------------- * Filename: serial.h - * Version: $Id: serial.h,v 1.1 2002/03/14 16:44:03 mariusgroeger Exp $ + * Version: $Id: serial.h,v 1.1.1.1 2002/03/14 16:44:03 mariusgroeger Exp $ * Copyright: Copyright (C) 1999, Erik Mouw * Author: Erik Mouw * Description: Header file for serial.c @@ -29,7 +29,7 @@ * */ -#ident "$Id: serial.h,v 1.1 2002/03/14 16:44:03 mariusgroeger Exp $" +#ident "$Id: serial.h,v 1.1.1.1 2002/03/14 16:44:03 mariusgroeger Exp $" #ifndef BLOB_SERIAL_H #define BLOB_SERIAL_H