Fix Murray Jensen's mail address. Patch by Murray Jensen, 30 Jun 2005
diff --git a/CHANGELOG b/CHANGELOG index a6c64f6..658ab0e 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -2,6 +2,9 @@ Changes for U-Boot 1.1.3: ====================================================================== +* Fix Murray Jensen's mail address. + Patch by Murray Jensen, 30 Jun 2005 + * Preserve PHY_BMCR during a soft reset. Patch by Carl Riechers, 24 Jun 2005
diff --git a/CREDITS b/CREDITS index 948043e..1e5d8ba 100644 --- a/CREDITS +++ b/CREDITS
@@ -198,10 +198,9 @@ W: www.denx.de N: Murray Jensen -E: Murray.Jensen@cmst.csiro.au +E: Murray.Jensen@csiro.au D: Initial 8260 support; GDB support D: Port to Cogent+Hymod boards; Hymod Board Database -W: http://www.msa.cmst.csiro.au/ourstaff/MurrayJensen/mjj.html N: Yoo. Jonghoon E: yooth@ipone.co.kr
diff --git a/MAINTAINERS b/MAINTAINERS index 3469f6a..3015796 100644 --- a/MAINTAINERS +++ b/MAINTAINERS
@@ -178,7 +178,7 @@ KUP4K MPC855 KUP4X MPC859 -Murray Jensen <Murray.Jensen@cmst.csiro.au> +Murray Jensen <Murray.Jensen@csiro.au> cogent_mpc8xx MPC8xx
diff --git a/board/cogent/README.cma286 b/board/cogent/README.cma286 index aeebc85..0345fea 100644 --- a/board/cogent/README.cma286 +++ b/board/cogent/README.cma286
@@ -65,5 +65,5 @@ If anyone finds anything wrong with the stuff above, I would appreciate an email about it. -Murray Jensen <Murray.Jensen@cmst.csiro.au> +Murray Jensen <Murray.Jensen@csiro.au> 21-Aug-00
diff --git a/tools/bddb/README b/tools/bddb/README index 778e41c..9bee59a 100644 --- a/tools/bddb/README +++ b/tools/bddb/README
@@ -1,7 +1,7 @@ Hymod Board Database (C) Copyright 2001 -Murray Jensen <Murray.Jensen@cmst.csiro.au> +Murray Jensen <Murray.Jensen@csiro.au> CSIRO Manufacturing Science and Technology, Preston Lab 25-Jun-01
diff --git a/tools/bddb/badsubmit.php b/tools/bddb/badsubmit.php index af0a962..5092a31 100644 --- a/tools/bddb/badsubmit.php +++ b/tools/bddb/badsubmit.php
@@ -1,7 +1,7 @@ <?php // php pages made with phpMyBuilder <http://kyber.dk/phpMyBuilder> ?> <?php // (C) Copyright 2001 - // Murray Jensen <Murray.Jensen@cmst.csiro.au> + // Murray Jensen <Murray.Jensen@csiro.au> // CSIRO Manufacturing Science and Technology, Preston Lab require("defs.php");
diff --git a/tools/bddb/brlog.php b/tools/bddb/brlog.php index fa651ae..e95d694 100644 --- a/tools/bddb/brlog.php +++ b/tools/bddb/brlog.php
@@ -1,7 +1,7 @@ <?php // php pages made with phpMyBuilder <http://kyber.dk/phpMyBuilder> ?> <?php // (C) Copyright 2001 - // Murray Jensen <Murray.Jensen@cmst.csiro.au> + // Murray Jensen <Murray.Jensen@csiro.au> // CSIRO Manufacturing Science and Technology, Preston Lab // list page (hymod_bddb / boards)
diff --git a/tools/bddb/browse.php b/tools/bddb/browse.php index b7cd508..0e94f7d 100644 --- a/tools/bddb/browse.php +++ b/tools/bddb/browse.php
@@ -1,7 +1,7 @@ <?php // php pages made with phpMyBuilder <http://kyber.dk/phpMyBuilder> ?> <?php // (C) Copyright 2001 - // Murray Jensen <Murray.Jensen@cmst.csiro.au> + // Murray Jensen <Murray.Jensen@csiro.au> // CSIRO Manufacturing Science and Technology, Preston Lab // list page (hymod_bddb / boards)
diff --git a/tools/bddb/config.php b/tools/bddb/config.php index 8d54993..6725757 100644 --- a/tools/bddb/config.php +++ b/tools/bddb/config.php
@@ -1,6 +1,6 @@ <?php // (C) Copyright 2001 - // Murray Jensen <Murray.Jensen@cmst.csiro.au> + // Murray Jensen <Murray.Jensen@csiro.au> // CSIRO Manufacturing Science and Technology, Preston Lab // mysql database access info
diff --git a/tools/bddb/create_tables.sql b/tools/bddb/create_tables.sql index aa007c1..4c25dd1 100644 --- a/tools/bddb/create_tables.sql +++ b/tools/bddb/create_tables.sql
@@ -4,8 +4,8 @@ # Host: localhost Database : hymod_bddb # (C) Copyright 2001 -# Murray Jensen <Murray.Jensen@cmst.csiro.au> -# CSIRO Manufacturing Science and Technology, Preston Lab +# Murray Jensen <Murray.Jensen@csiro.au> +# CSIRO Manufacturing and Infrastructure Technology, Preston Lab # -------------------------------------------------------- #
diff --git a/tools/bddb/defs.php b/tools/bddb/defs.php index 9361419..be8a3b9 100644 --- a/tools/bddb/defs.php +++ b/tools/bddb/defs.php
@@ -1,7 +1,7 @@ <?php // php pages made with phpMyBuilder <http://kyber.dk/phpMyBuilder> ?> <?php // (C) Copyright 2001 - // Murray Jensen <Murray.Jensen@cmst.csiro.au> + // Murray Jensen <Murray.Jensen@csiro.au> // CSIRO Manufacturing Science and Technology, Preston Lab // contains mysql user id and password - keep secret @@ -108,7 +108,7 @@ echo "<hr></hr>\n"; echo "<table width=\"100%\"><tr><td align=left>\n<address>" . "If you have any problems, email " . - "<a href=\"mailto:Murray.Jensen@cmst.csiro.au\">" . + "<a href=\"mailto:Murray.Jensen@csiro.au\">" . "Murray Jensen" . "</a></address>\n" . "</td><td align=right>\n" .
diff --git a/tools/bddb/dodelete.php b/tools/bddb/dodelete.php index 839ad8c..f1567d2 100644 --- a/tools/bddb/dodelete.php +++ b/tools/bddb/dodelete.php
@@ -1,7 +1,7 @@ <?php // php pages made with phpMyBuilder <http://kyber.dk/phpMyBuilder> ?> <?php // (C) Copyright 2001 - // Murray Jensen <Murray.Jensen@cmst.csiro.au> + // Murray Jensen <Murray.Jensen@csiro.au> // CSIRO Manufacturing Science and Technology, Preston Lab // dodelete page (hymod_bddb / boards)
diff --git a/tools/bddb/dodellog.php b/tools/bddb/dodellog.php index d5822c5..5942ec9 100644 --- a/tools/bddb/dodellog.php +++ b/tools/bddb/dodellog.php
@@ -1,7 +1,7 @@ <?php // php pages made with phpMyBuilder <http://kyber.dk/phpMyBuilder> ?> <?php // (C) Copyright 2001 - // Murray Jensen <Murray.Jensen@cmst.csiro.au> + // Murray Jensen <Murray.Jensen@csiro.au> // CSIRO Manufacturing Science and Technology, Preston Lab // dodelete page (hymod_bddb / boards)
diff --git a/tools/bddb/doedit.php b/tools/bddb/doedit.php index 110ecf3..a46ea10 100644 --- a/tools/bddb/doedit.php +++ b/tools/bddb/doedit.php
@@ -1,7 +1,7 @@ <?php // php pages made with phpMyBuilder <http://kyber.dk/phpMyBuilder> ?> <?php // (C) Copyright 2001 - // Murray Jensen <Murray.Jensen@cmst.csiro.au> + // Murray Jensen <Murray.Jensen@csiro.au> // CSIRO Manufacturing Science and Technology, Preston Lab // doedit page (hymod_bddb / boards)
diff --git a/tools/bddb/doedlog.php b/tools/bddb/doedlog.php index f800471..21e50b0 100644 --- a/tools/bddb/doedlog.php +++ b/tools/bddb/doedlog.php
@@ -1,7 +1,7 @@ <?php // php pages made with phpMyBuilder <http://kyber.dk/phpMyBuilder> ?> <?php // (C) Copyright 2001 - // Murray Jensen <Murray.Jensen@cmst.csiro.au> + // Murray Jensen <Murray.Jensen@csiro.au> // CSIRO Manufacturing Science and Technology, Preston Lab // doedit page (hymod_bddb / boards)
diff --git a/tools/bddb/donew.php b/tools/bddb/donew.php index 0f6e0d7..b1288d6 100644 --- a/tools/bddb/donew.php +++ b/tools/bddb/donew.php
@@ -1,7 +1,7 @@ <?php // php pages made with phpMyBuilder <http://kyber.dk/phpMyBuilder> ?> <?php // (C) Copyright 2001 - // Murray Jensen <Murray.Jensen@cmst.csiro.au> + // Murray Jensen <Murray.Jensen@csiro.au> // CSIRO Manufacturing Science and Technology, Preston Lab // doedit page (hymod_bddb / boards)
diff --git a/tools/bddb/donewlog.php b/tools/bddb/donewlog.php index 35ba125..c3b9606 100644 --- a/tools/bddb/donewlog.php +++ b/tools/bddb/donewlog.php
@@ -1,7 +1,7 @@ <?php // php pages made with phpMyBuilder <http://kyber.dk/phpMyBuilder> ?> <?php // (C) Copyright 2001 - // Murray Jensen <Murray.Jensen@cmst.csiro.au> + // Murray Jensen <Murray.Jensen@csiro.au> // CSIRO Manufacturing Science and Technology, Preston Lab // doedit page (hymod_bddb / boards)
diff --git a/tools/bddb/edit.php b/tools/bddb/edit.php index f7d4830..155e848 100644 --- a/tools/bddb/edit.php +++ b/tools/bddb/edit.php
@@ -1,7 +1,7 @@ <?php // php pages made with phpMyBuilder <http://kyber.dk/phpMyBuilder> ?> <?php // (C) Copyright 2001 - // Murray Jensen <Murray.Jensen@cmst.csiro.au> + // Murray Jensen <Murray.Jensen@csiro.au> // CSIRO Manufacturing Science and Technology, Preston Lab // edit page (hymod_bddb / boards)
diff --git a/tools/bddb/edlog.php b/tools/bddb/edlog.php index 7f311bf..375dca3 100644 --- a/tools/bddb/edlog.php +++ b/tools/bddb/edlog.php
@@ -1,7 +1,7 @@ <?php // php pages made with phpMyBuilder <http://kyber.dk/phpMyBuilder> ?> <?php // (C) Copyright 2001 - // Murray Jensen <Murray.Jensen@cmst.csiro.au> + // Murray Jensen <Murray.Jensen@csiro.au> // CSIRO Manufacturing Science and Technology, Preston Lab // edit page (hymod_bddb / boards)
diff --git a/tools/bddb/execute.php b/tools/bddb/execute.php index 7adcfec..4cc87c7 100644 --- a/tools/bddb/execute.php +++ b/tools/bddb/execute.php
@@ -1,7 +1,7 @@ <?php // php pages made with phpMyBuilder <http://kyber.dk/phpMyBuilder> ?> <?php // (C) Copyright 2001 - // Murray Jensen <Murray.Jensen@cmst.csiro.au> + // Murray Jensen <Murray.Jensen@csiro.au> // CSIRO Manufacturing Science and Technology, Preston Lab if (!isset($serno))
diff --git a/tools/bddb/index.php b/tools/bddb/index.php index 9d6c7f5..842aed5 100644 --- a/tools/bddb/index.php +++ b/tools/bddb/index.php
@@ -1,7 +1,7 @@ <?php // php pages made with phpMyBuilder <http://kyber.dk/phpMyBuilder> ?> <?php // (C) Copyright 2001 - // Murray Jensen <Murray.Jensen@cmst.csiro.au> + // Murray Jensen <Murray.Jensen@csiro.au> // CSIRO Manufacturing Science and Technology, Preston Lab require("defs.php");
diff --git a/tools/bddb/new.php b/tools/bddb/new.php index 889c6ae..618194c 100644 --- a/tools/bddb/new.php +++ b/tools/bddb/new.php
@@ -1,7 +1,7 @@ <?php // php pages made with phpMyBuilder <http://kyber.dk/phpMyBuilder> ?> <?php // (C) Copyright 2001 - // Murray Jensen <Murray.Jensen@cmst.csiro.au> + // Murray Jensen <Murray.Jensen@csiro.au> // CSIRO Manufacturing Science and Technology, Preston Lab // edit page (hymod_bddb / boards)
diff --git a/tools/bddb/newlog.php b/tools/bddb/newlog.php index 3f51639..70f62ff 100644 --- a/tools/bddb/newlog.php +++ b/tools/bddb/newlog.php
@@ -1,7 +1,7 @@ <?php // php pages made with phpMyBuilder <http://kyber.dk/phpMyBuilder> ?> <?php // (C) Copyright 2001 - // Murray Jensen <Murray.Jensen@cmst.csiro.au> + // Murray Jensen <Murray.Jensen@csiro.au> // CSIRO Manufacturing Science and Technology, Preston Lab // edit page (hymod_bddb / boards)
diff --git a/tools/gdb/Makefile b/tools/gdb/Makefile index faff120..e7618b7 100644 --- a/tools/gdb/Makefile +++ b/tools/gdb/Makefile
@@ -1,6 +1,6 @@ # # (C) Copyright 2000 -# Murray Jensen <Murray.Jensen@cmst.csiro.au> +# Murray Jensen <Murray.Jensen@csiro.au> # # See file CREDITS for list of people who contributed to this # project.