summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/uC5282/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-03-08RTEMS: Delete ChangeLog files.Gedare Bloom1-577/+0
This commit deletes all RTEMS ChangeLog files. These files have been abandoned since converting to git version control. The historical data may be recovered by checking out any commit before this one. Most of the contents of these ChangeLog files can also be found in the git log. Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
2011-07-132011-07-13 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-0/+8
PR 1824/cpukit * startup/bspclean.c: Return exit/shutdown status back to boot_card(). boot_card() propagates this to bsp_cleanup() and returns it to the assembly that started the application. bsp_cleanup() prototype changed.
2011-03-152011-03-15 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill1-0/+5
* startup/bspstart.c: Fix clock code on qemu. Also ensure UART is initialized early for printk.
2011-03-042011-03-04 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill1-0/+7
PR 1738/bsps * clock/clock.c, include/bsp.h, network/network.c: system clock driver programs the PIT w/o assuming the CPU clock frequency being a power of two.
2011-02-172011-02-17 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill1-0/+9
PR 1738/bsps * README, startup/bspstart.c, startup/linkcmds: Add support for dynamic clock speed determination. This algorithm is described in the README file. The output of the RTEMS Timing Tests was moved to TIMES to signicantly shrink the README. * TIMES: New file.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* clock/clock.c, startup/bspstart.c, startup/init5282.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2011-02-092011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* timer/timer.c: Include <rtems/btimer.h>. Fix benchmark_timer_read() definition.
2011-02-022011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-04-272010-04-27 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-0/+4
* network/network.c: Remove warnings.
2010-04-272010-04-27 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-0/+5
* network/network.c, startup/bspclean.c, startup/init5282.c: Remove warnings.
2010-04-26 * startup/bspstart.c: Clean up some warnings.Eric Norum1-0/+5
* network/network.c: Fix up full/half duplex printout and some warnings.
2010-04-082010-04-08 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-0/+4
* start/start.S: Spacing.
2009-12-17 adapted to new prototype for *_write functionThomas Doerfler1-0/+5
2009-11-032009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* startup/bspstart.c: Add missing prototype.
2009-10-212009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* make/custom/uC5282.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-152009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* make/custom/uC5282.cfg: New (relocated from /make/custom).
2009-09-302009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+6
* console/console.c: Reflect termios_baud_to_number having been renamed to rtems_termios_baud_to_number.
2009-09-282009-09-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+4
* console/console.c: Add pointer to method used by getchark().
2009-09-152009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+5
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
2009-09-092009-09-09 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-0/+6
* startup/bspstart.c: Added dummy implementation of firmware syscalls for use with QEMU. Dummy handler is installed if no pre-existing firmware handler is found.
2009-08-262009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+5
* clock/clock.c, include/bsp.h: Rename BSP specific idle thread to bsp_idle_thread.
2009-07-30Spaces -> tabs.Joel Sherrill1-18/+18
2009-07-30Enable data cache.Eric Norum1-0/+5
2009-07-28PR 1420/bspsEric Norum1-0/+8
Turn on buffered writes to DRAM. As Device Errata SECF124 notes this may cause double writes, but that's not really a big problem and benchmarking tests have shown that buffered writes do gain some performance.
2009-07-162009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+6
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs have the same options.
2009-06-03Add PR 1420.Joel Sherrill1-0/+1
2009-06-02Fix formatting.Joel Sherrill1-1/+1
2009-06-02As per Freescale chip errata, disable buffered writes.Eric Norum1-0/+4
2009-04-282009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns1-0/+4
* start/start.S: Update for boot_card command line change.
2009-03-022009-03-02 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill1-0/+6
PR 1375/bsps * clock/clock.c: Correct implementation of nanoseconds since last tick handler.
2009-02-252009-02-25 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+4
* clock/clock.c, include/bsp.h: Make bsp idle thread names match.
2009-02-122009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+5
* clock/clock.c, include/bsp.h: Change prototype of IDLE thread to consistently return void * and take a uintptr_t argument.
2009-01-212009-01-21 Eric Norum <norume@aps.anl.gov>Joel Sherrill1-0/+5
PR 1358/bsps * clock/clock.c: Fix time-access bug in uc5282 BSP.
2008-12-042008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+6
* bsp_specs: Move -e start from *link to *startfile to avoid warning for undefined entry symbol when linking relocatables with binutils 2.19.
2008-10-022008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+5
* Makefile.am, preinstall.am: Use shared stub coverhd.h * include/coverhd.h: Removed.
2008-09-302008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect of building libbspstart.a, using automake-rules.
2008-09-302008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* clock/clock.c: include "../../../shared/clockdrv_shell.h". * Makefile.am: Reflect changes above.
2008-09-292008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* Makefile.am: Eliminate *_SOURCES.
2008-09-292008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its components.
2008-09-262008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
2008-09-232008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+6
* configure.ac: Make letting boot_card() handle work area allocation mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
2008-09-232008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+7
* Makefile.am, configure.ac, include/bsp.h, startup/bspstart.c: Rename existing bsp_reset() to bsp_sysReset() since the prototype did not match the standard one. Add standard bsp_reset(). * startup/bspreset.c: New file.
2008-09-182008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+4
* include/bsp.h: Remove unnecessary boilerplate comments.
2008-09-162008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+5
* Makefile.am, startup/bspstart.c, startup/linkcmds: Use top level shared bsp_get_work_area() implementation.
2008-09-162008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+7
* Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Add use of bsp_get_work_area() in its own file and rely on BSP Framework to perform more initialization. Remove unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
2008-09-102008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+6
* include/bsp.h: Review of all bsp_cleanup() implementations. In this phase, all prototypes were removed from bsp.h and empty implementations were removed and made to use the shared stub.
2008-09-052008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* timer/timer.c: Convert to "bool".
2008-08-312008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+5
* timer/timer.c: Eliminate empty function from every benchmark timer driver. Fix spelling.
2008-08-312008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+5
* timer/timer.c: Rename timer driver methods to follow RTEMS programming conventions.
2008-05-232008-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+6
* console/console.c: Eliminate copies of switches to convert termios Bxxx constants to xxx as an integer. Use the shared termios_baud_to_number() routine to do the same conversion.