summaryrefslogtreecommitdiffstats
path: root/c/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2010-04-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-021-0/+4
| | | | * libchip/rtc/ds1375.c: #include <unistd.h>.
* 2010-03-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-03-121-0/+6
| | | | | | * libchip/network/i82586.c: Readdress use of ctype methods per recommendation from D.J. Delorie on the newlib mailing list. We should pass an unsigned char into these methods.
* 2010-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-03-111-0/+5
| | | | | * libchip/ide/ide_controller.c: Fix warnings for uninitialized variable.
* 2010-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-03-111-0/+4
| | | | * libchip/network/i82586.c: Fix warnings for ctype methods.
* 2010-02-19 Chris Johns <chrisj@rtems.org>Chris Johns2010-02-191-0/+5
| | | | | * libchip/ide/ide_controller.c: Create the devices as block devices.
* Update of libblock API, update of tqm8xx BSPThomas Doerfler2010-01-191-0/+11
|
* Update for block device API changeThomas Doerfler2009-12-181-0/+6
|
* 2009-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-171-0/+5
| | | | | * libchip/network/greth.c: Eliminate unused type rtems_clock_time_value.
* 2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-111-0/+5
| | | | | * libchip/network/dec21140.c: Warning elimination (dec21140_softc->base now is an uint32_t).
* 2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-111-0/+7
| | | | | | | PR 1483/cpukit * libchip/network/dec21140.c, libchip/network/elnk.c, libchip/network/if_dc.c: Move #include <rtems/pci.h> into #if *_SUPPORTED-guarded code sections.
* 2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-081-0/+7
| | | | | | | * libchip/network/dec21140.c, libchip/network/elnk.c, libchip/network/if_dc.c: Ensure PCI drivers are built on all supported configurations. PowerPC conditionals were not current and code was not being built on supported BSPs.
* 2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-11-231-0/+4
| | | | * libchip/network/smc91111.c: Formatting.
* 2009-11-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-121-0/+1
| | | | * libchip/ide/ata.c (rtems_ata_initialize): Avoid implicit cast to uint16_t.
* 2009-11-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-121-0/+5
| | | | | * libchip/ide/ata.c (ata_non_data_request): Change arg from int to uint32_t (16bit ints are too small).
* 2009-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-061-0/+1
| | | | * libchip/network/elnk.c: Use PRI*32 to print u_int32_t's.
* 2009-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-061-0/+4
| | | | * libchip/network/if_dc.c: Fix type mismatch.
* 2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-031-0/+4
| | | | * aclocal/bsp-linkcmds.m4: New.
* 2009-10-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-231-0/+6
| | | | | | * configure.ac: Rework CFLAGS setup. * aclocal/prog-cc.m4: Remove RTEMS_CFLAGS. * automake/compile.am: Remove RTEMS_CFLAGS.
* 2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-221-0/+4
| | | | * libchip/ide/ata.h: Move extern "C".
* 2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-221-0/+8
| | | | | | | | * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c: Use hex-constants to avoid implicit int-casts. * libchip/i2c/spi-memdrv.c: Use hex-constants to avoid implicit int-casts. Use rtems_off64_t offsets to avoid loosing precision.
* interrupt handler type changeThomas Doerfler2009-10-211-0/+4
|
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-211-0/+5
| | | | | * aclocal/bsp-alias.m4: New. * configure.ac: Apply RTEMS_BSP_ALIAS for RTEMS_BSP_FAMILY.
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-211-0/+4
| | | | * aclocal/env-rtemsbsp.m4: Remove AM_CONDITIONAL MULTILIB.
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-211-0/+5
| | | | | * configure.ac: Remove AM_CONDITIONAL MULTILIB. * Makefile.am: Remove BARE_CPU_MODEL.
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-211-0/+4
| | | | * configure.ac: Remove cfg_dir.
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-211-0/+7
| | | | | | | * configure.ac: Remove -std=c99 -fasm. Remove AM_CONDITIONAL LIBCHIP. * libchip/Makefile.am, wrapup/Makefile.am: Remove AM_CONDITIONAL LIBCHIP.
* 2009-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-181-0/+5
| | | | | * configure.ac: Pick up make/custom/*. * aclocal/check-custom-bsp.m4: Adapt to changes to configure.ac.
* 2009-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-161-0/+9
| | | | | * wrapup/Makefile.am: Remove AM_CONDITIONAL HAS_LIBBSP. * configure.ac: Remove AM_CONDITIONAL HAS_LIBBSP.
* 2009-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-161-0/+1
| | | | * Makefile.am: Remove RTEMS_HOST (unused).
* 2009-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-161-0/+1
| | | | * configure.ac: Remove RTEMS_HOST (unused).
* 2009-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-161-0/+4
| | | | * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-151-0/+5
| | | | | * aclocal/check-custom-bsp.m4: Let _RTEMS_CHECK_CUSTOM_BSP look for *.cfg into c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom.
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-141-0/+6
| | | | | | * aclocal/canonical-target-name.m4, aclocal/check-networking.m4, aclocal/check-posix.m4, aclocal/enable-posix.m4, aclocal/rtems-cpu-subdirs.m4: Remove posix/unix.
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-141-0/+6
| | | | | | * configure.ac: Rework make/custom/* handling. * aclocal/check-custom-bsp.m4: Change *.cfg handling. * Makefile.am: Remove make/custom/default.cfg-rule.
* Enable interrupts during open to avoid NULL pointer access in interrupt handler.Thomas Doerfler2009-10-131-0/+5
|
* Update for block device API change.Thomas Doerfler2009-10-131-0/+5
|
* 2009-10-08 Chris Johns <chrisj@rtems.org>Chris Johns2009-10-081-0/+14
| | | | | | | | | | | | | | * libchip/ide/ata.c, c/src/libchip/ide/ata_internal.h: Remove the multiblock support from the ATA driver. Multiblock at the disk level should not be a global policy as a disk may have more than one partition with different block sizes. An IDE driver could decide to use the feature with DMA but this a driver specific design choice. Fixed bugs relating to variable block sizes and large block transfer. * c/src/libchip/ide/ide_controller.c, c/src/libchip/ide/ide_ctrl_cfg.h, c/src/libchip/ide/ide_ctrl_io.h: Changed the block size to 32bits so blocks of 64K or bigger can be transfered in a single driver call.
* 2009-10-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-051-0/+5
| | | | | * libchip/ide/ata.c: Revert previous change. Not all ARM BSPs use a shared irq.h yet and this breaks a significant number of them.
* 2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-011-0/+5
| | | | | * libchip/ide/ata.c: Use simple vectored CPU macro to select interrupt model.
* 2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-301-0/+6
| | | | | | * libchip/serial/z85c30.c, libchip/serial/ns16550.c, libchip/serial/mc68681.c: Reflect termios_baud_to_number having been renamed to rtems_termios_baud_to_number.
* 2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-301-0/+7
| | | | | | | * libchip/serial/sersupp.h: Remove termios_baud_to_index, termios_baud_to_number (duplicate prototypes). Add C++-guards. Include rtems/termiostypes.h.
* 2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-151-0/+4
| | | | * aclocal/bsp-configure.m4: Add RTEMS_BSP_BOOTCARD_OPTIONS.
* 2009-08-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-201-0/+5
| | | | | * aclocal/check-networking.m4: Disable TCP/IP on targets without enough physical address to support BSD TCP/IP stack.
* 2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-101-0/+5
| | | | | * libchip/network/elnk.c: Convert calls to legacy routine rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
* 2009-08-03 Roger Dahlkvist <ruppe@kth.se>Joel Sherrill2009-08-031-0/+4
| | | | * libchip/shmdr/shm_driver.h: nios2 was not accounted for.
* 2009-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-221-0/+4
| | | | * libchip/ide/ata.c: Remove warning.
* code cleanupThomas Doerfler2009-07-171-0/+6
|
* 2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-161-0/+7
| | | | | | | * aclocal/bsp-bootcard-options.m4: Rename BSP_BOOTCARD_OPTIONS to RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs now use the same macros. * aclocal/bsp-bspcleanup-options.m4: New file.
* 2009-06-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-06-121-0/+6
| | | | | | * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Eliminate using the GNU/Linux specific error numbers EBADRQC and ENOTBLK. Switch to EINVAL and ENOTTY as appropriate.
* 2009-05-30 Chris Johns <chrisj@rtems.org>Chris Johns2009-05-301-0/+6
| | | | | | * c/src/libchip/ide/ata.c: Fixed the bug that ignored slave devices on an IDE bus and cleaned up the initialisation register call.