summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2006-04-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-04-241-0/+4
| | | | * configure.ac, console/console.c:
* Fixed formatting.Joel Sherrill2006-04-161-1/+1
|
* 2005-11-08 Till Straumann <strauman@slac.stanford.edu>Till Straumann2005-11-081-0/+9
| | | | | | | | | PR832/bsps * startup/ldsegs.S: move CPU segment descriptor tables from .text to .data; the CPU modifies the descriptor tables and this could be a problem: a) if text segment is ever write-protected b) rtems-gdb-stub checksums the text segment against the file gdb is using. A checksum mismatch results because of the CPU touching the accessed bit...
* 2005-08-23 Karel Gardas <kgardas@objectsecurity.com>>Joel Sherrill2005-10-051-0/+11
| | | | | | | | | | | * timer/timer.c: Enhance to use either interupt-based timer functions on older CPUs or to use TSC-based timer functions on more recent (Pentium and above) CPUs. The decision is made in Timer_initialize function when it is called for the first time based on a result obtained from cpuid instruction during the BSP initialization phase. During the first call, there are also late bindings to the implementation functions initialized to appropriate values.
* Removed blank line.Joel Sherrill2005-09-291-1/+0
|
* 2005-09-29 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Thomas Doerfler2005-09-291-0/+9
| | | | | | PR649/filesystem * ide/idecfg.c, configure.ac: added configuration items for primary/secondary
* 2005-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-09-011-0/+4
| | | | * clock/Makefile.am, include/Makefile.am: Install tod.h
* 2005-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-201-0/+5
| | | | | PR 743/bsps * clock/Makefile.am: Did not install tod.h.
* 2004-10-13 Eric Norum <norume@aps.anl.gov>Joel Sherrill2004-10-151-0/+5
| | | | | PR 688/bsps * Makefile.am clock/todcfg.c: Add support for MC146818A TOD chip.
* 2004-05-21 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill2004-05-211-0/+8
| | | | | | | | * PR 624/bsps startup/bspstart.c: When probing the memory, make sure not to corrupt the application. Only probe addresses beyond rtemsFreeMemStart. * Let IBMPC_outch() convert LF -> CRLF to avoid printk scrambling the screen.
* 2003-10-02 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill2003-10-021-0/+6
| | | | | | PR 502/bsps * console/outch.c: Add support for a few ANSI escape sequences to make libetcl happy.
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-0/+8
| | | | | | | | * clock/ckinit.c, clock/rtc.c, console/console.c, console/inch.c, console/outch.c, ide/ide.c, include/bsp.h, include/crt.h, ne2000/ne2000.c, start/start.S, startup/bspstart.c, startup/exit.c, startup/ldsegs.S, startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license changed.
* 2003-08-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-08-221-0/+6
| | | | | | PR 445/bsps * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS trunk.
* 2003-08-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2003-08-211-0/+5
| | | | | PR 461/bsps * start/Makefile.am: Correct generation of startup16.bin.
* 2003-08-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-201-0/+4
| | | | * ide/Makefile.am: Don't include @RTEMS_BPS@.cfg.
* 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-111-0/+4
| | | | * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
* 2003-07-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-07-081-0/+4
| | | | * console/console.c: Correct typo.
* HOWTO changes.Chris Johns2003-05-081-0/+6
|
* Merger from trunk.Ralf Corsepius2003-04-141-0/+4
|
* 2003-03-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill2003-03-251-0/+9
| | | | | | | | | PR 368/filesystems * startup/ldsegs.S: Increase alignment. * Makefile.am, configure.ac, include/bsp.h, wrapup/Makefile.am: Added IDE supporting infrastructure. * ide/Makefile.am, ide/ide.c, ide/idecfg.c: New files. Added BSP support for libchip standard ide driver.
* 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-03-061-0/+4
| | | | * configure.ac: Remove AC_CONFIG_AUX_DIR.
* 2003-02-20 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2003-02-201-0/+6
| | | | | | PR 353/bsps * include/bsp.h: Let the application override the network driver and attach routine.
* 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-02-111-0/+4
| | | | * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
* 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-02-111-0/+4
| | | | * configure.ac: AC_PREREQ(2.57).
* 2003-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-201-0/+4
| | | | * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
* 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-151-1/+1
| | | | * ChangeLog: Fix ChangeLog-entry.
* 2002-01-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-151-0/+10
| | | | | | | | | | * 3c509/Makefile.am: Don't include @RTEMS_BSP@.cfg. * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. * console/Makefile.am: Don't include @RTEMS_BSP@.cfg. * ne2000/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg. * wd8003/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-121-0/+4
| | | | * start/Makefile.am: Use install-data-local to install startfile.
* 2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-101-0/+4
| | | | * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-11-201-0/+4
| | | | * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
* 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-211-0/+6
| | | | | | * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
* 2002-09-13 Eric Norum <eric.norum@usask.ca>Joel Sherrill2002-09-141-0/+5
| | | | | * start/start16.S: Remove unwanted + at beginning of relative numeric label.
* 2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-09-081-0/+4
| | | | * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
* 2002-08-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-291-0/+8
| | | | | | | | * console/Makefile.am: Add $(PROJECT_INCLUDE)/rtems to PREINSTALL_FILES. * console/mouse_parser.c: Include <string.h> (for strcmp). * console/vt.c: Include <string.h> (for memcpy). * wd8003/wd8003.c: Include <string.h> (for memcpy, memset).
* 2002-08-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-211-0/+4
| | | | * bsp_specs: Added support for -nostdlibs.
* 2002-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-141-0/+6
| | | | | | * start/start16.S: Per PR259, added code to test for video present before touching the adapter. Eric Norum <eric.norum@usask.ca> tested this patch.
* 2002-08-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-121-0/+4
| | | | * console/ps2_mouse.c: Include <string.h> (for abort/exit).
* 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-111-0/+12
| | | | | | | | | | | | * 3c509/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * ne2000/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. * wd8003/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
* 2002-07-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-301-0/+6
| | | | | | * startup/ldsegs.S: #include <asm.h>. * include/bsp.h: Remove _IBMPC_chrdy (is not a public function). Remove printk (Now in bspIo.h).
* 2002-07-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-211-0/+6
| | | | | | * start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o. Add bsplib_DATA += $(PROJECT_RELEASE)/lib/start16$(LIB_VARIANT).bin.
* 2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-191-0/+4
| | | | * startup/Makefile.am: Add bsplib_DATA = linkcmds.
* 2002-07-16 Eric Norum <eric.norum@usask.ca>Joel Sherrill2002-07-161-0/+6
| | | | | | * console/console.c: Others on the rtems-users list have expressed concern about this run-time selection, so I've enclosed the changes in a #ifdef RTEMS_RUNTIME_CONSOLE_SELECT conditional.
* 2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-041-0/+5
| | | | | * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES. Remove $(OBJS) from all-local.
* 2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-06-301-0/+4
| | | | * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
* 2001-05-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-05-091-0/+8
| | | | | | | | * startup/linkcmds: In support of gcc 3.1, added one of more of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections and direction of segments to memory regions may also have been addressed. This was a sweep across all BSPs.
* 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-03-281-0/+17
| | | | | | | | | | | | | | | | | * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * 3c509/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * ne2000/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * timer/Makefile.am: Remove AUTOMAKE_OPTIONS. * wd8003/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
* 2002-03-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-03-201-0/+5
| | | | | * PR139 * configure.ac: Remove stray ';', breaks building with automake-1.6.
* 2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-061-0/+4
| | | | * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
* 2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-041-0/+5
| | | | | * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu, replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
* 2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-12-031-0/+4
| | | | * configure.ac: Introduce RTEMS_BSP_CONFIGURE.