From 8eb78a204ef6ee9b3932781e4007e311651890f7 Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Fri, 14 Jul 2006 09:52:00 +0000 Subject: added ChangeLog entries for PR1117/1118/1119/1120 --- ChangeLog | 5 ++++ c/src/ChangeLog | 6 +++++ c/src/lib/libbsp/powerpc/gen5200/ChangeLog | 42 ++++++++++++++++++++++++++++++ cpukit/ChangeLog | 27 +++++++++++++++++++ make/ChangeLog | 4 +++ testsuites/ChangeLog | 6 +++++ 6 files changed, 90 insertions(+) diff --git a/ChangeLog b/ChangeLog index 04d171cf21..0b5fc8091e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-07-09 Thomas Doerfler + + * aclocal/bsp-alias.m4: (PR1117) Add brs5l as alias for gen5200 + * aclocal/check-bsps.m4: (PR1117) Add brs5l as alias for gen5200 + 2006-06-23 Worth Burruss * README.configure: Add mcf5235. diff --git a/c/src/ChangeLog b/c/src/ChangeLog index 6777a6a58b..fffbcb8414 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -8,6 +8,12 @@ 4.6 branch. Original modifications by Gaisler Enterprises. * libchip/network/greth.c, libchip/network/greth.h: New files. +2006-07-09 Thomas Doerfler + + * ide/ata.[ch]: + (PR1118) fetch priority for ATA task from a variable, + not a fixed configuration value. + 2006-06-28 Ralf Corsépius * Makefile.am: Add ampolish3. diff --git a/c/src/lib/libbsp/powerpc/gen5200/ChangeLog b/c/src/lib/libbsp/powerpc/gen5200/ChangeLog index 4879ea22fe..b3a189e820 100644 --- a/c/src/lib/libbsp/powerpc/gen5200/ChangeLog +++ b/c/src/lib/libbsp/powerpc/gen5200/ChangeLog @@ -1,3 +1,45 @@ +2006-06-28 Thomas Doerfler + + * Makefile.am, preinstall.am: + (PR1117) Add startup/linkcmds.brs5l, slicetimer.h, nvram.h + to distributed files, add start/start.S to startup sources + + * bestcomm/bestcomm_glue.c: + (PR1117) make SDMA interrupt operations interrupt save + + * bsp_specs: (PR1117) move ecrti to proper location + + * console/console.c: (PR1117) round baudrate divider to nearest match + + * include/bsp.h: (PR1117) activate interrupt for ATA, + modify calculation of ROM size, add BSP_Convert_decrementer + + * include/mpc5200.h: (PR1117) add some register definitions + + * include/tm27.h: + (PR1117) adapt to make tm27 compile again with this BSP + + * mscan/mscan.[ch]: + (PR1117) many improvements and fixes, + transmit queue added, + baud rate settings adapted + + * network/network.c: + (PR1117) add handler code to detect and restart FEC on DMA overflow + + * start/start.S: + (PR1117) fixed some typos and minor bugs + enable FPU in start sequence + + * startup/linkcmds: + (PR1117) removed, no longer used + + * startup/linkcmds.brs5l: + (PR1117) added + + * tod/pcf8563.c: + (PR1117) fixed bug which read wrong hour from RTC + 2006-03-08 Joel Sherrill * startup/linkcmds, startup/linkcmds.pm520: Add .gnu.linkonce.b.* diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 23b324c738..e81c4fe23e 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -23,6 +23,33 @@ point lead to the potential for a thread timing out and already having inherited the ceiling priority. +2006-07-09 Thomas Doerfler + + * libblock/src/bdbuf.c: + * libblock/include/bdbuf.h: + (PR1118) fetch priority for swapout task from a variable, + not a fixed configuration value. + + * libfs/src/imfs/imfs.h: + * libfs/src/imfs/imfs_initsupp.c: + (PR1118) fetch bytes_per_block value from a configuration variable, + not from a preprocessor macro + + * sapi/include/confdefs.h: + (PR1118) add configuration mechanisms for: + - ATA task priority + - swapout task priority + - libblock basic configuration + conditionally add ata driver to device driver table + conditionally add ide driver to device driver table + + * libcsupport/include/sys/cdefs.h: + * libnetworking/include/sys/linker_set.h: + (PR1119) change attribute "unused" to "used" for sysctl data structures + + * libmisc/shell/shell.c: + (PR1120) adapt stdio redirection to current newlib behaviour + 2006-06-28 Ralf Corsépius * Makefile.am: Add ampolish3. diff --git a/make/ChangeLog b/make/ChangeLog index 6b7b165478..e17fd64b5e 100644 --- a/make/ChangeLog +++ b/make/ChangeLog @@ -1,3 +1,7 @@ +2006-07-09 Thomas Doerfler + + * custom/brsl5.cfg: (PR1117) added + 2006-06-08 Bruce Robinson * custom/rbtx4925.cfg: Fix CPU_CFLAGS defines. diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog index 0e18de34cf..d5972edb78 100644 --- a/testsuites/ChangeLog +++ b/testsuites/ChangeLog @@ -1,3 +1,9 @@ +2006-07-09 Thomas Doerfler + + * samples/fileio/system.h: + (PR1118) make use of the new confdefs.h mechanisms + for the IDE/ATA interface + 2006-04-18 Joel Sherrill * aclocal/version.m4: Updated to rtems-4.6.99.3. -- cgit v1.2.3