mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-23 09:07:52 +08:00
added ChangeLog entries for PR1117/1118/1119/1120
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2006-07-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* 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 <worth@motioncontrol.org>
|
||||
|
||||
* README.configure: Add mcf5235.
|
||||
|
||||
@@ -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 <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* ide/ata.[ch]:
|
||||
(PR1118) fetch priority for ATA task from a variable,
|
||||
not a fixed configuration value.
|
||||
|
||||
2006-06-28 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add ampolish3.
|
||||
|
||||
@@ -1,3 +1,45 @@
|
||||
2006-06-28 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* 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 <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds, startup/linkcmds.pm520: Add .gnu.linkonce.b.*
|
||||
|
||||
@@ -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 <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* 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 <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add ampolish3.
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2006-07-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* custom/brsl5.cfg: (PR1117) added
|
||||
|
||||
2006-06-08 Bruce Robinson <brucer@pmccorp.com>
|
||||
|
||||
* custom/rbtx4925.cfg: Fix CPU_CFLAGS defines.
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2006-07-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* samples/fileio/system.h:
|
||||
(PR1118) make use of the new confdefs.h mechanisms
|
||||
for the IDE/ATA interface
|
||||
|
||||
2006-04-18 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* aclocal/version.m4: Updated to rtems-4.6.99.3.
|
||||
|
||||
Reference in New Issue
Block a user