summaryrefslogtreecommitdiffstats
path: root/c/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2008-08-30 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-301-0/+5
| | | | | * libchip/network/sonic.c: Do not declare a variable just to hold an ignored return value.
* 2008-08-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-08-201-0/+4
| | | | * libchip/i2c/spi-sd-card.c: Fixed integer conversion warnings.
* 2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-191-0/+5
| | | | | * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL. * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
* 2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-191-0/+5
| | | | | * libchip/display/disp_hcms29xx.c: Do not make these static. They appear to be unused that way.
* 2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-191-0/+4
| | | | * libchip/shmdr/shm_driver.h: Correct prototypes.
* 2008-08-19 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-08-191-0/+5
| | | | | * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized variables and made methods static.
* 2008-08-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-181-0/+4
| | | | * libchip/serial/ns16550.c: Fix warning.
* 2008-08-18 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-181-0/+4
| | | | * aclocal/prog-cc.m4: Add -Wnested-externs.
* 2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-181-0/+1
| | | | * libchip/network/dec21140.c: Add missing prototype.
* 2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-181-1/+5
| | | | * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
* 2008-08-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-161-0/+5
| | | | | * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration -Wstrict-prototypes to RTEMS_CFLAGS.
* 2008-08-02 Chris Johns <chrisj@rtems.org>Chris Johns2008-08-021-0/+6
| | | | | | * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove rtems_blkdev_request count and start references. Use RTEMS_BLKDEV_START_BLOCK.
* 2008-07-29 Chris Johns <chrisj@rtems.org>Chris Johns2008-07-291-0/+15
| | | | | | | | | | | | | | | * libchip/i2c/spi-sd-card.c: Updated to the libblock changes. * libchip/ide/ata.c: Change to use a mutex rather than disable pre-emption. Updated to the libblock changes. * libchip/ide/ata_internal.h: Updated to the new chains API. * libchip/ide/ide_controller.c: Updated to the libblock changes. Added come debug tracing. * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated to the libblock changes.
* 2008-07-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-07-271-0/+4
| | | | * configure.ac: Remove RPCGEN, RPCTOOLS.
* usee inttypes.h for output format specifiersThomas Doerfler2008-07-231-0/+5
|
* typos.Joel Sherrill2008-07-181-2/+2
|
* Formatting.Joel Sherrill2008-07-171-1/+0
|
* fixes for display driverThomas Doerfler2008-07-171-0/+5
|
* updated gen83xx BSPThomas Doerfler2008-07-141-0/+6
| | | | | updated haleakala BSP added MPC55xx BSP
* corrections in display driverThomas Doerfler2008-07-141-0/+5
|
* added BSP to m68kThomas Doerfler2008-07-111-0/+7
| | | | adapted PPC exception code
* Extension of the RTEMS Interrupt ManagerThomas Doerfler2008-07-101-0/+5
| | | | (shared handler and handler with a handle).
* 2008-06-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-06-291-0/+5
| | | | | * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING. AC_PREREQ(2.62).
* 2008-06-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-06-011-0/+4
| | | | * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
* 2008-05-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-05-221-0/+9
| | | | | | | | | * libchip/Makefile.am: Move termios helper routines from libchip to libcsupport. Add routine which makes it easy for a termios device driver to inform termios of its default baud rate. This avoids inconsistencies in later termios settings changes. * libchip/serial/termios_baud2index.c, libchip/serial/termios_baud2num.c: Removed.
* 2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-05-151-0/+4
| | | | * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
* 2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-05-151-0/+5
| | | | | * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do not fail if there are none.
* adapted gen83xx to new boardThomas Doerfler2008-05-151-0/+9
|
* 2008-05-07 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2008-05-071-0/+5
| | | | | PR 649/bsps * libchip/ide/ata.c: Give up if the interface does not become ready.
* 2008-04-25 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-04-251-0/+16
| | | | | | | | | | | | | | | | Moved to cpukit. * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE, nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am, nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch, nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c, nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c, nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c, nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c, nfsclient/src/rpcio.c, nfsclient/src/rpcio.h, nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c, nfsclient/src/xdr_mbuf.c: Removed.
* 2008-02-26 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-02-261-0/+4
| | | | * configure.ac: Stop building nfsclient here and build it in CPUKIT.
* 2008-01-05 Chris Johns <chrisj@rtems.org>Chris Johns2008-01-051-0/+5
| | | | | * libchip/flash/am29lv160.c: Update the blank check error message to say there is an error.
* 2007-12-22 Chris Johns <chrisj@rtems.org>Chris Johns2007-12-221-0/+5
| | | | | * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of the hello message. Just one line but still a little too long.
* 2007-12-14 Chris Johns <chrisj@rtems.org>Chris Johns2007-12-141-0/+7
| | | | | | | * wrapup/Makefile.am: Add libflash.a to the libbsp library. * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support. * libchip/flash, libchip/flash/am29lv160.c, libchip/flash/am29lv160.h: New.
* 2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-11-261-0/+4
| | | | * libchip/network/if_fxp.c: Spacing.
* 2007-11-20 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-11-211-0/+6
| | | | | | * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h: Avoid using 'stdio' before the system is up and fully initialized.
* 2007-11-20 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-11-201-0/+6
| | | | | | * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h, * libchip/Makefile.am, libchip/preinstall.am: added new driver for Maxim DS1375 i2c RTC.
* corrected bug in libchip/i2c/spi-flash-m25p40Thomas Doerfler2007-10-261-0/+5
|
* added SPI support to libi2cThomas Doerfler2007-10-251-0/+6
| | | | | added IRQ support to MPC83xx i2c driver added mpc83xx spi driver
* 2007-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-251-0/+4
| | | | * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
* 2007-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-251-0/+4
| | | | * nfsclient/Makefile.am: Fix errors.
* 2007-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-251-0/+4
| | | | * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
* 2007-09-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-09-211-0/+5
| | | | | * aclocal/version.m4: Bump RTEMS_API to 4.9. Bump RTEMS_VERSION to 4.8.99.0.
* 2007-09-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-171-0/+4
| | | | * libchip/network/smc91111.h: Eliminate DEBUG_puts.
* 2007-09-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-09-161-0/+4
| | | | * configure.ac: Remove AC_PROG_AWK (Unused).
* 2007-09-14 Daron Chabot <djc915@mail.usask.ca>Joel Sherrill2007-09-141-0/+6
| | | | | | * libchip/network/if_dc.c: Changed type of ISR argument to void* from rtems_interrupt_vector, to permit passing arbitrary arguments to the ISR. Clean up of variables to silence compiler warnings.
* 2007-09-13 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill2007-09-131-0/+4
| | | | * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
* 2007-09-12 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill2007-09-121-0/+12
| | | | | | | | | | | | * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes. - Odd bit bug in some chips taken care of. - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data alignment but failing to do so must have made the driver writer to make some incorrect assumptions about MBUFs. - Fixed MBUF handling to handle mbuf chains better. The Data length of MBUFs in middle of the mbuf chain are now checked for odd number of bytes. - Made while loop responsible for copying data to fifo port copy 16 shorts per loop instead of 1 short, increasing the copying process.
* 2007-09-07 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill2007-09-071-0/+5
| | | | | * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
* 2007-08-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-08-021-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac, wrapup/Makefile.am: Remove RDBG. * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore, librdbg/Makefile.am, librdbg/preinstall.am, librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h, librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h, librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c, librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c, librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c, librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c, librdbg/src/servtsp.c, librdbg/src/servutil.c, librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S, librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h, librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c, librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c, librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S, librdbg/src/powerpc/rdbg_f.c, librdbg/src/powerpc/new_exception_processing/remdeb.h, librdbg/src/powerpc/new_exception_processing/remdeb_f.x, librdbg/src/powerpc/new_exception_processing/remdeb_svc.c, librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.