forked from Imagelibrary/rtems
RTEMS: Delete ChangeLog files.
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.
This commit is contained in:
263
c/ChangeLog
263
c/ChangeLog
@@ -1,263 +0,0 @@
|
||||
2011-05-25 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1792/bsps
|
||||
* src/lib/libbsp/i386/pc386/Makefile.am,
|
||||
src/lib/libbsp/sparc/erc32/Makefile.am,
|
||||
src/lib/libbsp/sparc/leon2/Makefile.am,
|
||||
src/lib/libbsp/sparc/leon3/Makefile.am: Added a generic smp wait
|
||||
method to sparc and i386 bsps.
|
||||
* src/lib/libbsp/shared/smp/bspsmp_wait_for.c: New file.
|
||||
|
||||
2011-04-21 Jennifer Averett <Jennifer.Averett@OARcorp.com
|
||||
|
||||
PR 1777/cpukit
|
||||
* src/lib/libbsp/powerpc/shared/startup/panic.c,
|
||||
src/lib/libcpu/sh/sh7032/score/cpu_asm.c,
|
||||
src/lib/libcpu/sh/sh7045/score/cpu_asm.c,
|
||||
src/lib/libcpu/sh/sh7750/score/cpu_asm.c,
|
||||
src/lib/libcpu/sh/shgdb/score/cpu_asm.c: Consolidated access to
|
||||
_Thread_Dispatch_disable_level.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* src/libchip/network/dec21140.c, src/libchip/network/elnk.c,
|
||||
src/libchip/network/greth.c, src/libchip/network/greth.h,
|
||||
src/libchip/network/open_eth.c: Fix typo where license said
|
||||
found in found in.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove reference to bare BSP.
|
||||
Simplify RTEMS_BSP_LIST setup.
|
||||
|
||||
2008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi>
|
||||
|
||||
* TOOL_TARGETS: Add Lattice Mico32 support.
|
||||
|
||||
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* src/aclocal/rtems-cpu-subdirs.m4: Add new M32R port. It is just a
|
||||
beginning but the BSP is functional enough to initialize and shutdown
|
||||
RTEMS.
|
||||
|
||||
2007-03-27 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Use MKDIR_P instead of mkdir_p.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-08-09 Kolja Waschk <waschk@telos.de>
|
||||
|
||||
* TOOL_TARGETS: New port to Altera NIOS II.
|
||||
|
||||
2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove depend-am.
|
||||
|
||||
2004-10-18 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Rework checking for BSPs.
|
||||
|
||||
2004-10-18 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* acinclude.m4: Remove RTEMS_CHECK_CPU.
|
||||
* configure.ac: Remove RTEMS_CHECK_CPU, RTEMS_ENABLE_BARE.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-03-31 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Add --with-project-root, --with-project-top to
|
||||
rtems_bsp_configure.
|
||||
|
||||
2004-02-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
* configure.ac: Add support for --disable-rtemsbsp. Cosmetics.
|
||||
|
||||
2004-01-07 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ACKNOWLEDGEMENTS: Remove efi68k and efi332 references as they are no
|
||||
longer in the tree.
|
||||
|
||||
2003-12-17 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* release_support: Removed -- accidentally added to wrong directory.
|
||||
|
||||
2003-12-17 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* release_support: New file -- assistant to new cut_release script.
|
||||
|
||||
2003-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Remove RTEMS_BSP-subdir rule.
|
||||
* configure.ac: Let AC_CONFIG_FILES(Makefile..) append explictit
|
||||
rules for RTEMS_BSP-subdirs.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use mkdir_p instead of mkinstalldirs.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Cosmetics.
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* acinclude.m4: Fix underquoting to silence automake-1.8.
|
||||
|
||||
2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* acinclude.m4: Merge-in former ../aclocal/config-subdirs.m4.
|
||||
* configure.ac: remove RTEMS_CANONICAL_HOST.
|
||||
|
||||
2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Don't explictly invoke $MAKE preinstall.
|
||||
|
||||
2003-10-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* acinclude.m4: New.
|
||||
Add RTEMS_CHECK_CPU.
|
||||
|
||||
2003-09-26 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ACKNOWLEDGEMENTS: Obsoleting HP PA-RISC port and removing all
|
||||
references.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Remove references to obsolete files
|
||||
README.DOS REQUIRES PROBLEMS TESTED README UPDATE_HELP.
|
||||
Add TOOL_TARGETS.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2002-11-07 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* TOOL_TARGETS: Updated.
|
||||
* PROBLEMS, README, REQUIRES, TESTED, UPDATE_HELP: Removed
|
||||
since they were obsolete.
|
||||
|
||||
2002-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use mkinstalldirs instead of mkdir.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Fix --enable-rtemsbsp= handling.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Remove make from SUBDIRS.
|
||||
* configure.ac: Remove make from CONFIG_SUBDIRS, cosmetics.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2001-05-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* TESTED: Corrected the name of the MRM332 BSP.
|
||||
|
||||
2001-05-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* TESTED: Updated the list of BSPs.
|
||||
* TOOLS_TARGETS: Updated the list of tools and object formats.
|
||||
|
||||
2001-03-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Use ${MAKE} in message at the end of the
|
||||
configure.in.
|
||||
|
||||
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Apply _RTEMS_ADJUST_SRCDIR.
|
||||
|
||||
2000-12-14 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* TESTED: Added comment on 68en302 now that there is a network driver.
|
||||
|
||||
2000-11-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* TESTED: Added jmr3904 entry.
|
||||
|
||||
2000-11-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* TESTED: Added new sparc variations (erc32, leon, and Tharsys).
|
||||
|
||||
2000-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: catch -enable-rtemsbsp (Allowed by autoconf).
|
||||
Autoconf allows one to pass -enable-*, but this file expected --enable*.
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to GNU-canonicalization.
|
||||
|
||||
2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Make sure $SHELL inside of Makefiles does not get
|
||||
propagated to the BSP-subdirectories if a user specified CONFIG_SHELL.
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
4779
c/src/ChangeLog
4779
c/src/ChangeLog
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,217 +0,0 @@
|
||||
2009-08-24 Christian Mauderer <christian.mauderer@embedded-brains.de>
|
||||
|
||||
* rtems.adb: Use rtems_debug_is_enabled().
|
||||
|
||||
2008-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* rtems.adb: Use public API not _TOD_Microseconds_per_tick.
|
||||
|
||||
2008-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1345/Ada
|
||||
* rtems.ads: RTEMS boolean type is now C99 bool which is not an
|
||||
unsigned32.
|
||||
|
||||
2008-11-20 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1339/Ada
|
||||
* rtems.adb, rtems.ads: Re-add IO Manager to Ada binding.
|
||||
|
||||
2008-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* rtems.adb, rtems.ads: Fix prototype.
|
||||
|
||||
2008-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* rtems.adb, rtems.ads: Refactored rtems_clock_get into 5 methods
|
||||
which are single purpose and more strongly typed. They are:
|
||||
rtems_clock_get_tod - Get TOD in Classic API structure
|
||||
rtems_clock_get_tod_timeval - Get TOD in struct timeval
|
||||
rtems_clock_get_seconds_since_epoch - Get TOD as seconds since 1988
|
||||
rtems_clock_get_ticks_since_boot - Get ticks since boot
|
||||
rtems_clock_get_ticks_per_second - Get ticks per second
|
||||
Also switch from using 'Unchecked_Access to 'Access.
|
||||
Added pragma Convention C as required by gcc > 4.3.
|
||||
Changed style of parenthese on subprogram calls to match GNAT.
|
||||
|
||||
2008-02-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* rtems.adb, rtems.ads: Correct binding to Object_Get_Name. Now works.
|
||||
|
||||
2008-02-01 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* rtems.adb, rtems.ads: Object_Get_Name now has a proper implementation
|
||||
thanks to a binding tip from Laurent Guerby.
|
||||
|
||||
2008-02-01 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* rtems.adb, rtems.ads: Add Ada binding for Object Services.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* rtems.adb: Add missing semicolon.
|
||||
|
||||
2007-11-27 Glenn Humphrey <glenn.humphrey@OARcorp.com>
|
||||
|
||||
* rtems.adb, rtems.ads: Fixed errors in the barrier binding.
|
||||
|
||||
2007-10-25 Glenn Humphrey <glenn.humphrey@OARcorp.com>
|
||||
|
||||
* rtems.adb, rtems.ads: Added some more missing bindings.
|
||||
|
||||
2007-10-18 Glenn Humphrey <glenn.humphrey@OARcorp.com>
|
||||
|
||||
* rtems.adb, rtems.ads: Added a missing binding.
|
||||
|
||||
2007-10-10 Glenn Humphrey <glenn.humphrey@OARcorp.com>
|
||||
|
||||
* rtems.adb, rtems.ads: Cleaned up binding and removed bindings for
|
||||
things that are not reasonable to do in Ada.
|
||||
|
||||
2007-10-01 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* rtems.adb, rtems.ads: Most of single processor Ada tests now build.
|
||||
Some run.
|
||||
|
||||
2007-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* rtems.adb: Fix warnings.
|
||||
|
||||
2007-04-02 Jennifer Averett <jennifer.averrett@oarcorp.com>
|
||||
|
||||
* rtems.adb, rtems.ads: Update.
|
||||
|
||||
2005-05-23 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* rtems.adb: Fix variable name.
|
||||
|
||||
2005-05-23 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR rtems_misc/795
|
||||
* rtems.ads: Fix parameter ordering.
|
||||
|
||||
2005-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* rtems.adb: Remove gcc 4.x warnings.
|
||||
|
||||
2005-05-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
PR 782/rtems
|
||||
* rtems.ads: Remove stray ';'.
|
||||
* rtems.adb: Stub Task_Variable_Add, Task_Variable_Get,
|
||||
Task_Variable_Delete.
|
||||
|
||||
2005-04-30 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Use preinstall.am
|
||||
* preinstall.am: New.
|
||||
|
||||
2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add PREINSTALL_DIRS.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Move include_adadir into RTEMS_ADA condional block.
|
||||
Add CLEANFILES. Add PREINSTALL_FILES to CLEANFILES.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use include_ada_HEADERS.
|
||||
|
||||
2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Preinstall adainclude_HEADERS.
|
||||
Add $(dirstamp) to preinstallation rules.
|
||||
|
||||
2003-11-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 528/rtems_misc
|
||||
* rtems.ads: Add task variables to Ada binding.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* rtems-multiprocessing.adb, rtems-multiprocessing.ads, rtems.adb,
|
||||
rtems.ads: URL for license changed.
|
||||
|
||||
2003-07-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 418/ada
|
||||
* rtems.adb: Add missing all keyword to derefence pointer.
|
||||
|
||||
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove (Merged into ../configure.ac).
|
||||
* Makefile.am: Reflect having merged configure.ac into
|
||||
../configure.ac.
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2003-02-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 338/filesystem
|
||||
* rtems.adb, rtems.ads: Side-effect of fixing reentrancy problem with
|
||||
rtems_io_lookup_name() (API change).
|
||||
|
||||
2003-01-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* rtems.ads: Corrected Configuration_Table record definition to
|
||||
match current RTEMS source. sp01 now runs.
|
||||
|
||||
2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Fix package name.
|
||||
|
||||
2002-10-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_ENABLE_MULTILIB.
|
||||
* Makefile.am: Add CVS-Id.
|
||||
|
||||
2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-08-30 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* rtems.adb (IO_Initialize): Make this match the C prototype.
|
||||
|
||||
2002-08-27 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* rtems.ads: Corrected binding for Io_Initialize.
|
||||
|
||||
2001-08-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: New.
|
||||
* Makefile.am: New.
|
||||
* .cvsignore: New.
|
||||
|
||||
2001-02-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* rtems.ads, rtems.adb: Formatting cleaned up. Task based timer
|
||||
directives added. This is Timer_Initiate_Server,
|
||||
Timer_Server_Fire_After, and Timer_Server_Fire_When.
|
||||
|
||||
2001-02-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
|
||||
@@ -1,427 +0,0 @@
|
||||
2011-05-18 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
PR1797/bsps
|
||||
* shared/bootcard.c: Fixed a typo (in code, not comment) which
|
||||
I introduced with the last change.
|
||||
|
||||
2011-05-17 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
PR1797/bsps
|
||||
* shared/bootcard.c, shared/include/bootcard.h: cleaned-up and
|
||||
applied fixes proposed by PR#1797.
|
||||
|
||||
2011-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR1797/bsps
|
||||
* bootcard.c:
|
||||
Added #ifdef CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK to minimize code
|
||||
for small targets.
|
||||
|
||||
2011-05-12 Kate Feng <feng@bnl.gov>
|
||||
|
||||
PR1797/bsps
|
||||
* bootcard.c:
|
||||
Fixed the value of heap_start & heap_size for the single-heap case.
|
||||
Added bsp_sbrk_init() to fix PPC memory allocation beyond 32 MB.
|
||||
|
||||
2010-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/umon/umoncons.c:
|
||||
Reflect changes to rtems_termios_callbacks->write.
|
||||
|
||||
2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/console-polled.c:
|
||||
Reflect changes to rtems_termios_callbacks->write.
|
||||
|
||||
2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/umon/tfsDriver.c (rtems_tfs_eval_path):
|
||||
Add missing parameter.
|
||||
|
||||
2009-10-09 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* shared/vmeUniverse/vmeUniverse.c: print message and
|
||||
let vmeUniverseIntLoopbackTst() fail if odd-numbered
|
||||
vector is used (cannot program the chip to reply with
|
||||
such a vector).
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* Makefile.am: Add bspinit.c, a common Init task that manages
|
||||
command line arguments from a BSP.
|
||||
|
||||
2008-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/clockdrv_shell.c: Turn warning into error.
|
||||
|
||||
2008-08-27 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Don't install files from shared/.
|
||||
Remove references to preinstall.am.
|
||||
* preinstall.am: Remove.
|
||||
|
||||
2008-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* preinstall.am: New file.
|
||||
|
||||
2008-07-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am: Install shared/include/bootcard.h.
|
||||
|
||||
2008-01-16 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Fix indentation.
|
||||
|
||||
2007-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove shared/main.c.
|
||||
|
||||
2007-01-30 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am:
|
||||
added new files in shared/vmeUniverse to EXTRA_DIST
|
||||
|
||||
2007-01-19 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am:
|
||||
moved VME.h from libbsp/powerpc/shared/vme to
|
||||
libbsp/shared/vmeUniverse; eventually, this (and other)
|
||||
VME API headers should migrate to cpukit.
|
||||
|
||||
2006-10-23 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bfin/ChangeLog, bfin/Makefile.am, bfin/acinclude.m4,
|
||||
bfin/configure.ac, bfin/eZKit533/.cvsignore, bfin/eZKit533/ChangeLog,
|
||||
bfin/eZKit533/Makefile.am, bfin/eZKit533/README,
|
||||
bfin/eZKit533/bsp_specs, bfin/eZKit533/configure,
|
||||
bfin/eZKit533/configure.ac, bfin/eZKit533/preinstall.am,
|
||||
bfin/eZKit533/times, bfin/eZKit533/console/console-io.c,
|
||||
bfin/eZKit533/include/.cvsignore, bfin/eZKit533/include/bsp.h,
|
||||
bfin/eZKit533/include/bspopts.h.in, bfin/eZKit533/include/coverhd.h,
|
||||
bfin/eZKit533/include/tm27.h, bfin/eZKit533/startup/bspstart.c,
|
||||
bfin/eZKit533/startup/linkcmds, bfin/shared/clock/clockdrv.c,
|
||||
bfin/shared/clock/rtc.c, bfin/shared/clock/tod.h,
|
||||
bfin/shared/console/console.c, bfin/shared/start/start.S,
|
||||
bfin/shared/timer/timer.c: New files.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bspstart.am: Remove.
|
||||
|
||||
2005-11-04 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* shared/vmeUniverse/vmeTsi148.c, shared/vmeUniverse/vmeTsi148.h,
|
||||
shared/vmeUniverse/vme_am_defs.h: New files.
|
||||
* Makefile.am, shared/vmeUniverse/README.universe,
|
||||
shared/vmeUniverse/vmeUniverse.c, shared/vmeUniverse/vmeUniverse.h:
|
||||
Several VME related upgrades and fixes, hopefully addressing PR#835:
|
||||
vmeUniverse driver now supports shared interrupts. vmeUniverse now
|
||||
supports up to four wires between universe and PIC. A new irq mgr
|
||||
installation routine has been added allowing to use the new features.
|
||||
(old version is still present for bwd compatibility). Calls have been
|
||||
added to change interrupt routing (e.g., if wires have different
|
||||
priorities at the PIC this feature can be used to configure
|
||||
priorites). Routine for testing VME interrupts has been added (useful
|
||||
during BSP development). A new header defining standard VME address
|
||||
modes has been added so that the VME API doesn't have to #include a
|
||||
particular bridge driver header. For all driver entry points, a 'XX'
|
||||
variant has been added which allows to pass the chip's base address
|
||||
[in case a second universe is sitting on a VME card :-)]. Driver now
|
||||
uses interrupt line as read from PCI config. space (without offset)
|
||||
BSP needs to use PCI fixup if necessary. Added a driver for the
|
||||
tundra tsi148 VME bridge.
|
||||
|
||||
2004-02-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp.am: Remove everything but CPPASCOMPILE.
|
||||
|
||||
2004-02-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp.am: Add CPPASCOMPILE.
|
||||
|
||||
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp.am: DISTCLEANFILES = include/bspopts.h.
|
||||
|
||||
2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Don't include lib.am.
|
||||
|
||||
2004-01-07 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* mips64orion/.cvsignore, mips64orion/ChangeLog,
|
||||
mips64orion/Makefile.am, mips64orion/README,
|
||||
mips64orion/acinclude.m4, mips64orion/configure.ac,
|
||||
mips64orion/p4000/.cvsignore, mips64orion/p4000/ChangeLog,
|
||||
mips64orion/p4000/Makefile.am, mips64orion/p4000/README,
|
||||
mips64orion/p4000/bsp_specs, mips64orion/p4000/configure.ac,
|
||||
mips64orion/p4000/times, mips64orion/p4000/console/.cvsignore,
|
||||
mips64orion/p4000/console/Makefile.am,
|
||||
mips64orion/p4000/console/console.c, mips64orion/p4000/console/led.S,
|
||||
mips64orion/p4000/include/.cvsignore,
|
||||
mips64orion/p4000/include/bsp.h, mips64orion/p4000/include/coverhd.h,
|
||||
mips64orion/p4000/liblnk/.cvsignore,
|
||||
mips64orion/p4000/liblnk/Makefile.am,
|
||||
mips64orion/p4000/liblnk/lnklib.S,
|
||||
mips64orion/p4000/start/.cvsignore,
|
||||
mips64orion/p4000/start/Makefile.am, mips64orion/p4000/start/start.S,
|
||||
mips64orion/p4000/startup/.cvsignore,
|
||||
mips64orion/p4000/startup/Makefile.am,
|
||||
mips64orion/p4000/startup/bspclean.c,
|
||||
mips64orion/p4000/startup/bspstart.c,
|
||||
mips64orion/p4000/startup/ghlinkcmds,
|
||||
mips64orion/p4000/startup/idtmem.S,
|
||||
mips64orion/p4000/startup/idttlb.S,
|
||||
mips64orion/p4000/startup/inittlb.c,
|
||||
mips64orion/p4000/startup/linkcmds,
|
||||
mips64orion/p4000/startup/setvec.c,
|
||||
mips64orion/p4000/wrapup/.cvsignore,
|
||||
mips64orion/p4000/wrapup/Makefile.am: Removed.
|
||||
|
||||
2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shmdr/addlq.c, shmdr/cnvpkt.c, shmdr/dump.c, shmdr/fatal.c,
|
||||
shmdr/getlq.c, shmdr/getpkt.c, shmdr/init.c, shmdr/initlq.c,
|
||||
shmdr/intr.c, shmdr/mpci.h, shmdr/mpisr.c, shmdr/poll.c,
|
||||
shmdr/README, shmdr/receive.c, shmdr/retpkt.c, shmdr/send.c,
|
||||
shmdr/setckvec.c, shmdr/shm_driver.h: Remove (Moved to
|
||||
c/src/libchip/shmdr).
|
||||
|
||||
2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bspstart.am: Use .$(OBJEXT) instead of .o.
|
||||
* Makefile.am: Remove shmdr.
|
||||
|
||||
2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp.am: Use $(mkdir_p) instead of $(mkinstalldirs).
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use mkdir_p.
|
||||
Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* bsp.am: Replace bsplibdir by project_libdir.
|
||||
Use mkdir_p instead of mkinstalldirs.
|
||||
Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp.am: Remove project_libdir.
|
||||
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Misc. fixes.
|
||||
* bsp.am: Add project_libdir.
|
||||
|
||||
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bspstart.am: New.
|
||||
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in shared/Makefile.am, shmdr/Makefile.am.
|
||||
* shared/Makefile.am: Remove.
|
||||
* shmdir/Makefile.am: Remove.
|
||||
* bsp.am: Add preinstallation dirstamp support.
|
||||
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shmdr/Makefile.am: Remove all-local: $(ARCH).
|
||||
|
||||
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp.am: Reworked.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
* shmdr/Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shmdr/Makefile.am: Reflect having merged configure.ac into
|
||||
../../configure.ac.
|
||||
|
||||
2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove (Merged into ../../configure.ac).
|
||||
* Makefile.am: Reflect having merged configure.ac into
|
||||
../../configure.ac.
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-14 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
AMD a29k port declared obsolete.
|
||||
* a29k/.cvsignore, a29k/ChangeLog, a29k/Makefile.am, a29k/acinclude.m4,
|
||||
a29k/configure.ac, a29k/portsw/.cvsignore, a29k/portsw/ChangeLog,
|
||||
a29k/portsw/Makefile.am, a29k/portsw/README, a29k/portsw/bsp_specs,
|
||||
a29k/portsw/configure.ac, a29k/portsw/times,
|
||||
a29k/portsw/console/.cvsignore, a29k/portsw/console/Makefile.am,
|
||||
a29k/portsw/console/concntl.h, a29k/portsw/console/console.c,
|
||||
a29k/portsw/console/serial.c, a29k/portsw/console/serial.h,
|
||||
a29k/portsw/include/.cvsignore, a29k/portsw/include/Makefile.am,
|
||||
a29k/portsw/include/bsp.h, a29k/portsw/start/.cvsignore,
|
||||
a29k/portsw/start/Makefile.am, a29k/portsw/start/amd.ah,
|
||||
a29k/portsw/start/pswmacro.ah, a29k/portsw/start/register.S,
|
||||
a29k/portsw/start/register.ah, a29k/portsw/start/start.S,
|
||||
a29k/portsw/startup/.cvsignore, a29k/portsw/startup/Makefile.am,
|
||||
a29k/portsw/startup/bspclean.c, a29k/portsw/startup/bspstart.c,
|
||||
a29k/portsw/startup/linkcmds, a29k/portsw/startup/main.c,
|
||||
a29k/portsw/startup/ramlink, a29k/portsw/startup/romlink,
|
||||
a29k/portsw/startup/setvec.c, a29k/portsw/wrapup/.cvsignore,
|
||||
a29k/portsw/wrapup/Makefile.am: Removed.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2003-02-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* shmdr/Makefile.am: Add .h files to PREINSTALL_FILES not
|
||||
TMPINSTALL_FILES.
|
||||
|
||||
2003-01-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shmdr/Makefile.am: install mpci.h and shm_driver.h.
|
||||
Eliminate OBJS.
|
||||
|
||||
2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shmdr/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shmdr/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
|
||||
2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Remove.
|
||||
* include/.cvsignore: Remove.
|
||||
* include/rtems/Makefile.am: Remove.
|
||||
* include/rtems/.cvsignore: Remove.
|
||||
* include/rtems/score/Makefile.am: Remove.
|
||||
* include/rtems/score/.cvsignore: Remove.
|
||||
|
||||
2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_ALIAS.
|
||||
Add RTEMS_CHECK_BSP_CACHE.
|
||||
Replace $bspdir with $RTEMS_BSP_FAMILY.
|
||||
|
||||
2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove include/Makefile, include/rtems/Makefile,
|
||||
include/rtems/score/Makefile (Eliminate targopts.h).
|
||||
* Makefile.am: Remove include from SUBDIRS (Eliminate targopts.h)
|
||||
|
||||
2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp.am: Add bsplib_DATA = bsp_specs.
|
||||
|
||||
2002-06-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
|
||||
support to the shared gdb stub glue thus adding a directory at the
|
||||
top shared level.
|
||||
* shared/gdbstub: New directory.
|
||||
* configure.ac: Modified to reflect above.
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* include/rtems/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* include/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* shmdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp.am: Add line break, remove comment.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2001-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use @subdirs@ instead of RTEMS_LIBBSP_CPU_SUBDIR.
|
||||
* configure.in: AC_PREREQ(2.52), apply RTEMS_CPU_SUBDIRS, remove
|
||||
RTEMS_LIBBSP_CPU_SUBDIR.
|
||||
|
||||
2001-09-28 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* shared/bootcard.c, shared/main.c: Now call int c_rtems_main()
|
||||
not main().
|
||||
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||
* shmdr/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||
|
||||
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use SUBDIRS = instead of SUBDIRS += to make
|
||||
automake-1.5 happy.
|
||||
* include/rtems/score/Makefile.am: Use CLEANFILES = to make
|
||||
automake-1.5 happy.
|
||||
* bsp.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
|
||||
|
||||
2001-02-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp.am: Fix automake version number in comment.
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
Switch to GNU canonicalization.
|
||||
|
||||
2000-09-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* shmdr/shm_driver.h: Added _AM29K entry. May not be correct.
|
||||
|
||||
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shmdr/Makefile.am: Include compile.am
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
@@ -1,578 +0,0 @@
|
||||
2011-11-08 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* shared/startup/bsp-start-copy-sections.c,
|
||||
shared/startup/bsp-start-memcpy.S: New files.
|
||||
* shared/include/start.h: Declare bsp_start_copy_sections().
|
||||
* shared/start/start.S, shared/include/linker-symbols.h: Moved
|
||||
content. Support for ARMv7-M.
|
||||
|
||||
2011-09-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* acinclude.m4: Added lm3s69xx BSP.
|
||||
|
||||
2011-05-19 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* shared/lpc/include/lpc-emc.h, shared/lpc/include/lpc-lcd.h: New
|
||||
files.
|
||||
* shared/lpc/include/lpc-dma.h: API changes.
|
||||
* shared/lpc/clock/lpc-clock-config.c: Fixed nano seconds extension.
|
||||
* shared/lpc/network/lpc-ethernet.c: Format. Multicast hash filter
|
||||
support.
|
||||
|
||||
2011-03-29 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* shared/start/start.S: Default exception handler will result in
|
||||
bsp_reset().
|
||||
* shared/startup/linkcmds.base: Move unsupported sections into
|
||||
read-only section. Changed barrier sections.
|
||||
* shared/lpc/network/lpc-ethernet.c: Support multicast.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/abort/abort.c, shared/abort/simple_abort.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* gba/clock/clockdrv.c, gba/console/conio.c, gba/console/console.c,
|
||||
gba/console/defaultfont.h, gba/include/arm_mode_bits.h,
|
||||
gba/include/asm_macros.h, gba/include/bsp.h, gba/include/conio.h,
|
||||
gba/include/gba.h, gba/include/gba_registers.h, gba/irq/irq.c,
|
||||
gba/irq/irq.h, gba/startup/bspstart.c, gba/timer/timer.c,
|
||||
gp32/include/bsp.h, gp32/startup/bspreset.c, gp32/startup/bspstart.c,
|
||||
nds/tools/runtest, shared/comm/uart.c, shared/comm/uart.h,
|
||||
smdk2410/include/bsp.h: Fix typo where license said
|
||||
found in found in.
|
||||
|
||||
2011-01-26 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* shared/startup/linkcmds.base: Removed workaround since LD 2.21 is
|
||||
fixed now.
|
||||
|
||||
2010-12-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* shared/lpc/include/lpc-i2s.h: Documentation. Fixed defines.
|
||||
* shared/lpc/include/lpc-timer.h: Documentation.
|
||||
* shared/lpc/network/lpc-ethernet.c: Added support for 10MBit/s links.
|
||||
|
||||
2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* shared/startup/linkcmds.base: Split up fast region.
|
||||
|
||||
2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* preinstall.am, shared/lpc/include/lpc-i2s.h,
|
||||
shared/startup/linkcmds.armv4, shared/startup/linkcmds.armv7: New
|
||||
files.
|
||||
* Makefile.am: Added header and linker command files intended to be
|
||||
used by every ARM BSP.
|
||||
* shared/startup/linkcmds.base: Support for EABI and ARM ELF standard.
|
||||
* shared/include/linker-symbols.h: Update due to linker command file
|
||||
changes.
|
||||
* shared/start/start.S, shared/include/start.h: Renamed entry symbol
|
||||
from start to _start to avoid namespace conflicts. Update due to
|
||||
linker command file changes.
|
||||
|
||||
2010-11-23 Gedare Bloom <giddyup44@yahoo.com>
|
||||
|
||||
PR 1719/cpukit
|
||||
* shared/start/start.S: Avoid "bx" instruction to support ARMv4 and
|
||||
below.
|
||||
|
||||
2010-06-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* shared/startup/linkcmds.base: Define bsp_vector_table_size
|
||||
unconditionally. Use bsp_vector_table_in_start_section.
|
||||
|
||||
2010-06-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* shared/start/start.S, shared/startup/linkcmds.base,
|
||||
shared/include/linker-symbols.h: Added and use bsp_vector_table_begin,
|
||||
bsp_vector_table_size and bsp_vector_table_end.
|
||||
|
||||
2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* shared/include/start.h: Define start section attributes.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* shared/irq_init.c: Removed file.
|
||||
* Makefile.am: Reflect change above.
|
||||
|
||||
2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* shared/irq/irq_init.c, shared/lpc/clock/lpc-clock-config.c,
|
||||
shared/lpc/network/lpc-ethernet.c, shared/start/start.S: make
|
||||
irq data types consistent
|
||||
|
||||
2010-04-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* shared/lpc/include/lpc-dma.h: New file.
|
||||
* shared/lpc/clock/lpc-clock-config.c, shared/lpc/include/lpc-timer.h,
|
||||
shared/lpc/network/lpc-ethernet.c: Documentation.
|
||||
* shared/start/start.S: Do not require ARM mode for start hooks.
|
||||
|
||||
2010-01-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* shared/lpc/network/lpc-ethernet.c: New file.
|
||||
* shared/abort/abort.c, shared/abort/simple_abort.c: Use new mode
|
||||
switch macros.
|
||||
* shared/start/start.S: Fixed mode switching function calls. Use
|
||||
standard PSR defines.
|
||||
* shared/startup/linkcmds.base, shared/include/linker-symbols.h: Added
|
||||
.vbarrier and .robarrier output sections. Added defines for output
|
||||
section end alignment. Renamed undefined mode stack defines.
|
||||
|
||||
2009-12-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* shared/include/linker-symbols.h: C++ compatibility.
|
||||
* shared/lpc/include/lpc-timer.h, shared/lpc/clock/lpc-clock-config.c:
|
||||
New files.
|
||||
|
||||
2009-12-07 Ralf Corsépius <ralf.corsepiu@rtems.org>
|
||||
|
||||
* shared/comm/console.c: Remove (Unused).
|
||||
* Makefile.am: Remove shared/comm/console.c.
|
||||
|
||||
2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* acinclude.m4: Add BSP for GDB ARM simulator so we can easily
|
||||
experiment with and debug different ARM architectural variations.
|
||||
|
||||
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/comm/console.c: Reflect termios_baud_to_number having been
|
||||
renamed to rtems_termios_baud_to_number.
|
||||
|
||||
2009-09-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* shared/include/linker-symbols.h, shared/startup/linkcmds.base:
|
||||
Removed symbols and renamed sections.
|
||||
* shared/include/start.h, shared/start/start.S: Added
|
||||
bsp_start_memcpy(). Documentation. Changes for external ROM start.
|
||||
|
||||
2009-07-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* shared/irq/irq_asm.S, shared/startup/linkcmds.rom: Removed files.
|
||||
* Makefile.am: Removed references to deleted file
|
||||
'shared/irq/irq_asm.S'.
|
||||
* shared/irq/irq_init.c: Do not install fast interrupt handler.
|
||||
Changed interrupt handler.
|
||||
* shared/abort/simple_abort.c: Fixed inline assembler statement.
|
||||
* shared/include/linker-symbols.h: Renamed sections. New symbols.
|
||||
* shared/start/start.S: Added THUMB support. Update for linker symbol
|
||||
changes.
|
||||
|
||||
2009-06-04 Xi Yang <hiyangxi@gmail.com>
|
||||
|
||||
* acinclude.m4: New Gumstix BSP.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* shared/start/start.S: Update for boot_card command line change.
|
||||
|
||||
2009-03-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1385/cpukit
|
||||
* shared/irq/irq_asm.S: When the type rtems_boolean was switched to the
|
||||
C99 bool, the size changed from 4 bytes to 1 byte. The interrupt
|
||||
dispatching code accesses two boolean variables for scheduling
|
||||
purposes and the assembly implementations of this code did not get
|
||||
updated.
|
||||
|
||||
2009-03-02 Ray Xu <rayx.cn@gmail.com>
|
||||
|
||||
* shared/irq/irq_asm.S: Newer compilers handle alignment better.
|
||||
|
||||
2009-02-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* shared/startup/linkcmds.rom: New file
|
||||
* shared/include/start.h: Added declaration of start().
|
||||
* shared/start/start.S: Fixed vector table for ROM boot.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* acinclude.m4: New BSP -- lpc24xx.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* acinclude.m4, shared/comm/console.c: Use standardized bsp_cleanup()
|
||||
which can optionally print a message, poll for user to press key, and
|
||||
call bsp_reset(). Using this eliminates the various bsp_cleanup()
|
||||
implementations which had their own implementation and variety of
|
||||
string constants.
|
||||
|
||||
2008-09-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* lpc24xx: New BSP.
|
||||
|
||||
* shared/startup/linkcmds.base, shared/include/linker-symbols.h,
|
||||
shared/include/start.h, shared/start/start.S: New files.
|
||||
|
||||
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* shared/bspgetworkarea.c: Removed.
|
||||
|
||||
2008-09-12 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* shared/bspgetworkarea.c: New file.
|
||||
|
||||
2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/irq/irq_init.c: Add missing prototypes.
|
||||
|
||||
2008-08-04 Ray Xu <rayx.cn@gmail.com>
|
||||
|
||||
* shared/irq/irq_asm.S: Correct minor mistakes in adding Thumb code
|
||||
which prevented ARM from working.
|
||||
|
||||
2008-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* shared/comm/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.
|
||||
|
||||
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* csb336/startup/bspstart.c, csb337/startup/bspstart.c,
|
||||
edb7312/startup/bspstart.c, gba/startup/bspstart.c,
|
||||
gp32/startup/bspstart.c, rtl22xx/startup/bspstart.c: Add capability
|
||||
for bootcard.c BSP Initialization Framework to ask the BSP where it
|
||||
has memory for the RTEMS Workspace and C Program Heap. These
|
||||
collectively are referred to as work area. If the BSP supports this,
|
||||
then it does not have to include code to split the available memory
|
||||
between the two areas. This reduces the amount of code in the BSP
|
||||
specific bspstart.c file. Additionally, the shared framework can
|
||||
initialize the C Library, call rtems_debug_enable(), and dirty the
|
||||
work area memory. Until most/all BSPs support this new capability, if
|
||||
the BSP supports this, it should call
|
||||
RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac. When
|
||||
the transition is complete, this autoconf macro can be removed.
|
||||
|
||||
2008-05-06 Ray Xu <rayx.cn@gmail.com>
|
||||
|
||||
* acinclude.m4: Add smdk2410. Update gp32 to use shared code.
|
||||
|
||||
2008-04-16 Matthieu Bucchianeri <mbucchia@gmail.com>
|
||||
|
||||
* acinclude.m4: Adding Nintendo DS BSP.
|
||||
|
||||
2008-02-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* shared/comm/console.c: Do not have BSP specific __assert.
|
||||
|
||||
2007-11-03 Ray Xu <rayx.cn@gmail.com>
|
||||
|
||||
* shared/abort/simple_abort.c: Add veneer for ARM<->Thumb
|
||||
shared/irq/irq_asm.S: Add veneer for ARM<->Thumb
|
||||
|
||||
2007-11-06 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* gba/irq/irq.c: test for non-NULL-ness before calling
|
||||
'on'/'off' methods so that users don't have to provide
|
||||
no-ops if they don't want this feature.
|
||||
|
||||
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1257/bsps
|
||||
* shared/abort/abort.c, shared/abort/simple_abort.c,
|
||||
shared/irq/irq_init.c: Code outside of cpukit should use the public
|
||||
API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
|
||||
the public API and directly accessing _CPU_ISR_Disable and
|
||||
_CPU_ISR_Enable, they were bypassing the compiler memory barrier
|
||||
directive which could lead to problems. This patch also changes the
|
||||
type of the variable passed into these routines and addresses minor
|
||||
style issues.
|
||||
|
||||
2007-09-08 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* shared/abort/abort.c, shared/abort/simple_abort.c: Remove incorrect
|
||||
and unneccessary prototype of printk.
|
||||
|
||||
2007-06-13 Ray Xu <rayx@gmail.com>
|
||||
|
||||
* shared/abort/simple_abort.c: Shrink the memory requirements. Joel
|
||||
reformatted for style.
|
||||
|
||||
2007-06-13 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* acinclude.m4: Remove armulator.
|
||||
|
||||
2007-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* armulator/.cvsignore, armulator/ChangeLog, armulator/Makefile.am,
|
||||
armulator/bsp_specs, armulator/configure.ac, armulator/preinstall.am,
|
||||
armulator/clock/clockdrv.c, armulator/console/console-io.c,
|
||||
armulator/console/mon-syscalls.S, armulator/include/.cvsignore,
|
||||
armulator/include/bsp.h, armulator/include/tm27.h,
|
||||
armulator/start/start.S, armulator/startup/bspstart.c,
|
||||
armulator/startup/libcfunc.c, armulator/startup/linkcmds,
|
||||
armulator/startup/swi.h, armulator/startup/syscalls.c,
|
||||
armulator/startup/trap.S: Removed.
|
||||
|
||||
2007-05-15 Ray Xu <rayx.cn@gmail.com>
|
||||
|
||||
* shared/abort/abort.c, shared/abort/simple_abort.c: New files.
|
||||
|
||||
2007-05-15 Ray Xu <rayx.cn@gmail.com>
|
||||
|
||||
* Makefile.am: Add abort.rel since it is now in the BSP shared source,
|
||||
not in score/cpu.
|
||||
|
||||
2007-04-25 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* acinclude.m4: Regenerate.
|
||||
|
||||
2006-12-14 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/irq/irq_init.c: Remove unused var.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-06-02 Jay Monkman <jtm@lopingdog.com>
|
||||
|
||||
* shared/irq/irq_init.c: Changed interrupt handling
|
||||
to use shared rtems_irq_connect_data struct.
|
||||
|
||||
2005-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Merge-in shared/Makefile.am.
|
||||
* ChangeLog: Merge-in shared/ChangeLog.
|
||||
* configure.ac: Remove shared/Makefile.am.
|
||||
|
||||
2005-07-06 Markku Puro <markku.puro@kopteri.net>
|
||||
|
||||
* acinclude.m4: Added GBA BSP.
|
||||
|
||||
2005-03-11 Philippe Simons <loki_666@fastmail.fm>
|
||||
|
||||
* acinclude.m4: Added gp32 BSP.
|
||||
* gp32/.cvsignore, gp32/Makefile.am, gp32/README, gp32/bsp_specs,
|
||||
gp32/configure.ac, gp32/console/.cvsignore, gp32/console/conio.c,
|
||||
gp32/console/console.c, gp32/console/defaultfont.c,
|
||||
gp32/include/.cvsignore, gp32/include/bsp.h, gp32/include/conio.h,
|
||||
gp32/include/tm27.h, gp32/start/.cvsignore, gp32/start/start.S,
|
||||
gp32/startup/.cvsignore, gp32/startup/bspstart.c,
|
||||
gp32/startup/exit.c, gp32/startup/linkcmds, gp32/startup/memmap.c:
|
||||
New files.
|
||||
|
||||
2005-03-11 Jay Monkman <jtm@lopingdog.com>
|
||||
|
||||
* vegaplus/.cvsignore, vegaplus/ChangeLog, vegaplus/Makefile.am,
|
||||
vegaplus/bsp_specs, vegaplus/configure.ac,
|
||||
vegaplus/clock/clockdrv.c, vegaplus/include/.cvsignore,
|
||||
vegaplus/include/bsp.h, vegaplus/include/registers.h,
|
||||
vegaplus/include/tm27.h, vegaplus/irq/bsp_irq_asm.S,
|
||||
vegaplus/irq/bsp_irq_init.c, vegaplus/irq/irq.c, vegaplus/irq/irq.h,
|
||||
vegaplus/start/start.S, vegaplus/startup/bspstart.c,
|
||||
vegaplus/startup/exit.c, vegaplus/startup/linkcmds: Removed.
|
||||
* acinclude.m4: Removed vegaplus BSP.
|
||||
|
||||
2005-03-03 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
PR bsps/771
|
||||
* acinclude.m4: Remove arm_bare_bsp.
|
||||
* configure.ac: Remove reference to arm_bare_bsp in
|
||||
AC_CONFIG_SRCDIR. Use ../arm instead.
|
||||
|
||||
2005-02-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* arm_bare_bsp/.cvsignore, arm_bare_bsp/ChangeLog,
|
||||
arm_bare_bsp/Makefile.am, arm_bare_bsp/bsp_specs,
|
||||
arm_bare_bsp/configure.ac, arm_bare_bsp/clock/clockdrv.c,
|
||||
arm_bare_bsp/include/.cvsignore, arm_bare_bsp/include/bsp.h,
|
||||
arm_bare_bsp/include/registers.h, arm_bare_bsp/include/tm27.h,
|
||||
arm_bare_bsp/irq/bsp_irq_asm.S, arm_bare_bsp/irq/bsp_irq_init.c,
|
||||
arm_bare_bsp/irq/irq.c, arm_bare_bsp/irq/irq.h,
|
||||
arm_bare_bsp/start/start.S, arm_bare_bsp/startup/bspstart.c,
|
||||
arm_bare_bsp/startup/exit.c, arm_bare_bsp/startup/linkcmds: Removed.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-07-15 Jay Monkman
|
||||
|
||||
* acinclude.m4: Added csb336 and csb337 BSPs
|
||||
|
||||
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* shared/irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
|
||||
* acinclude.m4: Regenerate.
|
||||
|
||||
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shared/Makefile.am: Add PREINSTALL_DIRS.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
|
||||
PRE/TMPINSTALL_FILES to CLEANFILES.
|
||||
|
||||
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
|
||||
$(RTEMS_BSP_FAMILY).
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shared/Makefile.am: Use mkdir_p. Remove dirs from
|
||||
PRE/TMPINSTALL_FILES.
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove shared/comm/Makefile, shared/irq/Makefile.
|
||||
* shared/Makefile.am: Merge-in comm/Makefile.am, irq/Makefile.am
|
||||
* shared/Makefile.am: Add preinstallation dirstamp support.
|
||||
* shared/comm/Makefile.am, shared/irq/Makefile.am: Remove.
|
||||
|
||||
2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* acinclude.m4: Reflect changes to bootstrap.
|
||||
* configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
|
||||
|
||||
2003-09-15 Jay Monkman <jtm@smoothsmoothie.com>
|
||||
|
||||
PR 480/bsps
|
||||
* shared/irq/irq_asm.S: Remove duplicate code.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* shared/comm/console.c, shared/comm/uart.c, shared/comm/uart.h,
|
||||
shared/irq/irq_asm.S, shared/irq/irq_init.c: URL for license
|
||||
changed.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
|
||||
shared/irq/Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email
|
||||
address.
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
|
||||
|
||||
2002-11-13 Jay Monkman <jtm@smoothsmoothie.com>
|
||||
|
||||
* shared/irq/irq_asm.S, shared/irq/irq_init.c: Fixes a bug with
|
||||
handling the situation where we are processing an IRQ, and we
|
||||
receive an FIQ.
|
||||
* acinclude.m4: Added edb7312.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
|
||||
|
||||
2002-10-04 Jay Monkman <jtm@smoothsmoothie.com>
|
||||
|
||||
* shared/irq/irq_asm.S: Add FIQ support.
|
||||
|
||||
2002-07-30 Jay Monkman <jtm@smoothsmoothie.com>
|
||||
|
||||
* shared/irq/irq_asm.S: ARM port works well enough to run all
|
||||
sptests, tmtests, and ttcp. In addition to general cleanup, there
|
||||
has been considerable optimization to interrupt disable/enable,
|
||||
endian swapping, and context switching.
|
||||
|
||||
2002-07-17 Jay Monkman <jtm@smoothsmoothie.com>
|
||||
|
||||
* shared/irq/irq_asm.S: Significant rework in attempt to make
|
||||
interrupts work. They appear to be very close to correct but not
|
||||
100%.
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am, shared/comm/Makefile.am, shared/Makefile.am,
|
||||
shared/irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
|
||||
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shared/comm/console.c, shared/irq/irq_init.c: Include
|
||||
rtems/bspIo.h instead of bspIo.h.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
* configure.in: Remove.
|
||||
|
||||
2001-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* acinclude.m4: New file.
|
||||
* configure.in: Use RTEMS_BSP_SUBDIR.
|
||||
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shared/comm/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||
|
||||
2001-05-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: remove shared/io/Makefile.
|
||||
* shared/comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
|
||||
|
||||
2000-12-06 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* shared/comm/console.c: Added casts to eliminate warnings.
|
||||
* shared/comm/console.c (console_reserve_resources): Removed.
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
|
||||
$(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-11-02 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Remove -Tlinkcmds from *link rule.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
|
||||
GNU canonicalization.
|
||||
|
||||
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
|
||||
shared/irq/Makefile.am: Include compile.am
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog, shared/ChangeLog: New file.
|
||||
|
||||
@@ -1,369 +0,0 @@
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* bsp_specs, start/start.S, startup/linkcmds: Use linker command base
|
||||
file.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am, preinstall.am: Added generic interrupt support modules.
|
||||
* include/bsp.h: Define BSP_FEATURE_IRQ_EXTENSION.
|
||||
* startup/bspstart.c, console/uart.c, network/network.c: Interrupt
|
||||
support changes.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* make/custom/csb336.cfg: Use VFP floating point model.
|
||||
|
||||
2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* startup/bspstart.c, network/network.c: make irq data types
|
||||
consistent
|
||||
|
||||
2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* console/uart.c: Eliminate warnings.
|
||||
* start/start.S: Verify boot_card() is passed NULL.
|
||||
|
||||
2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/uart.c: Let _BSP_poll_char return int.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/csb336.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/csb336.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/uart.c: Reflect termios_baud_to_number having been
|
||||
renamed to rtems_termios_baud_to_number.
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
|
||||
Should be automatically handled by confdefs.h or the application.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-05-25 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Remove junk bsp_reset().
|
||||
* startup/bspreset.c: Removed.
|
||||
|
||||
2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* console/uart.c: Remove warning.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2009-01-06 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1350/bsps
|
||||
* network/lan91c11x.c: Do not write 65th element into 64 element array.
|
||||
|
||||
2008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove -Qy from *link.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared tm27.h stub.
|
||||
* include/tm27.h: Removed.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, console/uart.c, startup/bspclean.c,
|
||||
startup/bspstart.c: Use standardized bsp_cleanup() which can
|
||||
optionally print a message, poll for user to press key, and call
|
||||
bsp_reset(). Using this eliminates the various bsp_cleanup()
|
||||
implementations which had their own implementation and variety of
|
||||
string constants.
|
||||
* startup/bspreset.c: New file.
|
||||
|
||||
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove unnecessary includes of
|
||||
rtems/libcsupport.h and rtems/libio.h.
|
||||
|
||||
2008-09-12 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, startup/bspstart.c: Split out
|
||||
bsp_get_work_area() into its own file and user BSP Framework to
|
||||
perform more initialization. Let edb7312 and csb336 shared the
|
||||
implementation.
|
||||
|
||||
2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
|
||||
routine.
|
||||
* startup/bspclean.c: New file.
|
||||
* startup/exit.c: Removed.
|
||||
|
||||
2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/exit.c: Add missing prototypes.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Eliminate copies of the
|
||||
Configuration Table. Use the RTEMS provided accessor macros to obtain
|
||||
configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
|
||||
from CPU Table to Configuration Table. Eliminate CPU Table from all
|
||||
ports. Delete references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1257/bsps
|
||||
* network/lan91c11x.c: Code outside of cpukit should use the public
|
||||
API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
|
||||
the public API and directly accessing _CPU_ISR_Disable and
|
||||
_CPU_ISR_Enable, they were bypassing the compiler memory barrier
|
||||
directive which could lead to problems. This patch also changes the
|
||||
type of the variable passed into these routines and addresses minor
|
||||
style issues.
|
||||
|
||||
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter
|
||||
since it was used to configure a no longer used feature. Device names
|
||||
are now part of the filesystem not in a table.
|
||||
|
||||
2007-05-15 Ray Xu <rayx@gmail.com>
|
||||
|
||||
* Makefile.am: Add abort.rel since it is now in the BSP shared source,
|
||||
not in score/cpu.
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-03-12 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h, network/lan91c11x.c, network/lan91c11x.h,
|
||||
network/network.c, start/start.S, startup/bspstart.c, startup/exit.c,
|
||||
startup/linkcmds, startup/memmap.c: Correct license URL and/or fix
|
||||
mistake in copyright notice. Both of these mistakes appear to be from
|
||||
code submitted after these changes were made previously.
|
||||
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* network/network.c (mc9328mxl_enet_ioctl): Use ioctl_command_t.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Fix typo.
|
||||
|
||||
2006-10-30 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Add crti, crtbegin, crtend, and crtn.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-06-02 Jay Monkman <jtm@lopingdog.com>
|
||||
|
||||
* startup/linkcmds: Removed unnecessary global definition of
|
||||
bsp_vector_table.
|
||||
|
||||
2006-06-02 Jay Monkman <jtm@lopingdog.com>
|
||||
|
||||
* times: Reran timing tests and updated 'times' file.
|
||||
|
||||
2006-06-02 Jay Monkman <jtm@lopingdog.com>
|
||||
|
||||
* startup/bspstart.c: Fixed PLL calculations.
|
||||
|
||||
2006-06-02 Jay Monkman <jtm@lopingdog.com>
|
||||
|
||||
* Makefile.am, console/uart.c, startup/exit.c: Changed UART
|
||||
driver to be interrupt driven, added support for both UARTs.
|
||||
|
||||
|
||||
2006-06-02 Jay Monkman <jtm@lopingdog.com>
|
||||
|
||||
* network/network.c: Changed interrupt handling
|
||||
to use shared rtems_irq_connect_data struct.
|
||||
|
||||
2006-06-02 Jay Monkman <jtm@lopingdog.com>
|
||||
|
||||
* start/start.S, startup/linkcmds: Defined UNDEF exception
|
||||
stack space.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: remove %lib.
|
||||
|
||||
2005-11-12 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove %cpp.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-04-26 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* network/network.c: Add include rtems/bspIo.h to eliminate warning.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
2005-01-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c, startup/exit.c: Remove warnings.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-11-05 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add .gnu.linkonce.b section and account for memory
|
||||
area being named sdram NOT RAM.
|
||||
|
||||
2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c: Use POSIX fixed size types.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-07-24 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* .cvsignore: New file.
|
||||
|
||||
2004-07-15 Jay Monkman
|
||||
|
||||
* console/.cvsignore, include/.cvsignore, network/.cvsignore,
|
||||
start/.cvsignore, startup/.cvsignore: New files.
|
||||
|
||||
2004-07-15 Jay Monkman
|
||||
|
||||
* ChangeLog, Makefile.am, README, bsp_specs, configure.ac, times,
|
||||
console/uart.c, include/bsp.h, include/tm27.h, network/lan91c11x.c,
|
||||
network/lan91c11x.h, network/network.c, start/start.S,
|
||||
startup/bspstart.c, startup/exit.c, startup/linkcmds,
|
||||
startup/memmap.c: New files.
|
||||
|
||||
@@ -1,408 +0,0 @@
|
||||
2011-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/umonsupp.c: Include <rtems/umon.h> (Missing prototype).
|
||||
|
||||
2011-11-07 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
PR 1953/bsps
|
||||
* console/uarts.c: Do not use /dev/console in libchip configuration
|
||||
table. Shared driver framework selects device to use as /dev/console.
|
||||
|
||||
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1917/bsps
|
||||
* Makefile.am, console/uarts.c: Modifications to add dynamic tables for
|
||||
libchip serial drivers.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* bsp_specs, start/start.S, startup/linkcmds.csb337,
|
||||
startup/linkcmds.csb637: Use linker command base file.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am, preinstall.am: Added generic interrupt support modules.
|
||||
* include/bsp.h: Define BSP_FEATURE_IRQ_EXTENSION.
|
||||
* startup/bspstart.c, network/network.c: Interrupt support changes.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* make/custom/csb337.cfg: Use VFP floating point model.
|
||||
|
||||
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* console/fbcons.c: Fix warnings.
|
||||
|
||||
2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* startup/bspstart.c, network/network.c: make irq data types
|
||||
consistent
|
||||
|
||||
2009-12-08 Fernando Nicodemos <fgnicodemos@terra.com.br>
|
||||
|
||||
* console/font8x16.h, console/sed1356.c: Fix typos.
|
||||
|
||||
2009-12-04 Fernando Nicodemos <fgnicodemos@terra.com.br>
|
||||
|
||||
* README, README.kit637_v6, console/sed1356_16bit.h, startup/memmap.c:
|
||||
Missing parts of previous commit.
|
||||
|
||||
2009-11-30 Fernando Nicodemos <fgnicodemos@terra.com.br>
|
||||
|
||||
* Makefile.am, preinstall.am, console/fbcons.c, console/font8x16.h,
|
||||
console/sed1356.c, console/uarts.c, include/sed1356.h,
|
||||
startup/bspstart.c, startup/linkcmds.csb337, startup/linkcmds.csb637,
|
||||
startup/memmap.c, startup/umonsupp.c: Update to match development
|
||||
version.
|
||||
|
||||
2009-11-21 Fernando Nicodemos <fgnicodemos@terra.com.br>
|
||||
|
||||
* Makefile.am, configure.ac, console/uarts.c: Add initial support for
|
||||
Kit637 version of CSB637.
|
||||
* README.kit637_v6, make/custom/kit637_v6.cfg: New files.
|
||||
|
||||
2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Add RTEMS_BSP_LINKCMDS.
|
||||
* make/custom/csb637.cfg: Remove LDFLAGS. Remove RTEMS_LINKCMDS.
|
||||
* startup/linkcmds: Remove (Rename into linkcmds.csb337).
|
||||
* startup/linkcmds.csb337: New (Renamed from linkcmds).
|
||||
* Makefile.am: Rework linkcmds handling.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/csb337.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/csb337.cfg: New (relocated from /make/custom).
|
||||
* make/custom/csb637.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-29 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* network/network.c: Add csb637 PHY code based upon that in
|
||||
MicroMonitor 1.17.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-18 Fernando Nicodemos <fgnicodemos@terra.com.br>
|
||||
|
||||
* Makefile.am, configure.ac, console/uarts.c: Add console device that
|
||||
uses MicroMonitor to do actual input and output. This driver should
|
||||
work on any board that uses MicroMonitor.
|
||||
|
||||
2009-06-18 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds, startup/linkcmds.csb637: Move .init section from
|
||||
the front of the executable so the start label has the first
|
||||
instruction in the executable.
|
||||
|
||||
2009-06-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Make an RTEMS specific umon.h wrapper
|
||||
include file.
|
||||
|
||||
2009-06-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Re-add basic console code.
|
||||
|
||||
2009-06-12 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: Add MicroMonitor support.
|
||||
|
||||
2009-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Add MicroMonitor support.
|
||||
* startup/umonsupp.c: New file.
|
||||
|
||||
2009-06-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* network/network.c: Attempt to support csb637 PHY.
|
||||
|
||||
2009-06-04 Xi Yang <hiyangxi@gmail.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate unused variables.
|
||||
|
||||
2009-06-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, preinstall.am, console/uarts.c,
|
||||
include/bsp.h, startup/memmap.c: Add support for /dev/fbcons which is
|
||||
a console type output only device to print to the LCD screen. The
|
||||
video controller (SED) and fonts are copied from MicroMonitor and
|
||||
proper attribution is made in those files and confirmed by Ed Sutter.
|
||||
* console/fbcons.c, console/font8x16.h, console/sed1356.c,
|
||||
console/sed1356_16bit.h, include/sed1356.h: New files.
|
||||
|
||||
2009-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, README, configure.ac, preinstall.am, start/start.S,
|
||||
startup/memmap.c: Add csb637 as alias and variant.
|
||||
* startup/linkcmds.csb637: New file.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove -Qy from *link.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared tm27.h stub.
|
||||
* include/tm27.h: Removed.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, startup/bspstart.c: Use standardized
|
||||
bsp_cleanup() which can optionally print a message, poll for user to
|
||||
press key, and call bsp_reset(). Using this eliminates the various
|
||||
bsp_cleanup() implementations which had their own implementation and
|
||||
variety of string constants.
|
||||
* startup/bspreset.c: New file.
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove unnecessary includes of
|
||||
rtems/libcsupport.h and rtems/libio.h.
|
||||
|
||||
2008-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, startup/bspclean.c, startup/bspstart.c:
|
||||
Now support bsp_get_work_area() and used shared implementation of it
|
||||
and bsp_pretasking_hook.
|
||||
|
||||
2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
|
||||
routine.
|
||||
* startup/bspclean.c: New file.
|
||||
* startup/exit.c: Removed.
|
||||
|
||||
2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c: Add missing prototypes.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Eliminate copies of the
|
||||
Configuration Table. Use the RTEMS provided accessor macros to obtain
|
||||
configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
|
||||
from CPU Table to Configuration Table. Eliminate CPU Table from all
|
||||
ports. Delete references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1257/bsps
|
||||
* startup/bspstart.c: Code outside of cpukit should use the public
|
||||
API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
|
||||
the public API and directly accessing _CPU_ISR_Disable and
|
||||
_CPU_ISR_Enable, they were bypassing the compiler memory barrier
|
||||
directive which could lead to problems. This patch also changes the
|
||||
type of the variable passed into these routines and addresses minor
|
||||
style issues.
|
||||
|
||||
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter
|
||||
since it was used to configure a no longer used feature. Device names
|
||||
are now part of the filesystem not in a table.
|
||||
|
||||
2007-05-15 Ray Xu <rayx@gmail.com>
|
||||
|
||||
* Makefile.am: Add abort.rel since it is now in the BSP shared source,
|
||||
not in score/cpu.
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-03-26 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* include/bsp.h: Terminate comment.
|
||||
|
||||
2007-03-12 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/uarts.c, include/bsp.h, start/start.S, startup/bspstart.c,
|
||||
startup/exit.c, startup/linkcmds: Correct license URL and/or fix
|
||||
mistake in copyright notice. Both of these mistakes appear to be from
|
||||
code submitted after these changes were made previously.
|
||||
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* network/network.c (at91rm9200_emac_ioctl): Use ioctl_command_t.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Fix typo.
|
||||
|
||||
2006-10-30 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Add crti, crtbegin, crtend, and crtn.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: remove %lib.
|
||||
|
||||
2005-11-12 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove %cpp.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-04-26 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* network/network.c: Eliminate warnings.
|
||||
|
||||
2005-02-24 Jay Monkman <jtm@lopingdog.com>
|
||||
|
||||
PR 751/bsps
|
||||
* startup/linkcmds: Cleanup.
|
||||
* network/network.c: Added hardware initialization
|
||||
code.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
2005-01-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Remove warnings.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-11-05 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add .gnu.linkonce.b section.
|
||||
|
||||
2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c: Use POSIX fixed size types.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-07-15 Jay Monkman
|
||||
|
||||
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
|
||||
times, console/uarts.c, include/.cvsignore, include/bsp.h,
|
||||
include/tm27.h, network/.cvsignore, network/network.c,
|
||||
start/.cvsignore, start/start.S, startup/.cvsignore,
|
||||
startup/bspstart.c, startup/exit.c, startup/linkcmds,
|
||||
startup/memmap.c: New files.
|
||||
|
||||
@@ -1,633 +0,0 @@
|
||||
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1917/bsps
|
||||
* Makefile.am, console/uart.c: Modifications to add dynamic tables for
|
||||
libchip serial drivers.
|
||||
|
||||
2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Fix broken path to clockdrv_shell.h.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspreset.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Include <rtems/btimer.h>.
|
||||
Fix benchmark_timer_read() definition.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* bsp_specs, start/start.S, startup/linkcmds: Use linker command base
|
||||
file.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* irq/bsp_irq_init.c: Removed file.
|
||||
* Makefile.am, preinstall.am: Reflect change above. Added generic
|
||||
interrupt support modules.
|
||||
* include/bsp.h: Define BSP_FEATURE_IRQ_EXTENSION.
|
||||
* startup/bspstart.c, irq/bsp_irq_asm.S, clock/clockdrv.c,
|
||||
network/network.c: Interrupt support changes.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* make/custom/edb7312.cfg: Use VFP floating point model.
|
||||
|
||||
2010-04-10 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/uart.c: Reflect termios API changes.
|
||||
|
||||
2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* clock/clockdrv.c, irq/bsp_irq_init.c, irq/irq.h
|
||||
startup/bspstart.c, network/network.c: make irq data types
|
||||
consistent
|
||||
|
||||
2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* start/start.S: Verify boot_card() is passed a NULL.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/edb7312.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/edb7312.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-08-27 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/ep7312.h, startup/bspreset.c: Move Skyeye magic address out
|
||||
of .h file.
|
||||
|
||||
2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
|
||||
Should be automatically handled by confdefs.h or the application.
|
||||
|
||||
2009-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/clockdrv.c: Tinker with clock on Skyeye.
|
||||
|
||||
2009-08-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/clockdrv.c: Add stub nanoseconds since last tick handler to
|
||||
improve coverage.
|
||||
|
||||
2009-07-28 Xi Yang <hiyangxi@gmail.com>
|
||||
|
||||
* configure.ac: undefine BSP_PRESS_KEY_FOR_RESET
|
||||
* startup/bspreset.c, include/ep7312.h: Support skyeye shutdown device
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-07-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am: Removed references to deleted file
|
||||
'../shared/irq/irq_asm.S'.
|
||||
* irq/bsp_irq_asm.S: Renamed ExecuteITHandler() into
|
||||
bsp_interrupt_dispatch().
|
||||
|
||||
2009-07-12 Xi Yang <hiyangxi@gmail.com>
|
||||
|
||||
* configure.ac, clock/clockdrv.c, startup/bspreset.c: Adjust clock
|
||||
initialization for clock tick so rtmonuse test now runs on Skyeye.
|
||||
Joel added configure magic and place holder in bspreset.c for Skyeye
|
||||
hardware reset device support.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove -Qy from *link.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared tm27.h stub.
|
||||
* include/tm27.h: Removed.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
|
||||
* Makefile.am: Reflect changes above.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspreset.c: New file.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, console/uart.c: Use standardized
|
||||
bsp_cleanup() which can optionally print a message, poll for user to
|
||||
press key, and call bsp_reset(). Using this eliminates the various
|
||||
bsp_cleanup() implementations which had their own implementation and
|
||||
variety of string constants.
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove unnecessary includes of
|
||||
rtems/libcsupport.h and rtems/libio.h.
|
||||
|
||||
2008-09-12 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: Split out bsp_get_work_area() into its own file and user
|
||||
BSP Framework to perform more initialization. Let edb7312 and csb336
|
||||
shared the implementation.
|
||||
* startup/bspgetworkarea.c: Removed.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, startup/bspstart.c: Split out
|
||||
bsp_get_work_area() into its own file and user BSP Framework to
|
||||
perform more initialization.
|
||||
* startup/bspgetworkarea.c: New file.
|
||||
|
||||
2008-09-05 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Use "true" instead of "1" for "bool"s.
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Eliminate empty function from every benchmark timer
|
||||
driver. Fix spelling.
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Rename timer driver methods to follow RTEMS
|
||||
programming conventions.
|
||||
|
||||
2008-08-27 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Eliminate rtems_boolean.
|
||||
* Makefile.am: Remove stray include_HEADERS += irq/irq.h.
|
||||
|
||||
2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
|
||||
routine.
|
||||
* startup/bspclean.c: New file.
|
||||
* startup/exit.c: Removed.
|
||||
|
||||
2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* irq/bsp_irq_init.c: Add missing prototypes.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/clockdrv.c, include/bsp.h, startup/bspstart.c: Eliminate copies
|
||||
of the Configuration Table. Use the RTEMS provided accessor macros to
|
||||
obtain configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
|
||||
from CPU Table to Configuration Table. Eliminate CPU Table from all
|
||||
ports. Delete references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1257/bsps
|
||||
* irq/irq.c: Code outside of cpukit should use the public
|
||||
API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
|
||||
the public API and directly accessing _CPU_ISR_Disable and
|
||||
_CPU_ISR_Enable, they were bypassing the compiler memory barrier
|
||||
directive which could lead to problems. This patch also changes the
|
||||
type of the variable passed into these routines and addresses minor
|
||||
style issues.
|
||||
|
||||
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter
|
||||
2007-06-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* clock/clockdrv.c: Fix spacing.
|
||||
|
||||
2007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* network/network.c: Remove cs8900_get_mac_addr which conflicted with
|
||||
one in libchip AND contained a hard-coded MAC address.
|
||||
|
||||
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter
|
||||
since it was used to configure a no longer used feature. Device names
|
||||
are now part of the filesystem not in a table.
|
||||
|
||||
2007-05-15 Ray Xu <rayx@gmail.com>
|
||||
|
||||
* Makefile.am: Add abort.rel since it is now in the BSP shared source,
|
||||
not in score/cpu.
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Fix typo.
|
||||
|
||||
2006-10-30 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Add crti, crtbegin, crtend, and crtn.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-06-02 Jay Monkman
|
||||
|
||||
* irq/bsp_irq_init.c: Changed interrupt handling
|
||||
to use shared rtems_irq_connect_data struct.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2005-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Install/preinstall headers from ../../arm/shared.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-05-17 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||
|
||||
* irq/irq.h: Modified names and types to match rtems/irq.h.
|
||||
Note: rtems/irq.h should be included after the addition of a
|
||||
parameter to ISRs.
|
||||
|
||||
2005-04-26 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* network/network.c: Eliminate warnings.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
2005-01-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/clockdrv.c: Remove warnings.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-11-05 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add .gnu.linkonce.b section and account for memory
|
||||
area being named sdram NOT RAM.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-07-30 Jay Monkman <jtm@lopingdog.com>
|
||||
|
||||
* network/network.c: Changes to network driver to get it to compile
|
||||
again.
|
||||
|
||||
2004-04-23 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
PR 610/bsps
|
||||
* Makefile.am: Add include/tm27.h, Cosmetics.
|
||||
* include/tm27.h: Final cosmetics.
|
||||
|
||||
2004-04-22 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Split out tmtest27 support.
|
||||
* include/tm27.h: New.
|
||||
|
||||
2004-04-01 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||
|
||||
2004-03-31 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/uart.c, include/ep7312.h, startup/bspstart.c,
|
||||
timer/timer.c: Convert to using c99 fixed size types.
|
||||
|
||||
2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
Preinstall dist_project_lib*.
|
||||
|
||||
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
|
||||
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../arm/shared instead of
|
||||
../shared. Reformat.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/bsp.h: Remove config.
|
||||
* irq/irq.c: Remove stray blanks.
|
||||
* start/start.S: Add missing */ in comments.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
|
||||
network/Makefile.am, irq/Makefile.am, start/Makefile.am,
|
||||
startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
|
||||
compilation rules.
|
||||
* clock/Makefile.am, console/Makefile.am, network/Makefile.am,
|
||||
irq/Makefile.am, start/Makefile.am, startup/Makefile.am,
|
||||
timer/Makefile.am, wrapup/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add PREINSTALL_DIRS.
|
||||
* irq/Makefile.am: Ditto.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||
Add PRE/TMPINSTALL_FILES to CLEANFILES.
|
||||
* irq/Makefile.am: Ditto.
|
||||
* start/Makefile.am: Ditto.
|
||||
* startup/Makefile.am: Ditto.
|
||||
|
||||
2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate $(LIB).
|
||||
Use noinst_DATA to trigger building libbsp.a.
|
||||
|
||||
2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 541/bsps
|
||||
* startup/linkcmds: Remove SEARCH_DIR.
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
* startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* network/Makefile.am: Misc cleanups and fixes.
|
||||
* start/Makefile.am: Misc cleanups and fixes.
|
||||
* startup/Makefile.am: Misc cleanups and fixes.
|
||||
* wrapup/Makefile.am: Misc cleanups and fixes.
|
||||
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add preinstallation dirstamp support.
|
||||
* irq/Makefile.am: Add preinstallation dirstamp support.
|
||||
* network/Makefile.am: Cosmetics.
|
||||
* wrapup/Makefile.am: Cosmetics.
|
||||
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Remove all-local: $(ARCH).
|
||||
* console/Makefile.am: Remove all-local: $(ARCH).
|
||||
* irq/Makefile.am: Remove all-local: $(ARCH).
|
||||
* network/Makefile.am: Remove all-local: $(ARCH).
|
||||
* start/Makefile.am: Remove all-local: $(ARCH).
|
||||
* startup/Makefile.am: Remove all-local: $(ARCH).
|
||||
* timer/Makefile.am: Remove all-local: $(ARCH).
|
||||
* wrapup/Makefile.am: Remove all-local: $(ARCH).
|
||||
|
||||
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in include/Makefile.am.
|
||||
Reflect changes to bsp.am.
|
||||
* include/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2003-09-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp_specs: Remove *lib:.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/clockdrv.c, console/uart.c, include/bsp.h, include/ep7312.h,
|
||||
irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h,
|
||||
start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds,
|
||||
timer/timer.c: URL for license changed.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
* clock/Makefile.am: Reflect having moved automake/.
|
||||
* console/Makefile.am: Reflect having moved automake/.
|
||||
* include/Makefile.am: Reflect having moved automake/.
|
||||
* irq/Makefile.am: Reflect having moved automake/.
|
||||
* network/Makefile.am: Reflect having moved automake/.
|
||||
* start/Makefile.am: Reflect having moved automake/.
|
||||
* startup/Makefile.am: Reflect having moved automake/.
|
||||
* timer/Makefile.am: Reflect having moved automake/.
|
||||
* wrapup/Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 445/bsps
|
||||
* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
|
||||
Remove cpp, old_cpp (now unused).
|
||||
|
||||
2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 444/bsps
|
||||
* bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2003-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
|
||||
|
||||
2002-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* start/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.
|
||||
|
||||
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use install-data-local to install startfile.
|
||||
|
||||
2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-12-02 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* configure.ac, network/Makefile.am: Don't build if networking disabled.
|
||||
* startup/linkcmds: Add sections to remove warnings.
|
||||
|
||||
2002-11-17 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* network/network.c: Fix inconsistency in prototyping.
|
||||
|
||||
2002-11-13 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* network/network.c: Removed warning per Jay's suggestion.
|
||||
|
||||
2002-11-13 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/.cvsignore: Corrected.
|
||||
* network/.cvsignore: New file.
|
||||
|
||||
2002-11-13 Jay Monkman <jtm@smoothsmoothie.com>
|
||||
|
||||
* New BSP.
|
||||
* .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac, README,
|
||||
times, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
|
||||
console/.cvsignore, console/Makefile.am, console/uart.c,
|
||||
include/.cvsignore, include/Makefile.am, include/bsp.h,
|
||||
include/ep7312.h, irq/.cvsignore, irq/Makefile.am, irq/bsp_irq_asm.S,
|
||||
irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, network/Makefile.am,
|
||||
network/network.c, start/.cvsignore, start/Makefile.am,
|
||||
start/start.S, startup/.cvsignore, startup/Makefile.am,
|
||||
startup/bspstart.c, startup/exit.c, startup/linkcmds,
|
||||
timer/.cvsignore, timer/Makefile.am, timer/timer.c,
|
||||
wrapup/.cvsignore, wrapup/Makefile.am: New file.
|
||||
|
||||
@@ -1,379 +0,0 @@
|
||||
2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Fix broken path to clockdrv_shell.h.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h, startup/bspreset.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Include <rtems/btimer.h>.
|
||||
Fix benchmark_timer_read() definition.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/linkcmds: ARM EABI compatibility.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* irq/irq_asm.S, irq/irq_init.c, irq/bsp_irq_asm.S,
|
||||
irq/bsp_irq_init.c: Removed files.
|
||||
* Makefile.am, preinstall.am: Reflect changes above. Added generic
|
||||
interrupt support modules.
|
||||
* irq/irq.h, irq/irq.c: The previous interrupt warning fix changed the
|
||||
interrupt handler API. To fix this problem the generic interrupt
|
||||
support framework will be used now. This eliminates a lot of copy and
|
||||
paste code. The interrupt header file is now <bsp/irq.h>.
|
||||
* include/bsp.h: Define BSP_FEATURE_IRQ_EXTENSION.
|
||||
* start/start.S, startup/bspstart.c, clock/clockdrv.c,
|
||||
console/console.c, timer/timer.c: Interrupt support changes.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* make/custom/gba.cfg: Use VFP floating point model.
|
||||
|
||||
2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* clock/clockdrv.c, console/console.c, irq/irq.c, irq/irq.h,
|
||||
irq/irq_init.c: make irq data types consistent
|
||||
|
||||
2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* start/start.S: Verify boot_card() is passed a NULL.
|
||||
|
||||
2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/conio.c, console/console.c, include/conio.h:
|
||||
Let *getch return "int". Remove casts.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/gba.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/gba.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
|
||||
Should be automatically handled by confdefs.h or the application.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-07-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/cpu.c, startup/cpu_asm.S: Removed files.
|
||||
* Makefile.am: Removed references to deleted files 'startup/cpu.c' and
|
||||
'startup/cpu_asm.S'.
|
||||
* irq/irq_asm.S, irq/bsp_irq_asm.S: Renamed ExecuteITHandler() into
|
||||
bsp_interrupt_dispatch().
|
||||
|
||||
2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
|
||||
bsp_get_work_area() since the work area is larger than a single
|
||||
allocatable object.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2009-03-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1385/cpukit
|
||||
* irq/irq_asm.S: When the type rtems_boolean was switched to the C99
|
||||
bool, the size changed from 4 bytes to 1 byte. The interrupt
|
||||
dispatching code accesses two boolean variables for scheduling
|
||||
purposes and the assembly implementations of this code did not get
|
||||
updated.
|
||||
|
||||
2009-02-26 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/cpu.c: Now compiles. Does not run.
|
||||
|
||||
2008-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/cpu.c: Add missing prototype.
|
||||
|
||||
2008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove -Qy from *link.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared tm27.h stub.
|
||||
* include/tm27.h: Removed.
|
||||
|
||||
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspgetworkarea.c: Change size_t to ssize_t on
|
||||
bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
|
||||
which would limit the work area to 64K.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
|
||||
* Makefile.am: Reflect changes above.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/defaultfont.c: Remove (Renamed into console/defaultfont.h).
|
||||
* console/defaultfont.h: New (Renamed from console/defaultfont.c).
|
||||
* Makefile.am, console/conio.c: Reflect renamer.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-24 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove empty HAS_NETWORKING conditional.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspreset.c: New file.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, console/console.c: Use standardized
|
||||
bsp_cleanup() which can optionally print a message, poll for user to
|
||||
press key, and call bsp_reset(). Using this eliminates the various
|
||||
bsp_cleanup() implementations which had their own implementation and
|
||||
variety of string constants.
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove unnecessary includes of
|
||||
rtems/libcsupport.h and rtems/libio.h.
|
||||
|
||||
2008-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, startup/bspstart.c: Now support
|
||||
bsp_get_work_area() and used shared implementation of it and
|
||||
bsp_pretasking_hook. Ticker runs.
|
||||
* startup/bspgetworkarea.c: New file.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: 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-06 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* irq/irq.c: Minor "bool" fixes.
|
||||
|
||||
2008-09-05 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/cpu.c, timer/timer.c: Convert to "bool".
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Eliminate empty function from every benchmark timer
|
||||
driver. Fix spelling.
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Rename timer driver methods to follow RTEMS
|
||||
programming conventions.
|
||||
|
||||
2008-08-27 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Eliminate rtems_boolean.
|
||||
|
||||
2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
|
||||
routine.
|
||||
* startup/bspclean.c: New file.
|
||||
* startup/exit.c: Removed.
|
||||
|
||||
2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/clockdrv.c: Add missing prototypes.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2008-02-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* console/console.c: Do not have BSP specific __assert.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/clockdrv.c, include/bsp.h, startup/bspstart.c: Eliminate copies
|
||||
of the Configuration Table. Use the RTEMS provided accessor macros to
|
||||
obtain configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c, startup/cpu.c: Move interrupt_stack_size field
|
||||
from CPU Table to Configuration Table. Eliminate CPU Table from all
|
||||
ports. Delete references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1257/bsps
|
||||
* irq/irq.c, irq/irq_init.c: Code outside of cpukit should use the public
|
||||
API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
|
||||
the public API and directly accessing _CPU_ISR_Disable and
|
||||
_CPU_ISR_Enable, they were bypassing the compiler memory barrier
|
||||
directive which could lead to problems. This patch also changes the
|
||||
type of the variable passed into these routines and addresses minor
|
||||
style issues.
|
||||
|
||||
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter
|
||||
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter
|
||||
since it was used to configure a no longer used feature. Device names
|
||||
are now part of the filesystem not in a table.
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/defaultfont.c: Convert to utf-8.
|
||||
|
||||
2006-09-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/arm_mode_bits.h: Convert C++ style comments to C style.
|
||||
|
||||
2006-09-11 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* README, configure.ac: Remove extra CRLF.
|
||||
|
||||
2006-06-02 Jay Monkman <jtm@lopingdog.com>
|
||||
|
||||
* irq/bsp_irq_init.c: Changed interrupt handling
|
||||
to use shared rtems_irq_connect_data struct.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: remove %lib.
|
||||
|
||||
2005-11-12 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove %cpp.
|
||||
|
||||
2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* irq/irq.c, startup/bspstart.c: Remove obsolete types (*unsigned32).
|
||||
|
||||
2005-07-06 Markku Puro <markku.puro@kopteri.net>
|
||||
|
||||
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
|
||||
clock/clockdrv.c, console/conio.c, console/console.c,
|
||||
console/defaultfont.c, include/arm_mode_bits.h, include/asm_macros.h,
|
||||
include/bsp.h, include/bspopts.h.in, include/conio.h, include/gba.h,
|
||||
include/gba_registers.h, include/tm27.h, irq/bsp_irq_asm.S,
|
||||
irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, irq/irq_asm.S,
|
||||
irq/irq_init.c, start/logo.S, start/start.S, startup/bspstart.c,
|
||||
startup/cpu.c, startup/cpu_asm.S, startup/exit.c, startup/linkcmds,
|
||||
timer/timer.c: New files.
|
||||
|
||||
@@ -1,61 +0,0 @@
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/swi.h, startup/bspreset.c, startup/syscalls.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* bsp_specs, start/start.S, startup/linkcmds: Use linker command base
|
||||
file.
|
||||
|
||||
2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/syscalls.c: ifdef out _times since it conflicts with
|
||||
RTEMS internal one. Besides we only use the simulator syscalls
|
||||
for console IO.
|
||||
|
||||
2010-05-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/syscalls.c: Rename to avoid conflict with newlib.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* make/custom/arm920.cfg: Use VFP floating point model.
|
||||
|
||||
2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* start/start.S: Verify boot_card() is passed a NULL.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/arm1136jfs.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
* make/custom/arm1136js.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
* make/custom/arm7tdmi.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
* make/custom/arm920.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
* make/custom/armcortexa9.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/arm1136jfs.cfg: New (relocated from /make/custom).
|
||||
* make/custom/arm1136js.cfg: New (relocated from /make/custom).
|
||||
* make/custom/arm7tdmi.cfg: New (relocated from /make/custom).
|
||||
* make/custom/arm920.cfg: New (relocated from /make/custom).
|
||||
* make/custom/armcortexa9.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac,
|
||||
preinstall.am, console/.cvsignore, console/console-io.c,
|
||||
include/.cvsignore, include/bsp.h, include/irq.h, include/swi.h,
|
||||
start/.cvsignore, start/start.S, startup/.cvsignore,
|
||||
startup/bspreset.c, startup/bspstart.c, startup/linkcmds,
|
||||
startup/syscalls.c: New files.
|
||||
|
||||
@@ -1,340 +0,0 @@
|
||||
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1917/bsps
|
||||
* Makefile.am, console/uart.c: Modifications to add dynamic tables for
|
||||
libchip serial drivers.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspreset.c, startup/bspstart.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* start/start.S, startup/linkcmds: Use linker command base file.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am, preinstall.am: Added generic interrupt support modules.
|
||||
* include/bsp.h: Define BSP_FEATURE_IRQ_EXTENSION.
|
||||
* startup/bspstart.c: Interrupt support changes.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* make/custom/gp32.cfg: Use VFP floating point model.
|
||||
|
||||
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* console/uart.c: Fix warnings.
|
||||
|
||||
2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: make irq data types consistent,
|
||||
use common code for s3c24xx
|
||||
|
||||
2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* start/start.S: Verify boot_card() is passed a NULL.
|
||||
|
||||
2010-02-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* smc/smc.c: Replace EBADRQC with EINVAL.
|
||||
|
||||
2010-01-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* smc/smc.c: Update for block device API change.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/gp32.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* smc/smc.c: Update for block device API change.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/gp32.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
|
||||
Should be automatically handled by confdefs.h or the application.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared tm27.h stub.
|
||||
* include/tm27.h: Removed.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove noinst_PROGRAMS (Unused).
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, console/uart.c, startup/bspstart.c: Use
|
||||
standardized bsp_cleanup() which can optionally print a message, poll
|
||||
for user to press key, and call bsp_reset(). Using this eliminates
|
||||
the various bsp_cleanup() implementations which had their own
|
||||
implementation and variety of string constants.
|
||||
* startup/bspreset.c: New file.
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove unnecessary includes of
|
||||
rtems/libcsupport.h and rtems/libio.h.
|
||||
|
||||
2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, startup/bspstart.c: Split out
|
||||
bsp_get_work_area() into its own file and user BSP Framework to
|
||||
perform more initialization. Use same shared implementation as
|
||||
edb7312 and csb336.
|
||||
|
||||
2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
|
||||
routine.
|
||||
* startup/bspclean.c: New file.
|
||||
* startup/exit.c: Removed.
|
||||
|
||||
2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* smc/smc.c, startup/exit.c: Add missing prototypes.
|
||||
|
||||
2008-08-06 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* smc/smc.c: Fix the fix. The field is bufnum.
|
||||
|
||||
2008-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* smc/smc.c: Fix warning.
|
||||
|
||||
2008-07-29 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* smc/smc.c: Updated to the libblock changes.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-05-06 Ray Xu <rayx.cn@gmail.com>
|
||||
|
||||
* console/uart.c, include/bsp.h, smc/smc.c, startup/bspstart.c: Merge
|
||||
smdk2410 with gp32.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Fix idle task prototype.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Eliminate copies of the
|
||||
Configuration Table. Use the RTEMS provided accessor macros to obtain
|
||||
configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
|
||||
from CPU Table to Configuration Table. Eliminate CPU Table from all
|
||||
ports. Delete references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, include/bsp.h, startup/bspstart.c: Moved most of the
|
||||
remaining CPU Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1257/bsps
|
||||
* startup/bspstart.c: Code outside of cpukit should use the public
|
||||
API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
|
||||
the public API and directly accessing _CPU_ISR_Disable and
|
||||
_CPU_ISR_Enable, they were bypassing the compiler memory barrier
|
||||
directive which could lead to problems. This patch also changes the
|
||||
type of the variable passed into these routines and addresses minor
|
||||
style issues.
|
||||
|
||||
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter
|
||||
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter
|
||||
since it was used to configure a no longer used feature. Device names
|
||||
are now part of the filesystem not in a table.
|
||||
|
||||
2007-05-15 Ray Xu <rayx@gmail.com>
|
||||
|
||||
* Makefile.am: Add abort.rel since it is now in the BSP shared source,
|
||||
not in score/cpu.
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-03-12 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/uart.c, start/start.S, startup/linkcmds, startup/memmap.c:
|
||||
Correct license URL and/or fix mistake in copyright notice. Both of
|
||||
these mistakes appear to be from code submitted after these changes
|
||||
were made previously.
|
||||
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* smc/smc.c: include bspIo.h for printk.
|
||||
|
||||
2006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* smc/smc.c: Comment out sm_status (unused).
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-09-11 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* smc/smc.h: Remove extra CRLF.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: remove %lib.
|
||||
|
||||
2005-11-12 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove %cpp.
|
||||
|
||||
2005-07-25 Philippe Simons <loki_666@fastmail.fm>
|
||||
|
||||
* Makefile.am: added smc.rel.
|
||||
* smc/smc.c, smc/smc.h: New files.
|
||||
|
||||
2005-07-07 Philippe Simons <loki_666@fastmail.fm>
|
||||
|
||||
* Makefile.am: Remove lcd.rel, added console/uart.c,
|
||||
removed conio stuffs.
|
||||
* console/conio.c, console/console.c, console/defaultfont.c,
|
||||
include/conio.h : files removed.
|
||||
* console/uart.c: New file.
|
||||
* include/bsp.h: lcd.c prototypes removed.
|
||||
* startup/bspstart.c: bsp_reset() cause gp32 to reset to bios,
|
||||
added a bsp_idle_task which put s3c2400 in a "wait for IRQ" state.
|
||||
|
||||
2005-06-06 Philippe Simons <loki_666@fastmail.fm>
|
||||
|
||||
* Makefile.am: Include lcd.rel.
|
||||
|
||||
2005-06-01 Philippe Simons <loki_666@fastmail.fm>
|
||||
|
||||
* bsp_specs: Add rules for cpp support
|
||||
* include/bsp.h: Add gp32 support fct prototypes
|
||||
* console/conio.c: Moved video buffer to 0x0c7ed000
|
||||
* startup/bspstart.c: Add some init code, some cleaning...
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-04-26 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Add include rtems/bspIo.h to eliminate warning.
|
||||
|
||||
@@ -1,143 +0,0 @@
|
||||
2011-11-07 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
PR 1953/bsps
|
||||
* console/uarts.c: Do not use /dev/console in libchip configuration
|
||||
table. Shared driver framework selects device to use as /dev/console.
|
||||
|
||||
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1917/bsps
|
||||
* Makefile.am, console/uarts.c: Modifications to add dynamic tables for
|
||||
libchip serial drivers.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* bsp_specs, start/start.S, startup/linkcmds: Use linker command base
|
||||
file.
|
||||
|
||||
2010-05-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* rtl8019/rtl8019.c: Fix typo.
|
||||
|
||||
2010-05-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* rtl8019/rtl8019.c: Fixed interrupt handler.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am, preinstall.am: Added generic interrupt support modules.
|
||||
* include/bsp.h: Define BSP_FEATURE_IRQ_EXTENSION.
|
||||
* startup/bspstart.c, rtl8019/rtl8019.c: Interrupt support changes.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* make/custom/gumstix.cfg: Use VFP floating point model.
|
||||
|
||||
2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* rtl8019/rtl8019.c: make irq data types consistent
|
||||
|
||||
2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* start/start.S: Verify boot_card() is passed a NULL.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/gumstix.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/gumstix.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-17 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* preinstall.am: Regenerate.
|
||||
|
||||
2009-09-16 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* configure.ac: Resolve confusion with Ralf's patch.
|
||||
|
||||
2009-09-16 Roxana Leontie <roxana.leontie@gmail.com>
|
||||
|
||||
* configure.ac, fb/fb.c, include/bsp.h: updates made for porting to
|
||||
Nano-X and make testing easyer
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-08-27 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: If not on Skyeye, do not include the rtl8019 driver
|
||||
in libbsp.
|
||||
|
||||
2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Add default value.
|
||||
|
||||
2009-08-22 Xi Yang <hiyangxi@gmail.com>
|
||||
|
||||
* fb/fb.c: Register correct device name.
|
||||
* startup/bspstart.c: Fix warnings.
|
||||
|
||||
2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
|
||||
Should be automatically handled by confdefs.h or the application.
|
||||
|
||||
2009-08-21 Xi Yang <hiyangxi@gmail.com>
|
||||
|
||||
* Makefile.am: Add fb/fb.c add rtl8019 Ethernet card support
|
||||
* preinstall.am: Install skyeye_fb.h, Install wd80x3
|
||||
* fb/fb.c, fb/skyeye_fb.h: Framebuffer support for skyeye simulator
|
||||
* rtl8019/wd80x3, rtl8019/rtl8019.c: rtl8019 support
|
||||
* startup/memmap.c: Change the size of Map I/O to 1216M
|
||||
* bsp/bsp.h: Add rtl8019 related infomation
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-07-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: Fix typo.
|
||||
|
||||
2009-07-10 Xi Yang <hiyangxi@gmail.com>
|
||||
|
||||
* Makefile.am: Complete update to current style.
|
||||
|
||||
2009-06-29 Xi Yang <hiyangxi@gmail.com>
|
||||
|
||||
* Makefile.am: Update to current style.
|
||||
* bsp_specs: Fix warning for _start.
|
||||
* start/start.S: Proper attribution for origin.
|
||||
* startup/bspstart.c: Add Skyeye bsp_reset() on Skyeye.
|
||||
* include/.cvsignore: New file.
|
||||
* include/bspopts.h.in: Removed.
|
||||
|
||||
2009-06-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/linkcmds: Fix spacing.
|
||||
|
||||
2009-06-05 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac, include/bspopts.h.in: Add ON_SKYEYE option to at least
|
||||
enable fast idle mode. Also added some standard BSP options.
|
||||
|
||||
2009-06-04 Xi Yang <hiyangxi@gmail.com>
|
||||
|
||||
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
|
||||
preinstall.am, console/uarts.c, include/bsp.h, include/bspopts.h.in,
|
||||
include/tm27.h, start/start.S, startup/bspstart.c, startup/linkcmds,
|
||||
startup/memmap.c: New files.
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
2011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
PR 1951/bsps
|
||||
* Makefile.am, console/console-config.c: Update due to API changes.
|
||||
|
||||
2011-09-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* 0001-Fixed-interrupt-handling-for-ARMv7M.patch,
|
||||
0002-Fixed-system-handler-priority-register-access.patch,
|
||||
0003-Disable-priority_mask-unused-for-NVIC.patch, 0004-Typo.patch,
|
||||
0005-Evil-hack-for-BASEPRI-BASEPRI_MAX.patch,
|
||||
0006-Evil-hack-to-increase-the-RAM-size.patch, bsp_specs, ChangeLog,
|
||||
clock/clock-config.c, configure.ac, console/console-config.c,
|
||||
console/uart.c, .cvsignore, include/bsp.h, include/.cvsignore,
|
||||
include/irq.h, include/lm3s69xx.h, include/uart.h, irq/irq.c,
|
||||
make/custom/lm3s6965.cfg, make/custom/lm3s69xx.inc, Makefile.am,
|
||||
README, start/start.S, startup/bspreset.c, startup/bspstart.c,
|
||||
startup/bspstarthook.c, startup/linkcmds.lm3s6965, timer/timer.c: New
|
||||
files.
|
||||
@@ -1,470 +0,0 @@
|
||||
2011-12-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* make/custom/lpc24xx.inc: Flags for EABI tool chain.
|
||||
|
||||
2011-11-08 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/lpc17xx.h: New file.
|
||||
* Makefile.am, preinstall.am: Reflect change above. Update due to API
|
||||
changes.
|
||||
* configure.ac, console/console-config.c, include/bsp.h, include/io.h,
|
||||
include/irq.h, include/lcd.h, include/lpc-clock-config.h,
|
||||
include/lpc24xx.h, include/start-config.h, irq/irq-dispatch.c,
|
||||
irq/irq.c, misc/bspidle.c, misc/io.c, misc/lcd.c, misc/restart.c,
|
||||
misc/system-clocks.c, ssp/ssp.c, startup/bspreset.c,
|
||||
startup/bspstart.c, startup/bspstarthooks.c,
|
||||
startup/start-config-emc-dynamic.c, startup/start-config-emc-static.c,
|
||||
startup/start-config-pinsel.c: Basic support for LPC17XX. New memory
|
||||
configurations for W9825G2JB75I, IS42S32800B, and SST39VF3201.
|
||||
|
||||
2011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* console/console-config.c: Avoid explicit type.
|
||||
|
||||
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1917/bsps
|
||||
* Makefile.am, console/console-config.c: Modifications to add dynamic
|
||||
tables for libchip serial drivers.
|
||||
|
||||
2011-10-17 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/start-config.h, make/custom/lpc24xx_plx800_rom_int.cfg,
|
||||
startup/linkcmds.lpc24xx_plx800_rom_int,
|
||||
startup/start-config-emc-dynamic.c, startup/start-config-emc-static.c,
|
||||
startup/start-config-pinsel.c: New files.
|
||||
* Makefile.am, configure.ac, preinstall.am: Reflect changes above.
|
||||
* startup/bspstarthooks.c: Use configuration tables for EMC
|
||||
initialization.
|
||||
|
||||
2011-08-08 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* irq/irq-dispatch.c: New file.
|
||||
* irq/irq.c: Moved bsp_interrupt_dispatch() to new file.
|
||||
* Makefile.am: Reflect change from above.
|
||||
|
||||
2011-07-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/lpc24xx.h: Added ADC defines.
|
||||
* make/custom/lpc24xx.inc: Workaround for GCC bug 49641.
|
||||
|
||||
2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Fix broken path to cache_.h.
|
||||
|
||||
2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Fix broken path to clockdrv_shell.h.
|
||||
|
||||
2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am, preinstall.am: Cache manager changes.
|
||||
|
||||
2011-05-19 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* i2c/i2c-config.c: New file.
|
||||
* include/lcd.h: Removed EMC definitions.
|
||||
* misc/dma.c: Fixed initialization.
|
||||
* include/i2c.h, include/io.h, include/lpc-ethernet-config.h,
|
||||
include/lpc24xx.h, console/console-config.c, i2c/i2c.c, misc/io.c,
|
||||
misc/lcd.c, startup/bspstart.c, startup/bspstarthooks.c: New pin
|
||||
configuration API.
|
||||
* Makefile.am, preinstall.am: Update.
|
||||
|
||||
2011-03-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* README: Add example mkimage command.
|
||||
|
||||
2011-02-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* misc/restart.c: New file.
|
||||
* Makefile.am: Reflect change from above.
|
||||
* include/bsp.h: Declare bsp_restart().
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstarthooks.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* misc/timer.c: Fix typo.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* misc/timer.c: Include <rtems/btimer.h>.
|
||||
Fix benchmark_timer_read() definition.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/linkcmds.lpc2362, startup/linkcmds.lpc23xx_tli800,
|
||||
startup/linkcmds.lpc24xx_ea, startup/linkcmds.lpc24xx_ncs_ram,
|
||||
startup/linkcmds.lpc24xx_ncs_rom_ext,
|
||||
startup/linkcmds.lpc24xx_ncs_rom_int: Update due to linker command
|
||||
file changes.
|
||||
|
||||
2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/lcd.h, misc/lcd.c: New files.
|
||||
* misc/io.c, include/io.h: Documentation, bug fixes, more
|
||||
configurations.
|
||||
* include/lpc24xx.h: Added DAC and I2S.
|
||||
* Makefile.am, bsp_specs, preinstall.am, startup/bspstarthooks.c,
|
||||
startup/linkcmds.lpc2362, startup/linkcmds.lpc23xx_tli800,
|
||||
startup/linkcmds.lpc24xx_ea, startup/linkcmds.lpc24xx_ncs_ram,
|
||||
startup/linkcmds.lpc24xx_ncs_rom_ext,
|
||||
startup/linkcmds.lpc24xx_ncs_rom_int: Update due to linker command
|
||||
file changes.
|
||||
|
||||
2010-11-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* misc/system-clocks.c: Use define instead of function call to allow
|
||||
smaller delays.
|
||||
|
||||
2010-11-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* rtc/rtc-config.c: Fixed type.
|
||||
|
||||
2010-10-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/lpc24xx.h, misc/system-clocks.c: Removed superfluous include
|
||||
of <bsp/utility.h>.
|
||||
|
||||
2010-10-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* misc/system-clocks.c: Fixed lpc24xx_micro_seconds_delay().
|
||||
* misc/io.c: Added LCD pin configuration.
|
||||
|
||||
2010-06-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* make/custom/lpc23xx_tli800.cfg, startup/linkcmds.lpc23xx_tli800: New
|
||||
files.
|
||||
* Makefile.am, configure.ac: Reflect changes above.
|
||||
* startup/linkcmds.lpc2362: Typos.
|
||||
* README: Documentation.
|
||||
|
||||
2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/bspstarthooks.c: Removed start section attribute defines.
|
||||
|
||||
2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/lpc24xx.h, misc/dma-copy.c, misc/dma.c,
|
||||
misc/system-clocks.c, ssp/ssp.c, startup/bspstarthooks.c: Removed
|
||||
superfluous macros.
|
||||
|
||||
2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am, preinstall.am, include/bsp.h, startup/bspstart.c: Use
|
||||
shared output character implementation.
|
||||
|
||||
2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* make/custom/lpc24xx.inc: Workaround for GCC bug 38644.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/irq-config.h: Removed file.
|
||||
* Makefile.am, preinstall.am: Reflect change above.
|
||||
* irq/irq.c: Removed superfluous parameter checks.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* make/custom/lpc24xx.inc: Use VFP floating point model.
|
||||
|
||||
2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* make/custom/lpc24xx.inc: removed over-paranoid warning switches
|
||||
|
||||
2010-04-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am, configure.ac, include/lpc24xx.h, irq/irq.c,
|
||||
make/custom/lpc24xx.inc, misc/io.c, startup/bspstart.c,
|
||||
startup/bspstarthooks.c, startup/linkcmds.lpc2362: Changes throughout.
|
||||
|
||||
2010-03-29 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* configure.ac: make the lpc2362 a SMALL MEMORY BSP
|
||||
|
||||
2010-03-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/lpc-ethernet-config.h: Fixed IO configurations.
|
||||
|
||||
2010-01-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/lpc-ethernet-config.h: New file.
|
||||
* network/network.c: Removed file.
|
||||
* Makefile.am, configure.ac, preinstall.am, include/bsp.h,
|
||||
include/lpc24xx.h: Changes throughout.
|
||||
|
||||
2009-12-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* clock/clock-config.c: Removed file.
|
||||
* include/lpc-clock-config.h, make/custom/lpc2362.cfg,
|
||||
startup/linkcmds.lpc2362: New files.
|
||||
* Makefile.am, configure.ac, preinstall.am, console/console-config.c,
|
||||
i2c/i2c.c, include/bsp.h, include/io.h, include/irq.h,
|
||||
include/lpc24xx.h, irq/irq.c, make/custom/lpc24xx.inc, misc/dma.c,
|
||||
misc/io.c, misc/timer.c, network/network.c, rtc/rtc-config.c,
|
||||
startup/bspreset.c, startup/bspstart.c, startup/bspstarthooks.c,
|
||||
startup/linkcmds.lpc24xx_ea, startup/linkcmds.lpc24xx_ncs_ram,
|
||||
startup/linkcmds.lpc24xx_ncs_rom_ext,
|
||||
startup/linkcmds.lpc24xx_ncs_rom_int: Changes throughout.
|
||||
|
||||
2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Add RTEMS_BSP_LINKCMDS.
|
||||
* make/custom/lpc24xx.inc: Remove LDFLAGS.
|
||||
* make/custom/lpc24xx_ea.cfg: Remove LPC24XX_LINKCMDS.
|
||||
* make/custom/lpc24xx_ncs_ram.cfg: Remove LPC24XX_LINKCMDS.
|
||||
* make/custom/lpc24xx_ncs_rom_ext.cfg: Remove LPC24XX_LINKCMDS.
|
||||
* make/custom/lpc24xx_ncs_rom_int.cfg: Remove LPC24XX_LINKCMDS.
|
||||
* startup/linkcmds: Remove.
|
||||
* Makefile.am: Rework linkcmds handling.
|
||||
|
||||
2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/clock-config.c, misc/dma.c, network/network.c,
|
||||
rtc/rtc-config.c, ssp/ssp.c: Remove unused vars.
|
||||
|
||||
2009-10-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* i2c/i2c.c, misc/dma-copy.c, network/network.c, ssp/ssp.c: Update for
|
||||
interrupt handler type change.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/lpc24xx.inc: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/lpc24xx.inc: New (Renamed from lpc24xx.cfg).
|
||||
* make/custom/lpc24xx.cfg: Removed.
|
||||
* make/custom/lpc24xx_ea.cfg, lpc24xx_ncs_ram.cfg,
|
||||
make/custom/lpc24xx_ncs_rom_ext.cfg,
|
||||
make/custom/lpc24xx_ncs_rom_int.cfg:
|
||||
Include make/custom/lpc24xx.inc.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/lpc24xx.cfg: New (relocated from /make/custom).
|
||||
* make/custom/lpc24xx_ea.cfg: New (relocated from /make/custom).
|
||||
* make/custom/lpc24xx_ncs_ram.cfg: New (relocated from /make/custom).
|
||||
* make/custom/lpc24xx_ncs_rom_ext.cfg: New (relocated from /make/custom).
|
||||
* make/custom/lpc24xx_ncs_rom_int.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-10-04 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs,
|
||||
startup/linkcmds.lpc2478_ncs_ram: Removed files.
|
||||
* startup/linkcmds.lpc24xx_ea, startup/linkcmds.lpc24xx_ncs_ram,
|
||||
startup/linkcmds.lpc24xx_ncs_rom_ext,
|
||||
startup/linkcmds.lpc24xx_ncs_rom_int: New files.
|
||||
* Makefile.am, README, configure.ac, preinstall.am, misc/io.c,
|
||||
startup/linkcmds: Changes throughout.
|
||||
|
||||
2009-09-21 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* startup/bspstarthooks.c, misc/dma-copy.c, misc/timer.c: Add
|
||||
missing files.
|
||||
|
||||
2009-09-17 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/bspstarthooks.c, misc/dma-copy.c, misc/timer.c: New files.
|
||||
* Makefile.am, configure.ac, i2c/i2c.c, include/bsp.h, include/dma.h,
|
||||
include/i2c.h, include/io.h, include/irq.h, include/lpc24xx.h,
|
||||
include/ssp.h, include/system-clocks.h, irq/irq.c, misc/bspidle.c,
|
||||
misc/dma.c, misc/io.c, misc/system-clocks.c, network/network.c,
|
||||
ssp/ssp.c, startup/bspstart.c: Changes throughout.
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-08-27 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* misc/bspidle.c: Include bsp.h and fix prototype.
|
||||
|
||||
2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am, include/bsp.h: Rename BSP specific idle
|
||||
thread to bsp_idle_thread.
|
||||
* misc/bspidle.c: New file.
|
||||
* include/idle.h, misc/idle.c: Removed.
|
||||
|
||||
2009-08-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/linkcmds, startup/linkcmds.lpc2478,
|
||||
startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram:
|
||||
Fixed dummy entries.
|
||||
|
||||
2009-07-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/linkcmds, startup/linkcmds.lpc2478,
|
||||
startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram:
|
||||
Dummy entries for toolchain compatibility.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-07-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* i2c/i2c.c, include/i2c.h, include/idle.h, include/io.h, misc/idle.c,
|
||||
misc/io.c: New files.
|
||||
* Makefile.am, README, configure.ac, preinstall.am,
|
||||
clock/clock-config.c, console/console-config.c, include/irq.h,
|
||||
include/dma.h, include/lpc24xx.h, include/system-clocks.h, irq/irq.c,
|
||||
misc/dma.c, misc/system-clocks.c, network/network.c, rtc/rtc-config.c,
|
||||
startup/bspreset.c, startup/bspstart.c, startup/linkcmds,
|
||||
startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs,
|
||||
startup/linkcmds.lpc2478_ncs_ram: Changes throughout.
|
||||
|
||||
2009-02-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* README: Added NCS.
|
||||
* Makefile.am, configure.ac, preinstall.am: Added BSP variants.
|
||||
* console/console-config.c, clock/clock-config.c, ssp/ssp.c: Fixed
|
||||
register settings. Cleanup.
|
||||
* include/bsp.h: Added network defines and functions.
|
||||
* include/lpc24xx.h: Added AHB and EMC defines. Fixed Ethernet status
|
||||
sizes.
|
||||
* include/system-clocks.h, misc/system-clocks.c: Added micro seconds
|
||||
delay function that uses Timer 1. Changed PLL setup.
|
||||
* network/network.c, startup/bspreset.c, startup/linkcmds.lpc2478,
|
||||
startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram: New
|
||||
files.
|
||||
* startup/bspstart.c: Added EMC initialization. Changes for ROM boot.
|
||||
|
||||
2009-02-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Fix breakage introduced in 2009-02-13 changes.
|
||||
|
||||
2009-02-13 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use stub tm27.h.
|
||||
|
||||
2008-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Add RTEMS_BSPOPTS(LPC24XX_OSCILLATOR_RTC).
|
||||
Add RTEMS_BSPOPTS(LPC24XX_OSCILLATOR_MAIN).
|
||||
* include/bsp.h: #include <bspopts.h>.
|
||||
* misc/system-clocks.c: Receive LPC24XX_OSCILLATOR_RTC,
|
||||
LPC24XX_OSCILLATOR_MAIN through bspopts.h.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* bsp_specs: Move -e start from *link to *startfile to avoid warning
|
||||
for undefined entry symbol when linking relocatables with binutils
|
||||
2.19.
|
||||
|
||||
2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Add timer driver stub.
|
||||
|
||||
2008-09-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* ssp/ssp.c, misc/dma.c, include/dma.h, include/ssp.h: New files.
|
||||
|
||||
* Makefile.am, preinstall.am, README: Update.
|
||||
|
||||
* include/irq.h: Fixed typos.
|
||||
|
||||
* include/lpc24xx.h: New defines and types. Converted to UNIX line
|
||||
endings.
|
||||
|
||||
* misc/system-clocks.c, startup/bspstart.c: Update for utility.h
|
||||
changes.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/clock-config.c: include "../../../shared/clockdrv_shell.h".
|
||||
* Makefile.am: Reflect changes above.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* preinstall.am: Regenerated.
|
||||
|
||||
2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminates libcpudir.
|
||||
|
||||
2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove NETWORKING (Sources are missing).
|
||||
|
||||
2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add DISTCLEANFILES = include/bspopts.h.
|
||||
|
||||
2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add bsp_specs.
|
||||
|
||||
2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
PR 1322/bsps
|
||||
* include/bspopts.h.in: Remove.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac, include/bspopts.h.in: Make letting boot_card() handle
|
||||
work area allocation mandatory. Rename
|
||||
RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* README: Add URL.
|
||||
|
||||
2008-09-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am, preinstall.am, include/lpc24xx.h, misc/system-clocks.c:
|
||||
Move utility.h
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Use standardized bsp_cleanup() which
|
||||
can optionally print a message, poll for user to press key, and call
|
||||
bsp_reset(). Using this eliminates the various bsp_cleanup()
|
||||
implementations which had their own implementation and variety of
|
||||
string constants.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* .cvsignore, include/bspopts.h.in: New files.
|
||||
|
||||
2008-09-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* bsp_specs, clock/clock-config.c, configure.ac,
|
||||
console/console-config.c, include/bsp.h, include/irq-config.h,
|
||||
include/irq.h, include/lpc24xx.h, include/system-clocks.h, irq/irq.c,
|
||||
Makefile.am, misc/system-clocks.c, preinstall.am, README,
|
||||
rtc/rtc-config.c, startup/bspstart.c, startup/linkcmds: New files.
|
||||
@@ -1,252 +0,0 @@
|
||||
2011-12-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* misc/system-clocks.c: New file.
|
||||
* Makefile.am: Reflect change from above.
|
||||
* include/nand-mlc.h: Fixed lpc32xx_mlc_is_bad_page().
|
||||
* make/custom/lpc32xx.inc, make/custom/lpc32xx_mzx_stage_1.cfg: Flags
|
||||
for EABI tool chain.
|
||||
* configure.ac, include/bsp.h, include/lpc32xx.h, misc/emc.c,
|
||||
misc/i2c.c, rtc/rtc-config.c, startup/bspstarthooks.c: Avoid compile
|
||||
time ARM_CLK and HCLK.
|
||||
|
||||
2011-11-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* Makefile.am: Add shared/startup/bsp-start-memcpy.S
|
||||
|
||||
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1917/bsps
|
||||
* Makefile.am, console/console-config.c, console/hsu.c: Modifications
|
||||
to add dynamic tables for libchip serial drivers.
|
||||
|
||||
2011-09-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* make/custom/lpc32xx.inc: Workaround for GCC bug 50106.
|
||||
* include/lpc32xx.h: Fixed register map for NAND MLC.
|
||||
* include/boot.h: Declare lpc32xx_set_boot_block_bad().
|
||||
* misc/boot.c: Define lpc32xx_set_boot_block_bad().
|
||||
* include/nand-mlc.h, misc/nand-mlc-erase-block-safe.c,
|
||||
misc/nand-mlc-read-blocks.c, misc/nand-mlc-write-blocks.c,
|
||||
misc/nand-mlc.c: Changed bad block handling. Support for non-aligned
|
||||
data. Documentation.
|
||||
|
||||
2011-08-08 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* misc/i2c.c: Bugfix.
|
||||
|
||||
2011-08-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/.cvsignore: New file.
|
||||
* include/bspopts.h.in: Removed file.
|
||||
|
||||
2011-07-04 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* misc/nand-mlc-erase-block-safe.c, misc/nand-mlc-write-blocks.c,
|
||||
include/nand-mlc.h: Fixed write blocks.
|
||||
|
||||
2011-07-01 Stephan Hoffmann <sho@reLinux.de>
|
||||
Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* misc/nand-mlc-erase-block-safe.c: New file
|
||||
* Makefile.am: Reflect change from above.
|
||||
* misc/nand-mlc-write-blocks.c: Use lpc32xx_mlc_erase_block_safe_3().
|
||||
* include/nand-mlc.h: Bad block handling.
|
||||
|
||||
2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Fix broken path to cache_.h.
|
||||
|
||||
2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Fix broken path to clockdrv_shell.h.
|
||||
|
||||
2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am, preinstall.am: Cache manager changes.
|
||||
|
||||
2011-05-19 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am, preinstall.am: Install new header files.
|
||||
* include/bsp.h, include/emc.h, include/lpc32xx.h, misc/emc.c: Update
|
||||
for API changes.
|
||||
|
||||
2011-03-29 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* configure.ac, include/bspopts.h.in: New BSP option
|
||||
LPC32XX_SCRATCH_AREA_SIZE. Disable BSP option
|
||||
LPC32XX_DISABLE_READ_ONLY_PROTECTION for all BSPs.
|
||||
* include/boot.h: Removed application specific defines.
|
||||
* include/nand-mlc.h, misc/nand-mlc.c: Changed configuration layout.
|
||||
* include/mmu.h, misc/mmu.c: Documentation. Bugfix.
|
||||
* include/bsp.h, startup/bspstarthooks.c, misc/restart.c,
|
||||
startup/linkcmds.lpc32xx_mzx, startup/linkcmds.lpc32xx_mzx_stage_1,
|
||||
startup/linkcmds.lpc32xx_mzx_stage_2,
|
||||
startup/linkcmds.lpc32xx_phycore: Support for scratch area. Moved
|
||||
code into macros for reusability.
|
||||
|
||||
2011-02-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/bsp.h, lpc32xx/misc/restart.c: Renamed lpc32xx_restart() in
|
||||
bsp_restart().
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* irq/irq.c, misc/restart.c, rtc/rtc-config.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* misc/timer.c: Include <rtems/btimer.h>.
|
||||
Fix benchmark_timer_read() definition.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-12-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* configure.ac, include/bspopts.h.in: More options.
|
||||
* include/lpc32xx.h: Added watchdog definitions.
|
||||
* include/mmu.h, misc/mmu.c: Added const qualifier.
|
||||
* startup/bspreset.c: Use watchdog reset.
|
||||
|
||||
2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/linkcmds.lpc32xx_mzx, startup/linkcmds.lpc32xx_mzx_stage_1,
|
||||
startup/linkcmds.lpc32xx_mzx_stage_2,
|
||||
startup/linkcmds.lpc32xx_phycore: Update due to linker command file
|
||||
changes.
|
||||
|
||||
2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/lpc32xx.h: Added I2S module.
|
||||
* Makefile.am, bsp_specs, preinstall.am, startup/bspstarthooks.c,
|
||||
startup/linkcmds.lpc32xx, startup/linkcmds.lpc32xx_mzx,
|
||||
startup/linkcmds.lpc32xx_mzx_stage_1,
|
||||
startup/linkcmds.lpc32xx_mzx_stage_2,
|
||||
startup/linkcmds.lpc32xx_phycore: Update due to linker command file
|
||||
changes.
|
||||
|
||||
2010-11-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* rtc/rtc-config.c: Fixed type.
|
||||
|
||||
2010-10-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/tm27.h: New file.
|
||||
* Makefile.am, preinstall.am: Reflect change above.
|
||||
* include/bsp.h: Fixed lpc32xx_micro_seconds_delay().
|
||||
* misc/timer.c: Support for timer tests.
|
||||
|
||||
2010-10-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/emc.h, include/i2c.h, include/lpc32xx.h, include/nand-mlc.h:
|
||||
Update for <bsp/utility.h> changes.
|
||||
|
||||
2010-09-28 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* misc/mmu.c: New file.
|
||||
* Makefile.am: Reflect change above.
|
||||
* configure.ac, include/bspopts.h.in, include/irq.h,
|
||||
include/lpc32xx.h, include/mmu.h, misc/emc.c, misc/restart.c,
|
||||
startup/bspstarthooks.c: Changes throughout.
|
||||
|
||||
2010-08-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* console/hsu.c: Fixed warnings.
|
||||
|
||||
2010-06-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* make/custom/lpc32xx_mzx_boot_int.cfg,
|
||||
startup/linkcmds.lpc32xx_mzx_boot_int: Removed files.
|
||||
* include/boot.h, include/emc.h, include/i2c.h, include/nand-mlc.h,
|
||||
make/custom/lpc32xx_mzx.cfg, make/custom/lpc32xx_mzx_stage_1.cfg,
|
||||
make/custom/lpc32xx_mzx_stage_2.cfg, misc/boot.c, misc/emc.c,
|
||||
misc/i2c.c, misc/nand-mlc.c, misc/nand-mlc-read-blocks.c,
|
||||
misc/nand-mlc-write-blocks.c, misc/restart.c,
|
||||
startup/linkcmds.lpc32xx, startup/linkcmds.lpc32xx_mzx,
|
||||
startup/linkcmds.lpc32xx_mzx_stage_1,
|
||||
startup/linkcmds.lpc32xx_mzx_stage_2: New files.
|
||||
* configure.ac, Makefile.am, preinstall.am: Reflect changes above.
|
||||
* include/bsp.h, include/lpc32xx.h, irq/irq.c, rtc/rtc-config.c,
|
||||
startup/bspstart.c, startup/bspstarthooks.c,
|
||||
startup/linkcmds.lpc32xx_phycore: Changes throughout.
|
||||
|
||||
2010-05-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* configure.ac, include/bspopts.h.in: Added BSP_SMALL_MEMORY option.
|
||||
|
||||
2010-05-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/lpc32xx.h: Update for utility macro changes.
|
||||
|
||||
2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* configure.ac: Fixed BSP option.
|
||||
* include/lpc32xx.h, startup/bspstarthooks.c: Added PLL setup.
|
||||
|
||||
2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/bspstarthooks.c: Removed start section attribute defines.
|
||||
|
||||
2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* make/custom/lpc32xx.inc, make/custom/lpc32xx_mzx_boot_int.cfg,
|
||||
startup/linkcmds.lpc32xx_mzx_boot_int: New files.
|
||||
* Makefile.am, configure.ac, preinstall.am, include/bsp.h,
|
||||
include/bspopts.h.in, include/lpc32xx.h, irq/irq.c,
|
||||
make/custom/lpc32xx_phycore.cfg, startup/bspstart.c,
|
||||
startup/bspstarthooks.c: Changes throughout.
|
||||
|
||||
2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* make/custom/lpc32xx_phycore.cfg: Workaround for GCC bug 38644.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/irq-config.h: Removed file.
|
||||
* Makefile.am, preinstall.am: Reflect change above.
|
||||
* irq/irq.c: Removed superfluous parameter checks.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* make/custom/lpc32xx_phycore.cfg: Use VFP floating point model.
|
||||
|
||||
2010-04-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* console/hsu.c: New file.
|
||||
* Makefile.am, configure.ac, preinstall.am, console/console-config.c,
|
||||
include/bsp.h, include/bspopts.h.in, include/lpc-clock-config.h,
|
||||
include/lpc-ethernet-config.h, include/lpc32xx.h, include/mmu.h,
|
||||
startup/bspstart.c, startup/bspstarthooks.c: Changes throughout.
|
||||
|
||||
2010-03-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* README, include/lpc32xx.h, irq/irq.c, startup/bspstarthooks.c:
|
||||
Changes throughout.
|
||||
|
||||
2010-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/lpc32xx_phycore.cfg: Remove -W* flags.
|
||||
|
||||
2010-01-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/lpc-ethernet-config.h, include/mmu.h: New files.
|
||||
* Makefile.am, configure.ac, preinstall.am, include/bsp.h,
|
||||
include/bspopts.h.in, include/irq.h, include/lpc32xx.h, irq/irq.c,
|
||||
rtc/rtc-config.c, startup/bspstarthooks.c,
|
||||
startup/linkcmds.lpc32xx_phycore: Changes throughout.
|
||||
|
||||
2009-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bspopts.h.in: Regenerated.
|
||||
|
||||
2009-12-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* bsp_specs, configure.ac, console/console-config.c, include/bsp.h,
|
||||
include/irq-config.h, include/irq.h, include/lpc32xx.h,
|
||||
include/lpc-clock-config.h, irq/irq.c,
|
||||
make/custom/lpc32xx_phycore.cfg, Makefile.am, misc/timer.c,
|
||||
preinstall.am, README, rtc/rtc-config.c, startup/bspreset.c,
|
||||
startup/bspstart.c, startup/bspstarthooks.c,
|
||||
startup/linkcmds.lpc32xx_phycore: New files.
|
||||
@@ -1,521 +0,0 @@
|
||||
2011-08-23 Julien Delange <julien.delange@gmail.com>
|
||||
|
||||
* startup/linkcmds: Fixed instruction cache size.
|
||||
|
||||
2011-08-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* start/start.S: Fixed code section.
|
||||
|
||||
2011-08-15 Julien Delange <julien.delange@gmail.com>
|
||||
|
||||
* irq/irq.c: Removed printk() before the interrupt initialization
|
||||
because it somehow destroys the interrupt context.
|
||||
* make/custom/nds.cfg: Enable Thumb interwork.
|
||||
* startup/bspstart.c: Set default exception handler.
|
||||
|
||||
2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Fix broken path to clockdrv_shell.h.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* dswifi/common/source/spinlock.h:
|
||||
Use "__asm__" instead of "__asm" for improved c99-compliance.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c, dswifi/arm9/source/wifi_arm9.c, tools/bin2s.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Include <rtems/btimer.h>.
|
||||
Fix benchmark_timer_read() definition.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/bspgetworkarea.c: Removed file.
|
||||
* Makefile.am, bsp_specs, start/start.S, startup/bspstart.c,
|
||||
libnds/include/nds/jtypes.h, libnds/source/arm9/gurumeditation.c,
|
||||
libnds/source/common/interruptDispatcher.S,
|
||||
libnds/source/common/interrupts.c, startup/linkcmds: Use linker
|
||||
command base file.
|
||||
|
||||
2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* make/dswifi/arm9/makefile: Workaround for GCC bug 38644.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* make/custom/nds.cfg, Makefile.am, dswifi/arm7/makefile: Use VFP
|
||||
floating point model.
|
||||
|
||||
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* console/console.c: Fix warnings.
|
||||
|
||||
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Fix warning.
|
||||
|
||||
2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* Makefile.am, clock/clock.c, fb/fb.c, irq/irq.c, sound/sound.c,
|
||||
startup/bspstart.c, touchscreen/touchscreen.c, wifi/wifi.c: make
|
||||
irq data types consistent
|
||||
|
||||
2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* start/start.S: Verify boot_card() is passed a NULL.
|
||||
|
||||
2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c: Let nds_getch return "int". Remove casts.
|
||||
|
||||
2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* block/block.c: Adjust prototype mismatches.
|
||||
* Makefile.am: Remove -Dcaddr_t=uint32_t.
|
||||
|
||||
2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* dswifi/arm9/source/wifi_arm9.c: Add missing prototypes.
|
||||
* console/console.c (nds_write): Adjust prototype.
|
||||
|
||||
2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* dswifi/arm7/source/wifi_arm7.c, dswifi/arm7/source/wifi_arm7.h,
|
||||
dswifi/arm9/source/wifi_arm9.c, libnds/include/nds/arm7/audio.h,
|
||||
libnds/include/nds/arm7/clock.h, libnds/include/nds/arm7/serial.h,
|
||||
libnds/include/nds/arm7/touch.h, libnds/source/arm7/clock.c,
|
||||
libnds/source/arm7/touch.c, rtc/rtc.c: Eliminate various warnings.
|
||||
|
||||
2009-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libnds/include/nds/arm9/exceptions.h,
|
||||
libnds/include/nds/arm9/image.h,
|
||||
libnds/include/nds/arm9/input.h,
|
||||
libnds/include/nds/arm9/math.h,
|
||||
libnds/include/nds/arm9/pcx.h,
|
||||
libnds/include/nds/arm9/rumble.h,
|
||||
libnds/include/nds/arm9/sound.h,
|
||||
libnds/include/nds/arm9/trig_lut.h,
|
||||
libnds/source/arm9/dcache.S,
|
||||
libnds/source/arm9/exceptionHandler.S,
|
||||
libnds/source/arm9/exceptions.c,
|
||||
libnds/source/arm9/image.c,
|
||||
libnds/source/arm9/keys.c,
|
||||
libnds/source/arm9/pcx.c,
|
||||
libnds/source/arm9/rumble.c,
|
||||
libnds/source/arm9/sound.c,
|
||||
libnds/source/arm9/system.c,
|
||||
libnds/source/arm9/touch.c,
|
||||
libnds/source/common/biosCalls.S,
|
||||
libnds/source/common/gbfs.c,
|
||||
libnds/source/common/interruptDispatcher.S,
|
||||
libnds/source/common/interrupts.c:
|
||||
Remove CVS-$Log's.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/nds.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/nds.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-08-21 Roxana Leontie <roxana.leontie@gmail.com>
|
||||
|
||||
* nds/fb/fb.c: took off get_screen_info() and set_screen_info() extern
|
||||
references
|
||||
|
||||
2009-08-10 Roxana Leontie <roxana.leontie@gmail.com>
|
||||
|
||||
* fb/fb.c: function calls renamed; defined references to the extern
|
||||
functions
|
||||
* fb/fb.h: Removed.
|
||||
* Makefile.am: Reflect removal.
|
||||
* preinstall.am: Regenerated.
|
||||
|
||||
2009-08-10 Roxana Leontie <roxana.leontie@gmail.com>
|
||||
|
||||
* fb/fb.c: different structures defined in rtems/fb.h that were used in
|
||||
here so changes were needed
|
||||
|
||||
2009-08-10 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am, fb/fb.c: Install nds specific .h files
|
||||
into nds subdirectory.
|
||||
|
||||
2009-08-03 Roxana Leontie <roxana.leontie@gmail.com>
|
||||
|
||||
* fb/fb.c: changed the references to mw_fb.h into fb.h
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-07-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/bspstart.c: Removed variable declaration.
|
||||
|
||||
2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
|
||||
bsp_get_work_area() since the work area is larger than a single
|
||||
allocatable object.
|
||||
|
||||
2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* start/start.S: Checked call to boot_card.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2009-02-04 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add -D__BSD_VISIBLE to wifi_rel_CPPFLAGS.
|
||||
|
||||
2008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove -Qy from *link.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared tm27.h stub.
|
||||
* include/tm27.h: Removed.
|
||||
|
||||
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspgetworkarea.c: Change size_t to ssize_t on
|
||||
bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
|
||||
which would limit the work area to 64K.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/clock.c: include "../../../shared/clockdrv_shell.h".
|
||||
* Makefile.am: Reflect changes above.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspreset.c: New file.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
|
||||
optionally print a message, poll for user to press key, and call
|
||||
bsp_reset(). Using this eliminates the various bsp_cleanup()
|
||||
implementations which had their own implementation and variety of
|
||||
string constants.
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac: Split out bsp_cleanup() and
|
||||
bsp_get_work_area() into their own files.
|
||||
* startup/bspclean.c, startup/bspgetworkarea.c,
|
||||
startup/bspstart.c: New files.
|
||||
* startup/start.c: Removed.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-05 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* block/block.c, rtc/rtc.c: Convert to "bool".
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Eliminate empty function from every benchmark timer
|
||||
driver. Fix spelling.
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Rename timer driver methods to follow RTEMS
|
||||
programming conventions.
|
||||
|
||||
2008-08-27 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Eliminate rtems_boolean.
|
||||
* libnds/include/nds/jtypes.h: Use bool/stdbool.h instead of
|
||||
local (non-POSIX compliant) "bool".
|
||||
|
||||
2008-08-20 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* block/block.c, console/console.c, dswifi/arm9/source/sgIP.h,
|
||||
dswifi/arm9/source/sgIP_ARP.h, dswifi/arm9/source/sgIP_Config.h,
|
||||
dswifi/arm9/source/sgIP_DHCP.h, dswifi/arm9/source/sgIP_DNS.h,
|
||||
dswifi/arm9/source/sgIP_Hub.h, dswifi/arm9/source/sgIP_ICMP.h,
|
||||
dswifi/arm9/source/sgIP_IP.h, dswifi/arm9/source/sgIP_TCP.h,
|
||||
dswifi/arm9/source/sgIP_UDP.h, dswifi/arm9/source/sgIP_memblock.h,
|
||||
dswifi/arm9/source/wifi_arm9.c, dswifi/arm9/source/wifi_arm9.h,
|
||||
dswifi/include/dswifi7.h, dswifi/include/dswifi9.h, fb/fb.c,
|
||||
include/my_ipc.h, libfat/source/disc_io/disc_io.h,
|
||||
libfat/source/disc_io/io_nmmc.c,
|
||||
libnds/include/nds/arm9/exceptions.h,
|
||||
libnds/include/nds/arm9/input.h, libnds/include/nds/arm9/ndsmotion.h,
|
||||
libnds/include/nds/arm9/videoGL.h, libnds/source/arm9/console.c,
|
||||
libnds/source/arm9/gurumeditation.c, libnds/source/arm9/ndsmotion.c,
|
||||
libnds/source/common/card.c, libnds/source/common/interrupts.c,
|
||||
sound/sound.c, startup/start.c, touchscreen/reco.h, wifi/compat.c,
|
||||
wifi/compat.h: Fix most warnings.
|
||||
|
||||
2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* dswifi/arm7/makefile, dswifi/include/netinet/in.h,
|
||||
libnds/basicARM7/source/defaultARM7.c, libnds/include/gbfs.h,
|
||||
libnds/include/nds/bios.h, libnds/include/nds/card.h,
|
||||
libnds/include/nds/dma.h, libnds/include/nds/interrupts.h,
|
||||
libnds/include/nds/ipc.h, libnds/include/nds/jtypes.h,
|
||||
libnds/include/nds/registers_alt.h, libnds/include/nds/system.h,
|
||||
libnds/include/nds/timers.h, libnds/include/nds/arm7/audio.h,
|
||||
libnds/include/nds/arm7/clock.h, libnds/include/nds/arm7/serial.h,
|
||||
libnds/include/nds/arm7/touch.h, libnds/include/nds/arm9/boxtest.h,
|
||||
libnds/include/nds/arm9/cache.h, libnds/include/nds/arm9/console.h,
|
||||
libnds/include/nds/arm9/ndsmotion.h, libnds/include/nds/arm9/video.h,
|
||||
libnds/include/nds/arm9/videoGL.h, libnds/source/arm7/audio.c,
|
||||
libnds/source/arm7/clock.c, libnds/source/arm7/microphone.c,
|
||||
libnds/source/arm7/touch.c, libnds/source/arm7/userSettings.c,
|
||||
libnds/source/arm9/boxtest.c, libnds/source/arm9/gurumeditation.c,
|
||||
libnds/source/arm9/ndsmotion.c, libnds/source/arm9/videoGL.c,
|
||||
libnds/source/common/card.c,
|
||||
libnds/source/common/interruptDispatcher.S, touchscreen/reco.c: Fix
|
||||
various warnings by fixing prototypes. Remove unused .bin files.
|
||||
Convert all files to UNIX CF/LF.
|
||||
* libnds/source/arm9/COS.bin, libnds/source/arm9/SIN.bin,
|
||||
libnds/source/arm9/TAN.bin, libnds/source/arm9/default_font.bin: Removed.
|
||||
|
||||
2008-07-29 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* block/block.c: Update to the libblock changes.
|
||||
|
||||
2008-07-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/start.c: Changed bsp_get_workarea() to bsp_get_work_area()
|
||||
and added support for an optional separate heap area.
|
||||
|
||||
2008-05-20 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, startup/start.c: Use new framework
|
||||
capability where RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION.
|
||||
|
||||
2008-04-18 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Use bin2s to produce assembly files which do not need
|
||||
preprocessing. Capital .S indicates an assembly file that gets
|
||||
preprocessed.
|
||||
|
||||
2008-04-17 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* libnds/source/arm9/exceptionHandler.S: Rename .s to .S and replace
|
||||
blxne with bxne.
|
||||
|
||||
2008-04-17 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Move .s files to .S
|
||||
* dswifi/common/source/spinlock.S, libfat/source/disc_io/io_dldi.S,
|
||||
libfat/source/disc_io/io_scsd_s.S, libnds/source/arm9/COS.S,
|
||||
libnds/source/arm9/SIN.S, libnds/source/arm9/TAN.S,
|
||||
libnds/source/arm9/dcache.S, libnds/source/arm9/default_font.S,
|
||||
libnds/source/arm9/icache.S, libnds/source/common/biosCalls.S,
|
||||
libnds/source/common/interruptDispatcher.S: New files.
|
||||
* dswifi/common/source/spinlock.s, libfat/source/disc_io/io_dldi.s,
|
||||
libfat/source/disc_io/io_scsd_s.s, libnds/source/arm9/COS.s,
|
||||
libnds/source/arm9/SIN.s, libnds/source/arm9/TAN.s,
|
||||
libnds/source/arm9/dcache.s, libnds/source/arm9/default_font.s,
|
||||
libnds/source/arm9/exceptionHandler.s, libnds/source/arm9/icache.s,
|
||||
libnds/source/common/biosCalls.s,
|
||||
libnds/source/common/interruptDispatcher.s: Removed.
|
||||
|
||||
2008-04-17 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* .cvsignore, include/.cvsignore: New files.
|
||||
|
||||
2008-04-16 Matthieu Bucchianeri <mbucchia@gmail.com>
|
||||
|
||||
* ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
|
||||
mk_libnds.sh, patch.libnds, preinstall.am, block/block.c,
|
||||
clock/clock.c, console/console.c, coproc/coproc.S, coproc/coproc.c,
|
||||
coproc/coproc.ld, dswifi/dswifi_license.txt, dswifi/makefile,
|
||||
dswifi/arm7/makefile, dswifi/arm7/source/wifi_arm7.c,
|
||||
dswifi/arm7/source/wifi_arm7.h, dswifi/arm9/makefile,
|
||||
dswifi/arm9/source/sgIP.c, dswifi/arm9/source/sgIP.h,
|
||||
dswifi/arm9/source/sgIP_ARP.c, dswifi/arm9/source/sgIP_ARP.h,
|
||||
dswifi/arm9/source/sgIP_Config.h, dswifi/arm9/source/sgIP_DHCP.c,
|
||||
dswifi/arm9/source/sgIP_DHCP.h, dswifi/arm9/source/sgIP_DNS.c,
|
||||
dswifi/arm9/source/sgIP_DNS.h, dswifi/arm9/source/sgIP_Hub.c,
|
||||
dswifi/arm9/source/sgIP_Hub.h, dswifi/arm9/source/sgIP_ICMP.c,
|
||||
dswifi/arm9/source/sgIP_ICMP.h, dswifi/arm9/source/sgIP_IP.c,
|
||||
dswifi/arm9/source/sgIP_IP.h, dswifi/arm9/source/sgIP_TCP.c,
|
||||
dswifi/arm9/source/sgIP_TCP.h, dswifi/arm9/source/sgIP_UDP.c,
|
||||
dswifi/arm9/source/sgIP_UDP.h, dswifi/arm9/source/sgIP_memblock.c,
|
||||
dswifi/arm9/source/sgIP_memblock.h,
|
||||
dswifi/arm9/source/sgIP_sockets.c, dswifi/arm9/source/sgIP_sockets.h,
|
||||
dswifi/arm9/source/wifi_arm9.c, dswifi/arm9/source/wifi_arm9.h,
|
||||
dswifi/common/source/dsregs.h, dswifi/common/source/spinlock.h,
|
||||
dswifi/common/source/spinlock.s, dswifi/common/source/wifi_shared.h,
|
||||
dswifi/include/dswifi7.h, dswifi/include/dswifi9.h,
|
||||
dswifi/include/dswifi_version.h, dswifi/include/netdb.h,
|
||||
dswifi/include/sgIP_errno.h, dswifi/include/netinet/in.h, fb/fb.c,
|
||||
fb/fb.h, include/bsp.h, include/my_ipc.h, include/tm27.h,
|
||||
include/types.h, include/sys/iosupport.h, irq/irq.c, irq/irq.h,
|
||||
libfat/gba/include/fat.h, libfat/include/fat.h,
|
||||
libfat/nds/include/fat.h, libfat/source/bit_ops.h,
|
||||
libfat/source/cache.c, libfat/source/cache.h, libfat/source/common.h,
|
||||
libfat/source/directory.c, libfat/source/directory.h,
|
||||
libfat/source/fatdir.c, libfat/source/fatdir.h,
|
||||
libfat/source/fatfile.c, libfat/source/fatfile.h,
|
||||
libfat/source/file_allocation_table.c,
|
||||
libfat/source/file_allocation_table.h, libfat/source/filetime.c,
|
||||
libfat/source/filetime.h, libfat/source/libfat.c,
|
||||
libfat/source/mem_allocate.h, libfat/source/partition.c,
|
||||
libfat/source/partition.h, libfat/source/disc_io/disc.c,
|
||||
libfat/source/disc_io/disc.h, libfat/source/disc_io/disc_io.h,
|
||||
libfat/source/disc_io/io_cf_common.c,
|
||||
libfat/source/disc_io/io_cf_common.h,
|
||||
libfat/source/disc_io/io_dldi.h, libfat/source/disc_io/io_dldi.s,
|
||||
libfat/source/disc_io/io_efa2.c, libfat/source/disc_io/io_efa2.h,
|
||||
libfat/source/disc_io/io_fcsr.c, libfat/source/disc_io/io_fcsr.h,
|
||||
libfat/source/disc_io/io_m3_common.c,
|
||||
libfat/source/disc_io/io_m3_common.h,
|
||||
libfat/source/disc_io/io_m3cf.c, libfat/source/disc_io/io_m3cf.h,
|
||||
libfat/source/disc_io/io_m3sd.c, libfat/source/disc_io/io_m3sd.h,
|
||||
libfat/source/disc_io/io_mpcf.c, libfat/source/disc_io/io_mpcf.h,
|
||||
libfat/source/disc_io/io_njsd.c, libfat/source/disc_io/io_njsd.h,
|
||||
libfat/source/disc_io/io_nmmc.c, libfat/source/disc_io/io_nmmc.h,
|
||||
libfat/source/disc_io/io_sc_common.c,
|
||||
libfat/source/disc_io/io_sc_common.h,
|
||||
libfat/source/disc_io/io_sccf.c, libfat/source/disc_io/io_sccf.h,
|
||||
libfat/source/disc_io/io_scsd.c, libfat/source/disc_io/io_scsd.h,
|
||||
libfat/source/disc_io/io_scsd_s.s,
|
||||
libfat/source/disc_io/io_sd_common.c,
|
||||
libfat/source/disc_io/io_sd_common.h, libnds/Makefile.arm7,
|
||||
libnds/Makefile.arm9, libnds/libnds_license.txt,
|
||||
libnds/basicARM7/source/defaultARM7.c,
|
||||
libnds/include/default_font_bin.h, libnds/include/gbfs.h,
|
||||
libnds/include/nds.h, libnds/include/nds/bios.h,
|
||||
libnds/include/nds/card.h, libnds/include/nds/dma.h,
|
||||
libnds/include/nds/interrupts.h, libnds/include/nds/ipc.h,
|
||||
libnds/include/nds/jtypes.h, libnds/include/nds/memory.h,
|
||||
libnds/include/nds/registers_alt.h, libnds/include/nds/reload.h,
|
||||
libnds/include/nds/system.h, libnds/include/nds/timers.h,
|
||||
libnds/include/nds/arm7/audio.h, libnds/include/nds/arm7/clock.h,
|
||||
libnds/include/nds/arm7/serial.h, libnds/include/nds/arm7/touch.h,
|
||||
libnds/include/nds/arm9/background.h,
|
||||
libnds/include/nds/arm9/boxtest.h, libnds/include/nds/arm9/cache.h,
|
||||
libnds/include/nds/arm9/console.h,
|
||||
libnds/include/nds/arm9/exceptions.h,
|
||||
libnds/include/nds/arm9/image.h, libnds/include/nds/arm9/input.h,
|
||||
libnds/include/nds/arm9/math.h, libnds/include/nds/arm9/ndsmotion.h,
|
||||
libnds/include/nds/arm9/pcx.h, libnds/include/nds/arm9/postest.h,
|
||||
libnds/include/nds/arm9/rumble.h, libnds/include/nds/arm9/sound.h,
|
||||
libnds/include/nds/arm9/sprite.h, libnds/include/nds/arm9/trig_lut.h,
|
||||
libnds/include/nds/arm9/video.h, libnds/include/nds/arm9/videoGL.h,
|
||||
libnds/source/arm7/audio.c, libnds/source/arm7/clock.c,
|
||||
libnds/source/arm7/microphone.c, libnds/source/arm7/spi.c,
|
||||
libnds/source/arm7/touch.c, libnds/source/arm7/userSettings.c,
|
||||
libnds/source/arm9/COS.bin, libnds/source/arm9/COS.s,
|
||||
libnds/source/arm9/SIN.bin, libnds/source/arm9/SIN.s,
|
||||
libnds/source/arm9/TAN.bin, libnds/source/arm9/TAN.s,
|
||||
libnds/source/arm9/boxtest.c, libnds/source/arm9/console.c,
|
||||
libnds/source/arm9/dcache.s, libnds/source/arm9/default_font.bin,
|
||||
libnds/source/arm9/default_font.s,
|
||||
libnds/source/arm9/exceptionHandler.S,
|
||||
libnds/source/arm9/exceptionHandler.s,
|
||||
libnds/source/arm9/exceptions.c, libnds/source/arm9/gurumeditation.c,
|
||||
libnds/source/arm9/icache.s, libnds/source/arm9/image.c,
|
||||
libnds/source/arm9/initSystem.c, libnds/source/arm9/keys.c,
|
||||
libnds/source/arm9/ndsmotion.c, libnds/source/arm9/pcx.c,
|
||||
libnds/source/arm9/rumble.c, libnds/source/arm9/sound.c,
|
||||
libnds/source/arm9/system.c, libnds/source/arm9/touch.c,
|
||||
libnds/source/arm9/video.c, libnds/source/arm9/videoGL.c,
|
||||
libnds/source/common/biosCalls.s, libnds/source/common/card.c,
|
||||
libnds/source/common/gbfs.c,
|
||||
libnds/source/common/interruptDispatcher.s,
|
||||
libnds/source/common/interrupts.c, rtc/rtc.c, sound/sound.c,
|
||||
sound/sound.h, start/start.S, startup/linkcmds, startup/start.c,
|
||||
timer/timer.c, tools/Makefile.am, tools/bin2s, tools/bin2s.c,
|
||||
tools/configure.ac, tools/runtest,
|
||||
tools/ndstool/include/arm7_sha1_homebrew.h,
|
||||
tools/ndstool/include/arm7_sha1_nintendo.h,
|
||||
tools/ndstool/include/banner.h, tools/ndstool/include/bigint.h,
|
||||
tools/ndstool/include/crc.h, tools/ndstool/include/default_icon.h,
|
||||
tools/ndstool/include/encryption.h, tools/ndstool/include/header.h,
|
||||
tools/ndstool/include/hook.h, tools/ndstool/include/little.h,
|
||||
tools/ndstool/include/loadme.h, tools/ndstool/include/logo.h,
|
||||
tools/ndstool/include/ndscreate.h,
|
||||
tools/ndstool/include/ndsextract.h, tools/ndstool/include/ndstool.h,
|
||||
tools/ndstool/include/ndstree.h, tools/ndstool/include/overlay.h,
|
||||
tools/ndstool/include/passme.h, tools/ndstool/include/passme_sram.h,
|
||||
tools/ndstool/include/passme_vhd1.h,
|
||||
tools/ndstool/include/passme_vhd2.h, tools/ndstool/include/raster.h,
|
||||
tools/ndstool/include/sha1.h, tools/ndstool/include/types.h,
|
||||
tools/ndstool/source/arm7_sha1_homebrew.c,
|
||||
tools/ndstool/source/arm7_sha1_nintendo.c,
|
||||
tools/ndstool/source/banner.cpp, tools/ndstool/source/bigint.cpp,
|
||||
tools/ndstool/source/compile_date.c, tools/ndstool/source/crc.cpp,
|
||||
tools/ndstool/source/default_icon.c,
|
||||
tools/ndstool/source/encryption.cpp, tools/ndstool/source/header.cpp,
|
||||
tools/ndstool/source/hook.cpp, tools/ndstool/source/loadme.c,
|
||||
tools/ndstool/source/logo.cpp, tools/ndstool/source/ndscodes.cpp,
|
||||
tools/ndstool/source/ndscreate.cpp,
|
||||
tools/ndstool/source/ndsextract.cpp,
|
||||
tools/ndstool/source/ndstool.cpp, tools/ndstool/source/ndstree.cpp,
|
||||
tools/ndstool/source/passme.cpp, tools/ndstool/source/passme_sram.c,
|
||||
tools/ndstool/source/raster.cpp, tools/ndstool/source/sha1.cpp,
|
||||
touchscreen/README.reco, touchscreen/parser.c, touchscreen/reco.c,
|
||||
touchscreen/reco.h, touchscreen/touchscreen.c,
|
||||
touchscreen/touchscreen.h, wifi/compat.c, wifi/compat.h, wifi/wifi.c:
|
||||
New files.
|
||||
|
||||
2008-03-09 Matthieu Bucchianeri <mbucchia@gmail.com>
|
||||
|
||||
* ...: original import of the BSP
|
||||
@@ -1,30 +0,0 @@
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* ndstool/source/ndsextract.cpp: Add missing const's.
|
||||
|
||||
2009-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bin2s: Remove.
|
||||
* bin2s.c: Remove CVS-$Log's.
|
||||
|
||||
2009-05-03 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* ndstool/include/banner.h, ndstool/include/header.h,
|
||||
ndstool/include/ndstree.h, ndstool/source/banner.cpp,
|
||||
ndstool/source/header.cpp, ndstool/source/ndscreate.cpp,
|
||||
ndstool/source/ndstool.cpp, ndstool/source/passme.cpp: Remove
|
||||
warnings for deprecated character conversions.
|
||||
|
||||
2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* bin2s.c: Fix various warnings by fixing prototypes. Remove unused
|
||||
.bin files. Convert all files to UNIX CF/LF.
|
||||
|
||||
2008-04-17 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* .cvsignore, ChangeLog: New files.
|
||||
|
||||
@@ -1,312 +0,0 @@
|
||||
2011-11-07 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
PR 1953/bsps
|
||||
* console/uart.c: Do not use /dev/console in libchip configuration
|
||||
table. Shared driver framework selects device to use as /dev/console.
|
||||
|
||||
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1917/bsps
|
||||
* Makefile.am, console/uart.c: Modifications to add dynamic tables for
|
||||
libchip serial drivers.
|
||||
|
||||
2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/rtl22xx_t.cfg: Remove USE_THUMB (Violates *.cfg
|
||||
conventions, unused).
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspreset.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-12-06 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* make/custom/rtl22xx_t.cfg: Now compiles.
|
||||
|
||||
2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/linkcmds, start/start.S: Use linker command base file.
|
||||
|
||||
2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* make/custom/rtl22xx_t.cfg: Workaround for GCC bug 38644.
|
||||
|
||||
2010-04-30 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Add BSP_SMALL_MEMORY.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am, preinstall.am: Added generic interrupt support modules.
|
||||
* include/bsp.h: Define BSP_FEATURE_IRQ_EXTENSION.
|
||||
* startup/bspstart.c, network/network.c: Interrupt support changes.
|
||||
* console/uart.c: Fixed warnings.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* make/custom/rtl22xx.cfg: Use VFP floating point model.
|
||||
|
||||
2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* network/network.c, startup/bspstart.c: make
|
||||
irq data types consistent
|
||||
|
||||
2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Rename poorly named define "M" to "JOEL_M" since
|
||||
I can't find it used anywhere. When code breaks, someone will
|
||||
suggest a better name. But "M" conflicted with user code.
|
||||
* start/start.S: Verify boot_card() is passed a NULL.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/rtl22xx.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/rtl22xx.cfg: New (relocated from /make/custom).
|
||||
* make/custom/rtl22xx_t.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
|
||||
Should be automatically handled by confdefs.h or the application.
|
||||
|
||||
2009-08-09 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac, startup/bspreset.c: Add Skyeye reset device.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2009-03-02 Ray Xu <rayx.cn@gmail.com>
|
||||
|
||||
PR 1380/bsps
|
||||
* include/bsp.h: Switch to English comments.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared tm27.h stub.
|
||||
* include/tm27.h: Removed.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspreset.c: New file.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, console/uart.c, startup/bspstart.c: Use
|
||||
standardized bsp_cleanup() which can optionally print a message, poll
|
||||
for user to press key, and call bsp_reset(). Using this eliminates
|
||||
the various bsp_cleanup() implementations which had their own
|
||||
implementation and variety of string constants.
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-09-21 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Remove define of BSP_ZERO_WORKSPACE_AUTOMATICALLY.
|
||||
|
||||
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove unnecessary includes of
|
||||
rtems/libcsupport.h and rtems/libio.h.
|
||||
|
||||
2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, startup/bspstart.c: Split out
|
||||
bsp_get_work_area() into its own file and user BSP Framework to
|
||||
perform more initialization. Use same shared implementation as
|
||||
edb7312 and csb336.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Eliminate copies of the
|
||||
Configuration Table. Use the RTEMS provided accessor macros to obtain
|
||||
configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
|
||||
from CPU Table to Configuration Table. Eliminate CPU Table from all
|
||||
ports. Delete references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, include/bsp.h, startup/bspstart.c: Moved most of the
|
||||
remaining CPU Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-11-03 Ray Xu <rayx.cn@gmail.com>
|
||||
|
||||
* start/start.S, startup/bspclean.c: Add veneer between ARM and
|
||||
Thumb instructions. also moved bss init after CPSR/stack init in
|
||||
start.S
|
||||
|
||||
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1257/bsps
|
||||
* startup/bspstart.c: Code outside of cpukit should use the public
|
||||
API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
|
||||
the public API and directly accessing _CPU_ISR_Disable and
|
||||
_CPU_ISR_Enable, they were bypassing the compiler memory barrier
|
||||
directive which could lead to problems. This patch also changes the
|
||||
type of the variable passed into these routines and addresses minor
|
||||
style issues.
|
||||
|
||||
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter
|
||||
2007-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* README: Clean up.
|
||||
|
||||
2007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* network/network.c: Remove cs8900_get_mac_addr which conflicted with
|
||||
one in libchip AND contained a hard-coded MAC address.
|
||||
|
||||
2007-06-13 Ray Xu <rayx@gmail.com>
|
||||
|
||||
* startup/linkcmds: Shrink the aligment requirements.
|
||||
|
||||
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter
|
||||
since it was used to configure a no longer used feature. Device names
|
||||
are now part of the filesystem not in a table.
|
||||
|
||||
2007-05-15 Ray Xu <rayx@gmail.com>
|
||||
|
||||
* Makefile.am: Add abort.rel since it is now in the BSP shared source,
|
||||
not in score/cpu.
|
||||
|
||||
2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspclean.c: Remove incldue stdio.h
|
||||
|
||||
2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, console/lpc22xx_uart.h: Remove warnings, cleanup and do
|
||||
not build SPARC code accidentally referenced in Makefile.am.
|
||||
|
||||
2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* console/uart.c, startup/bspclean.c, startup/bspstart.c: Remove debug
|
||||
print methods that are redundant with prntk and replace their usage
|
||||
with printk.
|
||||
|
||||
2007-05-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Tinkering to reduce .text size of minimum executable
|
||||
from ~64K to ~47K.
|
||||
* Renamed startup/exit.c to startup/bspclean.c
|
||||
* startup/bspclean.c: New file.
|
||||
* startup/exit.c: Removed.
|
||||
|
||||
2007-05-01 Ray Xu <xr@trasin.net>
|
||||
|
||||
* README, times, console/lpc22xx_uart.h, console/uart.c, include/bsp.h,
|
||||
start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds:
|
||||
Update BSP to address changes between 4.7 and CVS head as well as to
|
||||
address comments from Ralf and Joel.
|
||||
|
||||
2007-04-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove reference to ../../shared/main.c.
|
||||
|
||||
2007-04-25 Ray Xu <xr@trasin.net>
|
||||
|
||||
* times: New (Initial submission).
|
||||
|
||||
2007-04-25 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Include preinstall.am
|
||||
* bsp_specs: Sync with modern GCC.
|
||||
|
||||
2007-04-25 Ray Xu <xr@trasin.net>
|
||||
|
||||
* include/tm27.h, startup/bspstart.c, startup/exit.c,
|
||||
startup/linkcmds, start/start.S: New (Initial submission).
|
||||
* Makefile.am, README, bsp_specs, configure.ac,
|
||||
console/lpc22xx_uart.h, console/uart.c, include/bsp.h,
|
||||
network/network.c: New (Initial submission).
|
||||
@@ -1,168 +0,0 @@
|
||||
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1917/bsps
|
||||
* Makefile.am: Modifications to add dynamic tables for libchip serial
|
||||
drivers.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspreset.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/linkcmds: Use linker command base file.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am, preinstall.am: Added generic interrupt support modules.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* make/custom/smdk2410.cfg: Use VFP floating point model.
|
||||
|
||||
2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* Makefile.am: use common code for s3c24xx
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/smdk2410.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/smdk2410.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-08-09 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac: Add Skyeye reset device.
|
||||
* startup/bspreset.c: New file.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* bsp_specs: Move -e start from *link to *startfile to avoid warning
|
||||
for undefined entry symbol when linking relocatables with binutils
|
||||
2.19.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove noinst_PROGRAMS (Unused).
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
PR 1322/bsps
|
||||
* include/bspopts.h.in: Remove.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac, include/bspopts.h.in: Make letting boot_card() handle
|
||||
work area allocation mandatory. Rename
|
||||
RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, include/bspopts.h.in: Use standardized
|
||||
bsp_cleanup() which can optionally print a message, poll for user to
|
||||
press key, and call bsp_reset(). Using this eliminates the various
|
||||
bsp_cleanup() implementations which had their own implementation and
|
||||
variety of string constants.
|
||||
|
||||
2008-09-21 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/linkcmds: Move WorkAreaBase to be closer to end definition.
|
||||
|
||||
2008-09-21 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/linkcmds: Add WorkAreaBase.
|
||||
|
||||
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
|
||||
2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, include/bspopts.h.in: Split out
|
||||
bsp_get_work_area() into its own file and user BSP Framework to
|
||||
perform more initialization. Use same shared implementation as
|
||||
edb7312 and csb336.
|
||||
|
||||
2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
|
||||
routine.
|
||||
|
||||
2008-06-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Need tm27.h
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-07 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* .cvsignore: New file.
|
||||
|
||||
2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Use shared bsp_predriver_hook.
|
||||
|
||||
2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Grammar.
|
||||
|
||||
2008-05-06 Ray Xu <rayx.cn@gmail.com>
|
||||
|
||||
* ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
|
||||
preinstall.am, include/bsp.h, include/bspopts.h.in, startup/linkcmds,
|
||||
startup/memmap.c: New files.
|
||||
|
||||
2008-04-06 Ray Xu <rayx.cn@gmail.com>
|
||||
|
||||
* Add note in README, cleanup code, merge it with gp32 and submit it to RTEMS
|
||||
|
||||
2007-10-12 ZhangZhiMin <paopaoerzhang@gmail.com>
|
||||
|
||||
* Fix clock defect, verified BSP on skyeye
|
||||
|
||||
2007-08-06 XiaJiaShan <ximenpiaoxue4016@sina.com>
|
||||
|
||||
* Frist draft, port from GBA BSP, add console, ethernet driver
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2009-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Rework.
|
||||
|
||||
2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* .cvsignore: New file.
|
||||
|
||||
2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* ChangeLog, Makefile.am, acinclude.m4, configure.ac: New files.
|
||||
|
||||
@@ -1,92 +0,0 @@
|
||||
2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Don't reference non-existing files.
|
||||
|
||||
2011-06-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac: runtest for this BSP obsoleted by
|
||||
rtems-testing/sim-scripts support. Please use those scripts.
|
||||
* tools/.cvsignore, tools/Makefile.am, tools/configure.ac,
|
||||
tools/runtest.in: Removed.
|
||||
|
||||
2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* tools/configure.ac: Remove RTEMS_CANONICAL_TARGET_CPU.
|
||||
Fix package name.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* tools/configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* bsp_specs: Remove warning on __start not found.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/avrtest.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/avrtest.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-23 Josh Switnicki <josh.switnicki@utoronto.ca>
|
||||
|
||||
* README: Included information about simulavrxx
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-07-03 Josh Switnicki <josh.switnicki@utoronto.ca>
|
||||
|
||||
* start/start.S: copied gcrt1.S and macros.inc from avr-libc.
|
||||
Change from call main to call boot_card for RTEMS.
|
||||
* start/macros.inc: New file.
|
||||
|
||||
2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/linkcmds: Correct to have 65K total RAM (mostly external) and
|
||||
correct base address.
|
||||
|
||||
2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Add BSP_SMALL_MEMORY.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* bsp_specs, start/start.S: Move -e start from *link to *startfile to
|
||||
avoid warning for undefined entry symbol when linking relocatables
|
||||
with binutils 2.19. Also rename entry from _init to _start to avoid
|
||||
conflict with C++ constructor method name on other architectures.
|
||||
|
||||
2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
|
||||
preinstall.am, console/console-io.c, include/.cvsignore,
|
||||
include/bsp.h, start/start.S, startup/linkcmds, tools/.cvsignore,
|
||||
tools/Makefile.am, tools/configure.ac, tools/runtest.in: New files.
|
||||
|
||||
@@ -1,94 +0,0 @@
|
||||
2011-04-20 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* acinclude.m4: Regenerated for TLL6527M.
|
||||
|
||||
2011-02-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* ChangeLog, shared/start/start.S: Add HLT instruction on exit.
|
||||
|
||||
2011-02-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* bf537Stamp/ChangeLog, bf537Stamp/start/start.S, shared/start/start.S:
|
||||
Add HLT instruction on exit.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-05-31 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* shared/start/start.S: Pass 0/NULL for argc/argv.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* shared/start/start.S: Update for boot_card command line change.
|
||||
|
||||
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* shared/start/start.S: Add BFIN_ON_SKYEYE define to disable features
|
||||
not supported on simulator.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* shared/bspgetworkarea.c: Removed.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* shared/bspgetworkarea.c: New file.
|
||||
|
||||
2008-08-30 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* acinclude.m4: Add bf537Stamp. Regenerate.
|
||||
|
||||
2008-08-18 Allan Hessenflow <allanh@kallisti.com>
|
||||
|
||||
* shared/clock/clockdrv.c, shared/clock/rtc.c, shared/clock/tod.h,
|
||||
shared/console/console.c, shared/timer/timer.c: Removed.
|
||||
|
||||
2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/clock/tod.h: Add missing prototypes.
|
||||
|
||||
2008-08-15 Allan Hessenflow <allanh@kallisti.com>
|
||||
|
||||
* acinclude.m4: Add bf537Stamp.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* shared/clock/clockdrv.c: Eliminate copies of the Configuration Table.
|
||||
Use the RTEMS provided accessor macros to obtain configuration
|
||||
fields.
|
||||
|
||||
2007-09-10 Alain Schaefer <alani@easc.ch>
|
||||
|
||||
* shared/start/start.S: Initialize bss to zero.
|
||||
|
||||
2007-08-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* shared/start/start.S: Fix typo of pO versus p0.
|
||||
|
||||
2007-04-17 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* shared/clock/rtc.c, shared/timer/timer.c: Fix compile errors and
|
||||
address most warnings about constants being too large.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-10-30 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* .cvsignore: New file.
|
||||
|
||||
2006-10-24 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* shared/start/start.S: Eliminate hi, lo, HI, LO, and MK_BMSK.
|
||||
|
||||
2006-10-24 Alain Schaefer <alani@easc.ch>
|
||||
|
||||
* configure.ac, eZKit533/configure.ac, eZKit533/include/bsp.h,
|
||||
shared/start/start.S: Make use of separated bfin helper .h files.
|
||||
|
||||
2006-06-05 Alain Schaefer <alani@easc.ch>
|
||||
|
||||
* all files : Initial copy and port from no_cpu
|
||||
@@ -1,11 +0,0 @@
|
||||
2011-04-20 Rohan Kangralkar <rkangral@ece.neu.edu>
|
||||
|
||||
PR 1781/bsps
|
||||
* ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
|
||||
preinstall.am, times, console/console.c, include/bsp.h,
|
||||
include/cplb.h, include/tm27.h, make/custom/TLL6527M.cfg,
|
||||
startup/bspstart.c, startup/linkcmds: New files.
|
||||
Initial port for the TLL6527Mboard that contains blackfin 52X
|
||||
range of processors. Used eZKit533 as a reference for building
|
||||
the port.
|
||||
|
||||
@@ -1,167 +0,0 @@
|
||||
2011-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove reference to non-existing file times.
|
||||
|
||||
2011-04-22 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* console/console.c: Now compiles.
|
||||
|
||||
2011-04-20 Rohan Kangralkar <rkangral@ece.neu.edu>
|
||||
|
||||
PR 1781/bsps
|
||||
* console/console-io.c: The UART RX and TX are different ISR
|
||||
now. So the array containing the registeration changes. The
|
||||
change is due to change in the libcup uart function.
|
||||
|
||||
2011-02-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* ChangeLog, start/start.S: Add HLT instruction on exit.
|
||||
|
||||
2011-02-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* start/start.S: Add HLT instruction on exit.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* Makefile.am: Do not use .rel files for libbsp pieces.
|
||||
|
||||
2010-03-10 Marc Pignat <marc.pignat@hevs.ch>
|
||||
|
||||
PR 1488/bsps
|
||||
* start/start.S: Micromon on bf537 uses DMA for UART reception.
|
||||
This prevents the UART driver in RTEMS from working (and also
|
||||
causes received characters to be stored in a buffer that RTEMS
|
||||
doesn't know about, so it's potentially dangerous, but in practice
|
||||
the risk is small since an RTEMS app intended to be booted from
|
||||
Micromon would normally be configured to leave the RAM Micromon
|
||||
uses reserved). The attached patch corrects this by disabling
|
||||
all DMA channels at startup.
|
||||
|
||||
2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console-io.c: Let bf537Stamp_BSP_poll_char return int.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/bf537Stamp.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/bf537Stamp.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
|
||||
Should be automatically handled by confdefs.h or the application.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-05-25 Allan Hessenflow <allanh@kallisti.com>
|
||||
|
||||
* start/start.S: Correct call to boot_card to meet bfin abi by
|
||||
clearing l0 - l3 and allocating some stack space.
|
||||
|
||||
2009-05-25 Allan Hessenflow <allanh@kallisti.com>
|
||||
|
||||
PR 1418/bsps
|
||||
* startup/bspstart.c, startup/linkcmds: Enable caches and therefore
|
||||
enable the mmu.
|
||||
* start/start.S: Correct call to boot_card to meet bfin abi by
|
||||
clearing l0 - l3 and allocating some stack space.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* bsp_specs: Move -e start from *link to *startfile to avoid warning
|
||||
for undefined entry symbol when linking relocatables with binutils
|
||||
2.19.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-25 Allan Hessenflow <allanh@kallisti.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c:
|
||||
|
||||
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac, console/console.c: Add BFIN_ON_SKYEYE define to disable
|
||||
features not supported on simulator.
|
||||
|
||||
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac, console/console.c: Add skyeye alias for bf537stamp.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove unnecessary includes of
|
||||
rtems/libcsupport.h and rtems/libio.h.
|
||||
* startup/linkcmds: Remove unused _HeapBase.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds:
|
||||
Split out bsp_get_work_area() into its own file and user BSP
|
||||
Framework to perform more initialization.
|
||||
|
||||
2008-08-15 Allan Hessenflow <allanh@kallisti.com>
|
||||
|
||||
* ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
|
||||
preinstall.am, console/console.c, include/bsp.h,
|
||||
network/networkconfig.c, start/start.S, startup/bspstart.c,
|
||||
startup/linkcmds: New files.
|
||||
|
||||
@@ -1,265 +0,0 @@
|
||||
2011-04-20 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* console/console-io.c: Regenerated for TLL6527M.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/tm27.h, startup/bspstart.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* Makefile.am: Do not use .rel files for libbsp pieces.
|
||||
|
||||
2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console-io.c: Let eZKit533_BSP_poll_char return int.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/eZKit533.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/eZKit533.cfg: Switch to compiling at O2.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c: Add missing prototype.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/eZKit533.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* bsp_specs: Move -e start from *link to *startfile to avoid warning
|
||||
for undefined entry symbol when linking relocatables with binutils
|
||||
2.19.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Rely on clock driver to determine when we should use
|
||||
fast idle.
|
||||
|
||||
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Add BFIN_ON_SKYEYE define to disable features not
|
||||
supported on simulator.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove unnecessary includes of
|
||||
rtems/libcsupport.h and rtems/libio.h.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds:
|
||||
Split out bsp_get_work_area() into its own file and user BSP
|
||||
Framework to perform more initialization.
|
||||
|
||||
2008-08-18 Allan Hessenflow <allanh@kallisti.com>
|
||||
|
||||
* Makefile.am, console/console-io.c, startup/bspstart.c: Update to use
|
||||
shared libcpu version of code implemented as part of bf537Stamp
|
||||
effort.
|
||||
|
||||
2008-08-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Fix CVS Id.
|
||||
|
||||
2008-06-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Need cplb.h
|
||||
|
||||
2008-05-16 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* preinstall.am, console/console-io.c: Install cplb.h and use it.
|
||||
|
||||
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Add capability for bootcard.c BSP Initialization
|
||||
Framework to ask the BSP where it has memory for the RTEMS Workspace
|
||||
and C Program Heap. These collectively are referred to as work area.
|
||||
If the BSP supports this, then it does not have to include code to
|
||||
split the available memory between the two areas. This reduces the
|
||||
amount of code in the BSP specific bspstart.c file. Additionally, the
|
||||
shared framework can initialize the C Library, call
|
||||
rtems_debug_enable(), and dirty the work area memory. Until most/all
|
||||
BSPs support this new capability, if the BSP supports this, it should
|
||||
call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
|
||||
When the transition is complete, this autoconf macro can be removed.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2008-02-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* preinstall.am: Add cplb.h
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Eliminate copies of the
|
||||
Configuration Table. Use the RTEMS provided accessor macros to obtain
|
||||
configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
|
||||
from CPU Table to Configuration Table. Eliminate CPU Table from all
|
||||
ports. Delete references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-09-24 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* include/bsp.h: Do not use C++ comments.
|
||||
|
||||
2007-09-20 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* preinstall.am: Add cplb.h.
|
||||
* startup/bspstart.c: Add cast of constant.
|
||||
|
||||
2007-09-10 Alain Schaefer <alani@easc.ch>
|
||||
|
||||
* preinstall.am, startup/bspstart.c, startup/linkcmds: Complete earlier
|
||||
patch.
|
||||
* include/cplb.h: New file.
|
||||
|
||||
2007-09-10 Alain Schaefer <alani@easc.ch>
|
||||
|
||||
* startup/bspstart.c: Add a useful routine to program memory protection
|
||||
in bfin. It is not used but a user of ezKit533 can customize its bsp
|
||||
and use this function.
|
||||
|
||||
2007-05-24 Alain Schaefer <alani@easc.ch>
|
||||
|
||||
* startup/bspstart.c: Fix a problem in the InitEBIU method.
|
||||
|
||||
2007-04-17 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Fix compile errors and address
|
||||
most warnings about constants being too large.
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/coverhd.h: Remove (Use shared default template instead).
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-11-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/linkcmds: Use___start_set_sysctl_set, ___stop_set_sysctl_set
|
||||
instead of __start_set_sysctl_set, __stop_set_sysctl_set
|
||||
(bfin uses '_' prefixed c-symbols.)
|
||||
|
||||
2006-11-10 Alain Schaefer <alani@easc.ch>
|
||||
|
||||
* startup/linkcmds: Put .fini into sdram.
|
||||
Add __edata, __etext.
|
||||
|
||||
2006-10-26 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* configure, include/bspopts.h.in: Removed.
|
||||
|
||||
2006-10-24 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate hi, lo, HI, LO, and MK_BMSK.
|
||||
|
||||
2006-06-05 Alain Schaefer <alani@easc.ch>
|
||||
|
||||
* all files : Initial copy and port from no_cpu
|
||||
@@ -1,114 +0,0 @@
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* acinclude.m4: Regenerate.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
|
||||
|
||||
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
|
||||
$(RTEMS_BSP_FAMILY).
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* acinclude.m4: Reflect changes to bootstrap.
|
||||
* configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Add bsplib_DATA = linkcmds.
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2001-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* acinclude.m4: New file.
|
||||
* configure.in: Use RTEMS_BSP_SUBDIR.
|
||||
|
||||
2001-01-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: Removed bad entry.
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
Switch to GNU canonicalization.
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
@@ -1,591 +0,0 @@
|
||||
2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Don't reference non-existing files.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* start/start.S: Remove warning.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/h8sim.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
* make/custom/h8sxsim.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/h8sim.cfg: New (relocated from /make/custom).
|
||||
* make/custom/h8sxsim.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/linkcmds: Do not specify architecture since the linker gets
|
||||
it right even with multiple variants.
|
||||
|
||||
2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared tm27.h stub.
|
||||
* include/tm27.h: Removed.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove noinst_PROGRAMS (Unused).
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* console/console-io.c: Add missing file and remove junk code.
|
||||
* console/syscalls.S: New file.
|
||||
|
||||
2008-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/linkcmds: Simulator now appears to have 16M RAM support by
|
||||
default in gdb 6.8.
|
||||
|
||||
2008-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, console/console-io.c, include/bsp.h:
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: Split out bspstart contents. Use shared stub for
|
||||
bsp_start.
|
||||
* startup/h8bdinstallirq.c: New file.
|
||||
* startup/bspstart.c: Removed.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
* startup/bspgetworkarea.c: Removed.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove unnecessary includes of
|
||||
rtems/libcsupport.h and rtems/libio.h.
|
||||
|
||||
2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, startup/__main.c, startup/bspstart.c:
|
||||
Split out bsp_get_work_area() into its own file and user BSP
|
||||
Framework to perform more initialization.
|
||||
* startup/bspgetworkarea.c: New file.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/__main.c: Add missing prototypes.
|
||||
|
||||
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Add capability for bootcard.c BSP Initialization
|
||||
Framework to ask the BSP where it has memory for the RTEMS Workspace
|
||||
and C Program Heap. These collectively are referred to as work area.
|
||||
If the BSP supports this, then it does not have to include code to
|
||||
split the available memory between the two areas. This reduces the
|
||||
amount of code in the BSP specific bspstart.c file. Additionally, the
|
||||
shared framework can initialize the C Library, call
|
||||
rtems_debug_enable(), and dirty the work area memory. Until most/all
|
||||
BSPs support this new capability, if the BSP supports this, it should
|
||||
call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
|
||||
When the transition is complete, this autoconf macro can be removed.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Eliminate copies of the
|
||||
Configuration Table. Use the RTEMS provided accessor macros to obtain
|
||||
configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
|
||||
Configuration Table. Eliminate CPU Table from all ports. Delete
|
||||
references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Handle .data.* sections
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-05-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add .rodata.* sections.
|
||||
|
||||
2005-03-07 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Add timerstub so more tests link.
|
||||
|
||||
2005-03-07 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Hacked so there is enough memory to link pppd.exe.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-09-29 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h, include/tm27.h: i960 obsoleted and all references
|
||||
removed.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 610/bsps
|
||||
* Makefile.am: Add include/tm27.h, Cosmetics.
|
||||
* include/tm27.h: Final cosmetics.
|
||||
|
||||
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Split out tmtest27 support.
|
||||
* include/tm27.h: New.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 613/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 614/bsps
|
||||
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
|
||||
|
||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||
|
||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
|
||||
types.
|
||||
|
||||
2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
Preinstall dist_project_lib*.
|
||||
|
||||
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
|
||||
start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am.
|
||||
* clock/Makefile.am, console/Makefile.am, start/Makefile.am,
|
||||
startup/Makefile.am, wrapup/Makefile.am: Remove.
|
||||
Use automake compilation rules.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add PREINSTALL_DIRS.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||
Add PRE/TMPINSTALL_FILES to CLEANFILES.
|
||||
* startup/Makefile.am: Ditto.
|
||||
|
||||
2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate $(LIB).
|
||||
Use noinst_DATA to trigger building libbsp.a.
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
* startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Misc cleanups and fixes.
|
||||
* start/Makefile.am: Misc cleanups and fixes.
|
||||
* startup/Makefile.am: Misc cleanups and fixes.
|
||||
* wrapup/Makefile.am: Misc cleanups and fixes.
|
||||
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add dirstamps to preinstallation.
|
||||
* clock/Makefile.am: Cosmetics.
|
||||
* console/Makefile.am: Cosmetics.
|
||||
* startup/Makefile.am: Cosmetics.
|
||||
* wrapup/Makefile.am: Cosmetics.
|
||||
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Remove all-local: $(ARCH).
|
||||
* console/Makefile.am: Remove all-local: $(ARCH).
|
||||
* start/Makefile.am: Remove all-local: $(ARCH).
|
||||
* startup/Makefile.am: Remove all-local: $(ARCH).
|
||||
* wrapup/Makefile.am: Remove all-local: $(ARCH).
|
||||
|
||||
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in include/Makefile.am.
|
||||
Reflect changes to bsp.am.
|
||||
* include/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2003-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp_specs: Remove *lib:.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
|
||||
license changed.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
* clock/Makefile.am: Reflect having moved automake/.
|
||||
* console/Makefile.am: Reflect having moved automake/.
|
||||
* include/Makefile.am: Reflect having moved automake/.
|
||||
* start/Makefile.am: Reflect having moved automake/.
|
||||
* startup/Makefile.am: Reflect having moved automake/.
|
||||
* wrapup/Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 445/bsps
|
||||
* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
|
||||
Remove cpp, old_cpp (now unused).
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2003-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
|
||||
|
||||
2002-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use install-data-local to install startfile.
|
||||
|
||||
2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-11-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
|
||||
a routine to call.
|
||||
|
||||
2002-11-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/bspstart.c: Remove ramStart to eliminate warning.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Added support for -nostdlibs.
|
||||
|
||||
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* console/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* start/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* startup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
|
||||
2002-08-05 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
|
||||
to avoid overlapping sections and reworked the way the heap and
|
||||
workspace are calculated.
|
||||
|
||||
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Eliminate PGM.
|
||||
Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
|
||||
|
||||
2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Add bsplib_DATA = linkcmds.
|
||||
|
||||
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
|
||||
Remove $(OBJS) from all-local.
|
||||
|
||||
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Add $(LIB) to all-local.
|
||||
|
||||
2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* start/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
|
||||
|
||||
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
|
||||
replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
|
||||
|
||||
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* 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>
|
||||
|
||||
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
||||
|
||||
2001-10-12 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console-io.c: Fixed typo.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2001-09-27 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Renamed delay() to rtems_bsp_delay().
|
||||
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Use 'CLEANFILES ='.
|
||||
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
|
||||
|
||||
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Add bspopts.h.
|
||||
* include/.cvsignore: Add bspopts.h*, stamp-h*.
|
||||
* include/Makefile.am: Use *_HEADERS instead of *H_FILES.
|
||||
* include/bsp.h: Include bspopts.h.
|
||||
|
||||
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
|
||||
|
||||
2001-01-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console-io.c: Added console_initialize_hardware().
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
|
||||
wrapup/Makefile.am: Added include of stub clock driver so ticker
|
||||
would link.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
|
||||
libcsupport.h moved from libc to lib/include/rtems and
|
||||
now must be referenced as <rtems/XXX.h>. Header file order
|
||||
was cleaned up while doing this.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
Switch to GNU canonicalization.
|
||||
|
||||
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* console/Makefile.am, start/Makefile.am, startup/Makefile.am,
|
||||
wrapup/Makefile.am: Include compile.am
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
@@ -1,652 +0,0 @@
|
||||
2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/pci/pcibios.c: Make pcib_find_by_devid static.
|
||||
|
||||
2011-11-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1925
|
||||
* shared/irq/irq.h: Changed i386 console to libchip style console and
|
||||
added support for com3 and com4.
|
||||
|
||||
2011-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/comm/uart.c (uartError): Remove unused var "uartStatus".
|
||||
|
||||
2011-10-13 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/comm/uart.c: Remove unused var "tmp".
|
||||
|
||||
2011-08-04 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* shared/irq/irq_asm.S: BUGFIX (introduced by SMP changes
|
||||
which moved code around, apparently): *must* store i8259
|
||||
mask to frame *before* switching to IRQ stack. The code
|
||||
retrieves the mask after switching back to original stack.
|
||||
Also, the IRQ stack has no reserved space for the mask;
|
||||
storing it there could overwrite memory!
|
||||
|
||||
2011-08-01 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1802
|
||||
* shared/irq/irq_asm.S, shared/irq/irq_init.c, shared/smp/smp-imps.c,
|
||||
shared/smp/smp-imps.h: Add SMP support for i386.
|
||||
* shared/smp/getcpuid.c: New file.
|
||||
|
||||
2011-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* shared/irq/apic.h, shared/smp/smp-imps.c, shared/smp/smp-imps.h:
|
||||
Reformat to be more compliant with RTEMS style.
|
||||
|
||||
2011-07-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* shared/irq/apic.h, shared/smp/smp-imps.c, shared/smp/smp-imps.h: Per
|
||||
email with Erich Boleyn, change license to BSD style.
|
||||
|
||||
2011-07-14 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
* shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_init.c: Add
|
||||
initial support for APIC.
|
||||
|
||||
2011-07-14 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
* shared/irq/apic.h, shared/smp/README, shared/smp/smp-imps.c,
|
||||
shared/smp/smp-imps.h: New files.
|
||||
|
||||
2011-05-25 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/comm/tty_drv.c, shared/comm/tty_drv.h:
|
||||
Remove CVS-Headers. Add CVS-Ids.
|
||||
|
||||
2011-04-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* shared/irq/irq_asm.S: Rename rtems_smp_maximum_processors to
|
||||
rtems_configuration_smp_maximum_processors since it is defined in
|
||||
confdefs.h.
|
||||
|
||||
2011-04-04 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
PR 1768/bsps
|
||||
* shared/irq/irq_asm.S: The nbench benchmark highlighted the fact that
|
||||
we do not perform a cld before calling C code in the ISR. This was
|
||||
historically not a problem but gcc 4.3 changed the behavior. From
|
||||
http://gcc.gnu.org/gcc-4.3/changes.html
|
||||
|
||||
2011-03-16 Jennifer Averett <jennifer.averett@OARcorp.com>
|
||||
|
||||
PR 1729/cpukit
|
||||
* shared/irq/irq_asm.S: Add next step in SMP support. This adds an
|
||||
allocated array of the Per_CPU structures to support multiple cpus vs
|
||||
a single instance of the structure which is still used if SMP support
|
||||
is disabled. Configuration support is also added to explicitly enable
|
||||
or disable SMP. But SMP can only be enabled for the CPUs which will
|
||||
support it initially -- SPARC and i386. With the stub BSP support, a
|
||||
BSP can be run as a single core SMP system from an RTEMS data
|
||||
structure standpoint.
|
||||
|
||||
2011-03-01 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* acinclude.m4: Regenerate (Reflect the i386ex and tx_386ex BSP have
|
||||
been removed.).
|
||||
|
||||
2011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* shared/irq/irq_asm.S: Fix typo.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/comm/gdb_glue.c, shared/comm/i386-stub.c,
|
||||
shared/comm/i386_io.h, shared/comm/uart.c, shared/irq/idt.c,
|
||||
shared/pci/pcibios.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* shared/irq/idt.c, shared/irq/irq.c, shared/irq/irq.h,
|
||||
shared/irq/irq_asm.h: Fix typo where license said found in found in.
|
||||
|
||||
2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* shared/irq/irq_asm.S: Fix typo where license said found in found in.
|
||||
|
||||
2011-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* pc386/3c509/3c509.c, pc386/console/ps2_drv.h,
|
||||
pc386/console/serial_mouse.c, pc386/console/serial_mouse.h:
|
||||
Remove CVS Headers.
|
||||
|
||||
2011-01-06 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* shared/irq/irq_asm.S: Fix spelling.
|
||||
|
||||
2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* shared/irq/irq_asm.S: Rename rtems_per_cpu_info.
|
||||
|
||||
2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
PR 1573/cpukit
|
||||
* shared/irq/irq.c, shared/irq/irq_asm.S: Add a per cpu data structure
|
||||
which contains the information required by RTEMS for each CPU core.
|
||||
This encapsulates information such as thread executing, heir, idle
|
||||
and dispatch needed.
|
||||
|
||||
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* shared/comm/GDB.HOWTO: Remove more ITRON references.
|
||||
|
||||
2010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* shared/irq/irq_asm.S: Fix capitalization.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* shared/irq/irq-config.h: Removed file.
|
||||
* shared/irq/irq.h: Moved defines from 'shared/irq/irq-config.h'.
|
||||
|
||||
2010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/comm/uart.c, shared/comm/uart.h: Reflect termios API
|
||||
changes.
|
||||
|
||||
2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
PR 1483/cpukit
|
||||
* shared/pci/pcibios.c: Rename pci_config into rtems_pci_config_t.
|
||||
|
||||
2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/comm/uart.c, shared/comm/uart.h: Adjust prototypes.
|
||||
|
||||
2009-11-10 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* pc386/make/custom/pc586-sse.cfg, pc386/start/start.S,
|
||||
shared/irq/irq_asm.S: Added experimental SSE support.
|
||||
|
||||
2009-10-29 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* shared/irq/irq_asm.S: Make sure stack is aligned to CPU_STACK_ALIGNMENT
|
||||
for *all* C-routines (including _Thread_Dispatch() and
|
||||
_ThreadProcessSignalsFromIrq()) not only C_dispatch_isr().
|
||||
|
||||
* shared/irq/irq.c: Added IRQ statistics counters.
|
||||
|
||||
2009-10-29 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* shared/irq/irq_asm.S: Beautification; ajusted margins and
|
||||
spaces to make the whole thing more readable.
|
||||
|
||||
2009-10-29 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* shared/irq/irq_asm.S, shared/irq/irq.c: removed
|
||||
(fake) exception frame argument to _ThreadProcessSignalsFromIrq().
|
||||
This has never been used and removing it simplifies the assembly
|
||||
code.
|
||||
|
||||
2009-10-28 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* shared/irq/irq_asm.S: Make sure stack is aligned to
|
||||
CPU_STACK_ALIGNMENT before invoking C-code.
|
||||
|
||||
2009-10-17 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* shared/irq/idt.c: Check is the irq handlers are present before
|
||||
calling.
|
||||
* shared/comm/i386-stub-glue.c: Revert the change of 2009-05-06 as
|
||||
the handlers need to be present. Fixed the warnings.
|
||||
|
||||
2009-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
PR 1445/BSPs
|
||||
* shared/pci/pcibios.c: Rename indirect_pci_* into BSP_pci_*.
|
||||
|
||||
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/comm/tty_drv.c: Reflect termios_baud_to_number having been
|
||||
renamed to rtems_termios_baud_to_number.
|
||||
|
||||
2009-07-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* shared/irq/irq.h, shared/irq/irq.c, shared/irq/irq_init.c: Converted
|
||||
to use generic interrupt support.
|
||||
* shared/irq/irq-config.h: New file.
|
||||
|
||||
2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* shared/comm/i386-stub-glue.c, shared/comm/uart.c, shared/irq/irq.c,
|
||||
shared/pci/pcibios.c: Fixed warnings.
|
||||
|
||||
2009-03-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1385/cpukit
|
||||
* shared/irq/irq_asm.S: When the type rtems_boolean was switched to the
|
||||
C99 bool, the size changed from 4 bytes to 1 byte. The interrupt
|
||||
dispatching code accesses two boolean variables for scheduling
|
||||
purposes and the assembly implementations of this code did not get
|
||||
updated.
|
||||
|
||||
2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S: Add shared
|
||||
interrupt support to i386.
|
||||
|
||||
2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* shared/irq/irq.h: Fix spelling error.
|
||||
|
||||
2008-09-07 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/comm/i386-stub.c: Include stdbool.h.
|
||||
|
||||
2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/comm/i386-stub.c, shared/irq/irq.c: Misc. "bool" changes.
|
||||
|
||||
2008-08-24 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* shared/irq/irq_init.c: Reverse previous incorrect changes. Correct
|
||||
warnings and ensure BSP still works.
|
||||
|
||||
2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* shared/comm/i386-stub.c, shared/irq/irq_init.c: Fix warnings for
|
||||
prototypes, types, etc.
|
||||
|
||||
2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/comm/i386-stub-glue.c, shared/comm/i386-stub.c:
|
||||
Add missing prototypes.
|
||||
* shared/irq/irq_init.c: Add missing prototypes.
|
||||
|
||||
2008-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* shared/comm/tty_drv.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.
|
||||
|
||||
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* shared/comm/tty_drv.c: Remove all references to
|
||||
console_reserve_resources and termios_reserve_resources.
|
||||
|
||||
2007-11-06 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* shared/irq/irq.c: test for non-NULL-ness before calling
|
||||
'on'/'off' methods so that users don't have to provide
|
||||
no-ops if they don't want this feature.
|
||||
|
||||
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1257/bsps
|
||||
* shared/irq/idt.c, shared/irq/irq.c, shared/irq/irq_init.c: Code
|
||||
outside of cpukit should use the public API for
|
||||
rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
|
||||
public API and directly accessing _CPU_ISR_Disable and
|
||||
_CPU_ISR_Enable, they were bypassing the compiler memory barrier
|
||||
directive which could lead to problems. This patch also changes the
|
||||
type of the variable passed into these routines and addresses minor
|
||||
style issues.
|
||||
|
||||
2007-03-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/pci/pcibios.c, shared/pci/pcibios.h:
|
||||
Reflect changes to rtems/pci.h. Convert to using
|
||||
stdint fixed-size types.
|
||||
|
||||
2006-12-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/irq/idt.c: unsigned limits to match with
|
||||
i386_get_info_from_IDTR.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-07-12 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* shared/pci/pcibios.c: let pci_find_device() return
|
||||
-1 on failure, not just non-zero status. I found that
|
||||
some driver(s) [e.g. dec21140] explicitely check for -1.
|
||||
|
||||
2005-11-06 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/irq/idt.c: Reflect API changes.
|
||||
|
||||
2005-11-02 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* shared/pci/pcibios.c: replaced pci_find_device implementation by a
|
||||
pcibios call which already provides the functionality (PR#832)
|
||||
|
||||
2005-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/comm/i386_io.h, shared/comm/tty_drv.c,
|
||||
shared/comm/tty_drv.h: Remove CVS Log.
|
||||
|
||||
2005-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Merge-in shared/Makefile.am.
|
||||
* ChangeLog: Merge-in shared/ChangeLog.
|
||||
* configure.ac: Remove shared/Makefile.am.
|
||||
|
||||
2005-05-23 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* shared/comm/i386-stub.c: Make get_char() static since it is such a
|
||||
common name and conflicts with names in the standard Ada run-time.
|
||||
|
||||
2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/pci/pcibios.c: Eliminate unsigned8.
|
||||
|
||||
2005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||
|
||||
* shared/Makefile.am, shared/comm/i386-stub-glue.c,
|
||||
shared/comm/tty_drv.c, shared/comm/uart.c, shared/irq/idt.c,
|
||||
shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S,
|
||||
shared/irq/irq_init.c: Moved irq.h and irq_asm.h to bsp
|
||||
subdirectory.
|
||||
|
||||
2005-05-04 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||
|
||||
* shared/pci/pcibios.c, shared/pci/pcibios.h: Corrected spacing Name
|
||||
modifications for a generic PCI interface Added wrapper
|
||||
routines for pci read/write configuration data
|
||||
|
||||
2005-05-03 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||
|
||||
* shared/comm/tty_drv.c: Modified to support addition of parameter
|
||||
to ISRs.
|
||||
|
||||
2005-04-26 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* shared/pci/pcibios.c: Reformatted.
|
||||
|
||||
2005-04-18 Eric Valette <eric.valette@free.fr>
|
||||
|
||||
* shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S,
|
||||
shared/irq/irq_init.c: Added parameter to irq handler
|
||||
|
||||
2005-03-14 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* shared/pci/pcibios.c, shared/pci/pcibios.h: Continue PCI API
|
||||
unification. All use pci_find_device().
|
||||
|
||||
2005-03-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* shared/pci/pcibios.c, shared/pci/pcibios.h: Make PCI initialize
|
||||
function part of the unified PCI API as pci_initialize().
|
||||
|
||||
2005-01-19 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* pc386/console/vgainit.c, pc386/wd8003/wd8003.c,
|
||||
shared/comm/uart.c: Fix errors caught by gcc 4.x.
|
||||
|
||||
2005-01-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* shared/comm/gdb_glue.c, shared/irq/idt.c: Remove warnings.
|
||||
|
||||
2004-09-27 Greg Menke <gregory.menke@gsfc.nasa.gov>
|
||||
|
||||
PR 608/bsps
|
||||
* shared/pci/pcibios.c: BusCountPCI().
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-04-09 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||
|
||||
2004-03-31 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/pci/pcibios.c: Convert to using c99 fixed size types.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
|
||||
* acinclude.m4: Regenerate.
|
||||
|
||||
2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shared/irq/irq_asm.S: Convert #..-comments to /*..*/ comments.
|
||||
|
||||
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shared/Makefile.am: Add PREINSTALL_DIRS.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
|
||||
PRE/TMPINSTALL_FILES to CLEANFILES.
|
||||
|
||||
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
|
||||
$(RTEMS_BSP_FAMILY).
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shared/Makefile.am: Use mkdir_p. Remove dirs from
|
||||
PRE/TMPINSTALL_FILES.
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shared/Makefile.am: Merge-in Makefile.ams above. Add
|
||||
preinstallation dirstamp support.
|
||||
* configure.ac: Remove shared/io/Makefile, shared/comm/Makefile,
|
||||
shared/pci/Makefile, shared/irq/Makefile.
|
||||
* shared/io/.cvsignore, shared/pci/Makefile.am,
|
||||
shared/irq/Makefile.am, shared/io/Makefile.am,
|
||||
shared/comm/Makefile.am: Remove.
|
||||
|
||||
2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* acinclude.m4: Reflect changes to bootstrap.
|
||||
* configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
|
||||
|
||||
2003-10-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shared/comm/uart.h: Add extern "C" guards.
|
||||
* shared/pci/pcibios.h: Ditto.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* shared/comm/gdb_glue.c, shared/irq/idt.c, shared/irq/irq.c,
|
||||
shared/irq/irq.h, shared/irq/irq_asm.S, shared/irq/irq_asm.h,
|
||||
shared/irq/irq_init.c: URL for license changed.
|
||||
|
||||
2003-08-21 Till Strauman <strauman@slac.stanford.edu>
|
||||
|
||||
PR 456/bsps
|
||||
* shared/irq/irq.c: Fix race condition when installing an ISR.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
|
||||
shared/io/Makefile.am, shared/irq/Makefile.am,
|
||||
shared/pci/Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email
|
||||
address.
|
||||
|
||||
2003-07-16 Greg Menke <gregory.menke@gsfc.nasa.gov>
|
||||
|
||||
PR 428/bsps
|
||||
PR 432/bsps
|
||||
* shared/pci/pcibios.c, shared/pci/pcibios.h: Added
|
||||
BSP_pci_Find_Device() which is copied from motorola_shared.
|
||||
|
||||
2003-03-18 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* shared/comm/GDB.HOWTO: Updated.
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
|
||||
|
||||
2002-10-31 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* shared/comm/i386-stub.c: Fixed places where debug_error() was not
|
||||
called with enough arguments.
|
||||
* shared/comm/i386-stub.c: Removed warnings.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
|
||||
|
||||
2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shared/pci/pcibios.c: #include <string.h>.
|
||||
|
||||
2002-08-05 Eric Norum <eric.norum@usask.ca>
|
||||
|
||||
* shared/pci/pcibios.c: Per PR262, removed all asserts so probes for
|
||||
devices that are not present will work. This lets you have
|
||||
multiple PCI Ethernet drivers in an application and dynamically use
|
||||
the one for the card othat is present.
|
||||
|
||||
2002-07-16 Eric Norum <eric.norum@usask.ca>
|
||||
|
||||
* shared/comm/uart.c: I am using a PC-104 card with no video output.
|
||||
I found that things would lock up if a printk was followed closely
|
||||
by a printf when BSPConsolePort = BSP_UART_COM2 and BSPPrintkPort =
|
||||
BSP_UART_COM1. With this change in place, printf/printk calls can
|
||||
be intermingled with no apparent problems.
|
||||
|
||||
2002-05-01 Eric Norum <eric.norum@usask.ca>
|
||||
|
||||
* shared/console/console.c, shared/fatal/bspfatal.c,
|
||||
shared/startup/bspclean.c, shared/ startup/page_table.c: Per PR200
|
||||
fix multi-line inline assembly to satisfy gcc 3.1 and newer.
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am, shared/comm/Makefile.am, shared/io/Makefile.am,
|
||||
shared/Makefile.am, shared/irq/Makefile.am, shared/pci/Makefile.am:
|
||||
Remove AUTOMAKE_OPTIONS.
|
||||
* configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
|
||||
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shared/irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
|
||||
|
||||
2001-10-12 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* shared/startup/linkcmds: Fixed typo.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
* configure.in: Remove.
|
||||
|
||||
2001-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* acinclude.m4: New file.
|
||||
* configure.in: Use RTEMS_BSP_SUBDIR.
|
||||
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shared/irq/Makefile.am, shared/comm/Makefile.am,
|
||||
shared/pci/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||
|
||||
2001-08-16 Mike Siers <mikes@poliac.com>
|
||||
|
||||
* shared/comm/tty_drv.c, shared/comm/uart.c: Correct some minor cut
|
||||
and paste bugs.
|
||||
|
||||
2001-07-03 Mike Seirs <mike@poliac.com>
|
||||
|
||||
* shared/comm/tty_drv.c, shared/comm/uart.c, shared/comm/uart.h:
|
||||
Adds the capability to use task driven serial I/O to ti386 BSPs.
|
||||
This patch leaves thex default I/O mode to be IRQ. If you want to
|
||||
use task I/O mode, then the tty_drv.c file needs to be modified.
|
||||
Basically, all you need to change is the data values of the termios
|
||||
callbacks structure. This callback structure is used in the
|
||||
tty1_open and tty2_open functions. The values you need to set are
|
||||
commented out in the source code.
|
||||
|
||||
2001-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shared/comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
|
||||
* shared/io/Makefile.am, shared/irq/Makefile.am,
|
||||
shared/pci/Makefile.am: Ditto.
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
|
||||
$(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
|
||||
GNU canonicalization.
|
||||
|
||||
2000-10-19 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* shared/common/uart.h: Added prototype for BSP_uart_set_baud().
|
||||
|
||||
2000-10-19 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
|
||||
|
||||
* shared/comm/uart.c (BSP_uart_init): Save more line state
|
||||
parameters.
|
||||
|
||||
2000-10-18 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
|
||||
|
||||
* shared/comm/i386-stub-glue.c, shared/comm/tty_drv.c,
|
||||
shared/comm/uart.c, shared/comm/uart.h: Add the ability to set
|
||||
parity, number of data bits and number of stop bits to the existing
|
||||
i386 serial drivers.
|
||||
|
||||
2000-10-17 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* shared/irq/idt.c, shared/irq/Makefile.am: Moved idt.c to from
|
||||
libcpu/i386 so i386 RTEMS can be multilib'ed.
|
||||
|
||||
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shared/io/Makefile.am: Formatting.
|
||||
|
||||
2000-08-26 Rosimildo da Silva <rdasilva@connecttel.com>
|
||||
|
||||
* shared/shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for
|
||||
the i386 BSPs.
|
||||
* shared/shared/comm/uart.c: Adds support for sending characters to
|
||||
another "line discipline."
|
||||
* shared/shared/comm/gdb_glue.c, shared/shared/comm/i386_io.c,
|
||||
shared/shared/comm/tty_drv.c, shared/shared/comm/tty_drv.h: New
|
||||
file.
|
||||
* shared/shared/comm/Makefile.am: Account for new files.
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog, shared/ChangeLog: New file.
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,135 +0,0 @@
|
||||
2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_CANONICAL_TARGET_CPU.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2009-02-10 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bin2boot.c: Use stdint/inttypes to workaround build warnings on
|
||||
64bit hosts.
|
||||
|
||||
2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* bin2boot.c: Fix uninitialized variable warning.
|
||||
|
||||
2008-07-29 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* configure.ac: Add CFLAGS to workaround building errors on
|
||||
a 64bit AMD host.
|
||||
|
||||
2007-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Use MKDIR_P instead of mkdir_p.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||
Add PRE/TMPINSTALL_FILES to CLEANFILES.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reworked.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: More hacks to keep this crap alive.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2002-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bin2boot.c: #include POSIX compliant <string.h> instead of BSD
|
||||
proprietary memory.h.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add transform and bsptools_bindir hacks.
|
||||
|
||||
2002-04-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_EXEEXT (obsolete).
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2001-11-13 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Made to compile again.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
Switch to GNU canonicalization.
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
@@ -1,174 +0,0 @@
|
||||
2011-08-02 Sebastien Bourdeauducq <sebastien.bourdeauducq@gmail.com>
|
||||
|
||||
PR 1869/bsps
|
||||
* ChangeLog: Spacing.
|
||||
* README: Removed.
|
||||
|
||||
2011-08-01 Sébastien Bourdeauducq <sebastien@milkymist.org>
|
||||
|
||||
* c/src/lib/libbsp/lm32/README,
|
||||
c/src/lib/libbsp/lm32/lm32_evr/README,
|
||||
c/src/lib/libbsp/lm32/milkymist/Makefile.am,
|
||||
c/src/lib/libbsp/lm32/milkymist/README,
|
||||
c/src/lib/libbsp/lm32/milkymist/include/bsp.h,
|
||||
c/src/lib/libbsp/lm32/milkymist/include/system_conf.h,
|
||||
c/src/lib/libbsp/lm32/milkymist/include/tm27.h,
|
||||
c/src/lib/libbsp/lm32/milkymist/make/custom/milkymist.cfg,
|
||||
c/src/lib/libbsp/lm32/milkymist/preinstall.am,
|
||||
c/src/lib/libbsp/lm32/milkymist/startup/bspclean.c,
|
||||
c/src/lib/libbsp/lm32/milkymist/startup/linkcmds,
|
||||
c/src/lib/libbsp/lm32/shared/include/irq.h,
|
||||
c/src/lib/libbsp/lm32/shared/irq/irq.c,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_ac97/ac97.c,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_ac97/milkymist_ac97.h,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_buttons/buttons.c,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_buttons/milkymist_buttons.h,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_clock/ckinit.c,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_clock/clock.h,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_console/console.c,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_console/uart.c,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_console/uart.h,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_dmx/dmx.c,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_dmx/milkymist_dmx.h,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_flash/flash.c,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_flash/milkymist_flash.h,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_framebuffer/framebuffer.c,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_gpio/gpio.c,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_gpio/milkymist_gpio.h,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_ir/ir.c,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_ir/milkymist_ir.h,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_memcard/memcard.c,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_memcard/milkymist_memcard.h,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_midi/midi.c,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_midi/milkymist_midi.h,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_networking/mm_crc32.c,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_networking/network.c,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_networking/network.h,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_pfpu/milkymist_pfpu.h,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_pfpu/pfpu.c,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_timer/timer.c,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_tmu/milkymist_tmu.h,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_tmu/tmu.c,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_usbinput/comloc.h,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_usbinput/milkymist_usbinput.h,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_usbinput/softusb-input.h,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_usbinput/usbinput.c,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_versions/milkymist_versions.h,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_versions/versions.c,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_video/milkymist_video.h,
|
||||
c/src/lib/libbsp/lm32/shared/milkymist_video/video.c,
|
||||
c/src/lib/libbsp/lm32/shared/start/start.S,
|
||||
c/src/lib/libbsp/lm32/shared/startup/bspstart.c,
|
||||
c/src/lib/libbsp/lm32/shared/startup/setvec.c:
|
||||
Full port to the Milkymist One. Supports Milkymist SoC 1.0.x.
|
||||
Includes new or updated drivers for:
|
||||
- Multi-standard video input (PAL/SECAM/NTSC)
|
||||
- Two DMX512 (RS485) ports
|
||||
- MIDI IN and MIDI OUT ports
|
||||
- VGA output
|
||||
- AC'97 audio
|
||||
- NOR flash
|
||||
- 10/100 Ethernet
|
||||
- Memory card (experimental and incomplete)
|
||||
- USB host connectors (input devices only)
|
||||
- RC5 infrared receiver
|
||||
- RS232 debug port
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/milkymist_networking/network.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/milkymist_timer/timer.c, shared/timer/timer.c:
|
||||
Include <rtems/btimer.h>.
|
||||
Fix benchmark_timer_read() definition.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-08-20 <yann.sionneau@telecom-sudparis.eu>
|
||||
|
||||
* shared/milkymist_ac97/ac97.c, shared/milkymist_clock/ckinit.c,
|
||||
shared/milkymist_clock/clock.h, shared/milkymist_console/console.c,
|
||||
shared/milkymist_console/uart.c, shared/milkymist_console/uart.h,
|
||||
shared/milkymist_framebuffer/framebuffer.c,
|
||||
shared/milkymist_gpio/gpio.c, shared/milkymist_networking/mm_crc32.c,
|
||||
shared/milkymist_networking/network.c,
|
||||
shared/milkymist_networking/network.h,
|
||||
shared/milkymist_timer/timer.c: New files.
|
||||
|
||||
2010-08-20 <yann.sionneau@telecom-sudparis.eu>
|
||||
|
||||
* acinclude.m4, configure.ac: Add Milkymist BSP developed as part of
|
||||
GSOC 2010.
|
||||
|
||||
2010-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* shared/start/start.S: Finish merging change.
|
||||
|
||||
2010-05-07 Michael Walle <michael@walle.cc>
|
||||
|
||||
* shared/start/start.S: Add support for qemu-system-lm32 shutdown
|
||||
device.
|
||||
|
||||
2009-11-25 Michael Walle <michael@walle.cc>
|
||||
|
||||
* shared/gdbstub/lm32-stub.c: Fix wrong computation of negative branch
|
||||
targets (thanks to Manfred Scheible <mscheible@husware.de>.
|
||||
|
||||
2009-11-24 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/tsmac/tsmac.c: Remove unused vars.
|
||||
Let rtems_tsmac_driver_attach return 1.
|
||||
* shared/console/console.c: Use int as return type of
|
||||
BSP_uart_polled_read.
|
||||
|
||||
2009-05-27 Michael Walle <michael@walle.cc>
|
||||
|
||||
* shared/start/start.S: Export crt0 symbol because the debug.S uses
|
||||
that.
|
||||
|
||||
2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* shared/start/start.S: Confirmed OK by mwalle.
|
||||
|
||||
2009-05-05 Michael Walle <michael@walle.cc>
|
||||
|
||||
* shared/gdbstub/README, shared/gdbstub/gdb_if.h,
|
||||
shared/gdbstub/lm32-debug.S, shared/gdbstub/lm32-stub.c: New files.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* shared/start/start.S: Update for boot_card command line change.
|
||||
|
||||
2009-04-06 Michael Walle <michael@walle.cc>
|
||||
|
||||
* shared/start/start.S: Now calls boot_card.
|
||||
|
||||
2009-02-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* shared/clock/ckinit.c, shared/start/start.S, shared/timer/timer.c:
|
||||
Run better on simulator. Timer is probably not right yet but
|
||||
|
||||
2009-02-25 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* shared/clock/ckinit.c: Use shared Clock Driver Template and support
|
||||
fast idle on simulator.
|
||||
|
||||
2008-12-05 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* .cvsignore: New file.
|
||||
|
||||
2008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi>
|
||||
|
||||
* ChangeLog, Makefile.am, README, acinclude.m4, configure.ac,
|
||||
shared/clock/ckinit.c, shared/clock/clock.h,
|
||||
shared/console/console.c, shared/console/uart.c,
|
||||
shared/console/uart.h, shared/start/start.S,
|
||||
shared/startup/bspstart.c, shared/startup/setvec.c,
|
||||
shared/timer/timer.c, shared/tsmac/dp83848phy.h,
|
||||
shared/tsmac/tsmac.c, shared/tsmac/tsmac.h: New files.
|
||||
|
||||
@@ -1,89 +0,0 @@
|
||||
2011-08-02 Sebastien Bourdeauducq <sebastien.bourdeauducq@gmail.com>
|
||||
|
||||
PR 1869/bsps
|
||||
* README: Merge content from lm32/README which was specific to
|
||||
this BSP.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/irq-config.h: Removed file.
|
||||
|
||||
2009-11-24 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Move extern "C" { }.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/lm32_evr.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/lm32_evr.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Add BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-03-30 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/linkcmds: Stack was overlapping work area.
|
||||
|
||||
2009-02-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac, include/bsp.h: Run better on simulator. Timer is
|
||||
probably not right yet but
|
||||
|
||||
2009-02-25 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* README: Add fast idle information.
|
||||
|
||||
2009-02-25 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac: Add SIMULATOR_FAST_IDLE,
|
||||
BSP_PRESS_KEY_FOR_RESET, and BSP_RESET_BOARD_AT_EXIT. Use the standard
|
||||
bsp_cleanup code.
|
||||
* README: New file. Include instructions on gdb simulator.
|
||||
|
||||
2009-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Conditionally include rtems/rtems_bsdnet.h.
|
||||
* configure.ac: Add RTEMS_CHECK_NETWORKING.
|
||||
* Makefile.am: Rework.
|
||||
|
||||
2009-02-21 Michael Walle <michael@walle.cc>
|
||||
|
||||
* startup/linkcmds: Add new sections.
|
||||
|
||||
2008-12-09 Jukka Pietarinen <jukka.pietarinen@mrf.fi>
|
||||
|
||||
* bsp_specs: Update to reflect comments.
|
||||
|
||||
2008-12-05 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* .cvsignore: New file.
|
||||
|
||||
2008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi>
|
||||
|
||||
* ChangeLog, Makefile.am, bsp_specs, configure.ac, preinstall.am,
|
||||
include/.cvsignore, include/bsp.h, include/coverhd.h,
|
||||
include/irq-config.h, include/system_conf.h, include/tm27.h,
|
||||
startup/linkcmds: New files.
|
||||
|
||||
@@ -1,48 +0,0 @@
|
||||
2011-11-27 Sebastien Bourdeauducq <seb@tmplab.org>
|
||||
|
||||
PR 1970/bsps
|
||||
* include/system_conf.h: Support for the new Milkymist sysctl and clock
|
||||
frequency detection.
|
||||
|
||||
2011-11-27 Sebastien Bourdeauducq <seb@tmplab.org>
|
||||
|
||||
PR 1966/bsps
|
||||
* include/system_conf.h: support for the new UART core and interrupt
|
||||
map
|
||||
|
||||
2011-08-01 Sebastien Bourdeauducq <sebastien.bourdeauducq@gmail.com>
|
||||
|
||||
PR 1869/bsps
|
||||
* startup/bspclean.c: New file.
|
||||
* include/tm27.h: Removed.
|
||||
* ChangeLog, Makefile.am, README, preinstall.am, include/bsp.h,
|
||||
include/system_conf.h, make/custom/milkymist.cfg, startup/linkcmds:
|
||||
Complete BSP for Milkymist One supporting Milkymist SOC 1.0.x.
|
||||
Includes new or updated drivers for:
|
||||
- Multi-standard video input (PAL/SECAM/NTSC)
|
||||
- Two DMX512 (RS485) ports
|
||||
- MIDI IN and MIDI OUT ports
|
||||
- VGA output
|
||||
- AC'97 audio
|
||||
- NOR flash
|
||||
- 10/100 Ethernet
|
||||
- Memory card (experimental and incomplete)
|
||||
- USB host connectors (input devices only)
|
||||
- RC5 infrared receiver
|
||||
- RS232 debug port
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-08-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* .cvsignore: New file.
|
||||
|
||||
2010-08-20 <yann.sionneau@telecom-sudparis.eu>
|
||||
|
||||
Add Milkymist BSP developed as part of GSOC 2010.
|
||||
* ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
|
||||
preinstall.am, Documentation/uart.txt, include/.cvsignore,
|
||||
include/bsp.h, include/system_conf.h, include/tm27.h,
|
||||
make/custom/milkymist.cfg, startup/linkcmds: New files.
|
||||
@@ -1,57 +0,0 @@
|
||||
2011-12-05 Gedare Bloom <gedare@rtems.org>
|
||||
|
||||
* ChangeLog: Add PR number to ChangeLog entry
|
||||
|
||||
2011-12-05 Sebastien Bourdeauducq <seb@tmplab.org>
|
||||
|
||||
PR 1979/bsps
|
||||
* milkymist_midi/midi.c: move MIDI message detection from higher layers
|
||||
to the MIDI interrupt handler
|
||||
|
||||
2011-11-27 Sebastien Bourdeauducq <seb@tmplab.org>
|
||||
|
||||
PR 1972/bsps
|
||||
* milkymist_video/milkymist_video.h, milkymist_video/video.c: Adds an
|
||||
ioctl to implement selection of composite on any connector, S-Video
|
||||
and Component sources on the Milkymist One.
|
||||
|
||||
2011-11-27 Sebastien Bourdeauducq <seb@tmplab.org>
|
||||
|
||||
PR 1970/bsps
|
||||
* milkymist_clock/ckinit.c, milkymist_console/console.c,
|
||||
milkymist_console/uart.c, milkymist_timer/timer.c: Support for the
|
||||
new Milkymist sysctl and clock frequency detection.
|
||||
|
||||
2011-11-27 Sebastien Bourdeauducq <seb@tmplab.org>
|
||||
|
||||
PR 1966/bsps
|
||||
* milkymist_console/console.c, milkymist_console/uart.c,
|
||||
milkymist_console/uart.h, milkymist_midi/midi.c: support for the new
|
||||
UART core and interrupt map
|
||||
|
||||
2011-08-02 Sebastien Bourdeauducq <sebastien.bourdeauducq@gmail.com>
|
||||
|
||||
PR 1869/bsps
|
||||
* milkymist_networking/mm_crc32.c: Removed.
|
||||
|
||||
2011-08-01 Sebastien Bourdeauducq <sebastien.bourdeauducq@gmail.com>
|
||||
|
||||
PR 1869/bsps
|
||||
* startup/bspclean.c: New file.
|
||||
* include/tm27.h: Removed.
|
||||
* ChangeLog, Makefile.am, README, preinstall.am, include/bsp.h,
|
||||
include/system_conf.h, make/custom/milkymist.cfg, startup/linkcmds:
|
||||
Complete BSP for Milkymist One supporting Milkymist SOC 1.0.x.
|
||||
Includes new or updated drivers for:
|
||||
- Multi-standard video input (PAL/SECAM/NTSC)
|
||||
- Two DMX512 (RS485) ports
|
||||
- MIDI IN and MIDI OUT ports
|
||||
- VGA output
|
||||
- AC'97 audio
|
||||
- NOR flash
|
||||
- 10/100 Ethernet
|
||||
- Memory card (experimental and incomplete)
|
||||
- USB host connectors (input devices only)
|
||||
- RC5 infrared receiver
|
||||
- RS232 debug port
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* .cvsignore, ChangeLog, Makefile.am, acinclude.m4,
|
||||
configure.ac: New files.
|
||||
|
||||
@@ -1,598 +0,0 @@
|
||||
2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Don't reference non-existing files.
|
||||
|
||||
2011-06-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac: runtest for this BSP obsoleted by
|
||||
rtems-testing/sim-scripts support. Please use those scripts.
|
||||
* tools/.cvsignore, tools/Makefile.am, tools/configure.ac,
|
||||
tools/runtest.in: Removed.
|
||||
|
||||
2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* tools/configure.ac: Remove RTEMS_CANONICAL_TARGET_CPU.
|
||||
Fix package name.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Include <rtems/btimer.h>.
|
||||
Fix benchmark_timer_read() definition.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* tools/configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* start/start.S: Verify boot_card() is passed a NULL.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/m32csim.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/m32csim.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-05-18 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* console/console-io.c: Fix typo.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* bsp_specs, tools/runtest.in: Move -e start from *link to *startfile
|
||||
to avoid warning for undefined entry symbol when linking relocatables
|
||||
with binutils 2.19.
|
||||
|
||||
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* README: New file.
|
||||
|
||||
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac,
|
||||
preinstall.am, console/console-io.c, console/syscalls.S,
|
||||
include/.cvsignore, include/bsp.h, start/start.S, startup/bspstart.c,
|
||||
startup/crtn.S, startup/linkcmds, timer/timer.c, tools/.cvsignore,
|
||||
tools/Makefile.am, tools/configure.ac, tools/runtest.in: New files.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* console/console-io.c: Add missing file and remove junk code.
|
||||
* console/syscalls.S: New file.
|
||||
|
||||
2008-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/linkcmds: Simulator now appears to have 16M RAM support by
|
||||
default in gdb 6.8.
|
||||
|
||||
2008-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, console/console-io.c, include/bsp.h:
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: Split out bspstart contents. Use shared stub for
|
||||
bsp_start.
|
||||
* startup/h8bdinstallirq.c: New file.
|
||||
* startup/bspstart.c: Removed.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
* startup/bspgetworkarea.c: Removed.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove unnecessary includes of
|
||||
rtems/libcsupport.h and rtems/libio.h.
|
||||
|
||||
2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, startup/__main.c, startup/bspstart.c:
|
||||
Split out bsp_get_work_area() into its own file and user BSP
|
||||
Framework to perform more initialization.
|
||||
* startup/bspgetworkarea.c: New file.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/__main.c: Add missing prototypes.
|
||||
|
||||
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Add capability for bootcard.c BSP Initialization
|
||||
Framework to ask the BSP where it has memory for the RTEMS Workspace
|
||||
and C Program Heap. These collectively are referred to as work area.
|
||||
If the BSP supports this, then it does not have to include code to
|
||||
split the available memory between the two areas. This reduces the
|
||||
amount of code in the BSP specific bspstart.c file. Additionally, the
|
||||
shared framework can initialize the C Library, call
|
||||
rtems_debug_enable(), and dirty the work area memory. Until most/all
|
||||
BSPs support this new capability, if the BSP supports this, it should
|
||||
call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
|
||||
When the transition is complete, this autoconf macro can be removed.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Eliminate copies of the
|
||||
Configuration Table. Use the RTEMS provided accessor macros to obtain
|
||||
configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
|
||||
Configuration Table. Eliminate CPU Table from all ports. Delete
|
||||
references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Handle .data.* sections
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-05-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add .rodata.* sections.
|
||||
|
||||
2005-03-07 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Add timerstub so more tests link.
|
||||
|
||||
2005-03-07 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Hacked so there is enough memory to link pppd.exe.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-09-29 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h, include/tm27.h: i960 obsoleted and all references
|
||||
removed.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 610/bsps
|
||||
* Makefile.am: Add include/tm27.h, Cosmetics.
|
||||
* include/tm27.h: Final cosmetics.
|
||||
|
||||
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Split out tmtest27 support.
|
||||
* include/tm27.h: New.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 613/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 614/bsps
|
||||
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
|
||||
|
||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||
|
||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
|
||||
types.
|
||||
|
||||
2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
Preinstall dist_project_lib*.
|
||||
|
||||
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
|
||||
start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am.
|
||||
* clock/Makefile.am, console/Makefile.am, start/Makefile.am,
|
||||
startup/Makefile.am, wrapup/Makefile.am: Remove.
|
||||
Use automake compilation rules.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add PREINSTALL_DIRS.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||
Add PRE/TMPINSTALL_FILES to CLEANFILES.
|
||||
* startup/Makefile.am: Ditto.
|
||||
|
||||
2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate $(LIB).
|
||||
Use noinst_DATA to trigger building libbsp.a.
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
* startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Misc cleanups and fixes.
|
||||
* start/Makefile.am: Misc cleanups and fixes.
|
||||
* startup/Makefile.am: Misc cleanups and fixes.
|
||||
* wrapup/Makefile.am: Misc cleanups and fixes.
|
||||
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add dirstamps to preinstallation.
|
||||
* clock/Makefile.am: Cosmetics.
|
||||
* console/Makefile.am: Cosmetics.
|
||||
* startup/Makefile.am: Cosmetics.
|
||||
* wrapup/Makefile.am: Cosmetics.
|
||||
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Remove all-local: $(ARCH).
|
||||
* console/Makefile.am: Remove all-local: $(ARCH).
|
||||
* start/Makefile.am: Remove all-local: $(ARCH).
|
||||
* startup/Makefile.am: Remove all-local: $(ARCH).
|
||||
* wrapup/Makefile.am: Remove all-local: $(ARCH).
|
||||
|
||||
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in include/Makefile.am.
|
||||
Reflect changes to bsp.am.
|
||||
* include/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2003-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp_specs: Remove *lib:.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
|
||||
license changed.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
* clock/Makefile.am: Reflect having moved automake/.
|
||||
* console/Makefile.am: Reflect having moved automake/.
|
||||
* include/Makefile.am: Reflect having moved automake/.
|
||||
* start/Makefile.am: Reflect having moved automake/.
|
||||
* startup/Makefile.am: Reflect having moved automake/.
|
||||
* wrapup/Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 445/bsps
|
||||
* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
|
||||
Remove cpp, old_cpp (now unused).
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2003-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
|
||||
|
||||
2002-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use install-data-local to install startfile.
|
||||
|
||||
2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-11-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
|
||||
a routine to call.
|
||||
|
||||
2002-11-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/bspstart.c: Remove ramStart to eliminate warning.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Added support for -nostdlibs.
|
||||
|
||||
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* console/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* start/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* startup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
|
||||
2002-08-05 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
|
||||
to avoid overlapping sections and reworked the way the heap and
|
||||
workspace are calculated.
|
||||
|
||||
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Eliminate PGM.
|
||||
Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
|
||||
|
||||
2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Add bsplib_DATA = linkcmds.
|
||||
|
||||
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
|
||||
Remove $(OBJS) from all-local.
|
||||
|
||||
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Add $(LIB) to all-local.
|
||||
|
||||
2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* start/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
|
||||
|
||||
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
|
||||
replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
|
||||
|
||||
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* 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>
|
||||
|
||||
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
||||
|
||||
2001-10-12 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console-io.c: Fixed typo.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2001-09-27 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Renamed delay() to rtems_bsp_delay().
|
||||
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Use 'CLEANFILES ='.
|
||||
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
|
||||
|
||||
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Add bspopts.h.
|
||||
* include/.cvsignore: Add bspopts.h*, stamp-h*.
|
||||
* include/Makefile.am: Use *_HEADERS instead of *H_FILES.
|
||||
* include/bsp.h: Include bspopts.h.
|
||||
|
||||
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
|
||||
|
||||
2001-01-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console-io.c: Added console_initialize_hardware().
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
|
||||
wrapup/Makefile.am: Added include of stub clock driver so ticker
|
||||
would link.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
|
||||
libcsupport.h moved from libc to lib/include/rtems and
|
||||
now must be referenced as <rtems/XXX.h>. Header file order
|
||||
was cleaned up while doing this.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
Switch to GNU canonicalization.
|
||||
|
||||
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* console/Makefile.am, start/Makefile.am, startup/Makefile.am,
|
||||
wrapup/Makefile.am: Include compile.am
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
@@ -1,12 +0,0 @@
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2008-10-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* .cvsignore: New file.
|
||||
|
||||
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* ChangeLog, Makefile.am, acinclude.m4, configure.ac: New files.
|
||||
|
||||
@@ -1,577 +0,0 @@
|
||||
2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Don't reference non-existing files.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2011-01-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspreset.c: New file.
|
||||
|
||||
2011-01-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, console/console-io.c, include/bsp.h,
|
||||
start/start.S: Create dedicated bsp_reset() and clean up.
|
||||
|
||||
2010-05-31 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* start/start.S: Pass 0/NULL for argc/argv.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/m32rsim.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/m32rsim.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac,
|
||||
preinstall.am, console/console-io.c, console/syscalls.S,
|
||||
console/trap0.S, include/.cvsignore, include/bsp.h, include/tm27.h,
|
||||
start/start.S, startup/linkcmds: New files.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* console/console-io.c: Add missing file and remove junk code.
|
||||
* console/syscalls.S: New file.
|
||||
|
||||
2008-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/linkcmds: Simulator now appears to have 16M RAM support by
|
||||
default in gdb 6.8.
|
||||
|
||||
2008-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, console/console-io.c, include/bsp.h:
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: Split out bspstart contents. Use shared stub for
|
||||
bsp_start.
|
||||
* startup/h8bdinstallirq.c: New file.
|
||||
* startup/bspstart.c: Removed.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
* startup/bspgetworkarea.c: Removed.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove unnecessary includes of
|
||||
rtems/libcsupport.h and rtems/libio.h.
|
||||
|
||||
2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, startup/__main.c, startup/bspstart.c:
|
||||
Split out bsp_get_work_area() into its own file and user BSP
|
||||
Framework to perform more initialization.
|
||||
* startup/bspgetworkarea.c: New file.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/__main.c: Add missing prototypes.
|
||||
|
||||
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Add capability for bootcard.c BSP Initialization
|
||||
Framework to ask the BSP where it has memory for the RTEMS Workspace
|
||||
and C Program Heap. These collectively are referred to as work area.
|
||||
If the BSP supports this, then it does not have to include code to
|
||||
split the available memory between the two areas. This reduces the
|
||||
amount of code in the BSP specific bspstart.c file. Additionally, the
|
||||
shared framework can initialize the C Library, call
|
||||
rtems_debug_enable(), and dirty the work area memory. Until most/all
|
||||
BSPs support this new capability, if the BSP supports this, it should
|
||||
call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
|
||||
When the transition is complete, this autoconf macro can be removed.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Eliminate copies of the
|
||||
Configuration Table. Use the RTEMS provided accessor macros to obtain
|
||||
configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
|
||||
Configuration Table. Eliminate CPU Table from all ports. Delete
|
||||
references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Handle .data.* sections
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-05-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add .rodata.* sections.
|
||||
|
||||
2005-03-07 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Add timerstub so more tests link.
|
||||
|
||||
2005-03-07 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Hacked so there is enough memory to link pppd.exe.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-09-29 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h, include/tm27.h: i960 obsoleted and all references
|
||||
removed.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 610/bsps
|
||||
* Makefile.am: Add include/tm27.h, Cosmetics.
|
||||
* include/tm27.h: Final cosmetics.
|
||||
|
||||
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Split out tmtest27 support.
|
||||
* include/tm27.h: New.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 613/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 614/bsps
|
||||
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
|
||||
|
||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||
|
||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
|
||||
types.
|
||||
|
||||
2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
Preinstall dist_project_lib*.
|
||||
|
||||
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
|
||||
start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am.
|
||||
* clock/Makefile.am, console/Makefile.am, start/Makefile.am,
|
||||
startup/Makefile.am, wrapup/Makefile.am: Remove.
|
||||
Use automake compilation rules.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add PREINSTALL_DIRS.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||
Add PRE/TMPINSTALL_FILES to CLEANFILES.
|
||||
* startup/Makefile.am: Ditto.
|
||||
|
||||
2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate $(LIB).
|
||||
Use noinst_DATA to trigger building libbsp.a.
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
* startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Misc cleanups and fixes.
|
||||
* start/Makefile.am: Misc cleanups and fixes.
|
||||
* startup/Makefile.am: Misc cleanups and fixes.
|
||||
* wrapup/Makefile.am: Misc cleanups and fixes.
|
||||
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add dirstamps to preinstallation.
|
||||
* clock/Makefile.am: Cosmetics.
|
||||
* console/Makefile.am: Cosmetics.
|
||||
* startup/Makefile.am: Cosmetics.
|
||||
* wrapup/Makefile.am: Cosmetics.
|
||||
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Remove all-local: $(ARCH).
|
||||
* console/Makefile.am: Remove all-local: $(ARCH).
|
||||
* start/Makefile.am: Remove all-local: $(ARCH).
|
||||
* startup/Makefile.am: Remove all-local: $(ARCH).
|
||||
* wrapup/Makefile.am: Remove all-local: $(ARCH).
|
||||
|
||||
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in include/Makefile.am.
|
||||
Reflect changes to bsp.am.
|
||||
* include/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2003-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp_specs: Remove *lib:.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
|
||||
license changed.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
* clock/Makefile.am: Reflect having moved automake/.
|
||||
* console/Makefile.am: Reflect having moved automake/.
|
||||
* include/Makefile.am: Reflect having moved automake/.
|
||||
* start/Makefile.am: Reflect having moved automake/.
|
||||
* startup/Makefile.am: Reflect having moved automake/.
|
||||
* wrapup/Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 445/bsps
|
||||
* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
|
||||
Remove cpp, old_cpp (now unused).
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2003-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
|
||||
|
||||
2002-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use install-data-local to install startfile.
|
||||
|
||||
2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-11-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
|
||||
a routine to call.
|
||||
|
||||
2002-11-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/bspstart.c: Remove ramStart to eliminate warning.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Added support for -nostdlibs.
|
||||
|
||||
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* console/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* start/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* startup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
|
||||
2002-08-05 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
|
||||
to avoid overlapping sections and reworked the way the heap and
|
||||
workspace are calculated.
|
||||
|
||||
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Eliminate PGM.
|
||||
Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
|
||||
|
||||
2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Add bsplib_DATA = linkcmds.
|
||||
|
||||
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
|
||||
Remove $(OBJS) from all-local.
|
||||
|
||||
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Add $(LIB) to all-local.
|
||||
|
||||
2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* start/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
|
||||
|
||||
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
|
||||
replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
|
||||
|
||||
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* 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>
|
||||
|
||||
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
||||
|
||||
2001-10-12 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console-io.c: Fixed typo.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2001-09-27 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Renamed delay() to rtems_bsp_delay().
|
||||
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Use 'CLEANFILES ='.
|
||||
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
|
||||
|
||||
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Add bspopts.h.
|
||||
* include/.cvsignore: Add bspopts.h*, stamp-h*.
|
||||
* include/Makefile.am: Use *_HEADERS instead of *H_FILES.
|
||||
* include/bsp.h: Include bspopts.h.
|
||||
|
||||
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
|
||||
|
||||
2001-01-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console-io.c: Added console_initialize_hardware().
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
|
||||
wrapup/Makefile.am: Added include of stub clock driver so ticker
|
||||
would link.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
|
||||
libcsupport.h moved from libc to lib/include/rtems and
|
||||
now must be referenced as <rtems/XXX.h>. Header file order
|
||||
was cleaned up while doing this.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
Switch to GNU canonicalization.
|
||||
|
||||
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* console/Makefile.am, start/Makefile.am, startup/Makefile.am,
|
||||
wrapup/Makefile.am: Include compile.am
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
@@ -1,363 +0,0 @@
|
||||
2011-07-12 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* shared/start.S, shared/mvme/mvme16x_hw.h: Check on MVME167 at OAR
|
||||
after RTC replaced.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/gdbstub/m68k-stub.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* mcf5206elite/tools/runtest: Fix typo where license said
|
||||
found in found in.
|
||||
|
||||
2010-04-05 Thomas Znidar <t.znidar@embed-it.com>
|
||||
|
||||
* acinclude.m4: Add mcf5225x BSP.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* shared/start/start.S: Update for boot_card command line change.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* shared/m68kbspgetworkarea.c: Removed.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* shared/m68kbspgetworkarea.c: 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.
|
||||
* shared/m68kpretaskinghook.c: Removed.
|
||||
|
||||
2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/gdbstub/m68k-stub.c: Convert to "bool".
|
||||
|
||||
2008-08-30 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* acinclude.m4: Add mcf52235 and mcf5329. Regenerate.
|
||||
|
||||
2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* shared/m68kbspgetworkarea.c: Move extern of global symbols from
|
||||
linkcmds outside function.
|
||||
|
||||
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/bspspuriousinit.c: Add missing prototypes.
|
||||
|
||||
2008-07-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* shared/m68kbspgetworkarea.c: Changed bsp_get_workarea() to
|
||||
bsp_get_work_area() and added support for an optional separate heap
|
||||
area.
|
||||
|
||||
2008-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* acinclude.m4: Regeneration to add new BSPs.
|
||||
|
||||
2008-07-11 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* genmcf548x: added BSP
|
||||
|
||||
2008-06-27 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* acinclude.m4: Regenerated.
|
||||
|
||||
2008-06-19 Matthew Riek <matthew.riek@ibiscomputer.com.au>
|
||||
|
||||
* mcf5223x/include/mcf5223x.h: New.
|
||||
|
||||
2008-06-10 Matthew Riek <matthew.riek@ibiscomputer.com.au>
|
||||
|
||||
* shared/m68kbspgetworkarea.c: Fix extern type to RamSize.
|
||||
* shared/m68kpretaskinghook.c: Do not handle the RAM allocation if
|
||||
the BSP is handling it.
|
||||
* acinclude.m4: Add the mcf52235 BSP.
|
||||
|
||||
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* shared/m68kpretaskinghook.c: Add capability for bootcard.c BSP
|
||||
Initialization Framework to ask the BSP where it has memory for the
|
||||
RTEMS Workspace and C Program Heap. These collectively are referred
|
||||
to as work area. If the BSP supports this, then it does not have to
|
||||
include code to split the available memory between the two areas.
|
||||
This reduces the amount of code in the BSP specific bspstart.c file.
|
||||
Additionally, the shared framework can dirty the work area memory.
|
||||
Until most/all BSPs support this new capability, if the BSP supports
|
||||
this, it should call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from
|
||||
its configure.ac. When the transition is complete, this autoconf
|
||||
macro can be removed.
|
||||
* shared/m68kbspgetworkarea.c: New file.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* shared/m68kpretaskinghook.c: Eliminate copies of the Configuration
|
||||
Table. Use the RTEMS provided accessor macros to obtain configuration
|
||||
fields.
|
||||
|
||||
2007-05-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* dmv152/.cvsignore, dmv152/ChangeLog, dmv152/Makefile.am,
|
||||
dmv152/bsp_specs, dmv152/configure.ac, dmv152/preinstall.am,
|
||||
dmv152/times, dmv152/clock/ckinit.c, dmv152/console/console.c,
|
||||
dmv152/include/.cvsignore, dmv152/include/bsp.h,
|
||||
dmv152/include/coverhd.h, dmv152/include/tm27.h,
|
||||
dmv152/spurious/spinit.c, dmv152/startup/bspclean.c,
|
||||
dmv152/startup/bspstart.c, dmv152/startup/linkcmds,
|
||||
dmv152/startup/vmeintr.c, dmv152/timer/timer.c,
|
||||
dmv152/timer/timerisr.S: Removed.
|
||||
|
||||
2007-04-17 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* mcf5206elite/tools/runtest: Do not run pppd.exe from batch mode
|
||||
script.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2005-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Merge-in shared/Makefile.am.
|
||||
* ChangeLog: Merge-in shared/ChangeLog.
|
||||
* configure.ac: Remove shared/Makefile.am.
|
||||
|
||||
2005-08-17 Mike Bertosh <mbertosh@motioncontrol.org>
|
||||
|
||||
* acinclude.m4: Add the av5282 BSP.
|
||||
|
||||
2005-06-17 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* acinclude.m4: Added mcf5235.
|
||||
|
||||
2005-02-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* shared/m68kpretaskinghook.c: Correct type of symbols from linkcmds
|
||||
to compile with gcc 4.x.
|
||||
|
||||
2005-01-28 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* shared/m68kpretaskinghook.c: Work around agressive optimizing
|
||||
compilers.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-08-03 Jay Monkman <jtm@lopingdog.com>
|
||||
|
||||
* acinclude.m4: Added CSB360 BSP
|
||||
* csb360/.cvsignore, csb360/ChangeLog, csb360/Makefile.am,
|
||||
csb360/README, csb360/bsp_specs, csb360/configure.ac, csb360/times,
|
||||
csb360/console/.cvsignore, csb360/console/console-io.c,
|
||||
csb360/include/.cvsignore, csb360/include/bsp.h,
|
||||
csb360/include/coverhd.h, csb360/include/tm27.h,
|
||||
csb360/network/network.c, csb360/start/.cvsignore,
|
||||
csb360/start/start.S, csb360/startup/.cvsignore,
|
||||
csb360/startup/bspclean.c, csb360/startup/bspstart.c,
|
||||
csb360/startup/init5272.c, csb360/startup/linkcmds: New files.
|
||||
|
||||
2004-04-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/start.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||
|
||||
2004-03-31 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/bspspuriousinit.c: Convert to using c99 fixed size types.
|
||||
|
||||
2004-03-05 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 505/bsps
|
||||
* shared/setvec.c: Rework to remove punned pointer warning generated
|
||||
by gcc 3.3 and newer.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
|
||||
* acinclude.m4: Regenerate.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shared/Makefile.am: Remove gdbstub/rtems-stub-glue.c
|
||||
(Non-existent)
|
||||
|
||||
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
|
||||
$(RTEMS_BSP_FAMILY).
|
||||
|
||||
2004-01-07 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
Per John S. Gwynne <jgwynne@mrcday.com>, there are no longer any
|
||||
users of these boards so we are removing them.
|
||||
* efi332/.cvsignore, efi332/ChangeLog, efi332/Makefile.am,
|
||||
efi332/README, efi332/bsp_specs, efi332/configure.ac, efi332/times,
|
||||
efi332/clock/.cvsignore, efi332/clock/Makefile.am,
|
||||
efi332/clock/ckinit.c, efi332/console/.cvsignore,
|
||||
efi332/console/Makefile.am, efi332/console/console.c,
|
||||
efi332/include/.cvsignore, efi332/include/bsp.h,
|
||||
efi332/include/efi332.h, efi332/misc/dotests, efi332/misc/gdbinit68,
|
||||
efi332/misc/interr.c, efi332/spurious/.cvsignore,
|
||||
efi332/spurious/Makefile.am, efi332/spurious/spinit.c,
|
||||
efi332/start/.cvsignore, efi332/start/Makefile.am,
|
||||
efi332/start/except_vect_332_ROM.S, efi332/start/ram_init.ld,
|
||||
efi332/start/ram_init.sed, efi332/start/start.c,
|
||||
efi332/startup/.cvsignore, efi332/startup/Makefile.am,
|
||||
efi332/startup/bspclean.c, efi332/startup/bspstart.c,
|
||||
efi332/startup/linkcmds, efi332/startup/linkcmds_ROM,
|
||||
efi332/timer/.cvsignore, efi332/timer/Makefile.am,
|
||||
efi332/timer/timer.c, efi332/wrapup/.cvsignore,
|
||||
efi332/wrapup/Makefile.am, efi68k/.cvsignore, efi68k/ChangeLog,
|
||||
efi68k/Makefile.am, efi68k/README, efi68k/bsp_specs,
|
||||
efi68k/configure.ac, efi68k/times, efi68k/clock/.cvsignore,
|
||||
efi68k/clock/Makefile.am, efi68k/clock/ckinit.c,
|
||||
efi68k/console/.cvsignore, efi68k/console/Makefile.am,
|
||||
efi68k/console/console.c, efi68k/include/.cvsignore,
|
||||
efi68k/include/16550.h, efi68k/include/DP8570A.h,
|
||||
efi68k/include/bsp.h, efi68k/include/efi68k.h,
|
||||
efi68k/spurious/.cvsignore, efi68k/spurious/Makefile.am,
|
||||
efi68k/spurious/spinit.c, efi68k/start/.cvsignore,
|
||||
efi68k/start/start.c, efi68k/startup/.cvsignore,
|
||||
efi68k/startup/Makefile.am, efi68k/startup/bspclean.c,
|
||||
efi68k/startup/bspstart.c, efi68k/startup/efi68k_tcp.c,
|
||||
efi68k/startup/efi68k_wd.c, efi68k/startup/linkcmds,
|
||||
efi68k/startup/m68k-stub.c, efi68k/startup/setvec.c,
|
||||
efi68k/timer/.cvsignore, efi68k/timer/Makefile.am,
|
||||
efi68k/timer/timer.c, efi68k/wrapup/.cvsignore,
|
||||
efi68k/wrapup/Makefile.am: Removed.
|
||||
* acinclude.m4: Remove efi68k and efi332 references as they are no
|
||||
longer in the tree.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shared/Makefile.am: Cosmetics.
|
||||
|
||||
2003-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shared/Makefile.am: merge-in gdbstub/Makefile.am. Add stray files
|
||||
bspspuriousinit.c, m68000spurious.c.
|
||||
* shared/gdbstub/Makefile.am: Remove.
|
||||
* configure.ac: Remove shared/gdbstub/Makefile.
|
||||
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shared/Makefile.am: Cosmetics. Add mvme/mvme16x_hw.h. Add
|
||||
mvme/mvme16x_hw.h.
|
||||
|
||||
2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* acinclude.m4: Reflect changes to bootstrap.
|
||||
* configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* shared/bspspuriousinit.c, shared/m68000spurious.c,
|
||||
shared/m68kpretaskinghook.c, shared/setvec.c, shared/start.S,
|
||||
shared/mvme/mvme16x_hw.h: URL for license changed.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am, shared/Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email
|
||||
address.
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
|
||||
|
||||
2002-06-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
|
||||
support to the shared gdb stub glue thus adding a directory.
|
||||
* Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
|
||||
support to the shared gdb stub glue thus adding a directory.
|
||||
* shared/gdbstub: New directory.
|
||||
* configure.ac, shared/Makefile.am: Modified to reflect above.
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am, shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
|
||||
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shared/bspspuriousinit.c, shared/m68000spurious.c: Include
|
||||
rtems/bspIo.h instead of bspIo.h.
|
||||
|
||||
2001-10-26 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* acinclude.m4: Added mcf5206elite.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
* configure.in: Remove.
|
||||
|
||||
2001-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* acinclude.m4: New file.
|
||||
* configure.in: Use RTEMS_BSP_SUBDIR.
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
|
||||
$(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* shared/shared/bsppretaskinghook.c: assoc.h, error.h, libio_.h,
|
||||
libio.h, and libcsupport.h moved from libc to lib/include/rtems and
|
||||
now must be referenced as <rtems/XXX.h>. Header file order was
|
||||
cleaned up while doing this.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
|
||||
GNU canonicalization.
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog, shared/ChangeLog: New file.
|
||||
|
||||
@@ -1,310 +0,0 @@
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c, startup/init5282.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Include <rtems/btimer.h>.
|
||||
Fix benchmark_timer_read() definition.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* console/console.c: Add BSP_poll_char. Reformat.
|
||||
|
||||
2010-04-27 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* network/network.c, startup/bspstart.c: Remove warnings. hwaddr
|
||||
handling changed to avoid use of unitialized variable.
|
||||
|
||||
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* console/console.c: adapted to new prototype for *_write
|
||||
function
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/av5282.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/av5282.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c: Reflect termios_baud_to_number having been
|
||||
renamed to rtems_termios_baud_to_number.
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2009-01-21 Frank Ueberschar <frank.ueberschar@dsa-volgmann.de>
|
||||
|
||||
PR 1354/bsps
|
||||
* network/network.c: In some cases it can occur that an empty mbuf is
|
||||
put on the descriptor chain. (We found it especially then when
|
||||
transmitting fragmented IP Packets.) Since the actual buffer
|
||||
descriptor pointer will be incremented after every inserted mbuf
|
||||
(txBd = sc->txBdBase + sc->txBdHead;) even if m->m_len of the current
|
||||
mbuf was zero. This leads to the bug.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared stub coverhd.h
|
||||
* include/coverhd.h: Removed.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/clock.c: include "../../../shared/clockdrv_shell.h".
|
||||
* Makefile.am: Reflect changes above.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
|
||||
optionally print a message, poll for user to press key, and call
|
||||
bsp_reset(). Using this eliminates the various bsp_cleanup()
|
||||
implementations which had their own implementation and variety of
|
||||
string constants.
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds, startup/linkcmdsflash,
|
||||
startup/linkcmdsram: Use top level shared bsp_get_work_area()
|
||||
implementation.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds,
|
||||
startup/linkcmdsflash, startup/linkcmdsram: 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-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Convert to "bool".
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Eliminate empty function from every benchmark timer
|
||||
driver. Fix spelling.
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Rename timer driver methods to follow RTEMS
|
||||
programming conventions.
|
||||
|
||||
2008-08-19 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/bspstart.c, startup/init5282.c: Fixed warnings.
|
||||
|
||||
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/init5282.c: Add missing prototypes.
|
||||
|
||||
2008-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* 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.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* console/console.c: Remove all references to console_reserve_resources
|
||||
and termios_reserve_resources.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
|
||||
wildcard to gcc_except_table section so programs compiled with gcc
|
||||
4.3.x can link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Eliminate copies of the
|
||||
Configuration Table. Use the RTEMS provided accessor macros to obtain
|
||||
configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
|
||||
Configuration Table. Eliminate CPU Table from all ports. Delete
|
||||
references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Fix spacing.
|
||||
|
||||
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate the interrupt_vector_table field in the
|
||||
m68k CPU Table since it is never read.
|
||||
|
||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Handle .data.* sections
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-04-10 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove lib: (Now supposed to be in GCC).
|
||||
|
||||
2007-03-12 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/coverhd.h, start/start.S, startup/bspclean.c,
|
||||
startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash,
|
||||
startup/linkcmdsram: Correct license URL and/or fix mistake in
|
||||
copyright notice. Both of these mistakes appear to be from code
|
||||
submitted after these changes were made previously.
|
||||
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2007-03-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 1227/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION and
|
||||
MAX_SHORT_TEST_DURATION. They are obsolete and unused.
|
||||
|
||||
2006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* network/network.c: Use ioctl_command_t as arg in ioctl-functions.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-09-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/init5282.c: Convert C++ style comments to C style.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
|
||||
sections required by newer gcc versions.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2005-11-12 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove %cpp.
|
||||
* console/console.c: Eliminate obsolete types.
|
||||
|
||||
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Eliminate unsigned32.
|
||||
* network/network.c: Several minor bug fixes.
|
||||
* startup/bspstart.c: Eliminate unsigned32.
|
||||
|
||||
2005-08-17 Mike Bertosh <mbertosh@motioncontrol.org>
|
||||
|
||||
* .cvsignore, Makefile.am, README, bsp_specs, configure.ac,
|
||||
clock/clock.c, console/console.c, include/bsp.h,
|
||||
include/bspopts.h.in, include/coverhd.h, include/tm27.h,
|
||||
network/network.c, start/start.S, startup/bspclean.c,
|
||||
startup/bspstart.c, startup/init5282.c, startup/linkcmds,
|
||||
startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
|
||||
|
||||
@@ -1,260 +0,0 @@
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h, startup/init5272.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-04-27 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/init5272.c: Remove warnings.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/csb360.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/csb360.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
|
||||
Should be automatically handled by confdefs.h or the application.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* bsp_specs: Move -e start from *link to *startfile to avoid warning
|
||||
for undefined entry symbol when linking relocatables with binutils
|
||||
2.19.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove noinst_PROGRAMS (Unused).
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, 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.
|
||||
* startup/bspstart.c: Removed.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, 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.
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/init5272.c: Add missing prototypes.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Eliminate copies of the
|
||||
Configuration Table. Use the RTEMS provided accessor macros to obtain
|
||||
configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
|
||||
from CPU Table to Configuration Table. Eliminate CPU Table from all
|
||||
ports. Delete references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate the interrupt_vector_table field in the
|
||||
m68k CPU Table since it is never read.
|
||||
|
||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Handle .data.* sections
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-03-12 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console-io.c, include/bsp.h, start/start.S,
|
||||
startup/bspclean.c, startup/bspstart.c, startup/init5272.c: Correct
|
||||
license URL and/or fix mistake in copyright notice. Both of these
|
||||
mistakes appear to be from code submitted after these changes were
|
||||
made previously.
|
||||
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2007-03-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 1227/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION and
|
||||
MAX_SHORT_TEST_DURATION. They are obsolete and unused.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2005-11-12 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove %cpp.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-02-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Correct type of symbols from linkcmds to compile with
|
||||
gcc 4.x.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
2005-01-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console-io.c, startup/init5272.c: Remove warnings.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-11-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
|
||||
|
||||
2004-10-27 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* start/start.S: Reflect new header locations.
|
||||
|
||||
2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h, network/network.c, startup/bspstart.c,
|
||||
startup/init5272.c: Use POSIX fixed-size types.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-09-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* README, times, network/network.c, start/start.S, startup/bspclean.c,
|
||||
startup/bspstart.c, startup/init5272.c, startup/linkcmds: Use CVS Id.
|
||||
|
||||
2004-08-03 Jay Monkman <jtm@lopingdog.com>
|
||||
|
||||
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
|
||||
times, console/.cvsignore, console/console-io.c, include/.cvsignore,
|
||||
include/bsp.h, include/coverhd.h, include/tm27.h, network/network.c,
|
||||
start/.cvsignore, start/start.S, startup/.cvsignore,
|
||||
startup/bspclean.c, startup/bspstart.c, startup/init5272.c,
|
||||
startup/linkcmds: New files.
|
||||
|
||||
@@ -1,625 +0,0 @@
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Include <rtems/btimer.h>.
|
||||
Fix benchmark_timer_read() definition.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/gen68302.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/gen68302.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared tm27.h stub.
|
||||
* include/tm27.h: Removed.
|
||||
|
||||
2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Eliminate uses of old benchmark timer names.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, clock/ckinit.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.
|
||||
* startup/bspstart.c: Removed.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, 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.
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c: The Shared Memory Driver no longer requires the
|
||||
special IOCTL in Clock_control. This was a hack which has existed
|
||||
since before the Classic API Timer Manager was implemented. All
|
||||
implementations of and references to Clock_control were removed.
|
||||
|
||||
2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c, timer/timer.c: Convert to "bool".
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c, timer/timerisr.S: Eliminate empty function from every
|
||||
benchmark timer driver. Fix spelling.
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c, timer/timerisr.S: Rename timer driver methods to
|
||||
follow RTEMS programming conventions.
|
||||
|
||||
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Add missing prototypes.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* README, clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate
|
||||
copies of the Configuration Table. Use the RTEMS provided accessor
|
||||
macros to obtain configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
|
||||
from CPU Table to Configuration Table. Eliminate CPU Table from all
|
||||
ports. Delete references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate the interrupt_vector_table field in the
|
||||
m68k CPU Table since it is never read.
|
||||
|
||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Handle .data.* sections
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Add dummy printk support so all tests link.
|
||||
|
||||
2006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* network/network.c: Use ioctl_command_t as arg in ioctl-functions.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* network/network.c: Include <errno.h> instead of <sys/errno.h>.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-11-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-07-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* network/network.c: Add include of <sys/errno.h>.
|
||||
|
||||
2004-04-23 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
PR 610/bsps
|
||||
* Makefile.am: Add include/tm27.h, Cosmetics.
|
||||
* include/tm27.h: Final cosmetics.
|
||||
|
||||
2004-04-22 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Split out tmtest27 support.
|
||||
* include/tm27.h: New.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
PR 613/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
PR 614/bsps
|
||||
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
|
||||
|
||||
2004-04-03 Ralf Corsepiu <ralf_corsepiu@rtems.org>
|
||||
|
||||
* c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c,
|
||||
c/src/lib/libbsp/m68k/gen68302/console/console.c,
|
||||
c/src/lib/libbsp/m68k/gen68302/network/network.c,
|
||||
c/src/lib/libbsp/m68k/gen68302/timer/timer.c: Include
|
||||
<rtems/m68k/m68302.h> instead of <m68302.h>.
|
||||
|
||||
2004-04-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* start/start.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||
* timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||
|
||||
2004-04-01 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||
|
||||
2004-03-31 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/ckinit.c, console/console.c, include/bsp.h,
|
||||
network/network.c, startup/bspstart.c, timer/timer.c: Convert to
|
||||
using c99 fixed size types.
|
||||
|
||||
2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
Preinstall dist_project_lib*.
|
||||
|
||||
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
|
||||
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../m68k/shared instead of
|
||||
../shared. Reformat.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||
|
||||
2004-01-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
|
||||
network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
|
||||
wrapup/Makefile.am. Use automake compilation rules.
|
||||
* clock/Makefile.am, console/Makefile.am, network/Makefile.am,
|
||||
startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add PREINSTALL_DIRS.
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||
Add PRE/TMPINSTALL_FILES to CLEANFILES.
|
||||
* startup/Makefile.am: Ditto.
|
||||
|
||||
2004-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Remove.
|
||||
* Makefile.am: Merge-in start/Makefile.am.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate $(LIB).
|
||||
Use noinst_DATA to trigger building libbsp.a.
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
* startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Misc cleanups and fixes.
|
||||
* startup/Makefile.am: Misc cleanups and fixes.
|
||||
* wrapup/Makefile.am: Misc cleanups and fixes.
|
||||
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add preinstallation dirstamp support.
|
||||
* clock/Makefile.am: Cosmetics.
|
||||
* console/Makefile.am: Cosmetics.
|
||||
* network/Makefile.am: Cosmetics.
|
||||
* startup/Makefile.am: Cosmetics.
|
||||
* timer/Makefile.am: Cosmetics.
|
||||
* wrapup/Makefile.am: Cosmetics.
|
||||
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Remove all-local: $(ARCH).
|
||||
* console/Makefile.am: Remove all-local: $(ARCH).
|
||||
* network/Makefile.am: Remove all-local: $(ARCH).
|
||||
* start/Makefile.am: Remove all-local: $(ARCH).
|
||||
* startup/Makefile.am: Remove all-local: $(ARCH).
|
||||
* timer/Makefile.am: Remove all-local: $(ARCH).
|
||||
* wrapup/Makefile.am: Remove all-local: $(ARCH).
|
||||
|
||||
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in include/Makefile.am.
|
||||
Reflect changes to bsp.am.
|
||||
* include/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2003-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp_specs: Remove *lib:.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
|
||||
start/start.S, startup/bspclean.c, startup/bspstart.c,
|
||||
startup/linkcmds, timer/timer.c: URL for license changed.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
* clock/Makefile.am: Reflect having moved automake/.
|
||||
* console/Makefile.am: Reflect having moved automake/.
|
||||
* include/Makefile.am: Reflect having moved automake/.
|
||||
* network/Makefile.am: Reflect having moved automake/.
|
||||
* start/Makefile.am: Reflect having moved automake/.
|
||||
* startup/Makefile.am: Reflect having moved automake/.
|
||||
* timer/Makefile.am: Reflect having moved automake/.
|
||||
* wrapup/Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 452/bsps
|
||||
* startup/Makefile.am: Remove USE_INIT_FINI.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 445/bsps
|
||||
* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
|
||||
Remove cpp, old_cpp (now unused).
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2003-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds*: Add FreeBSD sysctl() sections.
|
||||
|
||||
2002-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* start/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.
|
||||
|
||||
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use install-data-local to install startfile.
|
||||
|
||||
2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* wrapup/Makefile.am: PR217 required that the idle task be moved to
|
||||
libcpu so it could be more acutely aware of the CPU model. This
|
||||
file was modified to pick up the idle task from there.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Added support for -nostdlibs.
|
||||
|
||||
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* console/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* network/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.
|
||||
* wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
|
||||
2002-08-05 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Per PR260 eliminate use of make-target-options. This impacted
|
||||
RTEMS allowing a distinction between the CPU32 and CPU32+ in the
|
||||
SuperCore and required that the m68k optimized memcpy be moved
|
||||
to libcpu.
|
||||
* wrapup/Makefile.am: Pick up memcpy.o from libcpu.
|
||||
|
||||
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Eliminate PGM.
|
||||
Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
|
||||
|
||||
2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Add bsplib_DATA = linkcmds.
|
||||
|
||||
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
|
||||
Remove $(OBJS) from all-local.
|
||||
|
||||
2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
|
||||
|
||||
2001-05-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* 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>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* network/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* start/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2001-09-27 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Renamed delay() to rtems_bsp_delay().
|
||||
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
|
||||
|
||||
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Add bspopts.h.
|
||||
* include/.cvsignore: Add bspopts.h*, stamp-h*.
|
||||
* include/Makefile.am: Use *_HEADERS instead of *H_FILES.
|
||||
* include/bsp.h: Include bspopts.h.
|
||||
|
||||
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
|
||||
|
||||
2000-12-14 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* network/network.c: Removed unused variable warnings.
|
||||
|
||||
2000-12-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am, configure.in, include/Makefile.am,
|
||||
wrapup/Makefile.am: Updated to reflect addition of network driver
|
||||
by Franck Julien <FranckJ@cxr.fr>.
|
||||
* include/m302_int.h, network/.cvsignore, network/Makefile.am,
|
||||
network/network.c: New file.
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
|
||||
libcsupport.h moved from libc to lib/include/rtems and
|
||||
now must be referenced as <rtems/XXX.h>. Header file order
|
||||
was cleaned up while doing this.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
Switch to GNU canonicalization.
|
||||
|
||||
2000-10-19 Antti P Miettinen <anmietti@trshp.ntc.nokia.com>
|
||||
|
||||
* clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
|
||||
|
||||
2000-09-29 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
|
||||
|
||||
* startup/linkcmds: Added lines so DWARF debug information
|
||||
would be available. Otherwise gdb complains that the offsets
|
||||
for the debug info are incorrect and doesn't load the files.
|
||||
|
||||
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am, console/Makefile.am, start/Makefile.am,
|
||||
startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
|
||||
compile.am
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
@@ -1,666 +0,0 @@
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Include <rtems/btimer.h>.
|
||||
Fix benchmark_timer_read() definition.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* start/start.S: Fix mismatched comment.
|
||||
|
||||
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* console/m340uart.c, startup/init68340.c: Remove warnings.
|
||||
|
||||
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* console/console.c, console/m340uart.c, include/m340uart.h,
|
||||
timer/timer.c:
|
||||
adapted to new prototype for *_write function
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/gen68340.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/gen68340.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c: Include <rtems/termiostypes.h>.
|
||||
Add missing prototype.
|
||||
|
||||
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c: Reflect termios_baud_to_number having been
|
||||
renamed to rtems_termios_baud_to_number.
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2009-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: Remove unnecessary copy of cpu_asm.S
|
||||
* console/Modif_cpu_asm.S: Removed.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared tm27.h stub.
|
||||
* include/tm27.h: Removed.
|
||||
|
||||
2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Eliminate uses of old benchmark timer names.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
* start/startfor340only.S: Remove (Unused).
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, clock/ckinit.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.
|
||||
* startup/bspstart.c: Removed.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, 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.
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c: The Shared Memory Driver no longer requires the
|
||||
special IOCTL in Clock_control. This was a hack which has existed
|
||||
since before the Classic API Timer Manager was implemented. All
|
||||
implementations of and references to Clock_control were removed.
|
||||
|
||||
2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Convert to "bool".
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* console/console.c, include/m340timer.h, timer/timer.c: Eliminate
|
||||
empty function from every benchmark timer driver. Fix spelling.
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* console/console.c, include/m340timer.h, timer/timer.c: Rename timer
|
||||
driver methods to follow RTEMS programming conventions.
|
||||
|
||||
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Add missing prototypes.
|
||||
|
||||
2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* console/console.c, include/m340uart.h: Use new shared
|
||||
termios_baud_to_number() routine.
|
||||
|
||||
2008-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* console/m340uart.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.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
|
||||
of the Configuration Table. Use the RTEMS provided accessor macros to
|
||||
obtain configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
|
||||
from CPU Table to Configuration Table. Eliminate CPU Table from all
|
||||
ports. Delete references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate the interrupt_vector_table field in the
|
||||
m68k CPU Table since it is never read.
|
||||
|
||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Handle .data.* sections
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Add dummy printk support so all tests link.
|
||||
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/m68349.inc, start/start.S, startup/dumpanic.c:
|
||||
Convert to utf-8.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-02-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Correct type of symbols from linkcmds to compile with
|
||||
gcc 4.x.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
2005-01-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console.c: Remove warnings.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-11-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 610/bsps
|
||||
* Makefile.am: Add include/tm27.h, Cosmetics.
|
||||
* include/tm27.h: Final cosmetics.
|
||||
|
||||
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Split out tmtest27 support.
|
||||
* include/tm27.h: New.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 613/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 614/bsps
|
||||
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
|
||||
|
||||
2004-04-19 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* start/start.S: DWARF on the m68k requires that all objects me a
|
||||
multiple of a 16-bit word in length.
|
||||
|
||||
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* start/start.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||
* start/startfor340only.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||
|
||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* console/Modif_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||
|
||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* clock/ckinit.c, console/m340uart.c, include/bsp.h,
|
||||
include/m340uart.h, startup/bspstart.c: Convert to using c99 fixed
|
||||
size types.
|
||||
|
||||
2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
Preinstall dist_project_lib*.
|
||||
|
||||
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
|
||||
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../m68k/shared instead of
|
||||
../shared. Reformat.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Distribute start/startfor340only.S.
|
||||
|
||||
2004-01-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
|
||||
startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
|
||||
compilation rules.
|
||||
* clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
|
||||
timer/Makefile.am, wrapup/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add PREINSTALL_DIRS.
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
|
||||
* README: Fix minor typo.
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||
Add PRE/TMPINSTALL_FILES to CLEANFILES.
|
||||
* startup/Makefile.am: Ditto.
|
||||
|
||||
2004-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Remove.
|
||||
* Makefile.am: Merge-in start/Makefile.am.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate $(LIB).
|
||||
Use noinst_DATA to trigger building libbsp.a.
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
* startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Misc cleanups and fixes.
|
||||
* startup/Makefile.am: Misc cleanups and fixes.
|
||||
* wrapup/Makefile.am: Misc cleanups and fixes.
|
||||
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add preinstallation dirstamp support.
|
||||
* clock/Makefile.am: Cosmetics.
|
||||
* console/Makefile.am: Cosmetics.
|
||||
* startup/Makefile.am: Cosmetics.
|
||||
* timer/Makefile.am: Cosmetics.
|
||||
* wrapup/Makefile.am: Cosmetics.
|
||||
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Remove all-local: $(ARCH).
|
||||
* console/Makefile.am: Remove all-local: $(ARCH).
|
||||
* start/Makefile.am: Remove all-local: $(ARCH).
|
||||
* startup/Makefile.am: Remove all-local: $(ARCH).
|
||||
* timer/Makefile.am: Remove all-local: $(ARCH).
|
||||
* wrapup/Makefile.am: Remove all-local: $(ARCH).
|
||||
|
||||
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in include/Makefile.am.
|
||||
Reflect changes to bsp.am.
|
||||
* include/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2003-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp_specs: Remove *lib:.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c, console/Modif_cpu_asm.S, console/console.c,
|
||||
console/m340uart.c, include/bsp.h, include/m340timer.h,
|
||||
include/m340uart.h, start/start.S, start/startfor340only.S,
|
||||
startup/bspclean.c, startup/bspstart.c, startup/dumpanic.c,
|
||||
timer/timer.c: URL for license changed.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
* clock/Makefile.am: Reflect having moved automake/.
|
||||
* console/Makefile.am: Reflect having moved automake/.
|
||||
* include/Makefile.am: Reflect having moved automake/.
|
||||
* start/Makefile.am: Reflect having moved automake/.
|
||||
* startup/Makefile.am: Reflect having moved automake/.
|
||||
* timer/Makefile.am: Reflect having moved automake/.
|
||||
* wrapup/Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 452/bsps
|
||||
* startup/Makefile.am: Remove USE_INIT_FINI.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 445/bsps
|
||||
* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
|
||||
Remove cpp, old_cpp (now unused).
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2003-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds*: Add FreeBSD sysctl() sections.
|
||||
|
||||
2002-12-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* start/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.
|
||||
|
||||
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use install-data-local to install startfile.
|
||||
|
||||
2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-11-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console.c, console/m340uart.c: Removed warnings.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* wrapup/Makefile.am: PR217 required that the idle task be moved to
|
||||
libcpu so it could be more acutely aware of the CPU model. This
|
||||
file was modified to pick up the idle task from there.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Added support for -nostdlibs.
|
||||
|
||||
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* console/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.
|
||||
* wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
|
||||
2002-08-05 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Per PR260 eliminate use of make-target-options. This impacted
|
||||
RTEMS allowing a distinction between the CPU32 and CPU32+ in the
|
||||
SuperCore and required that the m68k optimized memcpy be moved
|
||||
to libcpu.
|
||||
* wrapup/Makefile.am: Pick up memcpy.o from libcpu.
|
||||
|
||||
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Eliminate PGM.
|
||||
Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
|
||||
|
||||
2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Add bsplib_DATA = linkcmds.
|
||||
|
||||
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
|
||||
Remove $(OBJS) from all-local.
|
||||
|
||||
2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
|
||||
|
||||
2001-05-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* 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>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* start/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2001-09-27 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Renamed delay() to rtems_bsp_delay().
|
||||
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
|
||||
|
||||
2001-06-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Fix typo in include_HEADERS.
|
||||
|
||||
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Add bspopts.h.
|
||||
* include/.cvsignore: Add bspopts.h*, stamp-h*.
|
||||
* include/Makefile.am: Use *_HEADERS instead of *H_FILES.
|
||||
* include/bsp.h: Include bspopts.h.
|
||||
|
||||
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
|
||||
and libcsupport.h moved from libc to lib/include/rtems and
|
||||
now must be referenced as <rtems/XXX.h>. Header file order
|
||||
was cleaned up while doing this.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
Switch to GNU canonicalization.
|
||||
|
||||
2000-09-29 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
|
||||
|
||||
* startup/linkcmds: Added lines so DWARF debug information
|
||||
would be available. Otherwise gdb complains that the offsets
|
||||
for the debug info are incorrect and doesn't load the files.
|
||||
|
||||
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am, console/Makefile.am, start/Makefile.am,
|
||||
startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
|
||||
compile.am
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
@@ -1,730 +0,0 @@
|
||||
2011-12-09 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* make/custom/gen68360.cfg, make/custom/gen68360_040.cfg,
|
||||
make/custom/pgh360.cfg: Simplify and clean up.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Include <rtems/btimer.h>.
|
||||
Fix benchmark_timer_read() definition.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-08-24 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/init68360.c: Fix type punning warning.
|
||||
|
||||
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/init68360.c, timer/timer.c: Remove warnings.
|
||||
|
||||
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* network/network.c: Fix warning.
|
||||
|
||||
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* console/console.c: adapted to new prototype for *_write
|
||||
function
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/gen68360.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
* make/custom/pgh360.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/gen68360_040.cfg: New (relocated from /make/custom).
|
||||
* make/custom/gen68360.cfg: New (relocated from /make/custom).
|
||||
* make/custom/pgh360.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c: Include <rtems/termiostypes.h>.
|
||||
|
||||
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c: Reflect termios_baud_to_number having been
|
||||
renamed to rtems_termios_baud_to_number.
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-21 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* spi/mc68360_spidrv.h:
|
||||
removed orphaned file
|
||||
|
||||
2008-10-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Move PGH360, GEN68360, GEN68360_040
|
||||
defines from *.cfg into bspopts.h.
|
||||
|
||||
2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Eliminate uses of old benchmark timer names.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/clock.c: include "../../../shared/clockdrv_shell.h".
|
||||
* Makefile.am: Reflect changes above.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, include/bsp.h, startup/init68360.c, startup/linkcmds,
|
||||
startup/linkcmds.bootp, startup/linkcmds.prom: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, start/start.S: 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.
|
||||
* startup/bspstart.c: Removed.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, 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.
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* spi/mc68360_spidrv.c: Convert to "bool".
|
||||
|
||||
2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* spi/m360_spi.c, timer/timer.c: Convert to "bool".
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Eliminate empty function from every benchmark timer
|
||||
driver. Fix spelling.
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Rename timer driver methods to follow RTEMS
|
||||
programming conventions.
|
||||
|
||||
2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/clock.c: Move extern outside of braces.
|
||||
|
||||
2008-07-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* Makefile.am, spi/m360_spidrv.c, spi/m360_spidrv.h:
|
||||
added SPI driver
|
||||
|
||||
2008-07-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* README:
|
||||
added pgh360 BSP variant
|
||||
|
||||
2008-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* 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.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Remove all references to console_reserve_resources and
|
||||
termios_reserve_resources.
|
||||
* console/consolereserveresources.c: Removed.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
|
||||
wildcard to gcc_except_table section so programs compiled with gcc
|
||||
4.3.x can link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/clock.c, include/bsp.h, startup/bspstart.c: Eliminate copies of
|
||||
the Configuration Table. Use the RTEMS provided accessor macros to
|
||||
obtain configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
|
||||
from CPU Table to Configuration Table. Eliminate CPU Table from all
|
||||
ports. Delete references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Handle .data.* sections
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Add dummy printk support so all tests link.
|
||||
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* network/network.c: Use ioctl_command_t as arg in ioctl-functions.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
|
||||
sections required by newer gcc versions.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-04-26 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/alloc360.c: Eliminate warnings.
|
||||
|
||||
2005-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/init68360.c: Add _RomBase declaration.
|
||||
|
||||
2005-02-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/init68360.c: Correct type of symbols from
|
||||
linkcmds to compile with gcc 4.x.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-11-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
|
||||
new bss sections .bss.* and .gnu.linkonce.b*.
|
||||
|
||||
2004-10-28 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add .gnu.linkonce.b.*.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-05-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* network/network.c: Include errno.h as a consequence of recent updates
|
||||
to BSD header files.
|
||||
|
||||
2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 610/bsps
|
||||
* Makefile.am: Add include/tm27.h, Cosmetics.
|
||||
* include/tm27.h: Final cosmetics.
|
||||
|
||||
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Split out tmtest27 support.
|
||||
* include/tm27.h: New.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 613/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 614/bsps
|
||||
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
|
||||
|
||||
2004-04-03 Ralf Corsepiu <ralf_corsepiu@rtems.org>
|
||||
|
||||
* c/src/lib/libbsp/m68k/gen68360/clock/clock.c,
|
||||
c/src/lib/libbsp/m68k/gen68360/console/console.c,
|
||||
c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c,
|
||||
c/src/lib/libbsp/m68k/gen68360/network/network.c,
|
||||
c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c,
|
||||
c/src/lib/libbsp/m68k/gen68360/startup/init68360.c,
|
||||
c/src/lib/libbsp/m68k/gen68360/timer/timer.c: Include
|
||||
<rtems/m68k/m68360.h> instead of <m68360.h>.
|
||||
|
||||
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* start/start.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||
|
||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||
|
||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h, network/network.c, startup/bspstart.c,
|
||||
startup/init68360.c, timer/timer.c: Convert to using c99 fixed size
|
||||
types.
|
||||
|
||||
2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
Preinstall dist_project_lib*.
|
||||
|
||||
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
|
||||
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../m68k/shared instead of
|
||||
../shared. Reformat.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 562/bsps
|
||||
* Makefile.am: Remove references to m68k-gdbstub.c,
|
||||
rtems-gdbstub-glue.c.
|
||||
|
||||
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
|
||||
network/Makefile.am, startup/Makefile.am, timer/Makefile.am.
|
||||
Use automake-compilation rules.
|
||||
* clock/Makefile.am, console/Makefile.am, network/Makefile.am,
|
||||
startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
|
||||
Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add PREINSTALL_DIRS.
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
|
||||
* configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||
Add PRE/TMPINSTALL_FILES to CLEANFILES.
|
||||
* startup/Makefile.am: Ditto.
|
||||
|
||||
2004-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Remove.
|
||||
* Makefile.am: Merge-in start/Makefile.am.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate $(LIB).
|
||||
Use noinst_DATA to trigger building libbsp.a.
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
* startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Misc cleanups and fixes.
|
||||
* startup/Makefile.am: Misc cleanups and fixes.
|
||||
* wrapup/Makefile.am: Misc cleanups and fixes.
|
||||
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add preinstallation dirstamp support.
|
||||
* clock/Makefile.am: Cosmetics.
|
||||
* console/Makefile.am: Cosmetics.
|
||||
* network/Makefile.am: Cosmetics.
|
||||
* startup/Makefile.am: Cosmetics.
|
||||
* timer/Makefile.am: Cosmetics.
|
||||
* wrapup/Makefile.am: Cosmetics.
|
||||
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Remove all-local: $(ARCH).
|
||||
* console/Makefile.am: Remove all-local: $(ARCH).
|
||||
* network/Makefile.am: Remove all-local: $(ARCH).
|
||||
* start/Makefile.am: Remove all-local: $(ARCH).
|
||||
* startup/Makefile.am: Remove all-local: $(ARCH).
|
||||
* timer/Makefile.am: Remove all-local: $(ARCH).
|
||||
* wrapup/Makefile.am: Remove all-local: $(ARCH).
|
||||
|
||||
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in include/Makefile.am.
|
||||
Reflect changes to bsp.am.
|
||||
* include/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2003-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp_specs: Remove *lib:.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console.c, console/consolereserveresources.c, include/bsp.h,
|
||||
start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c:
|
||||
URL for license changed.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
* clock/Makefile.am: Reflect having moved automake/.
|
||||
* console/Makefile.am: Reflect having moved automake/.
|
||||
* include/Makefile.am: Reflect having moved automake/.
|
||||
* network/Makefile.am: Reflect having moved automake/.
|
||||
* start/Makefile.am: Reflect having moved automake/.
|
||||
* startup/Makefile.am: Reflect having moved automake/.
|
||||
* timer/Makefile.am: Reflect having moved automake/.
|
||||
* wrapup/Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 452/bsps
|
||||
* startup/Makefile.am: Remove USE_INIT_FINI.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 445/bsps
|
||||
* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
|
||||
Remove cpp, old_cpp (now unused).
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2003-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds*: Add FreeBSD sysctl() sections.
|
||||
|
||||
2002-12-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* start/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.
|
||||
|
||||
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use install-data-local to install startfile.
|
||||
|
||||
2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* wrapup/Makefile.am: PR217 required that the idle task be moved to
|
||||
libcpu so it could be more acutely aware of the CPU model. This
|
||||
file was modified to pick up the idle task from there.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Added support for -nostdlibs.
|
||||
|
||||
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* console/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* network/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.
|
||||
* wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
|
||||
2002-08-05 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Per PR260 eliminate use of make-target-options. This impacted
|
||||
RTEMS allowing a distinction between the CPU32 and CPU32+ in the
|
||||
SuperCore and required that the m68k optimized memcpy be moved
|
||||
to libcpu.
|
||||
* wrapup/Makefile.am: Pick up memcpy.o from libcpu.
|
||||
|
||||
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Eliminate PGM.
|
||||
Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
|
||||
|
||||
2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
|
||||
linkcmds.bootp.
|
||||
|
||||
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
|
||||
Remove $(OBJS) from all-local.
|
||||
|
||||
2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
|
||||
|
||||
2002-06-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
|
||||
|
||||
* startup/Makefile.am: Compile the m68k gdb stub and glue.
|
||||
|
||||
2002-05-14 Eric Norum <eric.norum@usask.ca>
|
||||
|
||||
* startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
|
||||
sections needed by gcc 3.1. linkcmds had already been fixed on
|
||||
a gcc 3.1 clean up sweep.
|
||||
|
||||
2001-05-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* 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>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* network/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* start/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2001-09-27 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Renamed delay() to rtems_bsp_delay().
|
||||
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
|
||||
|
||||
2001-09-14 Eric Norum <eric.norum@usask.ca>
|
||||
|
||||
* startup/init68360.c: Modifications to make gcc 3.x happy.
|
||||
|
||||
2001-09-19 Eric Norum <eric.norum@usask.ca>
|
||||
|
||||
* README: Bring it more in line with reality.
|
||||
|
||||
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Add bspopts.h.
|
||||
* include/.cvsignore: Add bspopts.h*, stamp-h*.
|
||||
* include/Makefile.am: Use *_HEADERS instead of *H_FILES.
|
||||
* include/bsp.h: Include bspopts.h.
|
||||
|
||||
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
|
||||
|
||||
2001-01-12 Eric Norum <eric.norum@usask.ca>
|
||||
|
||||
* README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
|
||||
Clock driver updated to use shell driver mechanism.
|
||||
* clock/ckinit.c: Removed.
|
||||
* clock/clock.c: New file.
|
||||
|
||||
2000-12-19 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Removed unneeded blank line.
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
|
||||
and libcsupport.h moved from libc to lib/include/rtems and
|
||||
now must be referenced as <rtems/XXX.h>. Header file order
|
||||
was cleaned up while doing this.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
Switch to GNU canonicalization.
|
||||
|
||||
2000-09-29 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
|
||||
|
||||
* startup/linkcmds: Added lines so DWARF debug information
|
||||
would be available. Otherwise gdb complains that the offsets
|
||||
for the debug info are incorrect and doesn't load the files.
|
||||
|
||||
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am, console/Makefile.am, network/Makefile.am,
|
||||
start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
|
||||
wrapup/Makefile.am: Include compile.am
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
@@ -1,237 +0,0 @@
|
||||
2011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* network/network.c: Remove unused var "dptr".
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Include <rtems/btimer.h>.
|
||||
Fix benchmark_timer_read() definition.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* console/console.c: Add BSP_poll_char.
|
||||
|
||||
2010-03-26 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* clock/clock.c: get desired clock rate for proper source
|
||||
|
||||
2010-02-24 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* network/network.c: combine all checks for missing MAC address
|
||||
* startup/bspstart.c: enable FPU, if POSIX init task present
|
||||
* startup/init548x.c: explicitly disable all edge port interrupts
|
||||
|
||||
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* console/console.c: adapted to new prototype for *_write
|
||||
function
|
||||
|
||||
2009-12-14 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* console/console.c, include/bsp.h, network/network.c: get vital
|
||||
data from dBUG for COBRA5475 board
|
||||
|
||||
2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/init548x.c: Comment out junk from end of #endif.
|
||||
|
||||
2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Add RTEMS_BSP_LINKCMDS.
|
||||
* make/custom/m5484FireEngine.cfg: Remove RTEMS_LINKCMDS.
|
||||
* make/custom/COBRA5475.cfg: Remove RTEMS_LINKCMDS.
|
||||
* make/custom/genmcf548x.inc: Remove LDFLAGS.
|
||||
* startup/linkcmds: Remove (Renamed into linkcmds).
|
||||
* startup/linkcmds.m5484FireEngine: New (Renamed from linkcmds).
|
||||
* Makefile.am: Rework linkcmds handling.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/genmcf548x.inc: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/genmcf548x.inc: New (Renamed from genmcf548x.cfg).
|
||||
* make/custom/genmcf548x.cfg: Removed.
|
||||
* make/custom/COBRA5475.cfg, make/custom/m5484FireEngine.cfg:
|
||||
Include make/custom/genmcf548x.inc.
|
||||
|
||||
2009-10-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* Makefile.am, README, configure.ac,
|
||||
* console/console.c, start/start.S startup/init548x.c,
|
||||
* startup/linkcmds, startup/linkcmds.m5484FireEngine.flash,
|
||||
* make/custom/COBRA5475.cfg, startup/linkcmds.COBRA5475:
|
||||
|
||||
Added support for COBRA5475 board
|
||||
|
||||
2009-10-15 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* network/network.c: add PHY control support
|
||||
|
||||
2009-10-15 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* Makefile.am, include/bsp.h, network/network.c: add network support
|
||||
* console/console.c, clock/clock.c, startup/init548x.c,
|
||||
* README:
|
||||
various corrections
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/genmcf548x.cfg: New (relocated from /make/custom).
|
||||
* make/custom/m5484FireEngine.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-05-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/bspstart.c: Fixed cache support functions. Enable FPU if the
|
||||
initialization tasks need them.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared stub coverhd.h
|
||||
* include/coverhd.h: Removed.
|
||||
|
||||
2008-10-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Move M5484FIREENGINE defines from *.cfg into
|
||||
bspopts.h.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/clock.c: include "../../../shared/clockdrv_shell.h".
|
||||
* Makefile.am: Reflect changes above.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
PR 1322/bsps
|
||||
* include/bspopts.h.in: Remove.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac, include/bspopts.h.in: Make letting boot_card() handle
|
||||
work area allocation mandatory. Rename
|
||||
RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, include/bspopts.h.in: Use standardized
|
||||
bsp_cleanup() which can optionally print a message, poll for user to
|
||||
press key, and call bsp_reset(). Using this eliminates the various
|
||||
bsp_cleanup() implementations which had their own implementation and
|
||||
variety of string constants.
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c, startup/init548x.c,
|
||||
startup/linkcmds, startup/linkcmds.m5484FireEngine.flash: Use top
|
||||
level shared bsp_get_work_area() implementation.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, include/bspopts.h.in, startup/bspstart.c,
|
||||
startup/linkcmds, startup/linkcmds.m5484FireEngine.flash: 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-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Convert to "bool".
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Eliminate empty function from every benchmark timer
|
||||
driver. Fix spelling.
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Rename timer driver methods to follow RTEMS
|
||||
programming conventions.
|
||||
|
||||
2008-08-19 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/bspstart.c: Fixed nested extern declarations.
|
||||
|
||||
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c: Add missing prototypes.
|
||||
|
||||
2008-08-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/init548x.c: Converted to UNIX line endings.
|
||||
|
||||
2008-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Do not build .rel files. Reduces code bloat.
|
||||
|
||||
2008-07-17 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* ChangeLog: Formatting.
|
||||
* startup/linkcmds, startup/linkcmds.m5484FireEngine.flash: Add
|
||||
wildcard to gcc exceptions section.
|
||||
|
||||
2008-07-10 Peter Rasmussen <peter.rasmussen@embedded-brains.de>
|
||||
|
||||
* Makefile.am, preinstall.am, bsp_specs, ChangeLog, README,
|
||||
clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h,
|
||||
include/tm27.h, network/network.c, start/start.S, startup/bspclean.c,
|
||||
startup/bspstart.c, startup/init548x.c, startup/linkcmds,
|
||||
startup/linkcmds.m5484FireEngine.flash: New files.
|
||||
@@ -1,618 +0,0 @@
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/mc68ec.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Include <rtems/btimer.h>.
|
||||
Fix benchmark_timer_read() definition.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* timer/timer.c: Remove warnings.
|
||||
|
||||
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* console/leds.c, timer/timer.c: Remove warnings.
|
||||
|
||||
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* console/console.c: adapted to new prototype for *_write
|
||||
function
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/idp.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/idp.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared tm27.h stub.
|
||||
* include/tm27.h: Removed.
|
||||
|
||||
2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Eliminate uses of old benchmark timer names.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove noinst_PROGRAMS (Unused).
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments. Eliminate use
|
||||
of EXTERN.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, clock/ckinit.c, 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-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-05 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c: The Shared Memory Driver no longer requires the
|
||||
special IOCTL in Clock_control. This was a hack which has existed
|
||||
since before the Classic API Timer Manager was implemented. All
|
||||
implementations of and references to Clock_control were removed.
|
||||
|
||||
2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c, timer/timer.c: Convert to "bool".
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Eliminate empty function from every benchmark timer
|
||||
driver. Fix spelling.
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Rename timer driver methods to follow RTEMS
|
||||
programming conventions.
|
||||
|
||||
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/ckinit.c, console/leds.c, console/mc68ec.c,
|
||||
startup/bspstart.c, timer/timer.c: Add missing prototypes.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2008-02-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/ckinit.c, console/duart.c, timer/timer.c: Reflect changes
|
||||
to rtems/motorola/*.h.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
|
||||
of the Configuration Table. Use the RTEMS provided accessor macros to
|
||||
obtain configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
|
||||
from CPU Table to Configuration Table. Eliminate CPU Table from all
|
||||
ports. Delete references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate the interrupt_vector_table field in the
|
||||
m68k CPU Table since it is never read.
|
||||
|
||||
2007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* console/leds.c, console/mc68ec.c: Rename delay to rtems_bsp_delay to
|
||||
avoid conflicts in application space.
|
||||
|
||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Handle .data.* sections
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Add dummy printk support so all tests link.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-05-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/duart.c: Remove warning.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
2005-01-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/leds.c: Remove warnings.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* console/leds.c: Fix prototype of led_putnum().
|
||||
|
||||
2004-11-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 610/bsps
|
||||
* Makefile.am: Add include/tm27.h, Cosmetics.
|
||||
* include/tm27.h: Final cosmetics.
|
||||
|
||||
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Split out tmtest27 support.
|
||||
* include/tm27.h: New.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 613/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 614/bsps
|
||||
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
|
||||
|
||||
2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Include <rtems/motorola/mc68230.h> instead of
|
||||
<motorola/mc68230.h>.
|
||||
* include/bsp.h: Include <rtems/motorola/mc68681.h> instead of
|
||||
<motorola/mc68681.h>.
|
||||
|
||||
2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Include <rtems/rtems/motorola/mc68230.h> instead of
|
||||
<motorola/mc68230.h>.
|
||||
|
||||
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||
|
||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||
* console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
|
||||
* console/duart.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
|
||||
|
||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
|
||||
using c99 fixed size types.
|
||||
|
||||
2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
Preinstall dist_project_lib*.
|
||||
|
||||
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
|
||||
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../m68k/shared instead of
|
||||
../shared. Reformat.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||
|
||||
2004-01-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
|
||||
startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
|
||||
compilation rules.
|
||||
* clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
|
||||
timer/Makefile.am, wrapup/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add PREINSTALL_DIRS.
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||
Add PRE/TMPINSTALL_FILES to CLEANFILES.
|
||||
* startup/Makefile.am: Ditto.
|
||||
|
||||
2004-01-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Remove.
|
||||
* Makefile.am: Merge-in start/Makefile.am.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate $(LIB).
|
||||
Use noinst_DATA to trigger building libbsp.a.
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
* startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Misc cleanups and fixes.
|
||||
* startup/Makefile.am: Misc cleanups and fixes.
|
||||
* wrapup/Makefile.am: Misc cleanups and fixes.
|
||||
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add preinstallation dirstamp support.
|
||||
* clock/Makefile.am: Cosmetics.
|
||||
* console/Makefile.am: Cosmetics.
|
||||
* startup/Makefile.am: Cosmetics.
|
||||
* timer/Makefile.am: Cosmetics.
|
||||
* wrapup/Makefile.am: Cosmetics.
|
||||
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Remove all-local: $(ARCH).
|
||||
* console/Makefile.am: Remove all-local: $(ARCH).
|
||||
* start/Makefile.am: Remove all-local: $(ARCH).
|
||||
* startup/Makefile.am: Remove all-local: $(ARCH).
|
||||
* timer/Makefile.am: Remove all-local: $(ARCH).
|
||||
* wrapup/Makefile.am: Remove all-local: $(ARCH).
|
||||
|
||||
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in include/Makefile.am.
|
||||
Reflect changes to bsp.am.
|
||||
* include/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2003-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp_specs: Remove *lib:.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c, startup/bspstart.c, timer/timer.c, timer/timerisr.S:
|
||||
URL for license changed.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
* clock/Makefile.am: Reflect having moved automake/.
|
||||
* console/Makefile.am: Reflect having moved automake/.
|
||||
* include/Makefile.am: Reflect having moved automake/.
|
||||
* start/Makefile.am: Reflect having moved automake/.
|
||||
* startup/Makefile.am: Reflect having moved automake/.
|
||||
* timer/Makefile.am: Reflect having moved automake/.
|
||||
* wrapup/Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 452/bsps
|
||||
* startup/Makefile.am: Remove USE_INIT_FINI.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 445/bsps
|
||||
* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
|
||||
Remove cpp, old_cpp (now unused).
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2003-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds*: Add FreeBSD sysctl() sections.
|
||||
|
||||
2002-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* start/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.
|
||||
|
||||
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use install-data-local to install startfile.
|
||||
|
||||
2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Added support for -nostdlibs.
|
||||
|
||||
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* console/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.
|
||||
* wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
|
||||
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Eliminate PGM.
|
||||
Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
|
||||
|
||||
2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Add bsplib_DATA = linkcmds.
|
||||
|
||||
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
|
||||
Remove $(OBJS) from all-local.
|
||||
|
||||
2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
|
||||
|
||||
2001-05-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* 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>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* start/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Use 'CLEANFILES ='.
|
||||
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
|
||||
|
||||
2001-06-19 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/Makefile.am: Fixed typo.
|
||||
|
||||
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Add bspopts.h.
|
||||
* include/.cvsignore: Add bspopts.h*, stamp-h*.
|
||||
* include/Makefile.am: Use *_HEADERS instead of *H_FILES.
|
||||
* include/bsp.h: Include bspopts.h.
|
||||
|
||||
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
|
||||
and libcsupport.h moved from libc to lib/include/rtems and
|
||||
now must be referenced as <rtems/XXX.h>. Header file order
|
||||
was cleaned up while doing this.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
Switch to GNU canonicalization.
|
||||
|
||||
2000-09-29 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
|
||||
|
||||
* startup/linkcmds: Added lines so DWARF debug information
|
||||
would be available. Otherwise gdb complains that the offsets
|
||||
for the debug info are incorrect and doesn't load the files.
|
||||
|
||||
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am, console/Makefile.am, start/Makefile.am,
|
||||
startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
|
||||
compile.am
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
@@ -1,614 +0,0 @@
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h startup/init5206e.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-04-27 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/init5206e.c: Remove warnings.
|
||||
|
||||
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* console/console.c: adapted to new prototype for *_write
|
||||
function
|
||||
|
||||
2009-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/init5206e.c: Make prototype of CopyDataClearBSSAndStart
|
||||
global.
|
||||
|
||||
2009-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/i2c.h (i2c_transfer_done): Fix type mismatch.
|
||||
* tod/ds1307.c (ds1307_set_time): Fix broken prototype.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mcf5206elite.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mcf5206elite.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
|
||||
Should be automatically handled by confdefs.h or the application.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* startup/init52235.c: Update for boot_card command line change.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* bsp_specs: Move -e start from *link to *startfile to avoid warning
|
||||
for undefined entry symbol when linking relocatables with binutils
|
||||
2.19.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove noinst_PROGRAMS (Unused).
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds, startup/linkcmds.flash: Use top level
|
||||
shared bsp_get_work_area() implementation.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, start/start.S, 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.
|
||||
* startup/bspstart.c: Removed.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, 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.
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-09-08 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* i2c/i2c.c, i2c/i2cdrv.c, include/i2c.h:
|
||||
converted done_arg to a void pointer
|
||||
|
||||
2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* tod/todcfg.c: Convert to "bool".
|
||||
|
||||
2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* i2c/i2c.c, i2c/i2cdrv.c: Convert to "bool".
|
||||
|
||||
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/init5206e.c: Add missing prototypes.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds, startup/linkcmds.flash: Add wildcard to
|
||||
gcc_except_table section so programs compiled with gcc 4.3.x can
|
||||
link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Eliminate copies of the
|
||||
Configuration Table. Use the RTEMS provided accessor macros to obtain
|
||||
configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
|
||||
from CPU Table to Configuration Table. Eliminate CPU Table from all
|
||||
ports. Delete references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate the interrupt_vector_table field in the
|
||||
m68k CPU Table since it is never read.
|
||||
|
||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Handle .data.* sections
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Add dummy printk support so all tests link.
|
||||
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds, startup/linkcmds.flash: Add sections required by
|
||||
newer gcc versions.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-02-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Correct type of symbols from linkcmds to compile with
|
||||
gcc 4.x.
|
||||
|
||||
2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* tod/todcfg.c: size_t RTC_Count.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-11-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds, startup/linkcmds.flash: Add new bss sections .bss.*
|
||||
and .gnu.linkonce.b*.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 610/bsps
|
||||
* Makefile.am: Add include/tm27.h, Cosmetics.
|
||||
* include/tm27.h: Final cosmetics.
|
||||
|
||||
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Split out tmtest27 support.
|
||||
* include/tm27.h: New.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 613/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 614/bsps
|
||||
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
|
||||
|
||||
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* start/start.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||
|
||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||
|
||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
|
||||
include/i2c.h, nvram/nvram.c, startup/bspstart.c,
|
||||
startup/init5206e.c, tod/ds1307.c: Convert to using c99 fixed size
|
||||
types.
|
||||
|
||||
2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
Preinstall dist_project_lib*.
|
||||
|
||||
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
|
||||
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../m68k/shared instead of
|
||||
../shared. Reformat.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having changed libcpu/m68k/mcf5206/console.rel
|
||||
to libcpu/m68k/mcf5206/mcfuart.rel
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in console/Makefile.am, i2c/Makefile.am,
|
||||
nvram/Makefile.am, startup/Makefile.am, tod/Makefile.am,
|
||||
wrapup/Makefile.am.
|
||||
Use automake compilation rules.
|
||||
* console/Makefile.am, i2c/Makefile.am, nvram/Makefile.am,
|
||||
startup/Makefile.am, tod/Makefile.am, wrapup/Makefile.am:
|
||||
Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add PREINSTALL_DIRS.
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||
Add PRE/TMPINSTALL_FILES to CLEANFILES.
|
||||
* startup/Makefile.am: Ditto.
|
||||
|
||||
2004-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Remove.
|
||||
* Makefile.am: Merge-in start/Makefile.am.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate $(LIB).
|
||||
Use noinst_DATA to trigger building libbsp.a.
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
* startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* console/Makefile.am: Misc cleanups and fixes.
|
||||
* i2c/Makefile.am: Misc cleanups and fixes.
|
||||
* nvram/Makefile.am: Misc cleanups and fixes.
|
||||
* start/Makefile.am: Misc cleanups and fixes.
|
||||
* startup/Makefile.am: Misc cleanups and fixes.
|
||||
* tod/Makefile.am: Misc cleanups and fixes.
|
||||
* wrapup/Makefile.am: Misc cleanups and fixes.
|
||||
|
||||
2003-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* console/Makefile.am: Remove all: $(ARCH)..
|
||||
* i2c/Makefile.am: Remove all: $(ARCH)..
|
||||
* nvram/Makefile.am: Remove all: $(ARCH)..
|
||||
* startup/Makefile.am: Remove all: $(ARCH)..
|
||||
* tod/Makefile.am: Remove all: $(ARCH)..
|
||||
* wrapup/Makefile.am: Remove all: $(ARCH).
|
||||
Remove bogus wildcard from CPU_PIECES..
|
||||
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
* console/Makefile.am: Cosmetics.
|
||||
* i2c/Makefile.am: Cosmetics.
|
||||
* nvram/Makefile.am: Cosmetics.
|
||||
* start/Makefile.am: Cosmetics.
|
||||
* startup/Makefile.am: Cosmetics.
|
||||
* tod/Makefile.am: Cosmetics.
|
||||
* wrapup/Makefile.am: Cosmetics.
|
||||
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add preinstallation dirstamp support.
|
||||
* console/Makefile.am: Cosmetics.
|
||||
* i2c/Makefile.am: Cosmetics.
|
||||
* nvram/Makefile.am: Cosmetics.
|
||||
* startup/Makefile.am: Cosmetics.
|
||||
* tod/Makefile.am: Cosmetics.
|
||||
* wrapup/Makefile.am: Cosmetics.
|
||||
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Remove all-local: $(ARCH).
|
||||
|
||||
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in include/Makefile.am.
|
||||
Reflect changes to bsp.am.
|
||||
* include/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* README, console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
|
||||
include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
|
||||
nvram/nvram.c, start/start.S, startup/bspclean.c, startup/bspstart.c,
|
||||
startup/gdbinit, startup/init5206e.c, startup/linkcmds,
|
||||
startup/linkcmds.flash, tod/ds1307.c, tod/todcfg.c, tools/runtest:
|
||||
URL for license changed.
|
||||
|
||||
2003-08-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console.c, start/start.S, startup/bspclean.c,
|
||||
startup/bspstart.c, startup/init5206e.c: Correct copyright
|
||||
statements.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
* console/Makefile.am: Reflect having moved automake/.
|
||||
* i2c/Makefile.am: Reflect having moved automake/.
|
||||
* include/Makefile.am: Reflect having moved automake/.
|
||||
* nvram/Makefile.am: Reflect having moved automake/.
|
||||
* start/Makefile.am: Reflect having moved automake/.
|
||||
* startup/Makefile.am: Reflect having moved automake/.
|
||||
* tod/Makefile.am: Reflect having moved automake/.
|
||||
* wrapup/Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 452/bsps
|
||||
* startup/Makefile.am: Remove USE_INIT_FINI.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 445/bsps
|
||||
* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
|
||||
Remove cpp, old_cpp (now unused).
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2003-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds*: Add FreeBSD sysctl() sections.
|
||||
|
||||
2002-12-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* i2c/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use install-data-local to install startfile.
|
||||
|
||||
2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-11-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console.c, i2c/i2cdrv.c, nvram/nvram.c, startup/bspstart.c,
|
||||
tod/ds1307.c: Removed warnings.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* wrapup/Makefile.am: PR217 required that the idle task be moved to
|
||||
libcpu so it could be more acutely aware of the CPU model. This
|
||||
file was modified to pick up the idle task from there.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Added support for -nostdlibs.
|
||||
|
||||
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* console/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* i2c/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* start/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* startup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* tod/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
|
||||
2002-08-05 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Per PR260 eliminate use of make-target-options. This impacted
|
||||
RTEMS allowing a distinction between the CPU32 and CPU32+ in the
|
||||
SuperCore and required that the m68k optimized memcpy be moved
|
||||
to libcpu.
|
||||
* wrapup/Makefile.am: Pick up memcpy.o from libcpu.
|
||||
|
||||
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Eliminate PGM.
|
||||
Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
|
||||
|
||||
2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Add bsplib_DATA = linkcmds gdbinit
|
||||
linkcmds.flash.
|
||||
|
||||
2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
|
||||
|
||||
2001-05-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* 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>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* i2c/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* start/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2002-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Adapt to automake-1.5.
|
||||
|
||||
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* 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>
|
||||
|
||||
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
||||
|
||||
2001-11-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bspopts.h.in: Automatically generated file that should not
|
||||
be in CVS.
|
||||
|
||||
2001-10-29 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* .cvsignore, include/.cvsignore: Add more entries.
|
||||
|
||||
2001-10-26 Victor V. Vengerov <vvv@oktet.ru>
|
||||
|
||||
* New BSP for MCF5206eLITE evaluation board BSP.
|
||||
* ChangeLog, README, bsp_specs, configure.ac, console/console.c,
|
||||
console/.cvsignore, i2c/i2c.c, i2c/i2cdrv.c, i2c/.cvsignore,
|
||||
include/bsp.h, include/bspopts.h.in, include/coverhd.h,
|
||||
include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
|
||||
include/.cvsignore, nvram/nvram.c, nvram/.cvsignore, start/start.S,
|
||||
start/.cvsignore, startup/bspclean.c, startup/bspstart.c,
|
||||
startup/gdbinit, startup/init5206e.c, startup/linkcmds,
|
||||
startup/linkcmds.flash, startup/.cvsignore, times, tod/ds1307.c,
|
||||
tod/todcfg.c, tod/.cvsignore, tools/.cvsignore, tools/configure.ac,
|
||||
tools/runtest, tools/changes, wrapup/.cvsignore, .cvsignore:
|
||||
New files.
|
||||
|
||||
@@ -1,123 +0,0 @@
|
||||
2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_CANONICAL_TARGET_CPU.
|
||||
Remove AC_ARG_VAR([RTEMS_BSP],[]).
|
||||
Add RTEMS_ENV_RTEMSBSP.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2008-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* runtest: Skip all fatal error tests.
|
||||
|
||||
2007-09-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* runtest: Add capture to list of interative tests to skip in batch
|
||||
mode.
|
||||
|
||||
2007-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Use MKDIR_P instead of mkdir_p.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||
Add PRE/TMPINSTALL_FILES to CLEANFILES.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reworked.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Misc cleanups and fixes.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-14 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* runtest: Add fileio to list of interactive tests.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove RTEMS_ENV_RTEMS_BSP, add
|
||||
AC_ARG_VAR(RTEMS_BSP)-hack instead.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Don't use RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2002-07-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add transform and bsptools_bindir hacks.
|
||||
* configure.ac: Add RTEMS_ENV_RTEMSBSP.
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2002-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Adapt to automake-1.5.
|
||||
|
||||
2002-01-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* changes: Removed.
|
||||
* ChangeLog: New file. This must have slipped through in some
|
||||
automated changes.
|
||||
|
||||
2001-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
@@ -1,199 +0,0 @@
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/cfinit.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Include <rtems/btimer.h>.
|
||||
Fix benchmark_timer_read() definition.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* console/debugio.c: Add BSP_poll_char.
|
||||
|
||||
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* README: Remove more ITRON references.
|
||||
|
||||
2010-04-05 Thomas Znidar <t.znidar@embed-it.com>
|
||||
|
||||
* configure.ac: Add mcf5225x BSP.
|
||||
|
||||
2010-03-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* README: CONFIGURE_DISABLE_CLASSIC_NOTEPADS is typo of
|
||||
CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS. Fix it.
|
||||
|
||||
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* console/console.c: adapted to new prototype for *_write
|
||||
function
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mcf52235.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mcf52235.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c: Reflect termios_baud_to_number having been
|
||||
renamed to rtems_termios_baud_to_number.
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* startup/init52235.c: Update for boot_card command line change.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* startup/linkcmds: Add .data.* for the C++ test.
|
||||
* include/bsp.c: Add BSP_SMALL_MEMORY.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared stub coverhd.h
|
||||
* include/coverhd.h: Removed.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/clock.c: include "../../../shared/clockdrv_shell.h".
|
||||
* Makefile.am: Reflect changes above.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
PR 1322/bsps
|
||||
* include/bspopts.h.in: Remove.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac, include/bspopts.h.in: Make letting boot_card() handle
|
||||
work area allocation mandatory. Rename
|
||||
RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, include/bspopts.h.in: Use standardized
|
||||
bsp_cleanup() which can optionally print a message, poll for user to
|
||||
press key, and call bsp_reset(). Using this eliminates the various
|
||||
bsp_cleanup() implementations which had their own implementation and
|
||||
variety of string constants.
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: Split out bspstart contents. Move cache code to libcpu.
|
||||
* startup/bspgetcpuclockspeed.c: New file.
|
||||
* startup/bspstart.c: Removed.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, start/start.S, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, startup/bspstart.c: 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-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Convert to "bool".
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Eliminate empty function from every benchmark timer
|
||||
driver. Fix spelling.
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Rename timer driver methods to follow RTEMS
|
||||
programming conventions.
|
||||
|
||||
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/clock.c, startup/init52235.c: Add missing prototypes.
|
||||
|
||||
2008-08-18 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, console/console.c: Split debug IO code into separate
|
||||
file.
|
||||
* console/debugio.c: New file.
|
||||
|
||||
2008-06-19 Matthew Riek <matthew.riek@ibiscomputer.com.au>
|
||||
|
||||
* startup/cfinit.c, startup/init52235.c: Missed the last patch.
|
||||
|
||||
2008-06-19 Matthew Riek <matthew.riek@ibiscomputer.com.au>
|
||||
|
||||
* mcf52235/README, mcf52235/gdb-init, mcf52235/clock/clock.c,
|
||||
mcf52235/console/console.c, mcf52235/include/bsp.h,
|
||||
mcf52235/include/coverhd.h, mcf52235/start/start.S,
|
||||
mcf52235/startup/bspclean.c, mcf52235/startup/bspstart.c,
|
||||
mcf52235/startup/linkcmds, mcf52235/timer/timer.c: Cleaned up
|
||||
white space and code formmated to adhere to RTEMS standards. Fixed
|
||||
a bug in the nano seconds since last tick support. Fixed a bug
|
||||
with the location of the start stack (no longer within
|
||||
.bss). Removed double definition of IPSBAR and some type defs
|
||||
etc.. Added timing test overhead results.
|
||||
|
||||
2008-06-10 Matthew Riek <matthew.riek@ibiscomputer.com.au>
|
||||
|
||||
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
|
||||
clock/clock.c, configure.ac, console/console.c, gdb-init,
|
||||
include/bsp.h, include/bspopts.h.in, include/coverhd.h,
|
||||
include/tm27.h, preinstall.am, start/start.S, startup/bspclean.c,
|
||||
startup/bspstart.c, startup/cfinit.c, startup/init52235.c,
|
||||
startup/linkcmds, timer/timer.c: New.
|
||||
@@ -1,54 +0,0 @@
|
||||
2011-07-13 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
PR 1824/cpukit
|
||||
* include/bsp.h, 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-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspclean.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Include <rtems/btimer.h>.
|
||||
Fix benchmark_timer_read() definition.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* console/debugio.c: Add BSP_poll_char.
|
||||
|
||||
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* README: Remove more ITRON references.
|
||||
|
||||
2010-05-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Add BSP_SMALL_MEMORY.
|
||||
* startup/linkcmds: Wildcard on .data so C++ links.
|
||||
|
||||
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* console/console.c: Fix prototypes.
|
||||
|
||||
2010-04-18 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* .cvsignore, include/.cvsignore: New files.
|
||||
|
||||
2010-04-05 Thomas Znidar <t.znidar@embed-it.com>
|
||||
|
||||
* ChangeLog, Makefile.am, README, bsp_specs, configure.ac, gdb-init,
|
||||
preinstall.am, clock/clock.c, console/console.c, console/debugio.c,
|
||||
include/bsp.h, include/tm27.h, make/custom/mcf5225x.cfg,
|
||||
start/start.S, startup/bspclean.c, startup/bspstart.c,
|
||||
startup/init5225x.c, startup/linkcmds, timer/timer.c: New files.
|
||||
|
||||
Thomas Znidar <t.znidar@embed-it.com>
|
||||
|
||||
|
||||
@@ -1,352 +0,0 @@
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/init5235.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Include <rtems/btimer.h>.
|
||||
Fix benchmark_timer_read() definition.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-08-23 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* network/network.c: Fix warning.
|
||||
|
||||
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* console/console.c: Add BSP_poll_char.
|
||||
|
||||
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/init5235.c: Remove warnings.
|
||||
|
||||
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* console/console.c: adapted to new prototype for *_write
|
||||
function
|
||||
|
||||
2009-11-16 Alan Cudmore <alan.p.cudmore@nasa.gov>
|
||||
|
||||
* startup/init5235.c: Add volatile to prevent newer gcc versions from
|
||||
optimizing away.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mcf5235.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mcf5235.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c: Reflect termios_baud_to_number having been
|
||||
renamed to rtems_termios_baud_to_number.
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-12 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* Makefile.am: Compile the shared bspinit.c.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared stub coverhd.h
|
||||
* include/coverhd.h: Removed.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/clock.c: include "../../../shared/clockdrv_shell.h".
|
||||
* Makefile.am: Reflect changes above.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
|
||||
optionally print a message, poll for user to press key, and call
|
||||
bsp_reset(). Using this eliminates the various bsp_cleanup()
|
||||
implementations which had their own implementation and variety of
|
||||
string constants.
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Split out bspstart contents. Move
|
||||
cache code to libcpu.
|
||||
* startup/bspgetcpuclockspeed.c: New file.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds, startup/linkcmdsflash,
|
||||
startup/linkcmdsram: Use top level shared bsp_get_work_area()
|
||||
implementation.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds,
|
||||
startup/linkcmdsflash, startup/linkcmdsram: 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-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Convert to "bool".
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Eliminate empty function from every benchmark timer
|
||||
driver. Fix spelling.
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Rename timer driver methods to follow RTEMS
|
||||
programming conventions.
|
||||
|
||||
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/init5235.c: Add missing prototypes.
|
||||
|
||||
2008-07-04 Matthew Riek <matthew.riek@ibiscomputer.com.au>
|
||||
|
||||
* startup/bspstart.c: Do not disable interrupts twice.
|
||||
|
||||
2008-06-10 Matthew Riek <matthew.riek@ibiscomputer.com.au>
|
||||
|
||||
* Makefile.am: Add shared/m68kbspgetworkarea.c to sources.
|
||||
* configure.ac: Add RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION.
|
||||
* include/bsp.h: Add include bspopts.h.
|
||||
* start/start.S: Formatting changes.
|
||||
* startup/bspstart.c: Updated to use the shared BSP support.
|
||||
|
||||
2008-05-29 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* include/bsp.h: FEC unit numbers based on 0 not 1. Change the
|
||||
interface name to fec0.
|
||||
|
||||
2008-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* 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.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* console/console.c: Remove all references to console_reserve_resources
|
||||
and termios_reserve_resources.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
|
||||
wildcard to gcc_except_table section so programs compiled with gcc
|
||||
4.3.x can link.
|
||||
|
||||
2007-12-14 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* gdb-init: Make the first hb temporary.
|
||||
* network/network.c: Add support for reading the MAC address from
|
||||
the FEC if set by the boot monitor. dBug does not do this unless
|
||||
the network is used which is a shame.
|
||||
|
||||
2007-12-14 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* gdb-init: Add the show-exception.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Eliminate copies of the
|
||||
Configuration Table. Use the RTEMS provided accessor macros to obtain
|
||||
configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
|
||||
Configuration Table. Eliminate CPU Table from all ports. Delete
|
||||
references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-12-03 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* console/console.c: Set the baud rate for stdin to 19200 when
|
||||
opening the console. This is the default rate for the dbug
|
||||
monitor.
|
||||
* gdb-init: New.
|
||||
|
||||
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate the interrupt_vector_table field in the
|
||||
m68k CPU Table since it is never read.
|
||||
|
||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Handle .data.* sections
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-03-12 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/coverhd.h, start/start.S, startup/bspclean.c,
|
||||
startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash,
|
||||
startup/linkcmdsram: Correct license URL and/or fix mistake in
|
||||
copyright notice. Both of these mistakes appear to be from code
|
||||
submitted after these changes were made previously.
|
||||
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2007-03-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 1227/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION and
|
||||
MAX_SHORT_TEST_DURATION. They are obsolete and unused.
|
||||
|
||||
2006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* network/network.c: Use ioctl_command_t as arg in ioctl-functions.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-09-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console.c, startup/init5235.c: Convert C++ style comments to
|
||||
C style.
|
||||
|
||||
2006-06-23 Worth Burruss <worth@motioncontrol.org>
|
||||
|
||||
* Makefile.am, README, startup/init5235.c, startup/linkcmds,
|
||||
startup/linkcmdsflash, startup/linkcmdsram: Modify to the mcf5235
|
||||
eval boards to either load and run from ram using the dBug moniter as
|
||||
the boot deviced (Board setup as shipped from the factory), or it
|
||||
allows the user to Boot his code from flash he loads onto the eval
|
||||
board. The code changes between the two are based on the selected
|
||||
linker script using a variable in the script. The options to the
|
||||
linker are used to override the default linker script and select
|
||||
which options to configure at boot either from flash, or from ram:
|
||||
-qnolinkcmds -T linkcmdsflash
|
||||
If no options are given the standard linker sript assumes dBug was
|
||||
used to set up the board and the user is going to load his program
|
||||
to RAM.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
|
||||
sections required by newer gcc versions.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c: Eliminate unsigned32, unsigned8.
|
||||
* include/bsp.h: Eliminate unsigned32.
|
||||
* startup/bspstart.c: Eliminate unsigned32.
|
||||
|
||||
2005-06-17 Mike Bertosh <mbertosh@motioncontrol.org>
|
||||
|
||||
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
|
||||
clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h,
|
||||
include/tm27.h, network/network.c, start/start.S, startup/bspclean.c,
|
||||
startup/bspstart.c, startup/init5235.c, startup/linkcmds,
|
||||
startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
|
||||
|
||||
@@ -1,180 +0,0 @@
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/cfinit.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Include <rtems/btimer.h>.
|
||||
Fix benchmark_timer_read() definition.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-08-23 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* network/network.c: Fix warning.
|
||||
|
||||
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* console/console.c: Add BSP_poll_char.
|
||||
|
||||
2010-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c: Fix broken comment formatting.
|
||||
|
||||
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* console/console.c: adapted to new prototype for *_write
|
||||
function
|
||||
|
||||
2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/cfinit.c: Remove init_vbr (Unused).
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mcf5329.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mcf5329.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c: Reflect termios_baud_to_number having been
|
||||
renamed to rtems_termios_baud_to_number.
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* startup/init5329.c: Update for boot_card command line change.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared stub coverhd.h
|
||||
* include/coverhd.h: Removed.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/clock.c: include "../../../shared/clockdrv_shell.h".
|
||||
* Makefile.am: Reflect changes above.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
PR 1322/bsps
|
||||
* include/bspopts.h.in: Remove.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac, include/bspopts.h.in: Make letting boot_card() handle
|
||||
work area allocation mandatory. Rename
|
||||
RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, include/bspopts.h.in: Use standardized
|
||||
bsp_cleanup() which can optionally print a message, poll for user to
|
||||
press key, and call bsp_reset(). Using this eliminates the various
|
||||
bsp_cleanup() implementations which had their own implementation and
|
||||
variety of string constants.
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds, startup/linkcmdsflash: Use top level
|
||||
shared bsp_get_work_area() implementation.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, startup/bspstart.c: 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-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Convert to "bool".
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Eliminate empty function from every benchmark timer
|
||||
driver. Fix spelling.
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Rename timer driver methods to follow RTEMS
|
||||
programming conventions.
|
||||
|
||||
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/clock.c, startup/init5329.c: Add missing prototypes.
|
||||
|
||||
2008-07-04 Matthew Riek <matthew.riek@ibiscomputer.com.au>
|
||||
|
||||
* Makefile.am, README, include/coverhd.h, network/network.c,
|
||||
startup/bspstart.c, startup/cfinit.c, startup/linkcmdsflash: Add
|
||||
cache support for 5329. Fix bug in network driver. Enable the cache
|
||||
in copyback and write-through so we can assume that in BSP.
|
||||
|
||||
2008-06-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* .cvsignore: New file.
|
||||
|
||||
2008-06-20 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Use wildcard on .data section.
|
||||
|
||||
2008-06-20 Matthew Riek <matthew.riek@ibiscomputer.com.au>
|
||||
|
||||
* ChangeLog, Makefile.am, README, bsp_specs, configure.ac, gdb-init,
|
||||
preinstall.am, clock/clock.c, console/console.c, include/bsp.h,
|
||||
include/bspopts.h.in, include/coverhd.h, include/tm27.h,
|
||||
network/network.c, start/start.S, startup/bspclean.c,
|
||||
startup/bspstart.c, startup/cfinit.c, startup/init5329.c,
|
||||
startup/linkcmds, startup/linkcmdsflash, timer/timer.c: New files.
|
||||
|
||||
@@ -1,712 +0,0 @@
|
||||
2011-07-13 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
PR 1824/cpukit
|
||||
* misc/interr.c, spurious/spinit.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-22 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
PR 1772/bsps
|
||||
* console/sci.c: Use same default baud rate as monitor.
|
||||
|
||||
2011-02-21 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* timer/timer.c: Include <bsp.h> before <rtems/btimer.h>.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h, include/mrm332.h, spurious/spinit.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Include <rtems/btimer.h>.
|
||||
Fix benchmark_timer_read() definition.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-08-13 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* spurious/spinit.c: Add include of bootcard.h to fix warning.
|
||||
|
||||
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/bsppredriverhook.c: Remove warnings.
|
||||
|
||||
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* console/sci.c: adapted to new prototype for *_write
|
||||
function
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mrm332.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mrm332.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/sci.c: Reflect termios_baud_to_number having been
|
||||
renamed to rtems_termios_baud_to_number.
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
|
||||
Should be automatically handled by confdefs.h or the application.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-05-09 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* include/bsp.h: Defined as a small memory target. It cannot build
|
||||
one of the sample programs any more.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S, startup/start_c.c: Update for boot_card command
|
||||
line change.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared tm27.h stub.
|
||||
* include/tm27.h: Removed.
|
||||
|
||||
2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Eliminate uses of old benchmark timer names.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove noinst_PROGRAMS (Unused).
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: BSP specific bsp_cleanup() is a dupe of a shared one.
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds, startup/linkcmds_ROM: Use top level
|
||||
shared bsp_get_work_area() implementation.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Removed.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds,
|
||||
startup/linkcmds_ROM: 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.
|
||||
* startup/bsppredriverhook.c: New file.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* misc/interr.c: Convert to "bool".
|
||||
|
||||
2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c: The Shared Memory Driver no longer requires the
|
||||
special IOCTL in Clock_control. This was a hack which has existed
|
||||
since before the Classic API Timer Manager was implemented. All
|
||||
implementations of and references to Clock_control were removed.
|
||||
|
||||
2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Convert to "bool".
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Eliminate empty function from every benchmark timer
|
||||
driver. Fix spelling.
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Rename timer driver methods to follow RTEMS
|
||||
programming conventions.
|
||||
|
||||
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/sci.c, startup/bspstart.c, startup/start_c.c,
|
||||
timer/timer.c: Add missing prototypes.
|
||||
|
||||
2008-06-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* misc/interr.c: Convention calls for leading underscore on private
|
||||
RTEMS variables.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* console/console.c, startup/bspstart.c: Refactored and renamed
|
||||
initialization routines to rtems_initialize_data_structures,
|
||||
rtems_initialize_before_drivers, rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds, startup/linkcmds_ROM: Add wildcard to
|
||||
gcc_except_table section so programs compiled with gcc 4.3.x can
|
||||
link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
|
||||
of the Configuration Table. Use the RTEMS provided accessor macros to
|
||||
obtain configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
|
||||
from CPU Table to Configuration Table. Eliminate CPU Table from all
|
||||
ports. Delete references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Moved most of the remaining CPU Table fields to
|
||||
the Configuration Table. This included pretasking_hook,
|
||||
predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
|
||||
extra_mpci_receive_server_stack, stack_allocate_hook, and
|
||||
stack_free_hook. As a side-effect of this effort some multiprocessing
|
||||
code was made conditional and some style clean up occurred.
|
||||
|
||||
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate the interrupt_vector_table field in the
|
||||
m68k CPU Table since it is never read.
|
||||
|
||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Handle .data.* sections
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-03-13 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Remove redundant prototypes.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-09-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console.c, console/sci.c, console/sci.h, spurious/spinit.c,
|
||||
startup/bspclean.c, startup/start_c.c: Convert C++ style comments to
|
||||
C style.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds, startup/linkcmds_ROM: Add sections required by
|
||||
newer gcc versions.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/sci.c: Remove CVS Log.
|
||||
|
||||
2005-01-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/sci.c: Remove warnings.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-11-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds, startup/linkcmds_ROM: Add new bss sections .bss.*
|
||||
and .gnu.linkonce.b*.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 610/bsps
|
||||
* Makefile.am: Add include/tm27.h, Cosmetics.
|
||||
* include/tm27.h: Final cosmetics.
|
||||
|
||||
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Split out tmtest27 support.
|
||||
* include/tm27.h: New.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 613/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 614/bsps
|
||||
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
|
||||
|
||||
2004-04-03 Ralf Corsepiu <ralf_corsepiu@rtems.org>
|
||||
|
||||
* c/src/lib/libbsp/m68k/mrm332/include/bsp.h,
|
||||
c/src/lib/libbsp/m68k/mrm332/start/start.S,
|
||||
c/src/lib/libbsp/m68k/mrm332/startup/start_c.c: Include
|
||||
<rtems/m68k/sim.h> instead of <sim.h>.
|
||||
* c/src/lib/libbsp/m68k/mrm332/include/bsp.h: Include
|
||||
<rtems/m68k/qsm.h> instead of <qsm.h>.
|
||||
|
||||
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* start/start.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||
|
||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||
|
||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* clock/ckinit.c, console/sci.c, console/sci.h, include/bsp.h,
|
||||
misc/interr.c, startup/bspstart.c, timer/timer.c: Convert to using
|
||||
c99 fixed size types.
|
||||
|
||||
2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
Preinstall dist_project_lib*.
|
||||
|
||||
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
|
||||
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../m68k/shared instead of
|
||||
../shared. Reformat.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Don't include subdirs.am.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Fix typo.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
|
||||
spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am,
|
||||
wrapup/Makefile.am.
|
||||
Use automake compilation rules.
|
||||
* clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
|
||||
startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
|
||||
Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add PREINSTALL_DIRS.
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||
Add PRE/TMPINSTALL_FILES to CLEANFILES.
|
||||
* startup/Makefile.am: Ditto.
|
||||
|
||||
2004-01-07 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* times, console/sci.c: Remove efi68k and efi332 references as they are
|
||||
no longer in the tree.
|
||||
|
||||
2004-01-07 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* timer/timer.c: Remove efi68k and efi332 references as they are no
|
||||
longer in the tree.
|
||||
|
||||
2004-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Remove.
|
||||
* Makefile.am: Merge-in start/Makefile.am.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate $(LIB).
|
||||
Use noinst_DATA to trigger building libbsp.a.
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
* startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Misc cleanups and fixes.
|
||||
* startup/Makefile.am: Misc cleanups and fixes.
|
||||
* wrapup/Makefile.am: Misc cleanups and fixes.
|
||||
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add preinstallation dirstamp support.
|
||||
* clock/Makefile.am: Cosmetics.
|
||||
* console/Makefile.am: Cosmetics.
|
||||
* spurious/Makefile.am: Cosmetics.
|
||||
* startup/Makefile.am: Cosmetics.
|
||||
* timer/Makefile.am: Cosmetics.
|
||||
* wrapup/Makefile.am: Cosmetics.
|
||||
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Remove all-local: $(ARCH).
|
||||
* console/Makefile.am: Remove all-local: $(ARCH).
|
||||
* spurious/Makefile.am: Remove all-local: $(ARCH).
|
||||
* start/Makefile.am: Remove all-local: $(ARCH).
|
||||
* startup/Makefile.am: Remove all-local: $(ARCH).
|
||||
* timer/Makefile.am: Remove all-local: $(ARCH).
|
||||
* wrapup/Makefile.am: Remove all-local: $(ARCH).
|
||||
|
||||
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in include/Makefile.am.
|
||||
Reflect changes to bsp.am.
|
||||
* include/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2003-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp_specs: Remove *lib:.
|
||||
|
||||
2003-09-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 483/bsps
|
||||
* startup/bspstart.c, startup/start_c.c: Spurious interrupt handlers
|
||||
cannot be installed until RTEMS has initialized the vector table.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c, console/console.c, include/bsp.h, misc/interr.c,
|
||||
spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
|
||||
timer/timer.c: URL for license changed.
|
||||
|
||||
2003-08-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console.c: Correct copyright statements.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
* clock/Makefile.am: Reflect having moved automake/.
|
||||
* console/Makefile.am: Reflect having moved automake/.
|
||||
* include/Makefile.am: Reflect having moved automake/.
|
||||
* spurious/Makefile.am: Reflect having moved automake/.
|
||||
* start/Makefile.am: Reflect having moved automake/.
|
||||
* startup/Makefile.am: Reflect having moved automake/.
|
||||
* timer/Makefile.am: Reflect having moved automake/.
|
||||
* wrapup/Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 452/bsps
|
||||
* startup/Makefile.am: Remove USE_INIT_FINI.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 445/bsps
|
||||
* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
|
||||
Remove cpp, old_cpp (now unused).
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2003-01-20 Duane Gustavus <duane@unt.edu>
|
||||
|
||||
* console/sci.c, include/mrm332.h, startup/linkcmds,
|
||||
startup/linkcmds_ROM: Various updates to make this run properly
|
||||
from ROM.
|
||||
|
||||
2002-12-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* start/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.
|
||||
|
||||
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use install-data-local to install startfile.
|
||||
|
||||
2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-11-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/sci.c, spurious/spinit.c: Removed warnings.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* wrapup/Makefile.am: PR217 required that the idle task be moved to
|
||||
libcpu so it could be more acutely aware of the CPU model. This
|
||||
file was modified to pick up the idle task from there.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Added support for -nostdlibs.
|
||||
|
||||
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* console/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* spurious/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.
|
||||
* wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
|
||||
2002-08-05 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Per PR260 eliminate use of make-target-options. This impacted
|
||||
RTEMS allowing a distinction between the CPU32 and CPU32+ in the
|
||||
SuperCore and required that the m68k optimized memcpy be moved
|
||||
to libcpu.
|
||||
* wrapup/Makefile.am: Pick up memcpy.o from libcpu.
|
||||
|
||||
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Eliminate PGM.
|
||||
Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
|
||||
|
||||
2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
|
||||
|
||||
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
|
||||
Remove $(OBJS) from all-local.
|
||||
|
||||
2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
|
||||
|
||||
2001-05-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* 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>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* start/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2002-02-28 Mike Panetta <ahuitzot@mindspring.com>
|
||||
|
||||
* console/sci.c, console/sci.h,
|
||||
console/console.c: Added new SCI driver.
|
||||
* start/start.c: Removed file.
|
||||
* start/start.S: New file, the asm portion of the updated start code.
|
||||
* start/configure.am: Added start.S, removed start.c
|
||||
* startup/start_c.c: New file, the C portion of the updated start code. Contains most of the code that was in the old start.c.
|
||||
* startup/configure.am: Added start_c.c to C_FILES.
|
||||
* include/bsp.h: Added include <rtems/bspIo.h>
|
||||
|
||||
2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2001-09-27 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Renamed delay() to rtems_bsp_delay().
|
||||
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
|
||||
|
||||
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Add bspopts.h.
|
||||
* include/.cvsignore: Add bspopts.h*, stamp-h*.
|
||||
* include/Makefile.am: Use *_HEADERS instead of *H_FILES.
|
||||
* include/bsp.h: Include bspopts.h.
|
||||
|
||||
2001-05-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
|
||||
start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
|
||||
wrapup/Makefile.am: Modified to include compile.am.
|
||||
* startup/bspstart.c: Removed include of <libcsupport.h>
|
||||
|
||||
2000-05-25 Matt Cross <profesor@gweep.net>
|
||||
|
||||
* New MRM332 BSP for the Mini RoboMind board based
|
||||
on the 68332 microcontroller designed and build by Mark
|
||||
Castelluccio. For details on the MRM see http://www.robominds.com.
|
||||
* .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
|
||||
clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
|
||||
console/.cvsignore, console/Makefile.am, console/console.c,
|
||||
include/.cvsignore, include/Makefile.am, include/bsp.h,
|
||||
include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
|
||||
spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
|
||||
start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
|
||||
startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
|
||||
startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
|
||||
timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
|
||||
wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
|
||||
|
||||
@@ -1,619 +0,0 @@
|
||||
2011-07-13 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
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-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h, shmsupp/lock.c, startup/bspclean.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Include <rtems/btimer.h>.
|
||||
Fix benchmark_timer_read() definition.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/bspclean.c: Remove warnings.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mvme136.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mvme136.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* bsp_specs: Move -e start from *link to *startfile to avoid warning
|
||||
for undefined entry symbol when linking relocatables with binutils
|
||||
2.19.
|
||||
|
||||
2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Eliminate uses of old benchmark timer names.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* console/console.c, include/bsp.h: Remove unnecessary boilerplate
|
||||
comments. Eliminate use of EXTERN and move unnneccessarily global
|
||||
variables to console.c.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, clock/ckinit.c, 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-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-05 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c: The Shared Memory Driver no longer requires the
|
||||
special IOCTL in Clock_control. This was a hack which has existed
|
||||
since before the Classic API Timer Manager was implemented. All
|
||||
implementations of and references to Clock_control were removed.
|
||||
|
||||
2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c, timer/timer.c: Convert to "bool".
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Eliminate empty function from every benchmark timer
|
||||
driver. Fix spelling.
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Rename timer driver methods to follow RTEMS
|
||||
programming conventions.
|
||||
|
||||
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspclean.c, timer/timer.c: Add missing prototypes.
|
||||
|
||||
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, startup/bspstart.c: Add capability for
|
||||
bootcard.c BSP Initialization Framework to ask the BSP where it has
|
||||
memory for the RTEMS Workspace and C Program Heap. These collectively
|
||||
are referred to as work area. If the BSP supports this, then it does
|
||||
not have to include code to split the available memory between the
|
||||
two areas. This reduces the amount of code in the BSP specific
|
||||
bspstart.c file. Additionally, the shared framework can dirty the
|
||||
work area memory. Until most/all BSPs support this new capability, if
|
||||
the BSP supports this, it should call
|
||||
RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac. When
|
||||
the transition is complete, this autoconf macro can be removed.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
|
||||
of the Configuration Table. Use the RTEMS provided accessor macros to
|
||||
obtain configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
|
||||
from CPU Table to Configuration Table. Eliminate CPU Table from all
|
||||
ports. Delete references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate the interrupt_vector_table field in the
|
||||
m68k CPU Table since it is never read.
|
||||
|
||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Handle .data.* sections
|
||||
|
||||
2007-05-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Minor rework to shrink minimum size to <48K.
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Add dummy printk support so all tests link.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-11-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 610/bsps
|
||||
* Makefile.am: Add include/tm27.h, Cosmetics.
|
||||
* include/tm27.h: Final cosmetics.
|
||||
|
||||
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Split out tmtest27 support.
|
||||
* include/tm27.h: New.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 613/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 614/bsps
|
||||
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
|
||||
|
||||
2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* mvme136/clock/ckinit.c, mvme136/startup/bspclean.c,
|
||||
mvme136/startup/bspstart.c, mvme136/timer/timer.c: Include
|
||||
<rtems/m68k/zilog/z8036.h> instead of <zilog/z8036.h>.
|
||||
|
||||
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||
|
||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||
* startup/bspclean.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||
|
||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* clock/ckinit.c, include/bsp.h, shmsupp/getcfg.c, shmsupp/lock.c,
|
||||
shmsupp/mpisr.c, startup/bspstart.c, timer/timer.c: Convert to using
|
||||
c99 fixed size types.
|
||||
|
||||
2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
Preinstall dist_project_lib*.
|
||||
|
||||
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
|
||||
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../m68k/shared instead of
|
||||
../shared. Reformat.
|
||||
|
||||
2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
|
||||
Remove AM_CONDITIONAL(HAS_MP).
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
|
||||
shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
|
||||
wrapup/Makefile.am.
|
||||
* clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am
|
||||
startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
|
||||
Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add PREINSTALL_DIRS.
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||
Add PRE/TMPINSTALL_FILES to CLEANFILES.
|
||||
* startup/Makefile.am: Ditto.
|
||||
|
||||
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/.cvsignore: Remove.
|
||||
* start/Makefile.am: Remove.
|
||||
* Makefile.am: Merge-in start/Makefile.am.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate $(LIB).
|
||||
Use noinst_DATA to trigger building libbsp.a.
|
||||
|
||||
2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Remove GENERIC_FILES.
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
* startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Misc cleanups and fixes.
|
||||
* startup/Makefile.am: Misc cleanups and fixes.
|
||||
* wrapup/Makefile.am: Misc cleanups and fixes.
|
||||
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add preinstallation dirstamp support.
|
||||
* clock/Makefile.am: Cosmetics.
|
||||
* console/Makefile.am: Cosmetics.
|
||||
* shmsupp/Makefile.am: Cosmetics.
|
||||
* startup/Makefile.am: Cosmetics.
|
||||
* timer/Makefile.am: Cosmetics.
|
||||
* wrapup/Makefile.am: Cosmetics.
|
||||
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Remove all-local: $(ARCH).
|
||||
* console/Makefile.am: Remove all-local: $(ARCH).
|
||||
* shmsupp/Makefile.am: Remove all-local: $(ARCH).
|
||||
* start/Makefile.am: Remove all-local: $(ARCH).
|
||||
* startup/Makefile.am: Remove all-local: $(ARCH).
|
||||
* timer/Makefile.am: Remove all-local: $(ARCH).
|
||||
* wrapup/Makefile.am: Remove all-local: $(ARCH).
|
||||
|
||||
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in include/Makefile.am.
|
||||
Reflect changes to bsp.am.
|
||||
* include/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2003-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp_specs: Remove *lib:.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
|
||||
shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
|
||||
shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
|
||||
startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
|
||||
changed.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
* clock/Makefile.am: Reflect having moved automake/.
|
||||
* console/Makefile.am: Reflect having moved automake/.
|
||||
* include/Makefile.am: Reflect having moved automake/.
|
||||
* shmsupp/Makefile.am: Reflect having moved automake/.
|
||||
* start/Makefile.am: Reflect having moved automake/.
|
||||
* startup/Makefile.am: Reflect having moved automake/.
|
||||
* timer/Makefile.am: Reflect having moved automake/.
|
||||
* wrapup/Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 452/bsps
|
||||
* startup/Makefile.am: Remove USE_INIT_FINI.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 445/bsps
|
||||
* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
|
||||
Remove cpp, old_cpp (now unused).
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2003-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds*: Add FreeBSD sysctl() sections.
|
||||
|
||||
2002-12-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* start/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.
|
||||
|
||||
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use install-data-local to install startfile.
|
||||
|
||||
2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Added support for -nostdlibs.
|
||||
|
||||
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* console/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* shmsupp/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.
|
||||
* wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
|
||||
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Eliminate PGM.
|
||||
Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
|
||||
|
||||
2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Add bsplib_DATA = linkcmds.
|
||||
|
||||
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
|
||||
Remove $(OBJS) from all-local.
|
||||
|
||||
2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
|
||||
|
||||
2001-05-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* 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>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* start/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2001-09-27 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Renamed delay() to rtems_bsp_delay().
|
||||
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
|
||||
|
||||
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
|
||||
happy.
|
||||
|
||||
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Add bspopts.h.
|
||||
* include/.cvsignore: Add bspopts.h*, stamp-h*.
|
||||
* include/Makefile.am: Use *_HEADERS instead of *H_FILES.
|
||||
* include/bsp.h: Include bspopts.h.
|
||||
|
||||
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
|
||||
and libcsupport.h moved from libc to lib/include/rtems and
|
||||
now must be referenced as <rtems/XXX.h>. Header file order
|
||||
was cleaned up while doing this.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
Switch to GNU canonicalization.
|
||||
|
||||
2000-09-29 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
|
||||
|
||||
* startup/linkcmds: Added lines so DWARF debug information
|
||||
would be available. Otherwise gdb complains that the offsets
|
||||
for the debug info are incorrect and doesn't load the files.
|
||||
|
||||
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
|
||||
start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
|
||||
wrapup/Makefile.am: Include compile.am
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
@@ -1,598 +0,0 @@
|
||||
2011-07-13 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
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-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspclean.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Include <rtems/btimer.h>.
|
||||
Fix benchmark_timer_read() definition.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-06-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/bspclean.c: Spelling.
|
||||
|
||||
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/bspclean.c, timer/timer.c: Remove warnings.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mvme147.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mvme147.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* bsp_specs: Move -e start from *link to *startfile to avoid warning
|
||||
for undefined entry symbol when linking relocatables with binutils
|
||||
2.19.
|
||||
|
||||
2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Eliminate uses of old benchmark timer names.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments. Eliminate use
|
||||
of EXTERN.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, clock/ckinit.c, 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-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-05 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c: The Shared Memory Driver no longer requires the
|
||||
special IOCTL in Clock_control. This was a hack which has existed
|
||||
since before the Classic API Timer Manager was implemented. All
|
||||
implementations of and references to Clock_control were removed.
|
||||
|
||||
2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c, timer/timer.c: Convert to "bool".
|
||||
|
||||
2008-09-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1304/bsps
|
||||
* Makefile.am: Add ../../shared/bsppredriverhook.c.
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Eliminate empty function from every benchmark timer
|
||||
driver. Fix spelling.
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Rename timer driver methods to follow RTEMS
|
||||
programming conventions.
|
||||
|
||||
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspclean.c, timer/timer.c: Add missing prototypes.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
|
||||
of the Configuration Table. Use the RTEMS provided accessor macros to
|
||||
obtain configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
|
||||
from CPU Table to Configuration Table. Eliminate CPU Table from all
|
||||
ports. Delete references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Moved most of the remaining CPU Table fields to
|
||||
the Configuration Table. This included pretasking_hook,
|
||||
predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
|
||||
extra_mpci_receive_server_stack, stack_allocate_hook, and
|
||||
stack_free_hook. As a side-effect of this effort some multiprocessing
|
||||
code was made conditional and some style clean up occurred.
|
||||
|
||||
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate the interrupt_vector_table field in the
|
||||
m68k CPU Table since it is never read.
|
||||
|
||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Handle .data.* sections
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Add dummy printk support so all tests link.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-11-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 610/bsps
|
||||
* Makefile.am: Add include/tm27.h, Cosmetics.
|
||||
* include/tm27.h: Final cosmetics.
|
||||
|
||||
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Split out tmtest27 support.
|
||||
* include/tm27.h: New.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 613/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 614/bsps
|
||||
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
|
||||
|
||||
2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* mvme147/console/console.c: Include <rtems/zilog/z8530.h> instead
|
||||
of <zilog/z8530.h>.
|
||||
|
||||
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||
|
||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||
* startup/bspclean.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||
|
||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* clock/ckinit.c, console/console.c, include/bsp.h,
|
||||
startup/bspstart.c, timer/timer.c: Convert to using c99 fixed size
|
||||
types.
|
||||
|
||||
2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
Preinstall dist_project_lib*.
|
||||
|
||||
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
|
||||
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../m68k/shared instead of
|
||||
../shared. Reformat.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
|
||||
startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am.
|
||||
Use automake compilation rules.
|
||||
* clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
|
||||
timer/Makefile.am, wrapup/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add PREINSTALL_DIRS.
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||
Add PRE/TMPINSTALL_FILES to CLEANFILES.
|
||||
* configure.ac: Ditto.
|
||||
* start/Makefile.am: Ditto.
|
||||
* startup/Makefile.am: Ditto.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/.cvsignore: Remove.
|
||||
* start/Makefile.am: Remove.
|
||||
* Makefile.am: Merge-in start/Makefile.am.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate $(LIB).
|
||||
Use noinst_DATA to trigger building libbsp.a.
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
* startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Misc cleanups and fixes.
|
||||
* startup/Makefile.am: Misc cleanups and fixes.
|
||||
* wrapup/Makefile.am: Misc cleanups and fixes.
|
||||
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add preinstallation dirstamp support.
|
||||
* clock/Makefile.am: Cosmetics.
|
||||
* console/Makefile.am: Cosmetics.
|
||||
* startup/Makefile.am: Cosmetics.
|
||||
* timer/Makefile.am: Cosmetics.
|
||||
* wrapup/Makefile.am: Cosmetics.
|
||||
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Remove all-local: $(ARCH).
|
||||
* console/Makefile.am: Remove all-local: $(ARCH).
|
||||
* start/Makefile.am: Remove all-local: $(ARCH).
|
||||
* startup/Makefile.am: Remove all-local: $(ARCH).
|
||||
* timer/Makefile.am: Remove all-local: $(ARCH).
|
||||
* wrapup/Makefile.am: Remove all-local: $(ARCH).
|
||||
|
||||
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in include/Makefile.am.
|
||||
Reflect changes to bsp.am.
|
||||
* include/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2003-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp_specs: Remove *lib:.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
|
||||
startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
|
||||
timer/timer.c: URL for license changed.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
* clock/Makefile.am: Reflect having moved automake/.
|
||||
* console/Makefile.am: Reflect having moved automake/.
|
||||
* include/Makefile.am: Reflect having moved automake/.
|
||||
* start/Makefile.am: Reflect having moved automake/.
|
||||
* startup/Makefile.am: Reflect having moved automake/.
|
||||
* timer/Makefile.am: Reflect having moved automake/.
|
||||
* wrapup/Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 452/bsps
|
||||
* startup/Makefile.am: Remove USE_INIT_FINI.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 445/bsps
|
||||
* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
|
||||
Remove cpp, old_cpp (now unused).
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2003-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds*: Add FreeBSD sysctl() sections.
|
||||
|
||||
2003-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: Add FreeBSD sysctl() sections.
|
||||
|
||||
2003-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog, startup/linkcmds: Add FreeBSD sysctl() sections.
|
||||
|
||||
2003-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add FreeBSD sysctl() sections.
|
||||
|
||||
2002-12-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* start/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.
|
||||
|
||||
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use install-data-local to install startfile.
|
||||
|
||||
2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Added support for -nostdlibs.
|
||||
|
||||
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* console/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.
|
||||
* wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
|
||||
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Eliminate PGM.
|
||||
Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
|
||||
|
||||
2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Add bsplib_DATA = linkcmds.
|
||||
|
||||
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
|
||||
Remove $(OBJS) from all-local.
|
||||
|
||||
2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
|
||||
|
||||
2001-05-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* 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>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* start/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
|
||||
|
||||
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Add bspopts.h.
|
||||
* include/.cvsignore: Add bspopts.h*, stamp-h*.
|
||||
* include/Makefile.am: Use *_HEADERS instead of *H_FILES.
|
||||
* include/bsp.h: Include bspopts.h.
|
||||
|
||||
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
|
||||
and libcsupport.h moved from libc to lib/include/rtems and
|
||||
now must be referenced as <rtems/XXX.h>. Header file order
|
||||
was cleaned up while doing this.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
Switch to GNU canonicalization.
|
||||
|
||||
2000-09-29 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
|
||||
|
||||
* startup/linkcmds: Added lines so DWARF debug information
|
||||
would be available. Otherwise gdb complains that the offsets
|
||||
for the debug info are incorrect and doesn't load the files.
|
||||
|
||||
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am, console/Makefile.am, start/Makefile.am,
|
||||
startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
|
||||
compile.am
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
@@ -1,537 +0,0 @@
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shmsupp/lock.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mvme147s.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mvme147s.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* bsp_specs: Move -e start from *link to *startfile to avoid warning
|
||||
for undefined entry symbol when linking relocatables with binutils
|
||||
2.19.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Eliminate copies of the
|
||||
Configuration Table. Use the RTEMS provided accessor macros to obtain
|
||||
configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
|
||||
from CPU Table to Configuration Table. Eliminate CPU Table from all
|
||||
ports. Delete references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate the interrupt_vector_table field in the
|
||||
m68k CPU Table since it is never read.
|
||||
|
||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Handle .data.* sections
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Add dummy printk support so all tests link.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-11-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 610/bsps
|
||||
* Makefile.am: Add include/tm27.h, Cosmetics.
|
||||
* include/tm27.h: Final cosmetics.
|
||||
|
||||
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Split out tmtest27 support.
|
||||
* include/tm27.h: New.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 613/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 614/bsps
|
||||
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
|
||||
|
||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||
|
||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h, shmsupp/getcfg.c, shmsupp/lock.c,
|
||||
startup/bspstart.c: Convert to using c99 fixed size types.
|
||||
|
||||
2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
Preinstall dist_project_lib*.
|
||||
|
||||
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
|
||||
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../m68k/shared instead of
|
||||
../shared. Reformat.
|
||||
|
||||
2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
|
||||
Remove AM_CONDITIONAL(HAS_MP).
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
|
||||
shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
|
||||
wrapup/Makefile.am.
|
||||
Use automake compilation rules.
|
||||
* clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
|
||||
startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
|
||||
Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add PREINSTALL_DIRS.
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/.cvsignore: Remove.
|
||||
* start/Makefile.am: Remove.
|
||||
* Makefile.am: Merge-in start/Makefile.am.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||
Add PRE/TMPINSTALL_FILES to CLEANFILES.
|
||||
* start/Makefile.am: Ditto.
|
||||
* startup/Makefile.am: Ditto.
|
||||
|
||||
2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate $(LIB).
|
||||
Use noinst_DATA to trigger building libbsp.a.
|
||||
|
||||
2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Remove GENERIC_FILES.
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
* startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Misc cleanups and fixes.
|
||||
* startup/Makefile.am: Misc cleanups and fixes.
|
||||
* wrapup/Makefile.am: Misc cleanups and fixes.
|
||||
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add preinstallation dirstamp support.
|
||||
* clock/Makefile.am: Cosmetics.
|
||||
* console/Makefile.am: Cosmetics.
|
||||
* shmsupp/Makefile.am: Cosmetics.
|
||||
* startup/Makefile.am: Cosmetics.
|
||||
* timer/Makefile.am: Cosmetics.
|
||||
* wrapup/Makefile.am: Cosmetics.
|
||||
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Remove all-local: $(ARCH).
|
||||
* console/Makefile.am: Remove all-local: $(ARCH).
|
||||
* shmsupp/Makefile.am: Remove all-local: $(ARCH).
|
||||
* start/Makefile.am: Remove all-local: $(ARCH).
|
||||
* startup/Makefile.am: Remove all-local: $(ARCH).
|
||||
* timer/Makefile.am: Remove all-local: $(ARCH).
|
||||
* wrapup/Makefile.am: Remove all-local: $(ARCH).
|
||||
|
||||
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in include/Makefile.am.
|
||||
Reflect changes to bsp.am.
|
||||
* include/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2003-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp_specs: Remove *lib:.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h, include/coverhd.h, shmsupp/addrconv.c,
|
||||
shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c,
|
||||
startup/bspstart.c, startup/linkcmds: URL for license changed.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
* clock/Makefile.am: Reflect having moved automake/.
|
||||
* console/Makefile.am: Reflect having moved automake/.
|
||||
* include/Makefile.am: Reflect having moved automake/.
|
||||
* shmsupp/Makefile.am: Reflect having moved automake/.
|
||||
* start/Makefile.am: Reflect having moved automake/.
|
||||
* startup/Makefile.am: Reflect having moved automake/.
|
||||
* timer/Makefile.am: Reflect having moved automake/.
|
||||
* wrapup/Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 452/bsps
|
||||
* startup/Makefile.am: Remove USE_INIT_FINI.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 445/bsps
|
||||
* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
|
||||
Remove cpp, old_cpp (now unused).
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2003-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds*: Add FreeBSD sysctl() sections.
|
||||
|
||||
2002-12-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* start/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.
|
||||
|
||||
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use install-data-local to install startfile.
|
||||
|
||||
2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Added support for -nostdlibs.
|
||||
|
||||
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* console/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* shmsupp/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.
|
||||
* wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
|
||||
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Eliminate PGM.
|
||||
Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
|
||||
|
||||
2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Add bsplib_DATA = linkcmds.
|
||||
|
||||
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
|
||||
Remove $(OBJS) from all-local.
|
||||
|
||||
2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
|
||||
|
||||
2001-05-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* 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>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* start/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
|
||||
|
||||
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
|
||||
happy.
|
||||
|
||||
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Add bspopts.h.
|
||||
* include/.cvsignore: Add bspopts.h*, stamp-h*.
|
||||
* include/Makefile.am: Use *_HEADERS instead of *H_FILES.
|
||||
* include/bsp.h: Include bspopts.h.
|
||||
|
||||
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
|
||||
and libcsupport.h moved from libc to lib/include/rtems and
|
||||
now must be referenced as <rtems/XXX.h>. Header file order
|
||||
was cleaned up while doing this.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
Switch to GNU canonicalization.
|
||||
|
||||
2000-09-29 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
|
||||
|
||||
* startup/linkcmds: Added lines so DWARF debug information
|
||||
would be available. Otherwise gdb complains that the offsets
|
||||
for the debug info are incorrect and doesn't load the files.
|
||||
|
||||
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
|
||||
start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
|
||||
wrapup/Makefile.am: Include compile.am
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
@@ -1,690 +0,0 @@
|
||||
2011-07-13 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
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-06-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: Remove reference to wrapup directory.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspclean.c, startup/page_table.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Include <rtems/btimer.h>.
|
||||
Fix benchmark_timer_read() definition.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/bspclean.c: Remove warnings.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mvme162.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
* make/custom/mvme162lx.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mvme162.cfg: New (relocated from /make/custom).
|
||||
* make/custom/mvme162lx.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* bsp_specs: Move -e start from *link to *startfile to avoid warning
|
||||
for undefined entry symbol when linking relocatables with binutils
|
||||
2.19.
|
||||
|
||||
2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Eliminate uses of old benchmark timer names.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, clock/ckinit.c, 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-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-05 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c: The Shared Memory Driver no longer requires the
|
||||
special IOCTL in Clock_control. This was a hack which has existed
|
||||
since before the Classic API Timer Manager was implemented. All
|
||||
implementations of and references to Clock_control were removed.
|
||||
|
||||
2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h, console/console.c, timer/timer.c: Convert to "bool".
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Eliminate empty function from every benchmark timer
|
||||
driver. Fix spelling.
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Rename timer driver methods to follow RTEMS
|
||||
programming conventions.
|
||||
|
||||
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspclean.c, timer/timer.c, tod/tod.c:
|
||||
Add missing prototypes.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
|
||||
of the Configuration Table. Use the RTEMS provided accessor macros to
|
||||
obtain configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
|
||||
from CPU Table to Configuration Table. Eliminate CPU Table from all
|
||||
ports. Delete references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate the interrupt_vector_table field in the
|
||||
m68k CPU Table since it is never read.
|
||||
|
||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Handle .data.* sections
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac: Add dummy printk support so all tests
|
||||
link.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
|
||||
* include/tod.h: Remove.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-11-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 610/bsps
|
||||
* Makefile.am: Add include/tm27.h, Cosmetics.
|
||||
* include/tm27.h: Final cosmetics.
|
||||
|
||||
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Split out tmtest27 support.
|
||||
* include/tm27.h: New.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 613/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 614/bsps
|
||||
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
|
||||
|
||||
2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* mvme162/startup/bspclean.c: Include <rtems/m68k/zilog/z8036.h>
|
||||
instead of <zilog/z8036.h>.
|
||||
|
||||
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||
|
||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||
* console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
|
||||
|
||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
|
||||
using c99 fixed size types.
|
||||
|
||||
2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
Preinstall dist_project_lib*.
|
||||
|
||||
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
|
||||
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../m68k/shared instead of
|
||||
../shared. Reformat.
|
||||
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pick up ../mvme167/network/network.c.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* README: Remove references to consolex.
|
||||
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
|
||||
network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
|
||||
tod/Makefile.am, wrapup/Makefile.am.
|
||||
Use automake compilation rules.
|
||||
* clock/Makefile.am, console/Makefile.am, network/Makefile.am
|
||||
startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
|
||||
wrapup/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 563/bsps
|
||||
* consolex/consolex.c, consolex/consolex.h, consolex/cTest.c,
|
||||
consolex/Makefile.am, consolex/README:
|
||||
Remove (Abandoned).
|
||||
|
||||
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add PREINSTALL_DIRS.
|
||||
* consolex/Makefile.am: Add PREINSTALL_DIRS.
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||
Add PRE/TMPINSTALL_FILES to CLEANFILES.
|
||||
* consolex/Makefile.am: Ditto.
|
||||
* startup/Makefile.am: Ditto.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/.cvsignore: Remove.
|
||||
* start/Makefile.am: Remove.
|
||||
* Makefile.am: Merge-in start/Makefile.am.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate $(LIB).
|
||||
Use noinst_DATA to trigger building libbsp.a.
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
* startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* consolex/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Misc cleanups and fixes.
|
||||
* start/Makefile.am: Misc cleanups and fixes.
|
||||
* startup/Makefile.am: Misc cleanups and fixes.
|
||||
* wrapup/Makefile.am: Misc cleanups and fixes.
|
||||
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add preinstallation dirstamp support.
|
||||
* clock/Makefile.am: Cosmetics.
|
||||
* console/Makefile.am: Cosmetics.
|
||||
* consolex/Makefile.am: Add preinstallation dirstamp support.
|
||||
* network/Makefile.am: Cosmetics.
|
||||
* startup/Makefile.am: Cosmetics.
|
||||
* timer/Makefile.am: Cosmetics.
|
||||
* tod/Makefile.am: Cosmetics.
|
||||
* tools/Makefile.am: Cosmetics.
|
||||
* wrapup/Makefile.am: Cosmetics.
|
||||
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Remove all-local: $(ARCH).
|
||||
* console/Makefile.am: Remove all-local: $(ARCH).
|
||||
* consolex/Makefile.am: Remove all-local: $(ARCH).
|
||||
* network/Makefile.am: Remove all-local: $(ARCH).
|
||||
* start/Makefile.am: Remove all-local: $(ARCH).
|
||||
* startup/Makefile.am: Remove all-local: $(ARCH).
|
||||
* timer/Makefile.am: Remove all-local: $(ARCH).
|
||||
* tod/Makefile.am: Remove all-local: $(ARCH).
|
||||
* wrapup/Makefile.am: Remove all-local: $(ARCH).
|
||||
|
||||
2003-10-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Correct path to mvme16x_hw.h.
|
||||
|
||||
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in include/Makefile.am.
|
||||
Reflect changes to bsp.am.
|
||||
* include/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2003-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp_specs: Remove *lib:.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c, console/console.c, consolex/cTest.c,
|
||||
consolex/consolex.c, consolex/consolex.h, include/bsp.h,
|
||||
include/coverhd.h, include/tod.h, startup/bspclean.c,
|
||||
startup/bspstart.c, startup/linkcmds, timer/timer.c,
|
||||
timer/timerisr.S, tod/tod.c: URL for license changed.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
* clock/Makefile.am: Reflect having moved automake/.
|
||||
* console/Makefile.am: Reflect having moved automake/.
|
||||
* consolex/Makefile.am: Reflect having moved automake/.
|
||||
* include/Makefile.am: Reflect having moved automake/.
|
||||
* network/Makefile.am: Reflect having moved automake/.
|
||||
* start/Makefile.am: Reflect having moved automake/.
|
||||
* startup/Makefile.am: Reflect having moved automake/.
|
||||
* timer/Makefile.am: Reflect having moved automake/.
|
||||
* tod/Makefile.am: Reflect having moved automake/.
|
||||
* wrapup/Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 452/bsps
|
||||
* startup/Makefile.am: Remove USE_INIT_FINI.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 445/bsps
|
||||
* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
|
||||
Remove cpp, old_cpp (now unused).
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2003-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds*: Add FreeBSD sysctl() sections.
|
||||
|
||||
2002-12-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* consolex/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* start/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.
|
||||
* tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use install-data-local to install startfile.
|
||||
|
||||
2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
|
||||
changes.
|
||||
|
||||
2002-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/page_table.c: Removed warnings.
|
||||
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* wrapup/Makefile.am: PR217 required that the idle task be moved to
|
||||
libcpu so it could be more acutely aware of the CPU model. This
|
||||
file was modified to pick up the idle task from there.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Added support for -nostdlibs.
|
||||
|
||||
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* console/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* consolex/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* network/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.
|
||||
* tod/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* tools/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
|
||||
2002-08-05 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Per PR260 eliminate use of make-target-options. This impacted
|
||||
RTEMS allowing a distinction between the CPU32 and CPU32+ in the
|
||||
SuperCore and required that the m68k optimized memcpy be moved
|
||||
to libcpu.
|
||||
* wrapup/Makefile.am: Pick up memcpy.o from libcpu.
|
||||
|
||||
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Eliminate PGM.
|
||||
Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
|
||||
|
||||
2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Add bsplib_DATA = linkcmds.
|
||||
|
||||
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
|
||||
Remove $(OBJS) from all-local.
|
||||
|
||||
2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
|
||||
|
||||
2001-05-28 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: Corrected spacing.
|
||||
|
||||
2001-05-28 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Per PR31, moved mvme16x_hw.h to shared/mvme.
|
||||
* include/Makefile.am: Modified to reflect movement.
|
||||
* include/mvme16x_hw.h: Moved to shared/mvme.
|
||||
|
||||
2001-05-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* 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-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* consolex/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* network/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* start/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
||||
|
||||
2001-10-29 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Remove explicit force of output format.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
|
||||
|
||||
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Add bspopts.h.
|
||||
* include/.cvsignore: Add bspopts.h*, stamp-h*.
|
||||
* include/Makefile.am: Use *_HEADERS instead of *H_FILES.
|
||||
* consolex/Makefile.am: Ditto.
|
||||
* include/bsp.h: Include bspopts.h.
|
||||
|
||||
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
|
||||
and libcsupport.h moved from libc to lib/include/rtems and
|
||||
now must be referenced as <rtems/XXX.h>. Header file order
|
||||
was cleaned up while doing this.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
Switch to GNU canonicalization.
|
||||
|
||||
2000-09-29 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
|
||||
|
||||
* startup/linkcmds: Added lines so DWARF debug information
|
||||
would be available. Otherwise gdb complains that the offsets
|
||||
for the debug info are incorrect and doesn't load the files.
|
||||
|
||||
2000-09-14 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/mvme16x_hw.h: Include rtems/score/targopts.h so we
|
||||
can check which BSP this is being used with.
|
||||
|
||||
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am, console/Makefile.am, consolex/Makefile.am,
|
||||
start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
|
||||
tod/Makefile.am, wrapup/Makefile.am, network/Makefile.am: Include
|
||||
compile.am
|
||||
|
||||
2000-08-25 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
|
||||
|
||||
* include/mvme16x_hw.h: Added NVRAM_CONFIGURE macro in
|
||||
a manner that should work for 162, 162lx, and 167.
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
@@ -1,97 +0,0 @@
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2007-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Use MKDIR_P instead of mkdir_p.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reworked.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-04-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_EXEEXT (obsolete).
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
Switch to GNU canonicalization, conditionalize building sload.
|
||||
* configure.in: Add checks to build sload, conditionalize building
|
||||
sload.
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
@@ -1,717 +0,0 @@
|
||||
2011-07-13 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
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-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c, fatal/bspfatal.c, startup/bspclean.c,
|
||||
startup/page_table.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Include <rtems/btimer.h>.
|
||||
Fix benchmark_timer_read() definition.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* console/console.c: Add BSP_poll_char.
|
||||
|
||||
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* timer/timer.c: Remove warnings.
|
||||
|
||||
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/bspclean.c, startup/bspstart.c: Remove warnings.
|
||||
|
||||
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* console/console.c: adapted to new prototype for *_write
|
||||
function
|
||||
|
||||
2009-12-08 Eric Norum <wenorum@lbl.gov>
|
||||
|
||||
PR 1479/bsps
|
||||
* fatal/bspfatal.c: Complete strcat conversion.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mvme167.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mvme167.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c: Reflect termios_baud_to_number having been
|
||||
renamed to rtems_termios_baud_to_number.
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
|
||||
Should be automatically handled by confdefs.h or the application.
|
||||
|
||||
2009-08-13 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* console/console.c, timer/timer.c: Fix warnings and typos.
|
||||
|
||||
2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* console/console.c: Convert calls to legacy routine rtems_clock_get(
|
||||
RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-02-17 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
PR 1371/bsps
|
||||
* network/network.c: mvme167 network driver buggy.
|
||||
|
||||
2009-02-17 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
PR 1370/bsps
|
||||
* console/console.c: mvme167 console driver BSP_output_char fails to
|
||||
convert \n -> \n\r
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
PR 1303/bsps
|
||||
* fatal/bspfatal.c: strcat() is safe to use even in worst case, so do
|
||||
not have BSP specific mystrcat().
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, clock/ckinit.c, startup/bspstart.c: 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-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-05 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c: The Shared Memory Driver no longer requires the
|
||||
special IOCTL in Clock_control. This was a hack which has existed
|
||||
since before the Classic API Timer Manager was implemented. All
|
||||
implementations of and references to Clock_control were removed.
|
||||
|
||||
2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c, fatal/bspfatal.c, include/fatal.h,
|
||||
timer/timer.c: Convert to "bool".
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c, timer/timerisr.S: Eliminate empty function from every
|
||||
benchmark timer driver. Fix spelling.
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c, timer/timerisr.S: Rename timer driver methods to
|
||||
follow RTEMS programming conventions.
|
||||
|
||||
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Add missing prototypes.
|
||||
|
||||
2008-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* 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.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
|
||||
of the Configuration Table. Use the RTEMS provided accessor macros to
|
||||
obtain configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
|
||||
from CPU Table to Configuration Table. Eliminate CPU Table from all
|
||||
ports. Delete references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate the interrupt_vector_table field in the
|
||||
m68k CPU Table since it is never read.
|
||||
|
||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Handle .data.* sections
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2006-01-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* network/network.c: Remove warnings.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-04-26 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* network/network.c: Change int to rtems_id to eliminate warning.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-11-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 610/bsps
|
||||
* Makefile.am: Add include/tm27.h, Cosmetics.
|
||||
* include/tm27.h: Final cosmetics.
|
||||
|
||||
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Split out tmtest27 support.
|
||||
* include/tm27.h: New.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 613/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 614/bsps
|
||||
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
|
||||
|
||||
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||
|
||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||
|
||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* clock/ckinit.c, console/console-recording.h, console/console.c,
|
||||
fatal/bspfatal.c, include/fatal.h, network/network.c,
|
||||
network/uti596.h, startup/bspstart.c, timer/timer.c: Convert to
|
||||
using c99 fixed size types.
|
||||
|
||||
2004-03-05 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* network/network.c: Remove warnings for unused routines left from
|
||||
original code.
|
||||
|
||||
2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
Preinstall dist_project_lib*.
|
||||
|
||||
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
|
||||
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../m68k/shared instead of
|
||||
../shared. Reformat.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
|
||||
fatal/Makefile.am, network/Makefile.am, startup/Makefile.am,
|
||||
timer/Makefile.am, wrapup/Makefile.am.
|
||||
Use automake compilation rules.
|
||||
* clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
|
||||
network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
|
||||
wrapup/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* console/console-recording.c: Remove (rename to console-recording.h).
|
||||
* console/console-recording.h: New.
|
||||
|
||||
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add PREINSTALL_DIRS.
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||
Add PRE/TMPINSTALL_FILES to CLEANFILES.
|
||||
* startup/Makefile.am: Ditto.
|
||||
|
||||
2004-01-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Remove.
|
||||
* Makefile.am: Merge-in start/Makefile.am.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate $(LIB).
|
||||
Use noinst_DATA to trigger building libbsp.a.
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
* startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Misc cleanups and fixes.
|
||||
* start/Makefile.am: Misc cleanups and fixes.
|
||||
* startup/Makefile.am: Misc cleanups and fixes.
|
||||
* wrapup/Makefile.am: Misc cleanups and fixes.
|
||||
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add preinstallation dirstamp support.
|
||||
* clock/Makefile.am: Cosmetics.
|
||||
* console/Makefile.am: Cosmetics.
|
||||
* fatal/Makefile.am: Cosmetics.
|
||||
* network/Makefile.am: Cosmetics.
|
||||
* startup/Makefile.am: Cosmetics.
|
||||
* timer/Makefile.am: Cosmetics.
|
||||
* wrapup/Makefile.am: Cosmetics.
|
||||
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Remove all-local: $(ARCH).
|
||||
* console/Makefile.am: Remove all-local: $(ARCH).
|
||||
* fatal/Makefile.am: Remove all-local: $(ARCH).
|
||||
* network/Makefile.am: Remove all-local: $(ARCH).
|
||||
* start/Makefile.am: Remove all-local: $(ARCH).
|
||||
* startup/Makefile.am: Remove all-local: $(ARCH).
|
||||
* timer/Makefile.am: Remove all-local: $(ARCH).
|
||||
* wrapup/Makefile.am: Remove all-local: $(ARCH).
|
||||
|
||||
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in include/Makefile.am.
|
||||
Reflect changes to bsp.am.
|
||||
* include/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c, console/console-recording.c, console/console.c,
|
||||
fatal/bspfatal.c, include/bsp.h, include/coverhd.h, include/fatal.h,
|
||||
include/page_table.h, startup/bspclean.c, startup/bspstart.c,
|
||||
startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
|
||||
changed.
|
||||
|
||||
2003-08-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
|
||||
* console/Makefile.am: Don't include @RTEMS_BSP@.cfg
|
||||
Remove BSP_CPPFLAGS.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
* clock/Makefile.am: Reflect having moved automake/.
|
||||
* console/Makefile.am: Reflect having moved automake/.
|
||||
* fatal/Makefile.am: Reflect having moved automake/.
|
||||
* include/Makefile.am: Reflect having moved automake/.
|
||||
* network/Makefile.am: Reflect having moved automake/.
|
||||
* start/Makefile.am: Reflect having moved automake/.
|
||||
* startup/Makefile.am: Reflect having moved automake/.
|
||||
* timer/Makefile.am: Reflect having moved automake/.
|
||||
* wrapup/Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 452/bsps
|
||||
* startup/Makefile.am: Remove USE_INIT_FINI.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 445/bsps
|
||||
* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
|
||||
Remove cpp, old_cpp (now unused).
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2003-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds*: Add FreeBSD sysctl() sections.
|
||||
|
||||
2002-12-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* console/Makefile.am: Eliminate C_O_FILES.
|
||||
* fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* start/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.
|
||||
|
||||
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use install-data-local to install startfile.
|
||||
|
||||
2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-11-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console.c: Removed warnings.
|
||||
|
||||
2002-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* network/network.c, startup/bspclean.c: Removed warnings.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Added support for -nostdlibs.
|
||||
|
||||
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* console/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* network/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.
|
||||
* wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
|
||||
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Eliminate PGM.
|
||||
Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
|
||||
|
||||
2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Add bsplib_DATA = linkcmds.
|
||||
|
||||
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
|
||||
Remove $(OBJS) from all-local.
|
||||
|
||||
2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
|
||||
|
||||
2001-05-28 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Per PR31, moved mvme16x_hw.h to shared/mvme.
|
||||
* include/Makefile.am: Modified to reflect movement.
|
||||
|
||||
2001-05-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* 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-05-01 Eric Norum <eric.norum@usask.ca>
|
||||
|
||||
* console/console.c, fatal/bspfatal.c, startup/bspclean.c,
|
||||
startup/page_table.c: Per PR200 fix multi-line inline assembly
|
||||
to satisfy gcc 3.1 and newer.
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* network/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* start/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
|
||||
|
||||
2001-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
|
||||
Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
|
||||
Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
|
||||
Add AC_DEFINE_UNQUOTED([mvme167]).
|
||||
|
||||
2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Use 'CLEANFILES ='.
|
||||
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
|
||||
|
||||
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Add bspopts.h.
|
||||
* include/.cvsignore: Add bspopts.h*, stamp-h*.
|
||||
* include/Makefile.am: Use *_HEADERS instead of *H_FILES.
|
||||
* include/bsp.h: Include bspopts.h.
|
||||
|
||||
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
|
||||
and libcsupport.h moved from libc to lib/include/rtems and
|
||||
now must be referenced as <rtems/XXX.h>. Header file order
|
||||
was cleaned up while doing this.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
Switch to GNU canonicalization.
|
||||
|
||||
2000-09-12 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* network/network.c (uti596_attach): Adjust cpp directives
|
||||
and conditional braces so all cases compile.
|
||||
|
||||
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
|
||||
start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
|
||||
wrapup/Makefile.am, network/Makefile.am: Include compile.am
|
||||
|
||||
2000-08-11 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
|
||||
|
||||
* console.c(_BSP_output_char): Output CR after LF for printk.
|
||||
|
||||
2000-08-11 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
|
||||
|
||||
* README: Updated
|
||||
* console/console.c: Fix polled input.
|
||||
Add support for shared printk.
|
||||
Add support for more flexible polled I/O with and without termios.
|
||||
I/O mode and console is selectable either from NVRAM or from
|
||||
mvme167.cfg. Clean up comments.
|
||||
|
||||
2000-08-11 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
|
||||
|
||||
* startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
|
||||
* include/bsp.h: Reorganize NVRAM parameters.
|
||||
Add support for shared printk.
|
||||
* times: These are the times for the MVME167, not the MBX860-002.
|
||||
|
||||
2000-08-11 John Cotton <john.cotton@nrc.ca>
|
||||
|
||||
* network/network.c: Fix NVRAM configuration parameter
|
||||
handling from previous revision.
|
||||
Check J1-4, restructure NVRAM parameter handling.
|
||||
|
||||
2000-08-11 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
|
||||
|
||||
* network/network.c: Cleanup of network driver to reduce warnings.
|
||||
Addition of second parameter to uti596_attach.
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
@@ -1,688 +0,0 @@
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h, startup/m68k-stub.c, startup/trace.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Include <rtems/btimer.h>.
|
||||
Fix benchmark_timer_read() definition.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-06-22 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* startup/m68k-stub.c: PR 1539. Fix buffer overrun.
|
||||
|
||||
2010-04-30 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Add BSP_SMALL_MEMORY.
|
||||
|
||||
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/m68k-stub.c: Remove warnings.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/ods68302.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/ods68302.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* startup/cpuboot.c: Update for boot_card command line change.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared tm27.h stub.
|
||||
* include/tm27.h: Removed.
|
||||
|
||||
2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Eliminate uses of old benchmark timer names.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, clock/ckinit.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.
|
||||
* startup/bspstart.c: Removed.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, 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.
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/m68k-stub.c: Convert to "bool".
|
||||
|
||||
2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c: The Shared Memory Driver no longer requires the
|
||||
special IOCTL in Clock_control. This was a hack which has existed
|
||||
since before the Classic API Timer Manager was implemented. All
|
||||
implementations of and references to Clock_control were removed.
|
||||
|
||||
2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c, timer/timer.c: Convert to "bool".
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c, timer/timerisr.S: Eliminate empty function from every
|
||||
benchmark timer driver. Fix spelling.
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c, timer/timerisr.S: Rename timer driver methods to
|
||||
follow RTEMS programming conventions.
|
||||
|
||||
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/cpuboot.c, startup/memcheck.c, timer/timer.c:
|
||||
Add missing prototypes.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
|
||||
of the Configuration Table. Use the RTEMS provided accessor macros to
|
||||
obtain configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
|
||||
from CPU Table to Configuration Table. Eliminate CPU Table from all
|
||||
ports. Delete references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate the interrupt_vector_table field in the
|
||||
m68k CPU Table since it is never read.
|
||||
|
||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Handle .data.* sections
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Add dummy printk support so all tests link.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-01-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add rom section to remove warning.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2005-01-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Use AS_HELP_STRING instead of AC_HELP_STRING.
|
||||
|
||||
2004-11-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
|
||||
|
||||
2004-11-19 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* startup/m68k-stub.c: Use (defined(__mc68020__) && !defined(__mcpu32__))
|
||||
instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 610/bsps
|
||||
* Makefile.am: Add include/tm27.h, Cosmetics.
|
||||
* include/tm27.h: Final cosmetics.
|
||||
|
||||
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Split out tmtest27 support.
|
||||
* include/tm27.h: New.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 613/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 614/bsps
|
||||
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
|
||||
|
||||
2004-04-03 Ralf Corsepiu <ralf_corsepiu@rtems.org>
|
||||
|
||||
* c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c,
|
||||
c/src/lib/libbsp/m68k/ods68302/include/bsp.h,
|
||||
c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c,
|
||||
c/src/lib/libbsp/m68k/ods68302/startup/crc.c,
|
||||
c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c,
|
||||
c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c,
|
||||
c/src/lib/libbsp/m68k/ods68302/timer/timer.c: Include
|
||||
<rtems/m68k/m68302.h> instead of <m68302.h>.
|
||||
|
||||
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||
|
||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||
|
||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* clock/ckinit.c, include/bare.h, include/bsp.h, include/crc.h,
|
||||
startup/bspstart.c, startup/cpuboot.c, startup/crc.c,
|
||||
startup/gdb-hooks.c, startup/m68302scc.c, timer/timer.c: Convert to
|
||||
using c99 fixed size types.
|
||||
|
||||
2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
Preinstall dist_project_lib*.
|
||||
|
||||
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
|
||||
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../m68k/shared instead of
|
||||
../shared. Reformat.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/reset.S: Remove cat(). Add EXPAND(). Make EXCEPTION_HANDLER
|
||||
ANSI-C compliant.
|
||||
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
|
||||
start/Makefile.am, startup/Makefile.am, timer/Makefile.am
|
||||
wrapup/Makefile.am.
|
||||
Use automake compilation rules.
|
||||
* clock/Makefile.am, console/Makefile.am, start/Makefile.am,
|
||||
startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
|
||||
Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add PREINSTALL_DIRS.
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Remove non-existing times from EXTRA_DIST.
|
||||
* start/Makefile.am: Remove non-existing cpuboot.c from EXTRA_DIST.
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||
Add PRE/TMPINSTALL_FILES to CLEANFILES.
|
||||
* start/Makefile.am: Ditto.
|
||||
* startup/Makefile.am: Ditto.
|
||||
|
||||
2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate $(LIB).
|
||||
Use noinst_DATA to trigger building libbsp.a.
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
* startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Misc cleanups and fixes.
|
||||
* startup/Makefile.am: Misc cleanups and fixes.
|
||||
* wrapup/Makefile.am: Misc cleanups and fixes.
|
||||
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add preinstallation dirstamp support.
|
||||
* clock/Makefile.am: Cosmetics.
|
||||
* console/Makefile.am: Cosmetics.
|
||||
* startup/Makefile.am: Cosmetics.
|
||||
* timer/Makefile.am: Cosmetics.
|
||||
* wrapup/Makefile.am: Cosmetics.
|
||||
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Remove all-local: $(ARCH).
|
||||
* console/Makefile.am: Remove all-local: $(ARCH).
|
||||
* start/Makefile.am: Remove all-local: $(ARCH).
|
||||
* startup/Makefile.am: Remove all-local: $(ARCH).
|
||||
* timer/Makefile.am: Remove all-local: $(ARCH).
|
||||
* wrapup/Makefile.am: Remove all-local: $(ARCH).
|
||||
|
||||
2003-10-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/bsp.h: Replace stringification madness to pick up bare.h
|
||||
(Doesn't work with gcc >= 3.3) with a somewhat cleaner madness.
|
||||
|
||||
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in include/Makefile.am.
|
||||
Reflect changes to bsp.am.
|
||||
* include/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2003-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp_specs: Remove *lib:.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
|
||||
startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for
|
||||
license changed.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* start/debugreset.S, start/reset.S: Removed incorrect statement about
|
||||
copyright assignment.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
* clock/Makefile.am: Reflect having moved automake/.
|
||||
* console/Makefile.am: Reflect having moved automake/.
|
||||
* include/Makefile.am: Reflect having moved automake/.
|
||||
* start/Makefile.am: Reflect having moved automake/.
|
||||
* startup/Makefile.am: Reflect having moved automake/.
|
||||
* timer/Makefile.am: Reflect having moved automake/.
|
||||
* wrapup/Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 452/bsps
|
||||
* startup/Makefile.am: Remove USE_INIT_FINI.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 445/bsps
|
||||
* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
|
||||
Remove cpp, old_cpp (now unused).
|
||||
|
||||
2003-06-22 Chris Johns <cjohns@cybertec.com.au>
|
||||
|
||||
PR 264/bsps
|
||||
PR 414/bsps
|
||||
* start/reset.S, startup/cpuboot.c, startup/linkcmds:
|
||||
PR264 - Stopped the core dump by removing the bad instruction.
|
||||
PR414 - Fixed the global interupt vector register.
|
||||
Linker command file to have the boot code in the first 8K.
|
||||
The chip select remap needed to be volatile.
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2003-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds*: Add FreeBSD sysctl() sections.
|
||||
|
||||
2002-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* start/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.
|
||||
|
||||
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use install-data-local to install startfile.
|
||||
|
||||
2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/m68k-stub.c: Removed typos.
|
||||
|
||||
2002-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/m68k-stub.c: Removed warnings.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* wrapup/Makefile.am: PR217 required that the idle task be moved to
|
||||
libcpu so it could be more acutely aware of the CPU model. This
|
||||
file was modified to pick up the idle task from there.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Added support for -nostdlibs.
|
||||
|
||||
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* console/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.
|
||||
* wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
|
||||
2002-08-07 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* start/Makefile.am: Pick up rest of Ralf'f changes and use
|
||||
cp not make-rel since there is no point in this case.
|
||||
* start/debugreset.S: Rights were not assigned.
|
||||
* start/reset.S: Add ifdef to avoid core dump until Chris can
|
||||
track it down.
|
||||
* start/cpuboot.c: Moved to startup.
|
||||
* startup/Makefile.am: Account for above.
|
||||
|
||||
2002-08-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
|
||||
anywhere).
|
||||
Add ODS60302_DEBUG conditional.
|
||||
* include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
|
||||
* configure.ac: Add --enable-ods60302-debug.
|
||||
Add ODS60302_DEBUG conditional.
|
||||
|
||||
2002-08-05 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Per PR260 eliminate use of make-target-options. This impacted
|
||||
RTEMS allowing a distinction between the CPU32 and CPU32+ in the
|
||||
SuperCore and required that the m68k optimized memcpy be moved
|
||||
to libcpu.
|
||||
* wrapup/Makefile.am: Pick up memcpy.o from libcpu.
|
||||
|
||||
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Fix bug in previous patch.
|
||||
Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
|
||||
|
||||
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Eliminate PGM.
|
||||
Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
|
||||
|
||||
2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
|
||||
|
||||
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
|
||||
Remove $(OBJS) from all-local.
|
||||
|
||||
2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
|
||||
|
||||
2001-05-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* 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>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* start/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
||||
|
||||
2001-11-27 Joel Sherrill <joel@OARcorp.com>,
|
||||
|
||||
This was tracked as PR39.
|
||||
* include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
|
||||
startup/linkcmds, startup/rom: Eliminated required definition of
|
||||
macros in the custom file for the BSP to compile. The ROM and ROM
|
||||
address and size settings are now linker script items.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2001-09-27 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Renamed delay() to rtems_bsp_delay().
|
||||
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
|
||||
|
||||
2001-06-19 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/Makefile.am: Fixed typo.
|
||||
|
||||
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Add bspopts.h.
|
||||
* include/.cvsignore: Add bspopts.h*, stamp-h*.
|
||||
* include/Makefile.am: Use *_HEADERS instead of *H_FILES.
|
||||
* include/bsp.h: Include bspopts.h.
|
||||
|
||||
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
|
||||
and libcsupport.h moved from libc to lib/include/rtems and
|
||||
now must be referenced as <rtems/XXX.h>. Header file order
|
||||
was cleaned up while doing this.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
Switch to GNU canonicalization.
|
||||
|
||||
2000-10-19 Antti P Miettinen <anmietti@trshp.ntc.nokia.com>
|
||||
|
||||
* clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
|
||||
|
||||
2000-09-29 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
|
||||
|
||||
* startup/linkcmds: Added lines so DWARF debug information
|
||||
would be available. Otherwise gdb complains that the offsets
|
||||
for the debug info are incorrect and doesn't load the files.
|
||||
|
||||
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am, console/Makefile.am, start/Makefile.am,
|
||||
startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
|
||||
compile.am
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
@@ -1,29 +0,0 @@
|
||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* m68k-stub.c: Convert to using c99 fixed size types.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2002-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* m68k-stub.c: Corrected typos.
|
||||
|
||||
2002-10-31 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* m68k-stub.c: Fixed warnings about multi-line strings in asm.
|
||||
|
||||
2002-07-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* m68k-stub.c: Eliminated multi-line asm statements for gcc 3.x.
|
||||
|
||||
2002-06-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
|
||||
|
||||
* Added m68k serial stub that is thread aware.
|
||||
* ChangeLog, gdb_if.h, m68k-stub.c, Makefile.am: New files.
|
||||
|
||||
@@ -1,602 +0,0 @@
|
||||
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1917/bsps
|
||||
* Makefile.am, console/conscfg.c: Modifications to add dynamic tables
|
||||
for libchip serial drivers.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/bsppredriverhook.c: Remove warnings.
|
||||
|
||||
2010-04-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/debugio.c: Include <unistd.h>.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/sim68000.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
* make/custom/simcpu32.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/sim68000.cfg: New (relocated from /make/custom).
|
||||
* make/custom/simcpu32.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* configure.ac, console/conscfg.c: Add CONSOLE_USE_INTERRUPTS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared tm27.h stub.
|
||||
* include/tm27.h: Removed.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
|
||||
* Makefile.am: Reflect changes above.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, 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.
|
||||
* console/debugio.c, startup/bsppredriverhook.c: New files.
|
||||
* startup/bspstart.c: Removed.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/clockdrv.c, startup/bspstart.c: Add missing prototypes.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Eliminate copies of the
|
||||
Configuration Table. Use the RTEMS provided accessor macros to obtain
|
||||
configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
|
||||
Configuration Table. Eliminate CPU Table from all ports. Delete
|
||||
references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Moved most of the remaining CPU Table fields to
|
||||
the Configuration Table. This included pretasking_hook,
|
||||
predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
|
||||
extra_mpci_receive_server_stack, stack_allocate_hook, and
|
||||
stack_free_hook. As a side-effect of this effort some multiprocessing
|
||||
code was made conditional and some style clean up occurred.
|
||||
|
||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Handle .data.* sections
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-11-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
|
||||
Also extended RAM section since this is for a simulator
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 610/bsps
|
||||
* Makefile.am: Add include/tm27.h, Cosmetics.
|
||||
* include/tm27.h: Final cosmetics.
|
||||
|
||||
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Split out tmtest27 support.
|
||||
* include/tm27.h: New.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 613/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 614/bsps
|
||||
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
|
||||
|
||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||
|
||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* clock/clockdrv.c, console/conscfg.c, include/bsp.h,
|
||||
startup/bspstart.c: Convert to using c99 fixed size types.
|
||||
|
||||
2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
Preinstall dist_project_lib*.
|
||||
|
||||
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
|
||||
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../m68k/shared instead of
|
||||
../shared. Reformat.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||
|
||||
2004-01-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
|
||||
startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use
|
||||
automake compilation rules.
|
||||
* clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
|
||||
timer/Makefile.am, wrapup/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add PREINSTALL_DIRS.
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
|
||||
* startup/Makefile.am: Remove non-existing files setvec.c,
|
||||
bspclean.c, exit.c from EXTRA_DIST.
|
||||
* timer/Makefile.am: Remove non-existing file timer.c from EXTRA_DIST.
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||
Add PRE/TMPINSTALL_FILES to CLEANFILES.
|
||||
* startup/Makefile.am: Ditto.
|
||||
|
||||
2004-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Remove.
|
||||
* Makefile.am: Merge-in start/Makefile.am.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate $(LIB).
|
||||
Use noinst_DATA to trigger building libbsp.a.
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
* startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Misc cleanups and fixes.
|
||||
* startup/Makefile.am: Misc cleanups and fixes.
|
||||
* wrapup/Makefile.am: Misc cleanups and fixes.
|
||||
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add preinstallation dirstamp support.
|
||||
* clock/Makefile.am: Cosmetics.
|
||||
* console/Makefile.am: Cosmetics.
|
||||
* startup/Makefile.am: Cosmetics.
|
||||
* timer/Makefile.am: Cosmetics.
|
||||
* wrapup/Makefile.am: Cosmetics.
|
||||
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Remove all-local: $(ARCH).
|
||||
* console/Makefile.am: Remove all-local: $(ARCH).
|
||||
* start/Makefile.am: Remove all-local: $(ARCH).
|
||||
* startup/Makefile.am: Remove all-local: $(ARCH).
|
||||
* timer/Makefile.am: Remove all-local: $(ARCH).
|
||||
* wrapup/Makefile.am: Remove all-local: $(ARCH).
|
||||
|
||||
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in include/Makefile.am.
|
||||
Reflect changes to bsp.am.
|
||||
* include/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2003-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp_specs: Remove *lib:.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/conscfg.c, include/bsp.h, startup/bspstart.c,
|
||||
startup/spurious_assistant.c: URL for license changed.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* start/start.S: Removed incorrect statement about copyright
|
||||
assignment.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
* clock/Makefile.am: Reflect having moved automake/.
|
||||
* console/Makefile.am: Reflect having moved automake/.
|
||||
* include/Makefile.am: Reflect having moved automake/.
|
||||
* start/Makefile.am: Reflect having moved automake/.
|
||||
* startup/Makefile.am: Reflect having moved automake/.
|
||||
* timer/Makefile.am: Reflect having moved automake/.
|
||||
* wrapup/Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 445/bsps
|
||||
* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
|
||||
Remove cpp, old_cpp (now unused).
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2003-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds*: Add FreeBSD sysctl() sections.
|
||||
|
||||
2002-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* start/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.
|
||||
|
||||
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use install-data-local to install startfile.
|
||||
|
||||
2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/conscfg.c, startup/bspstart.c: Removed warnings.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* wrapup/Makefile.am: PR217 required that the idle task be moved to
|
||||
libcpu so it could be more acutely aware of the CPU model. This
|
||||
file was modified to pick up the idle task from there.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Added support for -nostdlibs.
|
||||
|
||||
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* console/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.
|
||||
* wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
|
||||
2002-08-05 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Per PR260 eliminate use of make-target-options. This impacted
|
||||
RTEMS allowing a distinction between the CPU32 and CPU32+ in the
|
||||
SuperCore and required that the m68k optimized memcpy be moved
|
||||
to libcpu.
|
||||
* wrapup/Makefile.am: Pick up memcpy.o from libcpu.
|
||||
|
||||
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Eliminate PGM.
|
||||
Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
|
||||
|
||||
2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Add bsplib_DATA = linkcmds.
|
||||
|
||||
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
|
||||
Remove $(OBJS) from all-local.
|
||||
|
||||
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Add $(LIB) to all-local.
|
||||
|
||||
2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
|
||||
|
||||
2001-05-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* 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>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* start/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
|
||||
* startup/spurious_assistant.c: Include rtems/bspIo.h instead of bspIo.h.
|
||||
|
||||
2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
||||
|
||||
2001-10-30 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* start/start.S: Use __mcpu32__ instead of mcpu32 and change sense
|
||||
of conditional so cpu32 does not attempt to use 68000 style
|
||||
interrupt vectoring.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2001-09-27 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Renamed delay() to rtems_bsp_delay().
|
||||
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Use 'CLEANFILES ='.
|
||||
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
|
||||
|
||||
2001-06-19 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* start/start.S: Reverse sense of conditional compilation so the
|
||||
code will compile for a cpu32.
|
||||
|
||||
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Add bspopts.h.
|
||||
* include/.cvsignore: Add bspopts.h*, stamp-h*.
|
||||
* include/Makefile.am: Use *_HEADERS instead of *H_FILES.
|
||||
* include/bsp.h: Include bspopts.h.
|
||||
|
||||
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
|
||||
|
||||
2001-01-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* start/start.S: Added space for vectors on CPU32 configuration.
|
||||
* startup/bspstart.c: Fixed typo.
|
||||
|
||||
2000-12-19 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Set _VBR to 0 to indicate that the vectors are
|
||||
in RAM not ROM. Thanks to Juan Zamorano <jzamora@fi.upm.es> for
|
||||
debugging this.
|
||||
|
||||
2000-11-27 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* start/start.S, startup/bspstart.c: Not functional for CPU32
|
||||
but hopefully will compile now and give a warning saying that
|
||||
the CPU32 variant needs work.
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
|
||||
and libcsupport.h moved from libc to lib/include/rtems and
|
||||
now must be referenced as <rtems/XXX.h>. Header file order
|
||||
was cleaned up while doing this.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
Switch to GNU canonicalization.
|
||||
|
||||
2000-09-29 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
|
||||
|
||||
* startup/linkcmds: Added lines so DWARF debug information
|
||||
would be available. Otherwise gdb complains that the offsets
|
||||
for the debug info are incorrect and doesn't load the files.
|
||||
|
||||
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am, console/Makefile.am, start/Makefile.am,
|
||||
startup/Makefile.am, wrapup/Makefile.am: Include compile.am
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
@@ -1,577 +0,0 @@
|
||||
2011-07-13 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
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-15 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* startup/bspstart.c: Fix clock code on qemu. Also ensure UART is
|
||||
initialized early for printk.
|
||||
|
||||
2011-03-04 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
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-17 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
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-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/clock.c, startup/bspstart.c, startup/init5282.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Include <rtems/btimer.h>.
|
||||
Fix benchmark_timer_read() definition.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-04-27 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* network/network.c: Remove warnings.
|
||||
|
||||
2010-04-27 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* network/network.c, startup/bspclean.c, startup/init5282.c: Remove
|
||||
warnings.
|
||||
|
||||
2010-04-26 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* startup/bspstart.c: Clean up some warnings.
|
||||
* network/network.c: Fix up full/half duplex printout and some warnings.
|
||||
|
||||
2010-04-08 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* start/start.S: Spacing.
|
||||
|
||||
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* console/console.c: adapted to new prototype for *_write
|
||||
function
|
||||
|
||||
2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c: Add missing prototype.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/uC5282.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/uC5282.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c: Reflect termios_baud_to_number having been
|
||||
renamed to rtems_termios_baud_to_number.
|
||||
|
||||
2009-09-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* console/console.c: Add pointer to method used by getchark().
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-09-09 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* 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-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* clock/clock.c, include/bsp.h: Rename BSP specific idle thread to
|
||||
bsp_idle_thread.
|
||||
|
||||
2009-07-30 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* include/bsp.h, network/network.c, startup/bspstart.c: Try enabling
|
||||
the data cache.
|
||||
|
||||
2009-07-28 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
PR 1420/bsps
|
||||
* startup/bspstart.c: 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-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
PR 1420/bsps
|
||||
* startup/bspstart.c: Turn off buffered writes.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2009-03-02 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
PR 1375/bsps
|
||||
* clock/clock.c: Correct implementation of nanoseconds since last tick
|
||||
handler.
|
||||
|
||||
2009-02-25 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/clock.c, include/bsp.h: Make bsp idle thread names match.
|
||||
|
||||
2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* clock/clock.c, include/bsp.h: Change prototype of IDLE thread to
|
||||
consistently return void * and take a uintptr_t argument.
|
||||
|
||||
2009-01-21 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
PR 1358/bsps
|
||||
* clock/clock.c: Fix time-access bug in uc5282 BSP.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared stub coverhd.h
|
||||
* include/coverhd.h: Removed.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/clock.c: include "../../../shared/clockdrv_shell.h".
|
||||
* Makefile.am: Reflect changes above.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c, startup/linkcmds: Use top level
|
||||
shared bsp_get_work_area() implementation.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Convert to "bool".
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Eliminate empty function from every benchmark timer
|
||||
driver. Fix spelling.
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Rename timer driver methods to follow RTEMS
|
||||
programming conventions.
|
||||
|
||||
2008-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* 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.
|
||||
|
||||
2008-05-19 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Back
|
||||
out changes from 2008-05-16 -- they don't seem to work.
|
||||
|
||||
2008-05-16 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Use
|
||||
shared version of bootstrap to set up workspace.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-04-24 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* startup/bspstart.c: More clean up of FPGA interrupts.
|
||||
|
||||
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* console/console.c: Remove all references to console_reserve_resources
|
||||
and termios_reserve_resources.
|
||||
|
||||
2008-04-07 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* startup/bspstart.c: Clean up non-FPGA use of EPORT interrupts.
|
||||
|
||||
2008-04-07 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* network/network.c: Track half/fullduplex changes from 4.7 branch.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/clock.c, include/bsp.h: Correct prototype of idle thread. Eric
|
||||
Norum pointed out this was wrong.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/clock.c, include/bsp.h, startup/bspstart.c: Eliminate copies of
|
||||
the Configuration Table. Use the RTEMS provided accessor macros to
|
||||
obtain configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Move interrupt_stack_size field from
|
||||
CPU Table to Configuration Table. Eliminate CPU Table from all ports.
|
||||
Delete references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate the interrupt_vector_table field in the
|
||||
m68k CPU Table since it is never read.
|
||||
|
||||
2007-11-26 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* network/network.c: Fix LED configuration to match uCDIMM.
|
||||
|
||||
2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Formatting.
|
||||
|
||||
2007-10-14 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* clock/clock.c: Add nanoseconds since tick support.
|
||||
|
||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Handle .data.* sections
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-03-12 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h,
|
||||
include/tm27.h, network/network.c, start/start.S, startup/bspclean.c,
|
||||
startup/bspstart.c, startup/init5282.c, startup/linkcmds,
|
||||
timer/timer.c: Correct license URL and/or fix mistake in copyright
|
||||
notice. Both of these mistakes appear to be from code submitted after
|
||||
these changes were made previously.
|
||||
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2007-03-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 1227/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION and
|
||||
MAX_SHORT_TEST_DURATION. They are obsolete and unused.
|
||||
|
||||
2006-12-14 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* startup/bspstart.c: Changed BSP_installVME_isr() so that
|
||||
the special handling of a 'FPGA interrupt' [this FPGA is *not*
|
||||
present on the uC5282 module but is externally connected to
|
||||
IRQ1 on Eric Norum's particular 'motherboard'] is only
|
||||
activated when connecting to the special vectors > 192.
|
||||
The change allows us ordinary users [:-)] to use IRQ1
|
||||
normally, simply by connecting an ISR to vector 64+1...
|
||||
Also, BSP_enable_irq_at_pic(), BSP_disable_irq_at_pic(),
|
||||
BSP_irq_is_enabled_at_pic() were introduced (compat. with
|
||||
some PPC BSPs).
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-08-01 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* startup/bspstart.c: Add bsp_setbenv system call.
|
||||
|
||||
2006-05-15 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* startup/bspstart.c: Add checks for FPGA interrupt request overflow.
|
||||
Allow single spurious FPGA interrupt.
|
||||
|
||||
2006-04-11 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* startup/bspstart.c: Install default exception handler.
|
||||
|
||||
2006-03-24 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* startup/bspstart.c: Add missing reset-cause bit.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||
|
||||
2006-02-06 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* clock/clock.c: Avoid division by zero.
|
||||
|
||||
2006-01-29 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* clock/clock.c, network/network.c, startup/bspstart.c:
|
||||
Add an 'extended BSP' routine which returns the CPU load average.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2005-12-19 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* startup/bspstart.c: Add another 'extended BSP' routine which return
|
||||
reboot status register information.
|
||||
|
||||
2005-11-12 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove %cpp.
|
||||
|
||||
2005-11-11 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* console/console.c: Clean up UART2 pin setup. Protect pin setup code.
|
||||
|
||||
2005-11-08 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* console/console.c: Add code to set up pin assignments
|
||||
|
||||
2005-11-07 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* Almost everything: Assign copyright to OAR.
|
||||
|
||||
2005-10-26 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* README, network/network.c: Add support for forcing link parameters.
|
||||
|
||||
2005-09-16 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* startup/bspstart.c: Add bsp_reset bootrom call.
|
||||
* startup/bspclean.c: Call bsp_reset from bsp_cleanup().
|
||||
|
||||
2005-07-05 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* startup/linkcmdc: Add .gnu.linkonce.b
|
||||
|
||||
2005-07-05 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* startup/bspstart.c: Ensure that CS[12]n are enabled.
|
||||
|
||||
2005-06-28 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* network/network.c: Add full/half-duplex auto-negotiation support.
|
||||
|
||||
2005-06-20 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* network/network.c: Clean up transmit buffer realignment. Many
|
||||
thanks to Mr. Kolja Waschk for identifying the problem.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-05-23 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* startup/linkcmds
|
||||
startup/bspstart.c: Followup fix to Joel's/Chris's VBR changes.
|
||||
|
||||
2005-05-11 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* startup/bspstart.c: Followup fix to Joel's changes of 2005-05-03.
|
||||
|
||||
2005-05-10 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* network/network.c: Poke RDAR/TDAR every time.
|
||||
Add more diagnostic printout.
|
||||
|
||||
2005-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/init5282.c: Remove use of _Coldfire_VBR and use _VBR as rest
|
||||
of m68k family.
|
||||
|
||||
2005-04-26 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* network/network.c: Eliminate warnings.
|
||||
|
||||
2005-04-20 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* startup/bspstart.c
|
||||
* network/network.c: Try instruction-only cache.
|
||||
|
||||
2005-04-19 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* startup/bspstart.c: Expose read/write copy of cache control registers
|
||||
in case some application diagnostic code wants to
|
||||
display the values.
|
||||
|
||||
2005-04-13 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* network/network.c: Add some more diagnostics.
|
||||
Poke TDAR/RDAR only when necessary.
|
||||
|
||||
2005-04-10 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* startup/bspstart.c: Set up IRQ1* handling properly.
|
||||
|
||||
2005-04-08 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* startup/bspstart.c: FPGA interrupt status register is now 16-bit.
|
||||
|
||||
2005-03-12 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* network/network.c: Add statistics counter for number of realigned bytes.
|
||||
|
||||
2005-03-10 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* startup/bspstart.c: Add NOP after CACR writes (work around hardware bug).
|
||||
|
||||
2005-02-14 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* startup/bspstart.c: Don't cache flash -- it messes up programming.
|
||||
|
||||
2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c, include/bsp.h, network/network.c,
|
||||
startup/bspstart.c: Remove obsolete fixed size types.
|
||||
|
||||
2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c:
|
||||
rtems_interrupt_catch(trampoline, vector, &old_handler).
|
||||
|
||||
2005-02-03 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Add 'extended' BSP
|
||||
support (pseudo-VME).
|
||||
|
||||
2005-02-02 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* network/network.c: Lock FEC/PHYS at 100 Mbs, full-duplex
|
||||
|
||||
2005-02-01 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* include/bsp.h, network/network.c, startup/bspstart.c: Add some
|
||||
bootprom system calls.
|
||||
|
||||
2005-02-01 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* start/start.S, network/network.c: Place FEC buffer descriptors
|
||||
in SRAM. No longer need to worry about buffer descriptor caching.
|
||||
|
||||
2005-01-31 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* network/network.c, startup/bspstart.c: Processor doesn't snoop
|
||||
FEC DMA so we must invalidate the cache appropriately.
|
||||
|
||||
2005-01-31 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* .cvsignore: New file.
|
||||
|
||||
2005-01-28 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* uC5282: New BSP
|
||||
* acinclude.m4: uC5282 BSP
|
||||
|
||||
@@ -1,215 +0,0 @@
|
||||
2012-03-07 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
* shared/irq/irq.c: Fixed unhandled interrupts to print
|
||||
the registers and shutdown. This prevents a loop of
|
||||
unusable information from occuring.
|
||||
|
||||
2012-03-06 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1993/bsps
|
||||
* shared/clock/clockdrv.c, shared/irq/vectorexceptions.c,
|
||||
../shared/clockdrv_shell.h: Changed interrupt call, removed warnings
|
||||
and did cleanup.
|
||||
|
||||
2012-02-23 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1993/bsps
|
||||
* shared/irq/interruptmask.c,
|
||||
shared/irq/interruptmask_TX49.c,
|
||||
shared/irq/irq.c, shared/irq/maxvectors.c,
|
||||
shared/irq/vectorexceptions.c:
|
||||
Mips conversion to PIC IRQ model.
|
||||
* shared/irq/interruptmask.c,
|
||||
shared/irq/interruptmask_TX49.c,
|
||||
shared/irq/irq.c: New files.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* csb350/clock/clockdrv.c, csb350/network/network.c,
|
||||
csb350/start/start.S, csb350/timer/timer.c,
|
||||
genmongoosev/clock/clockdrv.c, genmongoosev/timer/timer.c,
|
||||
jmr3904/timer/timer.c, jmr3904/tools/runtest.in: Fix typo where
|
||||
license said found in found in.
|
||||
|
||||
2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
|
||||
|
||||
PR 1599/cpukit
|
||||
* shared/irq/exception.S: Rename _Context_Switch_necessary to
|
||||
_Thread_Dispatch_necessary to more properly reflect the intent.
|
||||
|
||||
2010-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* shared/irq/exception.S: Removed _ISR_Signals_to_thread_executing
|
||||
declaration.
|
||||
|
||||
2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
PR 1573/cpukit
|
||||
* shared/irq/exception.S: Add a per cpu data structure which contains
|
||||
the information required by RTEMS for each CPU core. This
|
||||
encapsulates information such as thread executing, heir, idle and
|
||||
dispatch needed.
|
||||
|
||||
2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* shared/liblnk/lnklib.S, shared/liblnk/pmon.S, shared/liblnk/regs.h,
|
||||
shared/startup/idtmem.S, shared/startup/idttlb.S: New files.
|
||||
|
||||
2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* shared/irq/exception.S: rbtx4925, rbtx4938, and hurricane had very
|
||||
similar versions of exception. Now all use shared/irq/exception.S
|
||||
|
||||
2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* shared/irq/exception.S: New file.
|
||||
|
||||
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* shared/gdbstub/mips-stub.c: Remove warnings.
|
||||
|
||||
2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/gdbstub/mips-stub.c: Add missing prototypes.
|
||||
|
||||
2007-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* shared/gdbstub/mips-stub.c: Remove incorrect and unneccessary
|
||||
prototype of printk.
|
||||
|
||||
2007-04-17 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* jmr3904/tools/runtest: Do not run pppd.exe from batch mode script.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-09-14 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* shared/gdbstub/mips-stub.c: Removed warnings.
|
||||
|
||||
2006-03-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: AC_CONFIG_SRCDIR(csb350).
|
||||
* acinclude.m4: Regenerate.
|
||||
* README: Remove (obsolete).
|
||||
* acinclude.m4: Remove p4000.
|
||||
|
||||
2005-02-24 Jay Monkman <jtm@lopingdog.com>
|
||||
|
||||
* acinclude.m4: Added csb350 to list of BSPs.
|
||||
* csb350/Makefile.am, csb350/README, csb350/bsp_specs,
|
||||
csb350/configure.ac, csb350/times, csb350/clock/clockdrv.c,
|
||||
csb350/console/console-io.c, csb350/include/bsp.h,
|
||||
csb350/include/tm27.h, csb350/network/network.c, csb350/start/regs.S,
|
||||
csb350/start/start.S, csb350/startup/bspclean.c,
|
||||
csb350/startup/bspstart.c, csb350/startup/linkcmds,
|
||||
csb350/timer/timer.c: New BSP.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* acinclude.m4: Regenerate.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
|
||||
|
||||
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
|
||||
$(RTEMS_BSP_FAMILY).
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* acinclude.m4: Reflect changes to bootstrap.
|
||||
* configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2001-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* acinclude.m4: New file.
|
||||
* configure.in: Use RTEMS_BSP_SUBDIR.
|
||||
|
||||
2000-11-27 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* configure.in: Change mips64orion reference to mips.
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
Switch to GNU canonicalization.
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
@@ -1,369 +0,0 @@
|
||||
2012-03-08 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Added define for BSP_SHARED_HANDLER_SUPPORT.
|
||||
|
||||
2012-03-06 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1993/bsps
|
||||
* clock/clockdrv.c, include/bsp.h, include/irq.h,
|
||||
irq/vectorisrs.c, startup/bspstart.c:
|
||||
Changed interrupt call, removed warnings and did cleanup.
|
||||
|
||||
2012-02-23 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1993/bsps
|
||||
* Makefile.am, clock/clockdrv.c, include/irq.h,
|
||||
irq/vectorisrs.c,network/network.c,
|
||||
preinstall.am, startup/bspstart.c:
|
||||
Mips conversion to PIC IRQ model.
|
||||
* include/irq.h, irq/vectorisrs.c: New files.
|
||||
|
||||
2011-12-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* Makefile.am: Change to one file per line. Clean up.
|
||||
|
||||
2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Fix broken path to clockdrv_shell.h.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c, timer/timer.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Include <rtems/btimer.h>.
|
||||
Fix benchmark_timer_read() definition.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-05-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Fix typo.
|
||||
|
||||
2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am, start/start.S: Many files were duplicated
|
||||
across MIPS BSPs. Now those which were directly copied are shared.
|
||||
* start/regs.h: Removed.
|
||||
|
||||
2010-04-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Now links all tests.
|
||||
|
||||
2010-04-27 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/linkcmds: Revert previous change. Remove .reginfo from .bss
|
||||
section where it was present.
|
||||
|
||||
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add NOLOAD to .bss to eliminate warnings.
|
||||
|
||||
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* bsp_specs: Remove extra } to eliminate warning.
|
||||
|
||||
2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* network/network.c (au1x00_emac_ioctl): Use ioctl_command_t.
|
||||
|
||||
2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c: Remove nested externs.
|
||||
#include <libcpu/isr_entries.h.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/csb350.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/csb350.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/linkcmds: It appears 16 MB is the configuration.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* bsp_specs: Move -e start from *link to *startfile to avoid warning
|
||||
for undefined entry symbol when linking relocatables with binutils
|
||||
2.19.
|
||||
|
||||
2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* clock/clockdrv.c: Correct spelling error in comment.
|
||||
* include/tm27.h: Delete duplicate #endif.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
|
||||
* Makefile.am: Reflect changes above.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* start/regs.S: Remove (Renamed into start/regs.h).
|
||||
* start/regs.h: New (Renamed from start/regs.S).
|
||||
* Makefile.am, start/start.S: Reflect renamer.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspreset.c: New file.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, console/console-io.c: Use standardized
|
||||
bsp_cleanup() which can optionally print a message, poll for user to
|
||||
press key, and call bsp_reset(). Using this eliminates the various
|
||||
bsp_cleanup() implementations which had their own implementation and
|
||||
variety of string constants.
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h, include/tm27.h: Remove unnecessary boilerplate
|
||||
comments.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
* startup/bspgetworkarea.c: Removed.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove unnecessary includes of
|
||||
rtems/libcsupport.h and rtems/libio.h.
|
||||
|
||||
2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, startup/bspstart.c: Split out
|
||||
bsp_get_work_area() into its own file and user BSP Framework to
|
||||
perform more initialization.
|
||||
* startup/bspgetworkarea.c: New file.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Convert to "bool".
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Eliminate empty function from every benchmark timer
|
||||
driver. Fix spelling.
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Rename timer driver methods to follow RTEMS
|
||||
programming conventions.
|
||||
|
||||
2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Add missing prototypes.
|
||||
|
||||
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Add capability for bootcard.c BSP Initialization
|
||||
Framework to ask the BSP where it has memory for the RTEMS Workspace
|
||||
and C Program Heap. These collectively are referred to as work area.
|
||||
If the BSP supports this, then it does not have to include code to
|
||||
split the available memory between the two areas. This reduces the
|
||||
amount of code in the BSP specific bspstart.c file. Additionally, the
|
||||
shared framework can initialize the C Library, call
|
||||
rtems_debug_enable(), and dirty the work area memory. Until most/all
|
||||
BSPs support this new capability, if the BSP supports this, it should
|
||||
call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
|
||||
When the transition is complete, this autoconf macro can be removed.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Eliminate copies of the
|
||||
Configuration Table. Use the RTEMS provided accessor macros to obtain
|
||||
configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
|
||||
Configuration Table. Eliminate CPU Table from all ports. Delete
|
||||
references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Use nostdlib instead of nostdlibs (bogus).
|
||||
* bsp_specs: Use old_link for -qrtems (Prevents *.link from killing
|
||||
endianness).
|
||||
|
||||
2007-04-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove lib (Now expected to exist in GCC).
|
||||
|
||||
2007-03-12 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/clockdrv.c, console/console-io.c, include/bsp.h,
|
||||
network/network.c, start/start.S, startup/bspclean.c,
|
||||
startup/bspstart.c, timer/timer.c: Correct license URL and/or fix
|
||||
mistake in copyright notice. Both of these mistakes appear to be from
|
||||
code submitted after these changes were made previously.
|
||||
|
||||
2007-03-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 1227/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION and
|
||||
MAX_SHORT_TEST_DURATION. They are obsolete and unused.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake-1.9.
|
||||
|
||||
2006-06-18 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* README:
|
||||
|
||||
2006-03-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add .gnu.linkonce.b.* section.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove %cpp.
|
||||
|
||||
2005-07-06 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console-io.c: Remove unused variable i.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/clockdrv.c, include/bsp.h, network/network.c,
|
||||
startup/bspstart.c, timer/timer.c: Eliminate unsigned{8|16|32}.
|
||||
|
||||
2005-04-26 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/clockdrv.c: Add include of rtems/bspIo.h.
|
||||
* include/tm27.h: Delete TX3904 code and leave stub.
|
||||
* network/network.c: Eliminate warnings.
|
||||
* startup/bspclean.c: Add include of rtems/bspIo.h. Reformat.
|
||||
|
||||
2005-03-14 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/.cvsignore: Fixed typo.
|
||||
* network/network.c: Now compiles with GCC 4.0.
|
||||
|
||||
2005-03-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* .cvsignore, ChangeLog, include/.cvsignore: New files.
|
||||
|
||||
@@ -1,734 +0,0 @@
|
||||
2012-03-08 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Added define for BSP_SHARED_HANDLER_SUPPORT.
|
||||
|
||||
2012-03-06 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1993/bsps
|
||||
* clock/clockdrv.c, include/bsp.h,
|
||||
include/irq.h, irq/vectorisrs.c,
|
||||
startup/bspstart.c, clock/ckinit.c:
|
||||
Changed interrupt call, removed warnings and did cleanup.
|
||||
|
||||
2012-02-23 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1993/bsps
|
||||
* Makefile.am, clock/clockdrv.c, console/conscfg.c,
|
||||
include/irq.h, irq/vectorisrs.c, preinstall.am,
|
||||
startup/bspstart.c:
|
||||
Mips conversion to PIC IRQ model.
|
||||
* include/irq.h, irq/vectorisrs.c: New files.
|
||||
|
||||
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1917/bsps
|
||||
* Makefile.am, console/conscfg.c: Modifications to add dynamic tables
|
||||
for libchip serial drivers.
|
||||
|
||||
2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Fix broken path to clockdrv_shell.h.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Include <rtems/btimer.h>.
|
||||
Fix benchmark_timer_read() definition.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am, start/start.S: Many files were duplicated
|
||||
across MIPS BSPs. Now those which were directly copied are shared.
|
||||
|
||||
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Needed to be assigned to a memory region.
|
||||
|
||||
2010-04-27 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/linkcmds: Revert previous change. Remove .reginfo from .bss
|
||||
section where it was present.
|
||||
|
||||
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add NOLOAD to .bss to eliminate warnings.
|
||||
|
||||
2010-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/conscfg.c: Include <unistd.h>.
|
||||
|
||||
2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c: Remove local prototypes of promCopyDcacheFlush,
|
||||
promCopyIcacheFlush.
|
||||
* include/bsp.h: Add prototypes of promCopyDcacheFlush and
|
||||
promCopyIcacheFlush.
|
||||
|
||||
2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c: Remove nested externs.
|
||||
#include <libcpu/isr_entries.h.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/genmongoosev.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/genmongoosev.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* bsp_specs: Move -e start from *link to *startfile to avoid warning
|
||||
for undefined entry symbol when linking relocatables with binutils
|
||||
2.19.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
|
||||
* Makefile.am: Reflect changes above.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* start/regs.S: Remove (Renamed into start/regs.h).
|
||||
* start/regs.h: New (Renamed from start/regs.S).
|
||||
* Makefile.am, start/start.S: Reflect renamer.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
* startup/bspgetworkarea.c: Removed.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove unnecessary includes of
|
||||
rtems/libcsupport.h and rtems/libio.h.
|
||||
|
||||
2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds:
|
||||
Split out bsp_get_work_area() into its own file and user BSP
|
||||
Framework to perform more initialization.
|
||||
* startup/bspgetworkarea.c: New file.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Convert to "bool".
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Eliminate empty function from every benchmark timer
|
||||
driver. Fix spelling.
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Rename timer driver methods to follow RTEMS
|
||||
programming conventions.
|
||||
|
||||
2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c: Add missing prototypes.
|
||||
* timer/timer.c: Add missing prototypes.
|
||||
|
||||
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Add capability for bootcard.c BSP Initialization
|
||||
Framework to ask the BSP where it has memory for the RTEMS Workspace
|
||||
and C Program Heap. These collectively are referred to as work area.
|
||||
If the BSP supports this, then it does not have to include code to
|
||||
split the available memory between the two areas. This reduces the
|
||||
amount of code in the BSP specific bspstart.c file. Additionally, the
|
||||
shared framework can initialize the C Library, call
|
||||
rtems_debug_enable(), and dirty the work area memory. Until most/all
|
||||
BSPs support this new capability, if the BSP supports this, it should
|
||||
call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
|
||||
When the transition is complete, this autoconf macro can be removed.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Eliminate copies of the
|
||||
Configuration Table. Use the RTEMS provided accessor macros to obtain
|
||||
configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
|
||||
Configuration Table. Eliminate CPU Table from all ports. Delete
|
||||
references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Use old_link for -qrtems (Prevents *.link from killing
|
||||
endianness).
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-09-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Convert C++ style comments to C style.
|
||||
|
||||
2006-03-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add .gnu.linkonce.b.* section.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/clockdrv.c: Correct path to clockdrv_shell.c
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Fix typo.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 610/bsps
|
||||
* Makefile.am: Add include/tm27.h, Cosmetics.
|
||||
* include/tm27.h: Final cosmetics.
|
||||
|
||||
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Split out tmtest27 support.
|
||||
* include/tm27.h: New.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 613/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 614/bsps
|
||||
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
|
||||
|
||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* start/start.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||
|
||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* clock/clockdrv.c, include/bsp.h, startup/bspstart.c,
|
||||
startup/gdb-support.c, timer/timer.c: Convert to using c99 fixed
|
||||
size types.
|
||||
|
||||
2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
Preinstall dist_project_lib*.
|
||||
|
||||
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
|
||||
|
||||
2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Correct path to clockdrv_shell.c.
|
||||
|
||||
2004-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
|
||||
startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
|
||||
compilation rules.
|
||||
* clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
|
||||
timer/Makefile.am, wrapup/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/start.S: Replace #-ASM-style comments with C-/**/ comments.
|
||||
* start/reg.S: Remove //-comments
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||
Add RTEMS_PROG_CCAS.
|
||||
|
||||
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add PREINSTALL_DIRS.
|
||||
|
||||
2004-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Remove times from EXTRA_DIST (Non-existant).
|
||||
* startup/Makefile.am: Remove bspclean.c, exit.c, setvec.c from
|
||||
EXTRA_DIST.
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||
Add PRE/TMPINSTALL_FILES to CLEANFILES.
|
||||
* startup/Makefile.am: Ditto.
|
||||
|
||||
2004-01-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Remove.
|
||||
* Makefile.am: Merge-in start/Makefile.am.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate $(LIB).
|
||||
Use noinst_DATA to trigger building libbsp.a.
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
* startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Misc cleanups and fixes.
|
||||
* startup/Makefile.am: Misc cleanups and fixes.
|
||||
* wrapup/Makefile.am: Misc cleanups and fixes.
|
||||
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add preinstallation dirstamp support.
|
||||
* clock/Makefile.am: Cosmetics.
|
||||
* console/Makefile.am: Cosmetics.
|
||||
* startup/Makefile.am: Cosmetics.
|
||||
* timer/Makefile.am: Cosmetics.
|
||||
* wrapup/Makefile.am: Cosmetics.
|
||||
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Remove all-local: $(ARCH).
|
||||
* console/Makefile.am: Remove all-local: $(ARCH).
|
||||
* start/Makefile.am: Remove all-local: $(ARCH).
|
||||
* startup/Makefile.am: Remove all-local: $(ARCH).
|
||||
* timer/Makefile.am: Remove all-local: $(ARCH).
|
||||
* wrapup/Makefile.am: Remove all-local: $(ARCH).
|
||||
|
||||
2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Fix preinstallation of include/coverhd.h.
|
||||
|
||||
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in include/Makefile.am.
|
||||
Reflect changes to bsp.am.
|
||||
* include/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2003-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp_specs: Remove *lib:.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/clockdrv.c, console/conscfg.c, include/bsp.h,
|
||||
startup/bspstart.c, startup/gdb-support.c, timer/timer.c: URL for
|
||||
license changed.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
* clock/Makefile.am: Reflect having moved automake/.
|
||||
* console/Makefile.am: Reflect having moved automake/.
|
||||
* include/Makefile.am: Reflect having moved automake/.
|
||||
* start/Makefile.am: Reflect having moved automake/.
|
||||
* startup/Makefile.am: Reflect having moved automake/.
|
||||
* timer/Makefile.am: Reflect having moved automake/.
|
||||
* wrapup/Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 452/bsps
|
||||
* startup/Makefile.am: Remove USE_INIT_FINI.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp_specs: Remove -D__USE_INIT_FINI__.
|
||||
Remove *.cpp (Now unused).
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 445/bsps
|
||||
* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2003-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds*: Add FreeBSD sysctl() sections.
|
||||
|
||||
2002-12-08 Greg Menke <gregory.menke@gsfc.nasa.gov>
|
||||
|
||||
* bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
|
||||
* linkcmds: Added .init, .fini & related sections.
|
||||
|
||||
2002-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* start/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.
|
||||
|
||||
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use install-data-local to install startfile.
|
||||
|
||||
2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/gdb-support.c, startup/linkcmds: Removed warnings.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Added support for -nostdlibs.
|
||||
|
||||
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* console/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.
|
||||
* wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
|
||||
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Eliminate PGM.
|
||||
Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
|
||||
|
||||
2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Add bsplib_DATA = linkcmds.
|
||||
|
||||
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
|
||||
Remove $(OBJS) from all-local.
|
||||
|
||||
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Add $(LIB) to all-local.
|
||||
|
||||
2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
|
||||
|
||||
2002-06-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
|
||||
support to the shared gdb stub glue thus moving some of the
|
||||
gdbstub support to a higher level.
|
||||
* startup/Makefile.am: Modified to reflect above.
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* start/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2001-03-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* start/start.S, startup/bspstart.c: Removed warnings.
|
||||
|
||||
2002-03-05 Greg Menke <gregory.menke@gsfc.nasa.gov>
|
||||
|
||||
* startup/gdb-support.c: Added calls into the mips-support gdb stub
|
||||
for configuring the memory regions. Any bsp that wants to use the
|
||||
gdbstub will need to do something similar.
|
||||
* startup/Makefile.am: Added shared/gdbstub directory to include path.
|
||||
|
||||
2002-02-27 Greg Menke <gregory.menke@gsfc.nasa.gov>
|
||||
|
||||
* start/start.S: Added kseg1 test to enable cache flush code
|
||||
* bsp_specs: Added -qnostartfile to disable including bsp's start.o
|
||||
* startup/bspstart.c: Made clear_cache actually work, tweaked cpu
|
||||
init to only turn on whats needed.
|
||||
* startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and
|
||||
a handy init function.
|
||||
|
||||
2002-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/Makefile.am: Now compile the gdb stub.
|
||||
* startup/bspstart.c: Fixed header block.
|
||||
* startup/gdb-support.c: New file in stub state.
|
||||
|
||||
2001-02-01 Greg Menke <gregory.menke@gsfc.nasa.gov>
|
||||
|
||||
* include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
|
||||
New files missed in previous commit.
|
||||
* timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
|
||||
|
||||
2001-02-01 Greg Menke <gregory.menke@gsfc.nasa.gov>
|
||||
|
||||
* Update of BSP to address problems restarting, provide more
|
||||
information during boot, and better handle ROM vs RAM images.
|
||||
* README, include/bsp.h, start/regs.S, start/start.S,
|
||||
startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
|
||||
|
||||
2002-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
|
||||
|
||||
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
|
||||
* timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
|
||||
|
||||
2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Use 'CLEANFILES ='.
|
||||
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
|
||||
|
||||
2001-05-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Add bspopts.h.
|
||||
* include/bsp.h: Include bspopts.h.
|
||||
* include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
|
||||
* include/Makefile.am: Use *_HEADERS instead of *H_FILES.
|
||||
|
||||
2001-05-24 Greg Menke <gregory.menke@gsfc.nasa.gov>
|
||||
|
||||
* Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
|
||||
* start/regs.S, start/start.S: Now works on Mongoose-V. Missed
|
||||
in previous patch.
|
||||
|
||||
2001-05-22 Greg Menke <gregory.menke@gsfc.nasa.gov>
|
||||
|
||||
* Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
|
||||
* clock/clockdrv.c, console/conscfg.c: Corrected.
|
||||
* include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
|
||||
* startup/bspstart.c: Properly set initial status register and
|
||||
pending interrupts.
|
||||
* timer/timer.c: Works now.
|
||||
|
||||
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
|
||||
|
||||
2001-05-07 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/conscfg.c: Added an entry for the second
|
||||
serial port.
|
||||
|
||||
2001-04-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/clockdrv.c: Account for the fact that ClockRate is
|
||||
in cycles not megahertz.
|
||||
|
||||
2001-04-16 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* start/start.S, startup/bspstart.c, startup/linkcmds:
|
||||
Cleanup that was not merged from the simple non-RTEMS program.
|
||||
|
||||
2001-04-16 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* start/start.S, startup/bspstart.c, startup/linkcmds:
|
||||
Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
|
||||
as he debugged this BSP using a logic analyzer.
|
||||
|
||||
2001-03-14 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
|
||||
startup/bspstart.c, timer/timer.c: Comments corrected.
|
||||
|
||||
2001-02-22 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* The Generic Mongoose-V BSP uses only the peripherals found on
|
||||
the Synova Mongoose-V CPU. This is a radiation hardened CPU
|
||||
based on the LSI Logic 33K.
|
||||
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
|
||||
clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
|
||||
console/.cvsignore, console/Makefile.am, console/conscfg.c,
|
||||
include/.cvsignore, include/Makefile.am, include/bsp.h,
|
||||
start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
|
||||
startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
|
||||
startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
|
||||
wrapup/.cvsignore, wrapup/Makefile.am: New files.
|
||||
|
||||
@@ -1,319 +0,0 @@
|
||||
2012-03-08 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Added define for BSP_SHARED_HANDLER_SUPPORT.
|
||||
|
||||
2012-03-06 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1993/bsps
|
||||
* include/bsp.h, include/irq.h,
|
||||
irq/vectorisrs.c, startup/bspstart.c:
|
||||
Changed interrupt call, removed warnings and did cleanup.
|
||||
|
||||
2012-02-23 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1993/bsps
|
||||
* Makefile.am, clock/ckinit.c, include/irq.h,
|
||||
irq/vectorisrs.c, preinstall.am, startup/bspstart.c:
|
||||
Mips conversion to PIC IRQ model.
|
||||
* include/irq.h, irq/vectorisrs.c: New files.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-08-23 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Add include to fix warning.
|
||||
|
||||
2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Many files were duplicated across MIPS
|
||||
BSPs. Now those which were directly copied are shared.
|
||||
* startup/usc.S: New file.
|
||||
* liblnk/lnklib.S, liblnk/pmon.S, liblnk/regs.h, startup/idtmem.S,
|
||||
startup/idttlb.S: Removed.
|
||||
|
||||
2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac: rbtx4925, rbtx4938, and hurricane had very
|
||||
similar versions of exception. Now all use shared/irq/exception.S
|
||||
* startup/exception.S: Removed.
|
||||
|
||||
2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/exception.S: Minor changes to make more similar to the shared
|
||||
version.
|
||||
|
||||
2010-04-27 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/linkcmds: Revert previous change. Remove .reginfo from .bss
|
||||
section where it was present.
|
||||
|
||||
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add NOLOAD to .bss to eliminate warnings.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/hurricane.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/hurricane.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2009-03-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1385/cpukit
|
||||
* startup/exception.S: When the type rtems_boolean was switched to the
|
||||
C99 bool, the size changed from 4 bytes to 1 byte. The interrupt
|
||||
dispatching code accesses two boolean variables for scheduling
|
||||
purposes and the assembly implementations of this code did not get
|
||||
updated.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared tm27.h stub.
|
||||
* include/tm27.h: Removed.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* liblnk/regs.S: Remove (Renamed into liblnk/regs.h).
|
||||
* liblnk/regs.h: New (Renamed from liblnk/regs.S).
|
||||
* Makefile.am, liblnk/pmon.S: Reflect renamer.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* liblnk/regs.S: Remove (Renamed into liblnk/regs.h).
|
||||
* liblnk/regs.h: New (Renamed from liblnk/regs.S).
|
||||
* Makefile.am, liblnk/pmon.S: Reflect renamer.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove noinst_PROGRAMS (Unused).
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* start/start.S: Fix name of idtsim__exit.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* start/start.S: bsp_cleanup() had the same code which was executed
|
||||
when you returned from boot_card() to start.S. So just use the stub
|
||||
bsp_cleanup() implementation and remove a file.
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate tm27 items from bsp.h
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
* startup/bspgetworkarea.c: Removed.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* clock/ckinit.c, startup/bspstart.c: Remove unnecessary includes of
|
||||
rtems/libcsupport.h and rtems/libio.h.
|
||||
|
||||
2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, startup/bspstart.c: Split out
|
||||
bsp_get_work_area() into its own file and user BSP Framework to
|
||||
perform more initialization.
|
||||
* startup/bspgetworkarea.c: New file.
|
||||
|
||||
2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c: The Shared Memory Driver no longer requires the
|
||||
special IOCTL in Clock_control. This was a hack which has existed
|
||||
since before the Classic API Timer Manager was implemented. All
|
||||
implementations of and references to Clock_control were removed.
|
||||
|
||||
2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c: Convert to "bool".
|
||||
|
||||
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Add capability for bootcard.c BSP Initialization
|
||||
Framework to ask the BSP where it has memory for the RTEMS Workspace
|
||||
and C Program Heap. These collectively are referred to as work area.
|
||||
If the BSP supports this, then it does not have to include code to
|
||||
split the available memory between the two areas. This reduces the
|
||||
amount of code in the BSP specific bspstart.c file. Additionally, the
|
||||
shared framework can initialize the C Library, call
|
||||
rtems_debug_enable(), and dirty the work area memory. Until most/all
|
||||
BSPs support this new capability, if the BSP supports this, it should
|
||||
call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
|
||||
When the transition is complete, this autoconf macro can be removed.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Eliminate copies of the
|
||||
Configuration Table. Use the RTEMS provided accessor macros to obtain
|
||||
configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
|
||||
from CPU Table to Configuration Table. Eliminate CPU Table from all
|
||||
ports. Delete references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* clock/ckinit.c, startup/bspstart.c: Eliminate the
|
||||
clicks_per_microsecond field in the MIPS CPU Table and define another
|
||||
mechanism for drivers to obtain this information.
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove --oformat=...
|
||||
Use old_link for -qrtems (Prevents *.link from killing endianness).
|
||||
|
||||
2007-04-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove lib (Now expected to exist in GCC).
|
||||
|
||||
2007-03-12 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c, startup/exception.S: Correct license URL and/or fix
|
||||
mistake in copyright notice. Both of these mistakes appear to be from
|
||||
code submitted after these changes were made previously.
|
||||
|
||||
2007-03-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 1227/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION and
|
||||
MAX_SHORT_TEST_DURATION. They are obsolete and unused.
|
||||
|
||||
2006-12-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Use uint32_t instead of unsigned32.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-09-11 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* include/usc.h: Remove extra CRLF.
|
||||
|
||||
2006-03-22 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/.cvsignore: New file.
|
||||
|
||||
2006-03-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* liblnk/pmon.S, liblnk/regs.S, liblnk/lnklib.S, README,
|
||||
bsp_specs, configure.ac, startup/inittlb.c, startup/bspstart.c,
|
||||
startup/setvec.c, startup/ghlinkcmds, startup/idtmem.S,
|
||||
startup/exception.S, startup/bspclean.c, startup/idttlb.S,
|
||||
startup/linkcmds, include/usc.h, include/tm27.h, include/bsp.h,
|
||||
include/coverhd.h, clock/clock.h, clock/clock.S, clock/ckinit.c,
|
||||
Makefile.am, start/start.S, console/console.c, times:
|
||||
New (Submission by Bruce Robinson <brucer@pmccorp.com>).
|
||||
|
||||
* The HURRICANE BSP is for a Quick Logic Hurricane evaluation board.
|
||||
This board has a PMC-Sierra RM5230 or RM5231 MIPS Processor.
|
||||
@@ -1,748 +0,0 @@
|
||||
2012-03-08 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Added define for BSP_SHARED_HANDLER_SUPPORT.
|
||||
|
||||
2012-03-06 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1993/bsps
|
||||
* clock/clockdrv.c, include/bsp.h,
|
||||
include/irq.h, irq/vectorisrs.c, startup/bspstart.c:
|
||||
Changed interrupt call, removed warnings and did cleanup.
|
||||
|
||||
2012-02-23 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1993/bsps
|
||||
* Makefile.am, clock/clockdrv.c, include/irq.h,
|
||||
irq/vectorisrs.c, preinstall.am, startup/bspstart.c:
|
||||
Mips conversion to PIC IRQ model.
|
||||
* include/irq.h, irq/vectorisrs.c: New files.
|
||||
|
||||
2011-12-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* Makefile.am: Change to one file per line. Clean up.
|
||||
|
||||
2011-11-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* ChangeLog, Makefile.am: Add bsp_reset() stub.
|
||||
|
||||
2011-11-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: Added missing bsp_reset().
|
||||
|
||||
2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Fix broken path to clockdrv_shell.h.
|
||||
|
||||
2011-06-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac: runtest for this BSP obsoleted by
|
||||
rtems-testing/sim-scripts support. Please use those scripts.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/tm27.h:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Include <rtems/btimer.h>.
|
||||
Fix benchmark_timer_read() definition.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am, start/start.S: Many files were duplicated
|
||||
across MIPS BSPs. Now those which were directly copied are shared.
|
||||
* start/regs.h: Removed.
|
||||
|
||||
2010-04-27 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* start/start.S, startup/linkcmds: Revert previous change. Remove
|
||||
.reginfo from .bss section where it was present.
|
||||
|
||||
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add NOLOAD to .bss to eliminate warnings.
|
||||
|
||||
2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/clockdrv.c: Split hardware initialization code into
|
||||
Clock_driver_support_initialize_hardware().
|
||||
|
||||
2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c: Remove nested externs.
|
||||
#include <libcpu/isr_entries.h.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/jmr3904.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-17 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Fix warnings.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/jmr3904.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* bsp_specs: Move -e start from *link to *startfile to avoid warning
|
||||
for undefined entry symbol when linking relocatables with binutils
|
||||
2.19.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
|
||||
* Makefile.am: Reflect changes above.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* start/regs.S: Remove (Renamed into start/regs.h).
|
||||
* start/regs.h: New (Renamed from start/regs.S).
|
||||
* Makefile.am, start/start.S: Reflect renamer.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove noinst_PROGRAMS (Unused).
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: bsp_cleanup() had the same code which was executed when
|
||||
you returned from boot_card() to start.S. So just use the stub
|
||||
bsp_cleanup() implementation and remove a file.
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
* startup/bspgetworkarea.c: Removed.
|
||||
|
||||
2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Split out bsp_get_work_area() into
|
||||
its own file and use BSP Framework to perform more initialization.
|
||||
* startup/bspgetworkarea.c: New file.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Convert to "bool".
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Eliminate empty function from every benchmark timer
|
||||
driver. Fix spelling.
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Rename timer driver methods to follow RTEMS
|
||||
programming conventions.
|
||||
|
||||
2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Add missing prototypes.
|
||||
|
||||
2008-07-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/bspstart.c: Changed bsp_get_workarea() to
|
||||
bsp_get_work_area() and added support for an optional separate heap
|
||||
area.
|
||||
|
||||
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* configure.ac, startup/bspstart.c: Add capability for bootcard.c BSP
|
||||
Initialization Framework to ask the BSP where it has memory for the
|
||||
RTEMS Workspace and C Program Heap. These collectively are referred
|
||||
to as work area. If the BSP supports this, then it does not have to
|
||||
include code to split the available memory between the two areas.
|
||||
This reduces the amount of code in the BSP specific bspstart.c file.
|
||||
Additionally, the shared framework can initialize the C Library, call
|
||||
rtems_debug_enable(), and dirty the work area memory. Until most/all
|
||||
BSPs support this new capability, if the BSP supports this, it should
|
||||
call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
|
||||
When the transition is complete, this autoconf macro can be removed.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-04-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/linkcmds: Increase heap to run ACATS.
|
||||
|
||||
2008-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/linkcmds: Increase default C Program Heap size to be able to
|
||||
run Ada ACATS testsuite.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Eliminate copies of the
|
||||
Configuration Table. Use the RTEMS provided accessor macros to obtain
|
||||
configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
|
||||
Configuration Table. Eliminate CPU Table from all ports. Delete
|
||||
references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Use nostdlib instead of nostdlibs (bogus).
|
||||
* bsp_specs: Use old_link for -qrtems (Prevents *.link from killing
|
||||
endianness).
|
||||
|
||||
2007-03-28 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Modify to avoid pulling in too much into minimum
|
||||
executable.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-17 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/clockdrv.c: Add copyright.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 610/bsps
|
||||
* Makefile.am: Add include/tm27.h, Cosmetics.
|
||||
* include/tm27.h: Final cosmetics.
|
||||
|
||||
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Split out tmtest27 support.
|
||||
* include/tm27.h: New.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 613/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 614/bsps
|
||||
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
|
||||
|
||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* start/start.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||
|
||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* clock/clockdrv.c, include/bsp.h, startup/bspstart.c,
|
||||
timer/timer.c: Convert to using c99 fixed size types.
|
||||
|
||||
2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
Preinstall dist_project_lib*.
|
||||
|
||||
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
|
||||
|
||||
2004-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
|
||||
start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
|
||||
wrapup/Makefile.am. Use automake compilation rules.
|
||||
* clock/Makefile.am, console/Makefile.am, start/Makefile.am,
|
||||
startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 566/bsps
|
||||
* start/regs.S: Fix broken comment.
|
||||
* start/start.S: Convert asm-style comments to c-style comments.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||
Add RTEMS_PROG_CCAS.
|
||||
|
||||
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add PREINSTALL_DIRS.
|
||||
|
||||
2004-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Remove times from EXTRA_DIST (Non-existant).
|
||||
* startup/Makefile.am: Remove exit.c, setvec.c from EXTRA_DIST.
|
||||
* console/Makefile.am: Remove console.c from EXTRA_DIST.
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||
Add PRE/TMPINSTALL_FILES to CLEANFILES.
|
||||
* startup/Makefile.am: Ditto.
|
||||
|
||||
2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate $(LIB).
|
||||
Use noinst_DATA to trigger building libbsp.a.
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
* startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Misc cleanups and fixes.
|
||||
* startup/Makefile.am: Misc cleanups and fixes.
|
||||
* wrapup/Makefile.am: Misc cleanups and fixes.
|
||||
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add preinstallation dirstamp support.
|
||||
* clock/Makefile.am: Cosmetics.
|
||||
* console/Makefile.am: Cosmetics.
|
||||
* startup/Makefile.am: Cosmetics.
|
||||
* timer/Makefile.am: Cosmetics.
|
||||
* wrapup/Makefile.am: Cosmetics.
|
||||
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Remove all-local: $(ARCH).
|
||||
* console/Makefile.am: Remove all-local: $(ARCH).
|
||||
* start/Makefile.am: Remove all-local: $(ARCH).
|
||||
* startup/Makefile.am: Remove all-local: $(ARCH).
|
||||
* timer/Makefile.am: Remove all-local: $(ARCH).
|
||||
* wrapup/Makefile.am: Remove all-local: $(ARCH).
|
||||
|
||||
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in include/Makefile.am.
|
||||
Reflect changes to bsp.am.
|
||||
* include/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2003-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp_specs: Remove *lib:.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console-io.c, include/bsp.h, startup/bspclean.c,
|
||||
startup/bspstart.c, timer/timer.c, tools/runtest: URL for license
|
||||
changed.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
* clock/Makefile.am: Reflect having moved automake/.
|
||||
* console/Makefile.am: Reflect having moved automake/.
|
||||
* include/Makefile.am: Reflect having moved automake/.
|
||||
* start/Makefile.am: Reflect having moved automake/.
|
||||
* startup/Makefile.am: Reflect having moved automake/.
|
||||
* timer/Makefile.am: Reflect having moved automake/.
|
||||
* wrapup/Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 452/bsps
|
||||
* bsp_specs: Remove -D__USE_INIT_FINI__.
|
||||
Remove *.cpp (Now unused).
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 445/bsps
|
||||
* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2003-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds*: Add FreeBSD sysctl() sections.
|
||||
|
||||
2002-12-08 Greg Menke <gregory.menke@gsfc.nasa.gov>
|
||||
|
||||
* bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
|
||||
* linkcmds: Added .init, .fini & related sections.
|
||||
|
||||
2002-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* start/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.
|
||||
|
||||
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use install-data-local to install startfile.
|
||||
|
||||
2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
|
||||
changes.
|
||||
|
||||
2002-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspclean.c, startup/bspstart.c: Removed warnings.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Move .init section after text section so
|
||||
C+ global constructors work.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Added support for -nostdlibs.
|
||||
|
||||
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* console/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.
|
||||
* wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
|
||||
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Eliminate PGM.
|
||||
Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
|
||||
|
||||
2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Add bsplib_DATA = linkcmds.
|
||||
|
||||
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
|
||||
Remove $(OBJS) from all-local.
|
||||
|
||||
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Add $(LIB) to all-local.
|
||||
|
||||
2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* start/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
|
||||
|
||||
2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Use 'CLEANFILES ='.
|
||||
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
|
||||
|
||||
2001-05-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Add bspopts.h.
|
||||
* include/bsp.h: Include bspopts.h.
|
||||
* include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
|
||||
* include/Makefile.am: Use *_HEADERS instead of *H_FILES.
|
||||
|
||||
2001-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
|
||||
|
||||
2001-05-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* tools/runtest: Add functionality to avoid letting simulator
|
||||
run too long.
|
||||
|
||||
2001-04-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h (Clear_tm27_intr): Stop the timer and disable
|
||||
the interrupt. This was not quite right before and we were
|
||||
getting uncontrolled interrupt nesting in tm27.
|
||||
* timer/timer.c (Timer_Initialize): Added an extra reset and
|
||||
changed the ITMR register so we will never get an interrupt.
|
||||
(Read_timer): Fixed so the timer actually stops before it
|
||||
is read. Before some times reported were outraguously high.
|
||||
* start/start.S: Major clean including using stack in linkcmds,
|
||||
deleting unused code, and zeroing the BSS using the linkcmds
|
||||
information.
|
||||
* startup/linkcmds: Put heap in lower memory than workspace
|
||||
and move _clear_end so both are zeroed.
|
||||
|
||||
2001-01-12 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h, timer/timer.c: Updated so timer appears to
|
||||
work and support tm27. I would prefer to time a software
|
||||
interrupt rather than an use an extra timer though.
|
||||
|
||||
2001-01-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/clockdrv.c: Clean up.
|
||||
* include/bsp.h: Uncomment and fix set_vector() prototype.
|
||||
|
||||
2001-01-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console-io.c: Removed unused variable initialized.
|
||||
|
||||
2001-01-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/Makefile.am: Fixed reference to ckinit.c.
|
||||
* clock/clockdrv.c: Enabled fast idle.
|
||||
* console/console-io.c: Added console_initialize_hardware().
|
||||
|
||||
2000-12-19 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* timer: New subdirectory.
|
||||
* timer/.cvsignore, timer/Makefile.am, timer/timer.c: New files.
|
||||
* tools/ChangeLog: New file.
|
||||
|
||||
2000-12-19 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Added tools subdirectory and removed commented out line.
|
||||
* configure.in: Added tools subdirectory.
|
||||
* tools: New subdirectory.
|
||||
* tools/.cvsignore, tools/Makefile.am, tools/configure.in,
|
||||
tools/runtest: New files -- based on powerpc/psim.
|
||||
* clock/clockdrv.c: Guessed new value for clock tick. Need to
|
||||
add fast idle support.
|
||||
* include/bsp.h: tm27 support initiated.
|
||||
* Most tests appear to run correctly!
|
||||
|
||||
2000-12-13 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* README: Updated. We are now vectoring a clock tick ISR handler.
|
||||
But RTEMS is not returning from the ISR properly.
|
||||
* clock/clockdrv.c: Now causes interrupts but has not been calibrated.
|
||||
* include/bsp.h: Use <libcpu/tx3904.h>
|
||||
* startup/Makefile.am: Add setvec.c from shared.
|
||||
* startup/bspstart.c: Initialize the status register (SR) so
|
||||
no interrupts are masked but global interrupts (SR_IEC) are off.
|
||||
Added call to install the ISR prologue code.
|
||||
* wrapup/Makefile.am: Pick up more pieces from libcpu.
|
||||
|
||||
2000-12-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspclean.c: New file to explicitly invoke _sys_exit().
|
||||
* README: Updated.
|
||||
|
||||
2000-12-06 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* README: Updated to reflect status.
|
||||
* startup/linkcmds: Added .ctor and .dtor sections to no avail.
|
||||
|
||||
2000-11-30 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* README: Updated to reflect current status. Misaligned reference
|
||||
during initialization may be compiler problem.
|
||||
* console/console-io.c: Added support for printk().
|
||||
* startup/linkcmds: Reserve 512K for RTEMS Workspace.
|
||||
|
||||
2000-11-27 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Fix typo and add extra 0 to base address.
|
||||
Now runs until printf() tries to put a character and then
|
||||
it locks up checking a status bit that does not change.
|
||||
|
||||
2000-11-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* The JMR BSP is for a Toshiba TX39 evaluation board but
|
||||
can also be used with the mips simulator in gdb.
|
||||
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
|
||||
configure.in, clock/.cvsignore, clock/Makefile.am,
|
||||
clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
|
||||
console/console-io.c, include/.cvsignore,
|
||||
include/Makefile.am, include/bsp.h, start/.cvsignore,
|
||||
start/Makefile.am, start/regs.S, start/start.S,
|
||||
startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
|
||||
startup/linkcmds, wrapup/.cvsignore, wrapup/Makefile.am: New files.
|
||||
@@ -1,136 +0,0 @@
|
||||
2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_CANONICAL_TARGET_CPU.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2009-01-06 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* configure.ac: Make runtest an autoconf generated file so we can
|
||||
insert target alias. Also detect more program termination conditions
|
||||
so tests are killed more reliably.
|
||||
* runtest.in: New file.
|
||||
* runtest: Removed.
|
||||
|
||||
2008-08-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* runtest: Attempt to prevent runaways.
|
||||
|
||||
2008-08-07 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* runtest: Major update. Now more likely not to run away.
|
||||
|
||||
2008-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* runtest: Strip .exe or .ralf from file names.
|
||||
|
||||
2008-03-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* runtest: Update version.
|
||||
|
||||
2008-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* runtest: Skip all fatal error tests.
|
||||
|
||||
2007-09-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* runtest: Add capture to list of interative tests to skip in batch
|
||||
mode.
|
||||
|
||||
2007-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Use MKDIR_P instead of mkdir_p.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-17 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* runtest: Change toolname to match 4.8.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-06-24 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* configure.ac: Make sure RTEMS_BSP is defined.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||
Add PRE/TMPINSTALL_FILES to CLEANFILES.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reworked.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: install runtest to bsptools_bindir.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-14 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* runtest: Add fileio to list of interactive tests.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use 'TMPINSTALL_FILES ='.
|
||||
|
||||
2000-12-19 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
@@ -1,23 +0,0 @@
|
||||
2012-03-08 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Added define for BSP_SHARED_HANDLER_SUPPORT.
|
||||
|
||||
2012-03-06 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1993/bsps
|
||||
* malta/include/bsp.h:
|
||||
Changed interrupt call, removed warnings and did cleanup.
|
||||
|
||||
2012-02-27 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||
|
||||
* MIPS malta initial BSP. This version was tested using
|
||||
the qemu simulator and may require modifications to work with
|
||||
actual hardware.
|
||||
* ChangeLog, Makefile.am, STATUS, bsp_specs, configure.ac,
|
||||
console/conscfg.c, console/printk_support.c, include/bsp.h,
|
||||
include/irq.h, include/pci.h, irq/interruptmask.c,
|
||||
irq/maxvectors.c, irq/vectorisrs.c, make/custom/malta.cfg,
|
||||
pci/pci.c, pci/pcifinddevice.c, pci/pcilistdevices.c,
|
||||
preinstall.am, start/start.S, startup/bspreset.c,
|
||||
startup/bspstart.c, startup/inittlb.c, startup/linkcmds,
|
||||
startup/simple_access.c: New files.
|
||||
@@ -1,299 +0,0 @@
|
||||
2012-03-08 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Added define for BSP_SHARED_HANDLER_SUPPORT.
|
||||
|
||||
2012-03-06 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1993/bsps
|
||||
* clock/clockdrv.c, include/bsp.h,
|
||||
include/irq.h, irq/vectorisrs.c, startup/bspstart.c:
|
||||
Changed interrupt call, removed warnings and did cleanup.
|
||||
|
||||
2012-02-23 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1993/bsps
|
||||
* Makefile.am, clock/clockdrv.c, include/irq.h,
|
||||
irq/vectorisrs.c, preinstall.am, startup/bspstart.c:
|
||||
Mips conversion to PIC IRQ model.
|
||||
* include/irq.h, irq/vectorisrs.c: New files.
|
||||
|
||||
2011-12-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* Makefile.am: Change to one file per line. Clean up.
|
||||
|
||||
2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Fix broken path to clockdrv_shell.h.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Many files were duplicated across MIPS
|
||||
BSPs. Now those which were directly copied are shared.
|
||||
* liblnk/lnklib.S, liblnk/pmon.S, liblnk/regs.h, startup/idtmem.S:
|
||||
Removed.
|
||||
|
||||
2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: rbtx4925, rbtx4938, and hurricane had very similar
|
||||
versions of exception. Now all use shared/irq/exception.S
|
||||
|
||||
2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: rbtx4925 and rbtx4938 had copies of the same file with
|
||||
only minor differences. Both now use shared/irq/exception.S
|
||||
* startup/exception.S: Removed.
|
||||
|
||||
2010-04-27 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/linkcmds: Revert previous change. Remove .reginfo from .bss
|
||||
section where it was present.
|
||||
|
||||
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add NOLOAD to .bss to eliminate warnings.
|
||||
|
||||
2010-04-24 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* start/start.S: Verify boot_card is invoked properly with argc, argv.
|
||||
|
||||
2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c: Remove nested externs.
|
||||
#include <libcpu/isr_entries.h.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/rbtx4925.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/rbtx4925.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2009-03-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1385/cpukit
|
||||
* startup/exception.S: When the type rtems_boolean was switched to the
|
||||
C99 bool, the size changed from 4 bytes to 1 byte. The interrupt
|
||||
dispatching code accesses two boolean variables for scheduling
|
||||
purposes and the assembly implementations of this code did not get
|
||||
updated.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared tm27.h stub.
|
||||
* include/tm27.h: Removed.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
|
||||
* Makefile.am: Reflect changes above.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* liblnk/regs.S: Remove (Renamed into liblnk/regs.h).
|
||||
* liblnk/regs.h: New (Renamed from liblnk/regs.S).
|
||||
* Makefile.am, liblnk/pmon.S: Reflect renamer.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
* startup/bspgetworkarea.c: Removed.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove unnecessary includes of
|
||||
rtems/libcsupport.h and rtems/libio.h.
|
||||
|
||||
2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, startup/bspstart.c: Create
|
||||
bsp_get_work_area() into its own file and use BSP Framework to
|
||||
perform more initialization.
|
||||
* startup/bspgetworkarea.c: New file.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console-io.c: Convert to "bool".
|
||||
|
||||
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Add capability for bootcard.c BSP Initialization
|
||||
Framework to ask the BSP where it has memory for the RTEMS Workspace
|
||||
and C Program Heap. These collectively are referred to as work area.
|
||||
If the BSP supports this, then it does not have to include code to
|
||||
split the available memory between the two areas. This reduces the
|
||||
amount of code in the BSP specific bspstart.c file. Additionally, the
|
||||
shared framework can initialize the C Library, call
|
||||
rtems_debug_enable(), and dirty the work area memory. Until most/all
|
||||
BSPs support this new capability, if the BSP supports this, it should
|
||||
call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
|
||||
When the transition is complete, this autoconf macro can be removed.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Eliminate copies of the
|
||||
Configuration Table. Use the RTEMS provided accessor macros to obtain
|
||||
configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
|
||||
Configuration Table. Eliminate CPU Table from all ports. Delete
|
||||
references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove --oformat=...
|
||||
Use old_link for -qrtems (Prevents *.link from killing endianness).
|
||||
|
||||
2007-04-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove lib (Now expected to exist in GCC).
|
||||
|
||||
2007-03-12 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console-io.c, startup/exception.S: Correct license URL and/or
|
||||
fix mistake in copyright notice. Both of these mistakes appear to be
|
||||
from code submitted after these changes were made previously.
|
||||
|
||||
2007-03-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 1227/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION and
|
||||
MAX_SHORT_TEST_DURATION. They are obsolete and unused.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-03-22 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/.cvsignore: New file.
|
||||
|
||||
2006-03-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* liblnk/pmon.S, liblnk/regs.S, liblnk/lnklib.S,
|
||||
README, bsp_specs, configure.ac, startup/inittlb.c,
|
||||
startup/bspstart.c, startup/idtmem.S, startup/exception.S,
|
||||
startup/bspclean.c, startup/idttlb.S, startup/linkcmds,
|
||||
include/tm27.h, include/bsp.h, clock/clockdrv.c, Makefile.am,
|
||||
start/start.S, console/console-io.c:
|
||||
New (Submission by Bruce Robinson <brucer@pmccorp.com>).
|
||||
|
||||
* The RBTX4925 BSP is for a Toshiba TX4925 evaluation board.
|
||||
|
||||
@@ -1,295 +0,0 @@
|
||||
2012-03-08 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Added define for BSP_SHARED_HANDLER_SUPPORT.
|
||||
|
||||
2012-03-06 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1993/bsps
|
||||
* clock/clockdrv.c, include/bsp.h, include/irq.h,
|
||||
irq/vectorisrs.c, startup/bspstart.c:
|
||||
Changed interrupt call, removed warnings and did cleanup.
|
||||
|
||||
2012-02-23 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1993/bsps
|
||||
* Makefile.am, clock/clockdrv.c, include/irq.h,
|
||||
irq/vectorisrs.c, preinstall.am, startup/bspstart.c,
|
||||
Mips conversion to PIC IRQ model.
|
||||
* include/irq.h, irq/vectorisrs.c: New files.
|
||||
|
||||
2011-12-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* Makefile.am: Change to one file per line. Clean up.
|
||||
|
||||
2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Fix broken path to clockdrv_shell.h.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Many files were duplicated across MIPS
|
||||
BSPs. Now those which were directly copied are shared.
|
||||
* liblnk/lnklib.S, liblnk/pmon.S, liblnk/regs.h, startup/idtmem.S,
|
||||
startup/idttlb.S: Removed.
|
||||
|
||||
2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: rbtx4925 and rbtx4938 had copies of the same file with
|
||||
only minor differences. Both now use shared/irq/exception.S
|
||||
* startup/exception.S: Removed.
|
||||
|
||||
2010-04-27 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/linkcmds: Revert previous change. Remove .reginfo from .bss
|
||||
section where it was present.
|
||||
|
||||
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add NOLOAD to .bss to eliminate warnings.
|
||||
|
||||
2010-04-24 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* start/start.S: Verify boot_card is invoked properly with argc, argv.
|
||||
|
||||
2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c: Remove nested externs.
|
||||
#include <libcpu/isr_entries.h.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/rbtx4938.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/rbtx4938.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2009-03-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1385/cpukit
|
||||
* startup/exception.S: When the type rtems_boolean was switched to the
|
||||
C99 bool, the size changed from 4 bytes to 1 byte. The interrupt
|
||||
dispatching code accesses two boolean variables for scheduling
|
||||
purposes and the assembly implementations of this code did not get
|
||||
updated.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared tm27.h stub.
|
||||
* include/tm27.h: Removed.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
|
||||
* Makefile.am: Reflect changes above.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* liblnk/regs.S: Remove (Rename into liblnk/regs.h).
|
||||
* liblnk/regs.h: New (Renamed from liblnk/regs.S).
|
||||
* Makefile.am, liblnk/pmon.S: Reflect renamer.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
* startup/bspgetworkarea.c: Removed.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove unnecessary includes of
|
||||
rtems/libcsupport.h and rtems/libio.h.
|
||||
|
||||
2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, startup/bspstart.c: Create
|
||||
bsp_get_work_area() into its own file and use BSP Framework to
|
||||
perform more initialization.
|
||||
* startup/bspgetworkarea.c: New file.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console-io.c: Convert to "bool".
|
||||
|
||||
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Add capability for bootcard.c BSP Initialization
|
||||
Framework to ask the BSP where it has memory for the RTEMS Workspace
|
||||
and C Program Heap. These collectively are referred to as work area.
|
||||
If the BSP supports this, then it does not have to include code to
|
||||
split the available memory between the two areas. This reduces the
|
||||
amount of code in the BSP specific bspstart.c file. Additionally, the
|
||||
shared framework can initialize the C Library, call
|
||||
rtems_debug_enable(), and dirty the work area memory. Until most/all
|
||||
BSPs support this new capability, if the BSP supports this, it should
|
||||
call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
|
||||
When the transition is complete, this autoconf macro can be removed.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Eliminate copies of the
|
||||
Configuration Table. Use the RTEMS provided accessor macros to obtain
|
||||
configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
|
||||
Configuration Table. Eliminate CPU Table from all ports. Delete
|
||||
references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove --oformat=...
|
||||
Use old_link for -qrtems (Prevents *.link from killing endianness).
|
||||
|
||||
2007-04-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove lib (Now expected to exist in GCC).
|
||||
|
||||
2007-03-12 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console-io.c, startup/exception.S: Correct license URL and/or
|
||||
fix mistake in copyright notice. Both of these mistakes appear to be
|
||||
from code submitted after these changes were made previously.
|
||||
|
||||
2007-03-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 1227/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION and
|
||||
MAX_SHORT_TEST_DURATION. They are obsolete and unused.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-03-22 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/.cvsignore: New file.
|
||||
|
||||
2006-03-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* .cvsignore, liblnk/pmon.S, liblnk/regs.S, liblnk/lnklib.S,
|
||||
README, bsp_specs, configure.ac, startup/inittlb.c,
|
||||
startup/bspstart.c, startup/idtmem.S, startup/exception.S,
|
||||
startup/bspclean.c, startup/idttlb.S, startup/linkcmds,
|
||||
include/tm27.h, include/bsp.h, clock/yamon_api.h,
|
||||
clock/clockdrv.c, Makefile.am, start/start.S
|
||||
console/yamon_api.h, console/console-io.c:
|
||||
New (Submission by Bruce Robinson <brucer@pmccorp.com>).
|
||||
|
||||
* The RBTX4938 BSP is for a Toshiba TX4938 evaluation board.
|
||||
|
||||
@@ -1,136 +0,0 @@
|
||||
2003-07-17 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 433/tools
|
||||
* mips-stub.c: Patch from C. M. Heard <heard@pobox.com> described as:
|
||||
|
||||
The purpose of the patch is to make the stub ignore all
|
||||
characters except '+' (ack) or '-' (nak) when it has transmitted a
|
||||
packet and expects an acknowledgment. Without the patch,
|
||||
putpacket() will retransmit each time it receives anything other
|
||||
than '+' when expecting an ack, and that, bitter experience has
|
||||
found, frequently results in the stub failing to sync up when
|
||||
initially attaching to gdb.
|
||||
|
||||
I think that rtems users will notice significant improvement in
|
||||
the of the mips stub if this patch is incorporated in the
|
||||
distribution; certainly I did in my stand-aline environment. I
|
||||
should hasten to add that it is only an improvement and not a 100%
|
||||
cure for synchronization problems because '+' characters can (and
|
||||
do) during as message data, and it's still possible for these to
|
||||
be mistaken as acks. I have no idea how to fix that short of
|
||||
redesigning the gdb-remote protocol.
|
||||
|
||||
2002-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* mips-stub.c: Removed warnings.
|
||||
|
||||
2002-10-02 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* rtems-stub-glue.c: Removed should only be common copy.
|
||||
|
||||
2002-08-14 Greg Menke <gregory.menke@gsfc.nasa.gov>
|
||||
|
||||
* mips-stub.c: Re-debugged a breakpoint problem, zbreak target
|
||||
address was a char * which caused the target instruction to not
|
||||
be fully copied, so the zbreak logic corrupted the original
|
||||
instruction and didn't insert a valid break instruction.
|
||||
|
||||
2002-03-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* mips-stub.c: Removed warnings.
|
||||
|
||||
2002-03-05 Greg Menke <gregory.menke@gsfc.nasa.gov>
|
||||
|
||||
* mips-stub.c: Debugged & tweaked the gdb command processing,
|
||||
zbreak stuff, breakpoint and step code. Implemented 'T' command
|
||||
support and debugged remote gdb support w/ the Mongoose bsp.
|
||||
Added the memory segment support.
|
||||
* memlimits.h: Disabled all contents in favor of memory sement
|
||||
support. This file could probably go away.
|
||||
* rtems-stub-glue.c (rtems_gdb_index_to_stub_id()): New routine.
|
||||
rtems_gdb_stub_get_register_from_context(): Implemented MIPS version.
|
||||
rtems_gdb_stub_get_offsets(): Implemented MIPS version.
|
||||
* README: Updated.
|
||||
|
||||
2002-03-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: Corrected previous entry.
|
||||
|
||||
2002-02-27 Greg Menke <gregory.menke@gsfc.nasa.gov>
|
||||
|
||||
* mips-stub.c: Modified isr install routine to
|
||||
capture all exceptions.
|
||||
|
||||
2001-02-27 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Significant modifications including adding thread support, the 'X'
|
||||
command, and reorganizing so that target CPU independent routines
|
||||
could be reused.
|
||||
* gdb_if.h: Added numerous prototypes.
|
||||
* mips-stub.c: Added thread support as well as 'X' command.
|
||||
Also noticed that the 'P' command was from the mips protocol.
|
||||
* rtems-stub-glue.c: New file. This file contains all generic
|
||||
support which should be able to be reused on another target CPU.
|
||||
|
||||
2002-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* mips-stub.c (handle_exception): Prototype changed to be an RTEMS
|
||||
entry point. Added comments about possible need to flush cache.
|
||||
(mips_gdb_stub_install): New routine.
|
||||
|
||||
2002-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile, stubinit.S, r46kstub.ld, ioaddr.h: Removed as unused
|
||||
with RTEMS.
|
||||
* r46kstub.c: Renamed to mips-stub.c.
|
||||
* mips-stub.c: New file -- was r46kstub.c.
|
||||
* memlimits.h: New file was limits.h.
|
||||
* limits.h: Removed.
|
||||
* r4600.h: Eliminated need for this file.
|
||||
* README: Updated.
|
||||
* gdb_if.h: Added CVS Id.
|
||||
* mips-stub.c: Attempt to deal with MIPS1 versus MIPS3.
|
||||
|
||||
2002-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Merged r46kstub.c into RTEMS distribution without modification.
|
||||
I got the code from Franz Fischer <Franz.Fischer@franz-fischer.de>
|
||||
who had used this with an old version of RTEMS with the mips64orion
|
||||
port of RTEMS. After adding this to the repository, I will tailor
|
||||
this to work with the RTEMS exception processing model and trim
|
||||
no longer needed parts.
|
||||
* ChangeLog, gdb_if.h, ioaddr.h, limits.h, Makefile, mips_opcode.h,
|
||||
r4600.h, r46kstub.c, r46kstub.ld, README, stubinit.S:
|
||||
|
||||
Sun Sep 29 16:34:53 1996 C. M. Heard <heard@vvnet.com>
|
||||
|
||||
* Updated snapshot posted.
|
||||
|
||||
* stubinit.S (_reset_exception, _general_exception): Reorder
|
||||
instructions or insert nops as necessary to ensure that the
|
||||
target register of mfc0, mfc1, and cfc1 instructions is not
|
||||
used as a source register in the load delay slot of those
|
||||
instructions and to ensure that the instruction following
|
||||
mtc0 is always something other than mfc0. Insert .eject
|
||||
directives and reformat some of the comments to make the
|
||||
assembler listing more readable.
|
||||
|
||||
* ioaddr.h: add comments pointing out implementation-
|
||||
specific address definitions.
|
||||
|
||||
* limits.h: add comments describing what the implementation-
|
||||
specific macros in this file are supposed to do.
|
||||
|
||||
Tue Aug 06 14:43:04 1995 C. M. Heard <heard@vvnet.com>
|
||||
|
||||
* Updated snapshot posted.
|
||||
|
||||
* stubinit.S (_general_exception): Use virtual adresses from
|
||||
kseg0 (cached, unmapped space) instead of kseg1 (uncached,
|
||||
unmapped space) in cache instructions.
|
||||
(_reset_exception): Likewise, and use the right
|
||||
mask to clean the K0 field in the config register.
|
||||
|
||||
Fri Jul 26 14:41:49 1995 C. M. Heard <heard@vvnet.com>
|
||||
|
||||
* Initial snapshot posted.
|
||||
@@ -1,129 +0,0 @@
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-09-11 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* nios2_iss/start/crtnn.s: Remove extra CRLF.
|
||||
|
||||
2006-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* .cvsignore: New file.
|
||||
|
||||
2006-08-09 Kolja Waschk <waschk@telos.de>
|
||||
|
||||
* ChangeLog, Makefile.am, README, acinclude.m4, configure.ac,
|
||||
nios2_iss/ChangeLog, nios2_iss/Makefile.am, nios2_iss/bsp_specs,
|
||||
nios2_iss/configure.ac, nios2_iss/nios2_iss.ptf,
|
||||
nios2_iss/nios2_iss.sh, nios2_iss/times, nios2_iss/console/console.c,
|
||||
nios2_iss/include/bsp.h, nios2_iss/include/bspopts.h.in,
|
||||
nios2_iss/include/coverhd.h, nios2_iss/include/tm27.h,
|
||||
nios2_iss/shmsupp/addrconv.c, nios2_iss/shmsupp/getcfg.c,
|
||||
nios2_iss/shmsupp/lock.c, nios2_iss/shmsupp/mpisr.c,
|
||||
nios2_iss/start/crtnn.s, nios2_iss/start/start.S,
|
||||
nios2_iss/startup/bspclean.c, nios2_iss/startup/bspstart.c,
|
||||
nios2_iss/startup/linkcmds, nios2_iss/startup/main.c,
|
||||
nios2_iss/startup/setvec.c, nios2_iss/timer/timer.c: New files.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* acinclude.m4: Regenerate.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
|
||||
|
||||
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
|
||||
$(RTEMS_BSP_FAMILY).
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* acinclude.m4: Reflect changes to bootstrap.
|
||||
* configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2001-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* acinclude.m4: New file.
|
||||
* configure.in: Use RTEMS_BSP_SUBDIR.
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
Switch to GNU canonicalization.
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
@@ -1,278 +0,0 @@
|
||||
2011-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c (ISS_output_char): Add return type.
|
||||
* timer/timer.c: Remove unused vars "old_ie".
|
||||
|
||||
2011-09-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/bspstart.c: Update due to API changes.
|
||||
|
||||
2011-07-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove *lib (Anachronism).
|
||||
|
||||
2011-03-21 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* Makefile.am: Remove stub version.
|
||||
* shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
|
||||
shmsupp/mpisr.c: Removed.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shmsupp/lock.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Include <rtems/btimer.h>.
|
||||
Fix benchmark_timer_read() definition.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/nios2_iss.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/nios2_iss.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-04-06 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/linkcmds: Move stack so it does not overlap workarea.
|
||||
|
||||
2009-03-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, console/console.c, startup/linkcmds: Now links but
|
||||
clearly the starting stack overlaps regular memory and needs to be
|
||||
moved.
|
||||
|
||||
2009-03-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, console/console.c: Use shared polled console framework.
|
||||
|
||||
2009-03-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am, include/bsp.h, startup/setvec.c: Now
|
||||
compiles again but applications do not link.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared tm27.h stub.
|
||||
* include/tm27.h: Removed.
|
||||
|
||||
2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared stub coverhd.h
|
||||
* include/coverhd.h: Removed.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/clock.c: include "../../../shared/clockdrv_shell.h".
|
||||
* Makefile.am: Reflect changes above.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove noinst_PROGRAMS (Unused).
|
||||
|
||||
2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac: BSP specific bsp_cleanup() is a dupe of a
|
||||
shared one.
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, include/bsp.h, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
* startup/bspgetworkarea.c: Removed.
|
||||
|
||||
2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Create bsp_get_work_area() into its
|
||||
own file and use BSP Framework to perform more initialization.
|
||||
* startup/bspgetworkarea.c: New file.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c, timer/timer.c: Convert to "bool".
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Eliminate empty function from every benchmark timer
|
||||
driver. Fix spelling.
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Rename timer driver methods to follow RTEMS
|
||||
programming conventions.
|
||||
|
||||
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Add capability for bootcard.c BSP Initialization
|
||||
Framework to ask the BSP where it has memory for the RTEMS Workspace
|
||||
and C Program Heap. These collectively are referred to as work area.
|
||||
If the BSP supports this, then it does not have to include code to
|
||||
split the available memory between the two areas. This reduces the
|
||||
amount of code in the BSP specific bspstart.c file. Additionally, the
|
||||
shared framework can initialize the C Library, call
|
||||
rtems_debug_enable(), and dirty the work area memory. Until most/all
|
||||
BSPs support this new capability, if the BSP supports this, it should
|
||||
call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
|
||||
When the transition is complete, this autoconf macro can be removed.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/clock.c, include/bsp.h, startup/bspstart.c: Eliminate copies of
|
||||
the Configuration Table. Use the RTEMS provided accessor macros to
|
||||
obtain configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* console/console.c, include/bsp.h, startup/bspstart.c: Move
|
||||
interrupt_stack_size field from CPU Table to Configuration Table.
|
||||
Eliminate CPU Table from all ports. Delete references to CPU Table in
|
||||
all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* console/console.c, startup/bspstart.c: Moved most of the remaining
|
||||
CPU Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1257/bsps
|
||||
* startup/bspclean.c: Code outside of cpukit should use the public API
|
||||
for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
|
||||
public API and directly accessing _CPU_ISR_Disable and
|
||||
_CPU_ISR_Enable, they were bypassing the compiler memory barrier
|
||||
directive which could lead to problems. This patch also changes the
|
||||
type of the variable passed into these routines and addresses minor
|
||||
style issues.
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
Remove *cpp:.
|
||||
|
||||
2007-03-12 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/coverhd.h: Correct license URL and/or fix mistake in
|
||||
copyright notice. Both of these mistakes appear to be from code
|
||||
submitted after these changes were made previously.
|
||||
|
||||
2007-01-08 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Use preinstall.am.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* .cvsignore: New file.
|
||||
|
||||
2006-08-09 Kolja Waschk <waschk@telos.de>
|
||||
|
||||
* clock/clock.c: New file.
|
||||
|
||||
2005-12-12 Kolja Waschk
|
||||
|
||||
* derived from no_cpu BSP
|
||||
|
||||
@@ -1,106 +0,0 @@
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* acinclude.m4: Regenerate.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
|
||||
|
||||
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
|
||||
$(RTEMS_BSP_FAMILY).
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* acinclude.m4: Reflect changes to bootstrap.
|
||||
* configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2001-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* acinclude.m4: New file.
|
||||
* configure.in: Use RTEMS_BSP_SUBDIR.
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
Switch to GNU canonicalization.
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
@@ -1,486 +0,0 @@
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shmsupp/lock.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Include <rtems/btimer.h>.
|
||||
Fix benchmark_timer_read() definition.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/no_bsp.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/no_bsp.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared tm27.h stub.
|
||||
* include/tm27.h: Removed.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: BSP specific bsp_cleanup() is a dupe of a shared one.
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary include of bsp.h
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: Use top level shared bsp_get_work_area() implementation.
|
||||
* startup/bspgetworkarea.c: Removed.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* clock/ckinit.c: Remove unnecessary includes of rtems/libcsupport.h
|
||||
and rtems/libio.h.
|
||||
|
||||
2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, startup/bspstart.c: Create
|
||||
bsp_get_work_area() into its own file and use BSP Framework to
|
||||
perform more initialization.
|
||||
* startup/bspgetworkarea.c: New file.
|
||||
* startup/main.c: Removed.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-05 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c: The Shared Memory Driver no longer requires the
|
||||
special IOCTL in Clock_control. This was a hack which has existed
|
||||
since before the Classic API Timer Manager was implemented. All
|
||||
implementations of and references to Clock_control were removed.
|
||||
|
||||
2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c, timer/timer.c: Convert to "bool".
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c, timer/timerisr.c: Eliminate empty function from every
|
||||
benchmark timer driver. Fix spelling.
|
||||
|
||||
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c, timer/timerisr.c: Rename timer driver methods to
|
||||
follow RTEMS programming conventions.
|
||||
|
||||
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Add capability for bootcard.c BSP Initialization
|
||||
Framework to ask the BSP where it has memory for the RTEMS Workspace
|
||||
and C Program Heap. These collectively are referred to as work area.
|
||||
If the BSP supports this, then it does not have to include code to
|
||||
split the available memory between the two areas. This reduces the
|
||||
amount of code in the BSP specific bspstart.c file. Additionally, the
|
||||
shared framework can initialize the C Library, call
|
||||
rtems_debug_enable(), and dirty the work area memory. Until most/all
|
||||
BSPs support this new capability, if the BSP supports this, it should
|
||||
call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
|
||||
When the transition is complete, this autoconf macro can be removed.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
|
||||
of the Configuration Table. Use the RTEMS provided accessor macros to
|
||||
obtain configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
|
||||
from CPU Table to Configuration Table. Eliminate CPU Table from all
|
||||
ports. Delete references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Moved most of the remaining CPU Table fields to
|
||||
the Configuration Table. This included pretasking_hook,
|
||||
predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
|
||||
extra_mpci_receive_server_stack, stack_allocate_hook, and
|
||||
stack_free_hook. As a side-effect of this effort some multiprocessing
|
||||
code was made conditional and some style clean up occurred.
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 610/bsps
|
||||
* Makefile.am: Add include/tm27.h, Cosmetics.
|
||||
* include/tm27.h: Final cosmetics.
|
||||
|
||||
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Split out tmtest27 support.
|
||||
* include/tm27.h: New.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 613/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 614/bsps
|
||||
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
|
||||
|
||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||
|
||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* clock/ckinit.c, shmsupp/getcfg.c, shmsupp/lock.c,
|
||||
startup/bspstart.c, timer/timer.c, timer/timerisr.c: Convert to
|
||||
using c99 fixed size types.
|
||||
|
||||
2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
Preinstall dist_project_lib*.
|
||||
|
||||
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
|
||||
2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AM_CONDITIONAL(HAS_MP).
|
||||
Remove RTEMS_CHECK_MULTIPROCESSING.
|
||||
|
||||
2004-02-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
|
||||
shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
|
||||
wrapup/Makefile.am. Use automake compilation rules.
|
||||
* clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
|
||||
startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||
Add RTEMS_PROG_CCAS.
|
||||
|
||||
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add PREINSTALL_DIRS.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||
Add PRE/TMPINSTALL_FILES to CLEANFILES.
|
||||
* startup/Makefile.am: Ditto.
|
||||
|
||||
2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate $(LIB).
|
||||
Use noinst_DATA to trigger building libbsp.a.
|
||||
|
||||
2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Remove GENERIC_FILES.
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Misc cleanups and fixes.
|
||||
* wrapup/Makefile.am: Misc cleanups and fixes.
|
||||
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add preinstallation dirstamp support.
|
||||
* clock/Makefile.am: Cosmetics.
|
||||
* console/Makefile.am: Cosmetics.
|
||||
* shmsupp/Makefile.am: Cosmetics.
|
||||
* startup/Makefile.am: Cosmetics.
|
||||
* timer/Makefile.am: Cosmetics.
|
||||
* wrapup/Makefile.am: Cosmetics.
|
||||
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Remove all-local: $(ARCH).
|
||||
* console/Makefile.am: Remove all-local: $(ARCH).
|
||||
* shmsupp/Makefile.am: Remove all-local: $(ARCH).
|
||||
* startup/Makefile.am: Remove all-local: $(ARCH).
|
||||
* timer/Makefile.am: Remove all-local: $(ARCH).
|
||||
* wrapup/Makefile.am: Remove all-local: $(ARCH).
|
||||
|
||||
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in include/Makefile.am.
|
||||
Reflect changes to bsp.am.
|
||||
* include/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c, console/console.c, include/bsp.h, shmsupp/addrconv.c,
|
||||
shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c,
|
||||
startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
|
||||
startup/main.c, startup/setvec.c, timer/timer.c, timer/timerisr.c:
|
||||
URL for license changed.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
* clock/Makefile.am: Reflect having moved automake/.
|
||||
* console/Makefile.am: Reflect having moved automake/.
|
||||
* include/Makefile.am: Reflect having moved automake/.
|
||||
* shmsupp/Makefile.am: Reflect having moved automake/.
|
||||
* startup/Makefile.am: Reflect having moved automake/.
|
||||
* timer/Makefile.am: Reflect having moved automake/.
|
||||
* wrapup/Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 445/bsps
|
||||
* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
|
||||
Remove cpp, old_cpp (now unused).
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2003-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds*: Add FreeBSD sysctl() sections.
|
||||
|
||||
2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* shmsupp/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.
|
||||
|
||||
2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Added support for -nostdlibs.
|
||||
|
||||
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* console/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* startup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* timer/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
|
||||
2002-07-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Add bsplib_DATA = linkcmds.
|
||||
|
||||
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
|
||||
Remove $(OBJS) from all-local.
|
||||
|
||||
2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2001-09-27 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Renamed delay() to rtems_bsp_delay().
|
||||
* shmsupp/lock.c: Renamed delay() to rtems_bsp_delay().
|
||||
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Use 'CLEANFILES ='.
|
||||
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
|
||||
|
||||
2001-05-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Add bspopts.h.
|
||||
* include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
|
||||
* include/Makefile.am: Use *_HEADERS instead of *H_FILES.
|
||||
* include/bsp.h: Include bspopts.h.
|
||||
|
||||
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
|
||||
and libcsupport.h moved from libc to lib/include/rtems and
|
||||
now must be referenced as <rtems/XXX.h>. Header file order
|
||||
was cleaned up while doing this.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
Switch to GNU canonicalization.
|
||||
|
||||
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
|
||||
startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
|
||||
compile.am
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,318 +0,0 @@
|
||||
2011-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Formatting.
|
||||
|
||||
2011-07-13 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
PR 1824/cpukit
|
||||
* startup/bspclean.c, startup/bspstart.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-07-12 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* make/custom/beatnik.cfg: Spacing.
|
||||
|
||||
2011-06-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove "SUBDIRS = .".
|
||||
Remove "all-local:".
|
||||
|
||||
2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* configure.ac: Use standard cache BSP options.
|
||||
|
||||
2011-05-17 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
PR1797/bsps
|
||||
* configure.ac, include/bsp.h: Made
|
||||
CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK a bspopts.h setting.
|
||||
|
||||
2011-05-16 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* include/bsp.h: define CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* irq/discovery_pic.c, network/if_em/rtemscompat_defs.h,
|
||||
* network/if_gfe/rtemscompat_defs.h, startup/bspstart.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2011-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build_date.c.
|
||||
* startup/bspstart.c: Remove BSP_build_date.
|
||||
|
||||
2011-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* network/porting/README, network/porting/if_xxx_rtems.c,
|
||||
startup/bspstart.c: Remove CVS artefacts.
|
||||
|
||||
2010-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove -Wno-unused-variable.
|
||||
|
||||
2010-08-20 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
PR 1682/bsps
|
||||
* startup/bspstart.c: Add BSP_poll_char.
|
||||
|
||||
2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Remove AC_CHECK_SIZEOF([void *]).
|
||||
|
||||
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||
|
||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||
|
||||
2010-05-10 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Do not include <bsp/bsp_bsdnet_attach.h> if networkign
|
||||
disabled.
|
||||
|
||||
2010-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* network/support/bsp_attach.c: Include <unistd.h>.
|
||||
|
||||
2010-03-27 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* network/if_gfe/if_gme.c, network/if_em/if_em.c: Removed warnings
|
||||
|
||||
2010-02-09 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* network/if_mve/mv643xx_eth.c: Fixed alignment attribute
|
||||
in descriptor declaration. Not the pointers to the descriptors
|
||||
have to be aligned but the descriptors themselves (didn't
|
||||
cause problems but caused unnecessary holes in 'private' struct).
|
||||
|
||||
FIX: Added more robustness when number of available TX descriptors
|
||||
drops to zero. (This can e.g., happen if the link goes bad causing
|
||||
packets to stall in the FIFO.) At the following points the transmitter
|
||||
is explicitly (re-)started:
|
||||
o when link comes up and number of available TXDs is zero the
|
||||
TX is restarted.
|
||||
o on a failed attempt to send data due to lack of TXDs the
|
||||
TX is restarted if swiping the TX ring doesn't yield any
|
||||
buffers (i.e., if the # of available buffers is still zero
|
||||
after the swipe).
|
||||
|
||||
2009-12-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am, preinstall.am: Removed ppc_exc_bspsupp.h include file.
|
||||
|
||||
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: BSP should not define
|
||||
CONFIGURE_NUMBER_OF_TERMIOS_PORTS.
|
||||
|
||||
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* network/if_em/Makefile, network/if_gfe/Makefile: Removed.
|
||||
|
||||
2009-12-03 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Account for coverhd.h and tm27.h. Use
|
||||
stubs for both.
|
||||
|
||||
2009-11-06 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am, irq/discovery_pic.c, irq/irq_init.c:
|
||||
dump raw_exceptions.rel, raw_exception.h; these have
|
||||
disappeared. <bsp/vectors.h> must now be included
|
||||
instead.
|
||||
|
||||
* Makefile.am: Add 'altivec.rel'.
|
||||
|
||||
* make/custom/beatnik.cfg: Use -mcpu=7400; this enables
|
||||
AltiVec!
|
||||
|
||||
2009-11-06 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* beatnik.cfg, make/custom/beatnik.cfg: moved beatnik.cfg
|
||||
to new make/custom subdir.
|
||||
|
||||
2009-10-20 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* startup/bspstart.c: leave 'work-space start' and initial
|
||||
stack alone. These are now handled by the shared framework
|
||||
and linker script etc. Locate interrupt stack after __rtems_end
|
||||
and obtain its size from the configuration.
|
||||
|
||||
2009-10-20 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* network/if_mve/mv643xx_eth.c: made mutex a binary semphore;
|
||||
simple binary semaphore doesn't support priority inheritance.
|
||||
This was silently ignored under previous releases but is an
|
||||
error under 4.10.
|
||||
|
||||
2009-10-20 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am, bsp_specs, preinstall.am, flash/flashcfg.c,
|
||||
include/bspopts.h.in, irq/discovery_pic.c, irq/irq_init.c,
|
||||
marvell/gt_timer.c, marvell/gt_timer.h, marvel/gti2c.c,
|
||||
network/if_gfe/if_gfe.c, network/if_gfe/if_gfe_rtems.c,
|
||||
network/if_mve/mv643xx_eth.c, network/support/bsp_attach.c,
|
||||
pci/gt_pci_init.c, pci/motload_fixup.c, startup/bspstart.c,
|
||||
startup/i2c_init.c:
|
||||
Ported to rtems HEAD (to become rtems-4.10). This consisted
|
||||
mainly of fixing compiler warnings (mostly: adding prototypes
|
||||
to function declarations and moving extern declarations to
|
||||
global scope).
|
||||
|
||||
A pecularity: if_gfe.c had to remove 'queue.h' inclusion.
|
||||
we have two versions of queue.h: one in newlib another one in
|
||||
rtems - don't know how this is supposed to work...
|
||||
|
||||
2009-10-17 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am, network/if_mve_mv643xx_eth.c,
|
||||
network/if_mve_pub.h: Enhanced low-level API allowing
|
||||
the user to selectively enable/disable/acknowledge
|
||||
interrupts and to install their own ISR (rather than having
|
||||
the driver posting an event to a single task).
|
||||
|
||||
2009-10-03 Till Straumann <strauman@slac.stanford.edu>
|
||||
* network/if_mve/mv643xx_eth.c:
|
||||
BUGFIX: mbuf leak; consume_rx_mbuf() must release mbuf
|
||||
if 'len'<=0.
|
||||
|
||||
BUGFIX: Must initialize 'media-word' argument before
|
||||
calling BSP_mve_media_ioctl() (defines PHY instance).
|
||||
|
||||
2009-06-05 Till Straumann <strauman@slac.stanford.edu>
|
||||
* network/if_mve/mv643xx_eth.c, network/if_mve/if_mve_pub.h,
|
||||
Makefile.am: Added MC address reference count and
|
||||
BSP_mve_mcast_filter_accept_del() to remove a single
|
||||
entry from the filter.
|
||||
|
||||
2009-06-05 Till Straumann <strauman@slac.stanford.edu>
|
||||
* network/if_mve/mv643xx_eth.c, network/if_mve/if_mve_pub.h,
|
||||
Makefile.am: first stab at adding multicast support.
|
||||
|
||||
2009-06-05 Till Straumann <strauman@slac.stanford.edu>
|
||||
* network/if_gfe/if_gfe.c:
|
||||
o propagate PROMISC flag to hardware (SIOCSIFFLAGS)
|
||||
o handle case where IFF_PROMISC is set (and wasn't before)
|
||||
in gfe_hash_fill() routine.
|
||||
|
||||
2009-06-02 Till Straumann <strauman@slac.stanford.edu>
|
||||
* network/if_gfe/if_gfe.c: activated and fixed multicast
|
||||
support.
|
||||
|
||||
2009-06-01 Till Straumann <strauman@slac.stanford.edu>
|
||||
* network/if_em/if_em.c: activated multicast support.
|
||||
|
||||
2008-10-30 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
MERGED from rtems-4-7-branch:
|
||||
* Makefile.am, network/if_mve/mv643xx.c, network/if_mve/if_mve_pub.h:
|
||||
o Exported new low-level driver entry points:
|
||||
- BSP_mve_ack_link_chg() so that changes in PHY link status can be
|
||||
propagated to the serial port when handling link-change interrupts.
|
||||
- BSP_mve_dump_stats() for printing statistics.
|
||||
o FIXED reading of statistics counters.
|
||||
o Count interrupts (statistics) in ISR rather than network daemon
|
||||
(which is only used by the BSD driver).
|
||||
|
||||
2008-10-04 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* beatnik.cfg: updated to 4.9; removed make-exe
|
||||
make-cxx-exe commands. Replaced CPU cflags to use
|
||||
-mpowerpc -D__ppc_generic.
|
||||
|
||||
2008-10-04 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* startup/linkcmds: increased size of CODE memory
|
||||
area to 32M.
|
||||
|
||||
2008-05-10 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* pci/gt_pci_init.c, pci/pci_io_remap.c: fixed 32-bit
|
||||
types. RTEMS' pci_config access functions now use uint32_t,
|
||||
earlier versions used unsigned. Both are incompatible,
|
||||
unfortunately (gcc regards unsigned and unsigned long different
|
||||
beasts leading to warnings and alias-issues :-()
|
||||
|
||||
2008-05-10 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* network/porting/rtemscompat1.h, network/porting/rtemscompat.h,
|
||||
network/porting/if_xxx_rtems.c, network/if_gfe/if_gfe_rtems.c:
|
||||
Fixed 32-bit types (pci config access, byteorder macros differ
|
||||
depending on RTEMS version :-(). We now check for version and
|
||||
use appropriate types (unsigned vs. uint32_t).
|
||||
Silenced more warnings (ifndef DEBUG_MODULAR the METHODSPTR
|
||||
is always non-zero; hence I ifdef'ed the affected code snippet).
|
||||
|
||||
2008-03-20 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: confdefs.h now wants
|
||||
us to use BSP_INTERRUPT_STACK_SIZE instead of
|
||||
CONFIGURE_INTERRUPT_STACK_MEMORY.
|
||||
|
||||
2008-03-19 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* irq/discovery_pic.c: must spare GPP7_0 etc. summary
|
||||
interrupts in BSP_enable_irq_at_pic() etc.
|
||||
New 'new-exceptions/bspsupport' code scans all IRQS
|
||||
and enables or disables depending on the initial config
|
||||
having a handler connected. This initial disable operation
|
||||
switched-off the summaries and I had no GPP interrupts...
|
||||
|
||||
2008-01-04 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* startup/bspstart.c: changed Kate's copyright note
|
||||
again as requested by her email 1/04/2008.
|
||||
|
||||
2008-01-04 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* startup/bspstart.c: changed Kate's copyright note
|
||||
as requested by her email 8/16/2007.
|
||||
|
||||
2007-12-11 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* irq/discovery_pic.c: don't print warnings if an
|
||||
invalid irq number is passed to BSP_disable_irq_at_pic(),
|
||||
BSP_enable_irq_at_pic(). irq_supp.h says we must
|
||||
silently ignore.
|
||||
|
||||
2007-12-11 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am: use new irq_bspsupport.rel which was
|
||||
split out of exc_bspsupport.rel to provide finer-grained
|
||||
control over what BSPs want to use.
|
||||
|
||||
2007-12-10 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am, startup/vpd.c, startup/vpd.h:
|
||||
moved VPD support to ../shared/motorola.
|
||||
|
||||
2007-12-08 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am: merged shared/vme/vme_universe.c and
|
||||
shared/vme/vme_universe_dma.c into one file.
|
||||
Use vme_universe.c, vmeconfig.c from shared area.
|
||||
|
||||
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
|
||||
|
||||
2007/11/27 (TS):
|
||||
- Generalized flash support and moved to shared area (libchip would probably
|
||||
more appropriate).
|
||||
2007/10/22 (TS):
|
||||
- DECREMENTER interrupt is now handled the same way external interrupts are.
|
||||
It can also be assigned a priority and the handler is executed in priority
|
||||
order, i.e., it can be preempted by higher-priority interrupts and
|
||||
is protected from being preempted by lower-priority irqs.
|
||||
2007/10/08 (TS):
|
||||
- ChangeLog added
|
||||
- (Makefile.am) MUST NOT use -msoft-float because this also prevents CR7
|
||||
to be set/cleared when calling vararg routines (which may then save/restore
|
||||
FP args on the stack or do other bad things) :-(
|
||||
Still don't know how to deal with implicit usage of the FPU by GCC
|
||||
(problem in ISRs and integer-only tasks).
|
||||
@@ -1,503 +0,0 @@
|
||||
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1917/bsps
|
||||
* Makefile.am, preinstall.am, console/config.c, console/mc68360_scc.c,
|
||||
console/ns16550cfg.c, console/printk_support.c: Modifications to add
|
||||
dynamic tables for libchip serial drivers.
|
||||
|
||||
2011-08-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* console/polled_io.c: Update due to API changes.
|
||||
|
||||
2011-08-23 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
* Makefile.am, console/config.c: Resolved printk issues.
|
||||
* console/printk_support.c: New file.
|
||||
|
||||
2011-08-23 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
* Makefile.am: Removed console.c and linked to the shared console.c.
|
||||
Note: This change was verified through compilation only.
|
||||
* console/console.c: Removed.
|
||||
|
||||
2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* configure.ac: Use standard cache BSP options.
|
||||
|
||||
2011-05-17 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
PR1797/bsps
|
||||
* configure.ac: Made CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK
|
||||
a bspopts.h setting.
|
||||
|
||||
2011-03-04 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
PR 1751/bsps
|
||||
* start/start.S: Fix typo which was not caught by binutils prior to a
|
||||
recent bug fix.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c, console/ns16550cfg.c, console/polled_io.c,
|
||||
include/bsp.h, include/tm27.h, startup/bspstart.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-08-20 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
PR 1686/bsps
|
||||
* console/console.c: Add BSP_poll_char.
|
||||
|
||||
2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* console/polled_io.c: Add BSP_poll_char.
|
||||
|
||||
2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Remove AC_CHECK_SIZEOF([void *]).
|
||||
|
||||
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||
|
||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||
|
||||
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* start/start.S: removed obsolete bootcard calling warning
|
||||
|
||||
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* console/mc68360_scc.c: adapted to new prototype for *_write
|
||||
function
|
||||
|
||||
2009-10-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am, preinstall.am: Update for exception support changes.
|
||||
* irq/irq_init.c, irq/openpic_xxx_irq.c: Changed exception header file
|
||||
includes.
|
||||
* startup/bspstart.c: Update for ppc_exc_initialize() changes.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/ep1a.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* startup/bspstart.c:
|
||||
let 'save_boot_params()' return a pointer to the commandline
|
||||
saved by the BSP which is NULL in this case. This pointer could
|
||||
be passed on to 'boot_card()' as it is done by other BSPs.
|
||||
This 'start/start.S' file however, passes a NULL pointer
|
||||
directly to boot_card() (w/o ever calling save_boot_params()).
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c: Remove nested externs.
|
||||
|
||||
2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c: Add missing prototypes.
|
||||
|
||||
2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/linkcmds: Add .sbss.*.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/ep1a.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* console/config.c: Spacing.
|
||||
|
||||
2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
|
||||
Should be automatically handled by confdefs.h or the application.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2008-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove -Qy from *link.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* console/init68360.c: Delete unused code.
|
||||
|
||||
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* console/config.c, console/console.c, console/console.h,
|
||||
console/ns16550cfg.c, console/ns16550cfg.h, include/bsp.h,
|
||||
include/tm27.h, irq/irq_init.c, irq/openpic_xxx_irq.c,
|
||||
pci/no_host_bridge.c: File head clean up.
|
||||
* console/debugio.c: Removed.
|
||||
|
||||
2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* preinstall.am: Regenerated.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove noinst_PROGRAMS (Unused).
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Use standardized bsp_cleanup() which can optionally
|
||||
print a message, poll for user to press key, and call bsp_reset().
|
||||
Using this eliminates the various bsp_cleanup() implementations which
|
||||
had their own implementation and variety of string constants.
|
||||
|
||||
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, include/bsp.h, startup/bspstart.c: Use PowerPC level
|
||||
shared bsp_get_work_area() implementation.
|
||||
* startup/bspgetworkarea.c: Removed.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove unnecessary includes of
|
||||
rtems/libcsupport.h and rtems/libio.h.
|
||||
|
||||
2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, console/rsPMCQ1.h, include/bsp.h,
|
||||
startup/bspstart.c: Create bsp_get_work_area() into its own file and
|
||||
use BSP Framework to perform more initialization.
|
||||
* startup/bspgetworkarea.c: New file.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: 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-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/config.c, console/console.h: Convert to "bool".
|
||||
|
||||
2008-09-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, console/alloc360.c, console/console.c,
|
||||
console/console.h, console/m68360.h, console/mc68360_scc.c,
|
||||
console/ns16550cfg.c, console/rsPMCQ1.c, console/rsPMCQ1.h,
|
||||
include/bsp.h, irq/irq_init.c, vme/VMEConfig.h: Initiate update and
|
||||
testing. Add missing files. Does not run hello yet.
|
||||
* console/debugio.c, console/polled_io.c, irq/openpic_xxx_irq.c: New files.
|
||||
|
||||
2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/mc68360_scc.c, console/rsPMCQ1.c, console/rsPMCQ1.h,
|
||||
irq/irq_init.c, pci/no_host_bridge.c, startup/bspstart.c:
|
||||
Add missing prototypes.
|
||||
|
||||
2008-05-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* console/mc68360_scc.c: Remove explicit switch and call
|
||||
termios_baud_to_number().
|
||||
|
||||
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Add capability for bootcard.c BSP Initialization
|
||||
Framework to ask the BSP where it has memory for the RTEMS Workspace
|
||||
and C Program Heap. These collectively are referred to as work area.
|
||||
If the BSP supports this, then it does not have to include code to
|
||||
split the available memory between the two areas. This reduces the
|
||||
amount of code in the BSP specific bspstart.c file. Additionally, the
|
||||
shared framework can initialize the C Library, call
|
||||
rtems_debug_enable(), and dirty the work area memory. Until most/all
|
||||
BSPs support this new capability, if the BSP supports this, it should
|
||||
call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
|
||||
When the transition is complete, this autoconf macro can be removed.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* console/config.c: Fix typo.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2007-12-14 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am, irq/irq.c (removed), irq/irq_init.c:
|
||||
Use shared exception/interrupt support from
|
||||
libcpu/new-exceptions/bspsupport. NOTE: CHANGES MUST BE
|
||||
TESTED ON REAL HARDWARE.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Eliminate copies of the
|
||||
Configuration Table. Use the RTEMS provided accessor macros to obtain
|
||||
configuration fields.
|
||||
|
||||
2007-12-08 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am: merged shared/vme/vme_universe.c and
|
||||
shared/vme/vme_universe_dma.c into one file.
|
||||
|
||||
2007-12-08 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* vme/VMEConfig.h: added error status to
|
||||
BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
|
||||
|
||||
2007-12-08 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am: irq_supp.h was moved from shared/irq to
|
||||
libcpu/powerpc/new-exceptions/bspsupport.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, include/bsp.h, startup/bspstart.c: Move
|
||||
interrupt_stack_size field from CPU Table to Configuration Table.
|
||||
Eliminate CPU Table from all ports. Delete references to CPU Table in
|
||||
all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Moved most of the remaining CPU Table fields to
|
||||
the Configuration Table. This included pretasking_hook,
|
||||
predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
|
||||
extra_mpci_receive_server_stack, stack_allocate_hook, and
|
||||
stack_free_hook. As a side-effect of this effort some multiprocessing
|
||||
code was made conditional and some style clean up occurred.
|
||||
|
||||
2007-12-02 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* irq/irq_init.c: added new args to openpic_init().
|
||||
This BSP probably needs them (8245 has an EPIC).
|
||||
I would be surprised if the PCI interrupts with the
|
||||
old code actually worked...
|
||||
|
||||
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* startup/bspstart.c: removed bsp_exceptions_in_RAM
|
||||
|
||||
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am, irq/irq.c: fixed source-tree path of irq_supp.h,
|
||||
fixed type of 1st arg to C_dispatch_irq_handler() which
|
||||
is NOT a CPU_Interrupt_frame but a BSP_Exception_frame
|
||||
(not that it is ever used but the two layouts differ).
|
||||
|
||||
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am: install new <irq/irq_supp.h> header
|
||||
|
||||
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* irq/irq.h, irq/irq_init.c: Removed the definition
|
||||
of ASM_IRQ_VECTOR_BASE; this symbol was only use to
|
||||
initialize the irqBase member of the rtems_irq_global_settings
|
||||
struct. However, irqBase is an rtems_irq_symbolic_name,
|
||||
so using BSP_LOWEST_OFFSET is more appropriate.
|
||||
|
||||
2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
|
||||
Table. They have been replaced with variables named bsp_XXX as
|
||||
needed.
|
||||
|
||||
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* console/config.c: Fix typo.
|
||||
|
||||
2007-09-17 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* console/console.c: Eliminate DEBUG_puts.
|
||||
|
||||
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1257/bsps
|
||||
* irq/irq.c: Code outside of cpukit should use the public API for
|
||||
rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
|
||||
public API and directly accessing _CPU_ISR_Disable and
|
||||
_CPU_ISR_Enable, they were bypassing the compiler memory barrier
|
||||
directive which could lead to problems. This patch also changes the
|
||||
type of the variable passed into these routines and addresses minor
|
||||
style issues.
|
||||
|
||||
2007-08-01 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Use shared ShowBATS() method.
|
||||
|
||||
2007-07-10 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* irq/irq_init.c: adapted to shared exception code
|
||||
|
||||
2007-07-06 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* Makefile.am: adapted to shared exception code
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-04-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove lib (Now expected to exist in GCC).
|
||||
|
||||
2007-04-01 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/rsPMCQ1.c, irq/irq_init.c: Reflect changes to pci-API.
|
||||
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2007-01-30 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am, preinstall.am, include/bsp.h,
|
||||
* vme/vmeconfig.c (removed), vme/VMEConfig.h (added):
|
||||
cleaned up vme support - use files from libbsp/powerpc/shared/vme
|
||||
and define BSP specifica in VMEConfig.h.
|
||||
Use VME DMA support implemented by vmeUniverse and
|
||||
libbsp/powerpc/shared/vme/vme_universe_dma.c
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-03-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add .gnu.linkonce.b.* section.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove explicit ampolish3 support (now in
|
||||
RTEMS_BSP_CONFIGURE).
|
||||
|
||||
2006-01-10 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Add ampolish3 support.
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2006-01-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 858/bsps
|
||||
* Makefile.am: Added vme_am_defs.h;
|
||||
* vme/vmeconfig.c: Added appropriate include files.
|
||||
|
||||
2006-01-09 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Don't include subdirs.am. Cleanup.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-05-17 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||
|
||||
* console/rsPMCQ1.c, irq/irq.c: Modified to use rtems/irq.h.
|
||||
|
||||
2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c, console/init68360.c, console/ns16550cfg.c
|
||||
console/ns16550cfg.h, console/rsPMCQ1.h, include/tm27.h,
|
||||
startup/bspstart.c, vme/vmeconfig.c: Eliminate {un|}signed{8|16|32}.
|
||||
|
||||
2005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||
|
||||
* console/init68360.c, include/bsp.h, startup/bspstart.c: Changed
|
||||
rtems_unsigned types to uint types
|
||||
|
||||
2005-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/.cvsignore: New file.
|
||||
|
||||
2005-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* .cvsignore: New file.
|
||||
|
||||
2005-04-29 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||
|
||||
* irq/irq.c, start/start.S: Removed warnings
|
||||
|
||||
2005-04-29 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||
|
||||
* New BSP.
|
||||
* console/config.c: New files.
|
||||
@@ -1,990 +0,0 @@
|
||||
2011-12-01 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c: Eliminate unused var "nb_overflow".
|
||||
|
||||
2011-08-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* start/start.S: Update due to API changes.
|
||||
|
||||
2011-27-28 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* start/start.S: fixed indentation. Tag TOS with a NULL
|
||||
pointer (help terminate when walking the stack).
|
||||
|
||||
2011-06-17 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am: Added custom memcpy(). Update for network sources.
|
||||
* configure.ac: Enable interrupt driven Termios for all BSPs.
|
||||
* ide/pcmcia_ide.c: Disable broken DMA support.
|
||||
* include/bsp.h: Fixed NEED_LOW_LEVEL_INIT define. Set default
|
||||
console baud to 115200.
|
||||
* include/irq.h, irq/irq.c: Fixed interrupt handling to avoid the
|
||||
following problems: 1. multiple invokation of peripheral interrupt
|
||||
handlers, 2. missing synchronization after mask write and enabling of
|
||||
external exceptions, and 3. logic overhead.
|
||||
* network_5200/network.c: Added MII interface. Fixed controller
|
||||
restart after FIFO errors. Performance improvements.
|
||||
* start/start.S: Fixed ROM startup. Initialize XLB arbiter for all
|
||||
BSPs.
|
||||
* startup/bspstart.c: Special intialization for MPC5200B (B variant).
|
||||
Install standard alignment handler.
|
||||
* startup/cpuinit.c, startup/linkcmds.brs5l, startup/linkcmds.dp2,
|
||||
startup/linkcmds.icecube, startup/linkcmds.pm520_cr825,
|
||||
startup/linkcmds.pm520_ze30: Avoid accesses outside the RAM area.
|
||||
|
||||
2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* configure.ac, startup/bspstart.c: Use standard cache BSP options.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/tm27.h:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-12-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/u-boot.h: Removed file.
|
||||
* include/u-boot-config.h: New file.
|
||||
* include/bsp.h, start/start.S, startup/bspstart.c: Use new U-Boot
|
||||
support.
|
||||
* Makefile.am, preinstall.am: Reflect changes above.
|
||||
|
||||
2010-11-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* mscan/mscan-base.c: Do not use sleep mode to enter init mode. Do
|
||||
not wait for sleep mode acknowledge.
|
||||
|
||||
2010-11-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* make/custom/dp2.cfg, startup/linkcmds.dp2: New files.
|
||||
* Makefile.am, preinstall.am: Reflect change above. Install
|
||||
<bsp/utility.h>. Install BestComm header files.
|
||||
* configure.ac: Changed BSP options.
|
||||
* include/mpc5200.h: Added module structures and register defines.
|
||||
* bestcomm/bestcomm_api.c, bestcomm/bestcomm_api.h,
|
||||
bestcomm/bestcomm_glue.c, bestcomm/bestcomm_glue.h,
|
||||
bestcomm/bestcomm_priv.h, bestcomm/load_task.c,
|
||||
bestcomm/tasksetup_bdtable.c, bestcomm/task_api/bestcomm_cntrl.h: C++
|
||||
compatibility. Use special heap to manage the SRAM region. Use
|
||||
interrupt extension API. Fixed warnings.
|
||||
* console/console.c: Fixed console registration. Fixed warnings.
|
||||
Added GPS module registration.
|
||||
* ide/pcmcia_ide.h: Fixed clock value macros.
|
||||
* ide/pcmcia_ide.c: Update for BestComm API changes.
|
||||
DP2 specific initialization. Removed zero loop in PIO receive
|
||||
function.
|
||||
* include/bsp.h: Added DP2 variant. Removed obsolete defines.
|
||||
* include/mscan-base.h, mscan/mscan-base.c: Use volatile qualifier.
|
||||
Format.
|
||||
* irq/irq.c: Fixed peripheral interrupt handling.
|
||||
* network_5200/network.c: Update for BestComm API changes.
|
||||
* start/start.S: U-Boot fixes.
|
||||
* startup/cpuinit.c: Enable write-back cache strategy. Added special
|
||||
memory regions.
|
||||
* startup/linkcmds.brs5l: Fixed memory size.
|
||||
|
||||
2010-06-30 Peter Dufault <dufault@hda.com>
|
||||
|
||||
PR 1588/cpukit
|
||||
* start/start.S: Renamed defines SR0 .. SR15 in
|
||||
PPC_SR0 .. PPC_SR15.
|
||||
|
||||
2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Remove AC_CHECK_SIZEOF([void *]).
|
||||
|
||||
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||
|
||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/irq-config.h: Removed file.
|
||||
* Makefile.am, preinstall.am: Reflect change above. Added interrupt
|
||||
support modules.
|
||||
* include/irq.h: Moved defines from 'include/irq-config.h'.
|
||||
* include/mpc5200.h: Added GPIO PIN defines.
|
||||
|
||||
2010-04-07 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* start/start.S: fix sdram timing for MPC5200B chips
|
||||
|
||||
2010-03-27 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* bestcomm/task_api/tasksetup_general.h,
|
||||
gen5200/include/mscan-base.h, gen5200/mscan/mscan-base.c,
|
||||
gen5200/irq/irq.c, startup/uboot_support.c: Removed warnings
|
||||
|
||||
2010-03-25 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* configure.ac, include/bsp.h, console/console.c, start/start.S:
|
||||
move more configuration constants to configure.ac
|
||||
|
||||
2010-03-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* clock/*, startup/bspstart.c, Makefile.am: switch this BSP to use
|
||||
decrementer as system clock source
|
||||
|
||||
2010-03-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
PR 1497/bsps
|
||||
* startup/bspreset.c: Do not enable interrupts while waiting for board
|
||||
to reset.
|
||||
|
||||
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* console/console.c: adapted to new prototype for *_write
|
||||
function
|
||||
|
||||
2009-11-04 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* ide/pcmcia_ide.c (mpc5200_pcmciaide_write_block,
|
||||
mpc5200_pcmciaide_read_block): Change "block_size" parameter to
|
||||
uint32_t to match with ide_ctrl_fns_t.
|
||||
|
||||
2009-11-04 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/linkcmds, startup/linkcmds.pm520: Remove.
|
||||
* startup/linkcmds.pm520_ze30, startup/linkcmds.pm520_cr825:
|
||||
New (Copy of former startup/linkcmds.pm520).
|
||||
* Makefile.am: Rework linkcmds handling.
|
||||
* configure.ac: Add RTEMS_BSP_LINKCMDS.
|
||||
* make/custom/brs5l.cfg, make/custom/icecube.cfg,
|
||||
make/custom/pm520_cr825.cfg, make/custom/pm520_ze30.cfg:
|
||||
Remove RTEMS_LINKCMDS.
|
||||
* make/custom/gen5200.inc: Remove LDFLAGS.
|
||||
|
||||
2009-11-02 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* start/start.S: call to boot_card checked, removed warning
|
||||
|
||||
2009-10-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am, preinstall.am: Update for exception support changes.
|
||||
* irq/irq.c: Changed exception header file includes.
|
||||
* startup/bspstart.c: Changed exception header file includes. Update
|
||||
for ppc_exc_initialize() changes.
|
||||
|
||||
2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/clock.c: Add missing prototypes.
|
||||
Remove argument from clockOff().
|
||||
* tod/pcf8563.c: Add missing const.
|
||||
|
||||
2009-10-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* clock/clock.c: Update for interrupt handler type change.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/gen5200.inc: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/gen5200.inc: New (Renamed from gen5200.cfg).
|
||||
* make/custom/gen5200.cfg: Removed.
|
||||
* make/custom/brs5l.cfg, make/custom/icecube.cfg,
|
||||
make/custom/pm520_cr825.cfg, make/custom/pm520_ze30.cfg:
|
||||
Include make/custom/gen5200.inc.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/icecube.cfg, make/custom/pm520_cr825.cfg,
|
||||
make/custom/pm520_ze30.cfg:
|
||||
New (relocated from /make/custom).
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/brs5l.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/gen5200.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c: Reflect termios_baud_to_number having been
|
||||
renamed to rtems_termios_baud_to_number.
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-09-09 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
PR 1435/bsps
|
||||
* Makefile.am: Use shared implementation of bsp_idle_thread().
|
||||
* startup/bspidle.c: Removed.
|
||||
|
||||
2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Rename BSP specific idle thread to
|
||||
bsp_idle_thread and split into its own file.
|
||||
* startup/bspidle.c: New file.
|
||||
|
||||
2009-08-24 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Rename _Thread_Idle_body to
|
||||
bsp_idle_thread.
|
||||
|
||||
2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* console/console.c: Spacing.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* README.IceCube: Correct mkimage addresses.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2009-02-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* bsp_specs: Added crtbegin.o and crtend.o to support global C++
|
||||
constructors and destructors.
|
||||
|
||||
2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Change prototype of IDLE thread to
|
||||
consistently return void * and take a uintptr_t argument.
|
||||
|
||||
2008-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove references to start_g.o.
|
||||
|
||||
2008-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove -u start -e start from %link.
|
||||
* console/console.c: Use bool.
|
||||
|
||||
2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared stub coverhd.h
|
||||
* include/coverhd.h: Removed.
|
||||
|
||||
2008-10-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Move PM520_ZE30, PM520_CR825, icecube, BRS5L
|
||||
defines from *.cfg into bspopts.h.
|
||||
|
||||
2008-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: #include <bspopts.h> first.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/clock.c: include "../../../shared/clockdrv_shell.h".
|
||||
* Makefile.am: Reflect changes above.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* preinstall.am: Regenerated.
|
||||
|
||||
2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminates libcpudir.
|
||||
|
||||
2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, console/console.c, include/bsp.h,
|
||||
startup/bspstart.c: Use standardized bsp_cleanup() which can
|
||||
optionally print a message, poll for user to press key, and call
|
||||
bsp_reset(). Using this eliminates the various bsp_cleanup()
|
||||
implementations which had their own implementation and variety of
|
||||
string constants.
|
||||
* startup/bspreset.c: New file.
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-09-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/linkcmds.base: Fixed wrong section size symbols.
|
||||
|
||||
2008-09-20 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, include/bsp.h, network_5200/network.c, start/start.S,
|
||||
startup/bspstart.c, startup/cpuinit.c: Use top level shared
|
||||
bsp_get_work_area() implementation. Augment it to know about U-Boot.
|
||||
* startup/bspgetworkarea.c: Removed.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
|
||||
is NOT used anywhere.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspgetworkarea.c, startup/linkcmds.base: Do some prep work in
|
||||
anticipation of gen5200 and gen83xx being able to shared
|
||||
bsp_get_work_area() implementation.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* clock/clock.c, startup/bspstart.c: Remove unnecessary includes of
|
||||
rtems/libcsupport.h and rtems/libio.h.
|
||||
|
||||
2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Use shared bsp_get_work_area() in
|
||||
its own file and rely on BSP Framework to perform more
|
||||
initialization.
|
||||
* startup/bspgetworkarea.c: New file.
|
||||
|
||||
2008-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* network_5200/network.c: Remove use of boolean.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspclean.c: 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-08 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* i2c/i2c.c: Remove rtems_boolean having crept in again.
|
||||
|
||||
2008-09-08 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/mscan-base.h: Added bit timing macros.
|
||||
|
||||
2008-09-08 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* i2c/i2c.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c, i2c/mpc5200mbus.h,
|
||||
include/i2c.h:
|
||||
converted done_arg to a void pointer
|
||||
|
||||
2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bestcomm/bestcomm_glue.c, ide/pcmcia_ide.c, tod/todcfg.c:
|
||||
Convert to "bool".
|
||||
|
||||
2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* i2c/i2c.c, i2c/i2cdrv.c: Convert to "bool".
|
||||
|
||||
2008-09-04 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/mscan-base.h, mscan/mscan-base.c, mscan/mscan.c,
|
||||
mscan/mscan_int.h: Improved parameter checks for bit rate function.
|
||||
|
||||
2008-09-03 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, bestcomm/load_task.c,
|
||||
bestcomm/task_api/tasksetup_general.h: Eliminate requirement to build
|
||||
bestcomm as a relocatable lump. This should reduce the minimum
|
||||
footprint considerably.
|
||||
|
||||
2008-09-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* irq/irq.h, irq/irq_asm.h, irq/irq_init.c, vectors/vectors.S,
|
||||
vectors/vectors.h, vectors/vectors_init.c: Removed files.
|
||||
|
||||
* include/irq-config.h, include/irq.h, include/mscan-base.h,
|
||||
mscan/mscan-base.c, startup/linkcmds.base: New files.
|
||||
|
||||
* mscan/mscan.c, mscan/mscan_int.h: Moved general MSCAN functions into
|
||||
separate header and source files (include/mscan-base.h and
|
||||
mscan/mscan-base.c). Formatted code.
|
||||
|
||||
* bestcomm/bestcomm_glue.c, bestcomm/load_task.c, clock/clock.c,
|
||||
console/console.c, i2c/mpc5200mbus.c, ide/idecfg.c, ide/pcmcia_ide.c,
|
||||
include/bsp.h, irq/irq.c, network_5200/network.c,
|
||||
slicetimer/slicetimer.c, start/start.S, startup/bspclean.c,
|
||||
startup/bspstart.c, startup/cpuinit.c: Converted to use shared
|
||||
exception and interrupt code.
|
||||
|
||||
* startup/linkcmds, startup/linkcmds.brs5l, startup/linkcmds.icecube,
|
||||
startup/linkcmds.pm520: Changed to include new file
|
||||
startup/linkcmds.base. Supports small data area now.
|
||||
|
||||
* configure.ac, Makefile.am, bsp_specs, preinstall.am: Update.
|
||||
|
||||
2008-08-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/cpuinit.h: Uses now powerpc-utility.h. Changed invalid usage
|
||||
of a boolean type to a proper integer type in calc_dbat_regvals().
|
||||
|
||||
2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/clock.c, irq/irq_init.c, vectors/vectors.h,
|
||||
vectors/vectors_init.c: Add missing prototypes.
|
||||
|
||||
2008-08-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* start/start.S: Clear environment pointer for bootcard.
|
||||
|
||||
2008-07-29 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* ide/pcmcia_ide.c: Updated to the libblock changes.
|
||||
|
||||
2008-07-01 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, include/bsp.h: Add bsp_uboot_getenv() to obtain U-Boot
|
||||
environment variables.
|
||||
* startup/uboot_support.c: New file.
|
||||
|
||||
2008-06-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* irq/irq.c: Add units.
|
||||
|
||||
2008-06-06 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h, irq/irq.c, irq/irq_init.c, startup/bspclean.c,
|
||||
startup/bspstart.c: Slightly better names for IRQ benchmarking. Make
|
||||
sure the routines are present all the time.
|
||||
|
||||
2008-05-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* console/console.c: Remove explicit switch and call
|
||||
termios_baud_to_number().
|
||||
|
||||
2008-05-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* console/console.c: Properly inform termios of our initial baud rate.
|
||||
If it is not the default, this causes problems when an application
|
||||
changes any termios attributes since termios thinks our baud rate is
|
||||
one thing when in fact, it is another.
|
||||
|
||||
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Add capability for bootcard.c BSP Initialization
|
||||
Framework to ask the BSP where it has memory for the RTEMS Workspace
|
||||
and C Program Heap. These collectively are referred to as work area.
|
||||
If the BSP supports this, then it does not have to include code to
|
||||
split the available memory between the two areas. This reduces the
|
||||
amount of code in the BSP specific bspstart.c file. Additionally, the
|
||||
shared framework can initialize the C Library, call
|
||||
rtems_debug_enable(), and dirty the work area memory. Until most/all
|
||||
BSPs support this new capability, if the BSP supports this, it should
|
||||
call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
|
||||
When the transition is complete, this autoconf macro can be removed.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds, startup/linkcmds.brs5l, startup/linkcmds.icecube,
|
||||
startup/linkcmds.pm520: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2008-01-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac, irq/irq.c, startup/bspclean.c, startup/bspstart.c: Add
|
||||
ALLOW_IRQ_NESTING option. The MPC5200 has a settle time after
|
||||
acknowledging the IRQs and currently the BSP does not account for
|
||||
that. After acknowledging an interrupt, it currently gets a second
|
||||
spurious IRQ a significant percentage of the time. Rename to
|
||||
BENCHMARK_IRQ_PROCESSING and get it working again. Under one test
|
||||
load, not nesting interrupts resulted in a 50% reduction in the
|
||||
number of IRQs and an ~30% reduction in time spent in IRQs.
|
||||
|
||||
2007-12-18 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Spacing.
|
||||
* startup/linkcmds.brs5l: Add wildcard to .bss section.
|
||||
|
||||
2007-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* irq/irq.c, startup/bspclean.c, startup/bspstart.c: I give. The code
|
||||
is now in conditionally so I can avoid putting it in accidently
|
||||
again.
|
||||
|
||||
* startup/bspclean.c: Revert patch with test code.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* irq/irq.c: Revert accidentally committed test code.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* bsp_specs, clock/clock.c, include/bsp.h, irq/irq.c,
|
||||
startup/bspclean.c, startup/bspstart.c: Eliminate copies of the
|
||||
Configuration Table. Use the RTEMS provided accessor macros to obtain
|
||||
configuration fields.
|
||||
|
||||
2007-12-06 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/mpc5200.h: Expand tabs.
|
||||
|
||||
2007-12-05 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Correct BSP specific Idle thread support.
|
||||
|
||||
2007-12-05 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* irq/irq_init.c, irq_asm.S:
|
||||
Converted exception vector names to new ones
|
||||
(qualified by <cpu_type> if non-std ppc exceptions).
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
|
||||
Configuration Table. Eliminate CPU Table from all ports. Delete
|
||||
references to CPU Table in all forms.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* clock/clock.c: Fix typo.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* irq/irq.c: Spacing.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Moved most of the remaining CPU Table fields to
|
||||
the Configuration Table. This included pretasking_hook,
|
||||
predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
|
||||
extra_mpci_receive_server_stack, stack_allocate_hook, and
|
||||
stack_free_hook. As a side-effect of this effort some multiprocessing
|
||||
code was made conditional and some style clean up occurred.
|
||||
|
||||
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
|
||||
|
||||
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* irq/irq.h, irq/irq_init.c: Removed the definition
|
||||
of ASM_IRQ_VECTOR_BASE; this symbol was only use to
|
||||
initialize the irqBase member of the rtems_irq_global_settings
|
||||
struct. However, irqBase is an rtems_irq_symbolic_name,
|
||||
so using BSP_LOWEST_OFFSET is more appropriate.
|
||||
|
||||
2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/clock.c, startup/bspstart.c: Eliminate PowerPC specific
|
||||
elements from the CPU Table. They have been replaced with variables
|
||||
named bsp_XXX as needed.
|
||||
|
||||
2007-10-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/mpc5200.h: Fix typo.
|
||||
|
||||
2007-10-30 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/mpc5200.h: Fix constants off by one nibble.
|
||||
|
||||
2007-10-30 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/mpc5200.h: Added some simple interrupt GPIO constants.
|
||||
|
||||
2007-10-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* irq/irq.h: Fixed typos.
|
||||
|
||||
2007-09-21 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* network_5200/network.c: Add multicast support.
|
||||
|
||||
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1257/bsps
|
||||
* irq/irq.c: Code outside of cpukit should use the public API for
|
||||
rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
|
||||
public API and directly accessing _CPU_ISR_Disable and
|
||||
_CPU_ISR_Enable, they were bypassing the compiler memory barrier
|
||||
directive which could lead to problems. This patch also changes the
|
||||
type of the variable passed into these routines and addresses minor
|
||||
style issues.
|
||||
|
||||
2007-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* irq/irq.h: Reformat -- make things line up.
|
||||
|
||||
2007-08-28 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* console/console.c: Add missing semi-colon.
|
||||
|
||||
2007-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, README.IceCube, preinstall.am, include/bsp.h,
|
||||
vectors/vectors.S: Rename EP5200 to IceCube since that is the
|
||||
nickname for the Freescale evaluation board it is based upon. BSP was
|
||||
tested on a Freescale MPC5200LITE.
|
||||
|
||||
2007-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* ide/pcmcia_ide.c: Added prototype of mpc5200_pcmciaide_dma_blockop to
|
||||
eliminate warning.
|
||||
|
||||
2007-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: Add shared ShowBATS().
|
||||
* startup/cpuinit.c: Split out BAT initialization into subroutine
|
||||
that is defined based upon conditionals set. More critically
|
||||
added code to detect and correct for a buggy U-Boot found on
|
||||
some Freescale LITE5200B boards which report Flash memory to
|
||||
be for 32MB at 0xFF000000 instead of 0xFE000000. If we use
|
||||
the reported information, the system gives an exception just
|
||||
after the BAT is programmed.
|
||||
* vectors/vectors_init.c: Turn off message unless verbose is on.
|
||||
|
||||
2007-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, vectors/vectors_init.c: Print stack trace on exception.
|
||||
|
||||
2007-07-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds.brs5l: Add .jcr section.
|
||||
|
||||
2007-07-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* README.IceCube: New file.
|
||||
|
||||
2007-07-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* console/console.c: Fix typo accidentally introduced.
|
||||
* network_5200/network.c: Fix warning.
|
||||
|
||||
2007-07-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/linkcmds.ep5200: Add .jcr section.
|
||||
|
||||
2007-07-10 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* bsp_specs, startup/linkcmds, startup/linkcmds.pm520:
|
||||
add c++ support again
|
||||
* preinstall.am: some fixes
|
||||
|
||||
2007-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: Add startup/bspclean.c
|
||||
* console/console.c: Remove warning.
|
||||
* include/bsp.h: Add conditionals for prompt for reset and resetting
|
||||
board.
|
||||
* start/start.S: Remove if 1 around section.
|
||||
* vectors/vectors_init.c: Do not print unless noisy init enabled.
|
||||
* startup/bspclean.c: New file. Will prompt for reset and reset.
|
||||
|
||||
2007-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* clock/clock.c, console/console.c: Add clock HW initialization missed
|
||||
in earlier conversion.
|
||||
|
||||
2007-07-06 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* irq_init.c, Makefile.am: adapted to shared exception code
|
||||
|
||||
2007-06-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* clock/clock.c, network_5200/network.c: Convert to using clock driver
|
||||
template.
|
||||
|
||||
2007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds.brs5l: Add missing wild card on .sdata section so
|
||||
all class examples build.
|
||||
|
||||
2007-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* clock/clock.c: Add nanoseconds since last tick support.
|
||||
|
||||
2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
Add Embedded Planets EP5200 which is the same as the Freescale
|
||||
5200Lite (a.k.a. IceCube) evaluation board.
|
||||
* Makefile.am: Add linkcmds.ep5200.
|
||||
Add -DMPC5200_BAPI_LIBC_HEADERS to remove some warnings in bestcomm.
|
||||
* preinstall.am: Add linkcmds.ep5200.
|
||||
* clock/clock.c: Correct math for prescaler/counter when bus speed
|
||||
is high enough to require multiple passes of loop.
|
||||
* console/console.c: Use same math for initial baud rate as when it
|
||||
is changed via ioctl. When HAS_UBOOT is defined, initialize console
|
||||
to the same baud as it was with U-Boot.
|
||||
* include/bsp.h: Add EP5200 and console boot baud support.
|
||||
* include/mpc5200.h: Spacing.
|
||||
* startup/bspstart.c: If HAS_UBOOT and SHOW_MORE_INIT_SETTINGS are
|
||||
both defined, dump the U-Boot BD info structure.
|
||||
* vectors/vectors.S: ep5200 cannot use vectors segment. When loading
|
||||
it, U-Boot freezes. Besides, U-Boot can automatically start the BSP
|
||||
so we do not have to run from board reset.
|
||||
* startup/linkcmds.ep5200: New file.
|
||||
|
||||
2007-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* mscan/mscan.c: Use size_t for message sizes. Remove absurd type
|
||||
cast.
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-04-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove lib (Now expected to exist in GCC).
|
||||
|
||||
2007-03-12 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/clock.c, console/console.c, ide/pcmcia_ide.c, irq/irq.c,
|
||||
irq/irq.h, irq/irq_asm.S, irq/irq_init.c, nvram/nvram.c,
|
||||
nvram/nvram.h, slicetimer/slicetimer.c, startup/bspstart.c,
|
||||
vectors/vectors.h, vectors/vectors_init.c: Correct license URL and/or
|
||||
fix mistake in copyright notice. Both of these mistakes appear to be
|
||||
from code submitted after these changes were made previously.
|
||||
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2007-03-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 1227/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION and
|
||||
MAX_SHORT_TEST_DURATION. They are obsolete and unused.
|
||||
|
||||
2007-01-23 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* console/console.c: corrected typo in UART error handler (usage
|
||||
* of ISR_PE instead of ISR_OE)
|
||||
|
||||
2006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bestcomm/load_task.c: Remove bogus casts.
|
||||
* network_5200/network.c: Use ioctl_command_t as arg to ioctl functions.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/clock.c, console/console.c, ide/pcmcia_ide.c,
|
||||
ide/pcmcia_ide.h, irq/irq.c, irq/irq.h, irq/irq_asm.S,
|
||||
irq/irq_init.c, nvram/m93cxx.h, nvram/nvram.c, nvram/nvram.h,
|
||||
slicetimer/slicetimer.c, start/start.S, startup/bspstart.c,
|
||||
startup/cpuinit.c, vectors/vectors.S, vectors/vectors_init.c:
|
||||
Convert to utf-8.
|
||||
|
||||
2006-09-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/mpc5200.h, network_5200/network.c: Convert C++ style comments
|
||||
to C style.
|
||||
|
||||
2006-08-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am, startup/linkcmds, startup/linkcmds.brs5l,
|
||||
startup/linkcmds.pm520: Add support for missing .rela sections.
|
||||
Install linkcmds.
|
||||
|
||||
2006-08-08 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* linkcmds.brs5l:
|
||||
(PR1117) Add startup/linkcmds.brs5l
|
||||
|
||||
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.*
|
||||
section.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds, startup/linkcmds.pm520: Add sections required by
|
||||
newer gcc versions.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove explicit ampolish3 support (now in
|
||||
RTEMS_BSP_CONFIGURE).
|
||||
|
||||
2006-01-10 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Add ampolish3 support.
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2006-01-09 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Don't include subdirs.am.
|
||||
|
||||
2006-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* vectors/asm_utils.S: Remove (Bogus, now in libcpu).
|
||||
|
||||
2006-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bestcomm/bestcomm_glue.c, bestcomm/bestcomm_glue.h, clock/clock.c,
|
||||
console/console.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c,
|
||||
i2c/mpc5200mbus.h, ide/idecfg.c, ide/pcmcia_ide.c, ide/pcmcia_ide.h,
|
||||
include/bsp.h, include/mpc5200.h, irq/irq.c, irq/irq.h,
|
||||
irq/irq_asm.S, irq/irq_init.c, mscan/mscan.c, mscan/mscan.h,
|
||||
network_5200/network.c, nvram/m93cxx.h, nvram/nvram.c,
|
||||
nvram/nvram.h, slicetimer/slicetimer.c, slicetimer/slicetimer.h,
|
||||
start/start.S, startup/bspstart.c, startup/cpuinit.c, tod/pcf8563.c,
|
||||
tod/pcf8563.h, tod/todcfg.c, vectors/vectors.S,
|
||||
vectors/vectors_init.c: Cleanup CVS data.
|
||||
|
||||
2005-12-31 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* irq/irq.c, irq/irq_init.c, vectors/vectors_init.c:
|
||||
include <libcpu/raw_exceptions.h>.
|
||||
* include/raw_exception.h, vectors/raw_exception.c: Remove.
|
||||
Use implementation from libcpu instead.
|
||||
|
||||
2005-12-31 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bestcomm/bestcomm_glue.c, clock/clock.c, console/console.c,
|
||||
i2c/i2c.c, i2c/i2cdrv.c, ide/idecfg.c, ide/pcmcia_ide.c,
|
||||
ide/pcmcia_ide.h, include/i2c.h, irq/irq.c, irq/irq_init.c,
|
||||
mscan/mscan.c, network_5200/network.c, nvram/nvram.c, nvram/nvram.h,
|
||||
slicetimer/slicetimer.c, startup/bspstart.c, startup/cpuinit.c,
|
||||
tod/todcfg.c, vectors/vectors_init.c: Misc include file fixes.
|
||||
|
||||
2005-12-31 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am, README, bsp_specs, configure.ac,
|
||||
bestcomm/bestcomm_api.c, bestcomm/bestcomm_api.h,
|
||||
bestcomm/bestcomm_glue.c, bestcomm/bestcomm_glue.h,
|
||||
bestcomm/bestcomm_priv.h, bestcomm/dma_image.c,
|
||||
bestcomm/dma_image.capi.h, bestcomm/dma_image.h,
|
||||
bestcomm/dma_image.reloc.c, bestcomm/load_task.c,
|
||||
bestcomm/tasksetup_ata.c, bestcomm/tasksetup_bdtable.c,
|
||||
bestcomm/tasksetup_crc16_dp_0.c, bestcomm/tasksetup_crc16_dp_1.c,
|
||||
bestcomm/tasksetup_fec_rx_bd.c, bestcomm/tasksetup_fec_tx_bd.c,
|
||||
bestcomm/tasksetup_gen_dp_0.c, bestcomm/tasksetup_gen_dp_1.c,
|
||||
bestcomm/tasksetup_gen_dp_2.c, bestcomm/tasksetup_gen_dp_3.c,
|
||||
bestcomm/tasksetup_gen_dp_bd_0.c, bestcomm/tasksetup_gen_dp_bd_1.c,
|
||||
bestcomm/tasksetup_gen_rx_bd.c, bestcomm/tasksetup_gen_tx_bd.c,
|
||||
bestcomm/tasksetup_lpc.c, bestcomm/tasksetup_pci_rx.c,
|
||||
bestcomm/tasksetup_pci_tx.c, bestcomm/include/mgt5200/mgt5200.h,
|
||||
bestcomm/include/mgt5200/sdma.h,
|
||||
bestcomm/task_api/bestcomm_api_mem.h,
|
||||
bestcomm/task_api/bestcomm_cntrl.h,
|
||||
bestcomm/task_api/tasksetup_bdtable.h,
|
||||
bestcomm/task_api/tasksetup_general.h, clock/clock.c,
|
||||
console/console.c, i2c/i2c.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c,
|
||||
i2c/mpc5200mbus.h, ide/idecfg.c, ide/pcmcia_ide.c, ide/pcmcia_ide.h,
|
||||
include/bsp.h, include/coverhd.h, include/i2c.h, include/i2cdrv.h,
|
||||
include/mpc5200.h, include/raw_exception.h, include/tm27.h,
|
||||
include/u-boot.h, irq/irq.c, irq/irq.h, irq/irq_asm.S,
|
||||
irq/irq_init.c, mscan/mscan.c, mscan/mscan.h,
|
||||
network_5200/network.c, nvram/m93cxx.h, nvram/nvram.c,
|
||||
nvram/nvram.h, slicetimer/slicetimer.c, slicetimer/slicetimer.h,
|
||||
start/start.S, startup/bspstart.c, startup/cpuinit.c,
|
||||
startup/linkcmds, startup/linkcmds.pm520, tod/pcf8563.c,
|
||||
tod/pcf8563.h, tod/todcfg.c, vectors/asm_utils.S,
|
||||
vectors/raw_exception.c, vectors/vectors.S, vectors/vectors.h,
|
||||
vectors/vectors_init.c: New (CVS import submission by
|
||||
Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>)
|
||||
|
||||
2005-12-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* Integrated gen5200 BSP to source tree
|
||||
@@ -1,630 +0,0 @@
|
||||
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1917/bsps
|
||||
* Makefile.am, console/console-config.c, startup/bspstart.c:
|
||||
Modifications to add dynamic tables for libchip serial drivers.
|
||||
|
||||
2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* make/custom/mpc8309som.cfg, startup/linkcmds.mpc8309som: New file.
|
||||
* Makefile.am, preinstall.am: Reflect changes above.
|
||||
* configure.ac, console/console-config.c, include/bsp.h,
|
||||
include/hwreg_vals.h, include/irq.h, network/network.c,
|
||||
spi/spi_init.c, startup/cpuinit.c: Renamed various BSP options.
|
||||
* make/custom/gen83xx.inc, make/custom/hsc_cm01.cfg,
|
||||
make/custom/mpc8313erdb.cfg, make/custom/mpc8349eamds.cfg: Avoid
|
||||
special linkcmds.
|
||||
|
||||
2011-08-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* network/network.c: Update due to API changes.
|
||||
|
||||
2011-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove references to non-existing files.
|
||||
|
||||
2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* configure.ac, startup/bspstart.c: Use standard cache BSP options.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/cpuinit.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* configure.ac: Added GEN83XX_ENABLE_INTERRUPT_NESTING BSP option.
|
||||
* irq/irq.c: Use GEN83XX_ENABLE_INTERRUPT_NESTING option. Disable
|
||||
interrupts to protect critical section.
|
||||
* make/custom/gen83xx.inc: Enable strict aliasing.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2011-01-24 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac, console/console-config.c, i2c/i2c_init.c,
|
||||
include/bsp.h, include/hwreg_vals.h, include/irq.h, include/tm27.h,
|
||||
include/tsec-config.h, irq/irq.c, network/network.c, spi/spi_init.c,
|
||||
startup/bspstart.c: Address some of the issues spotted by the
|
||||
check_bsp script.
|
||||
|
||||
2011-01-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* network/network.c: Typo.
|
||||
|
||||
2011-01-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* network/network.c: Moved initializations from generic TSEC driver
|
||||
part.
|
||||
|
||||
2010-12-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/u-boot.h: Removed file.
|
||||
* include/u-boot-config.h, include/tsec-config.h: New files.
|
||||
* include/bsp.h, start/start.S, startup/bspstart.c: Use new U-Boot
|
||||
support.
|
||||
* network/network.c: Update for API changes.
|
||||
* Makefile.am, preinstall.am: Reflect changes above.
|
||||
|
||||
2010-11-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* console/console.h, console/console.c, console/config.c,
|
||||
console/ns16550cfg.c: Removed files.
|
||||
* console/console-config.c: New file.
|
||||
* Makefile.am: Reflect changes above.
|
||||
* configure.ac: New BSP options.
|
||||
* include/bsp.h: Use new BSP options.
|
||||
* network/network.c: Avoid memory leak.
|
||||
* startup/bspstart.c: Initialize console port table.
|
||||
* spi/spi_init.c: Update for SD card API changes.
|
||||
|
||||
2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Remove AC_CHECK_SIZEOF([void *]).
|
||||
|
||||
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||
|
||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/irq-config.h: Removed file.
|
||||
* Makefile.am, preinstall.am: Reflect change above.
|
||||
* include/irq.h: Moved defines from 'include/irq-config.h'.
|
||||
|
||||
2009-11-02 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* start/start.S, irq/irq.c: call to boot_card checked, removed warning
|
||||
|
||||
2009-10-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am, preinstall.am: Update for exception support changes.
|
||||
* irq/irq.c, irq/irq_init.c: Changed exception header file includes.
|
||||
* startup/bspstart.c: Changed exception header file includes. Update
|
||||
for ppc_exc_initialize() changes.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/gen83xx.inc: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/gen83xx.inc: New (Renamed from gen83xx.cfg).
|
||||
* make/custom/gen83xx.cfg: Removed.
|
||||
* make/custom/hsc_cm01.cfg, make/custom/mpc8313erdb.cfg,
|
||||
make/custom/mpc8349eamds.cfg:
|
||||
Include make/custom/gen83xx.inc.
|
||||
|
||||
2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/gen83xx.cfg: Remove -W -Wno-unused.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/hsc_cm01.cfg, make/custom/mpc8313erdb.cfg
|
||||
make/custom/mpc8349eamds.cfg:
|
||||
New (relocated from /make/custom).
|
||||
* make/custom/gen83xx.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-09-09 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
PR 1435/bsps
|
||||
* Makefile.am: Use shared implementation of bsp_idle_thread().
|
||||
* startup/bspidle.c: Removed.
|
||||
|
||||
2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Rename BSP specific idle thread to
|
||||
bsp_idle_thread and split into its own file.
|
||||
* startup/bspidle.c: New file.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2009-03-18 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* start/start.S, include/hwreg_vals.h, startup/cpuinit.c:
|
||||
correct some init values for HSC_CM01 boards
|
||||
|
||||
2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Change prototype of IDLE thread to consistently
|
||||
return void * and take a uintptr_t argument.
|
||||
|
||||
2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* spi/spi_init.c: Comment out fields having dropped out from
|
||||
sd_card_driver_entry.
|
||||
|
||||
2008-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove -e start from %link. Remove references to
|
||||
start_g.
|
||||
|
||||
2008-11-18 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* include/bsp.h, include/hwreg_vals.h, network/network.c:
|
||||
correct some init values for HSC_CM01 boards
|
||||
change strategy to determine MAC address
|
||||
|
||||
2008-11-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* console/console.c: Update for new NS16550 polled write function.
|
||||
|
||||
2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared stub coverhd.h
|
||||
* include/coverhd.h: Removed.
|
||||
|
||||
2008-10-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Move MPC8313ERDB, MPC8349EAMDS, HSC_CM01, MPC8349
|
||||
defines from *.cfg into bspopts.h.
|
||||
|
||||
2008-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: #include <bspopts.h> first.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* preinstall.am: Regenerated.
|
||||
|
||||
2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminates libcpudir.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, console/console.c, include/bsp.h: Use standardized
|
||||
bsp_cleanup() which can optionally print a message, poll for user to
|
||||
press key, and call bsp_reset(). Using this eliminates the various
|
||||
bsp_cleanup() implementations which had their own implementation and
|
||||
variety of string constants.
|
||||
* startup/bspreset.c: New file.
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h, network/network.c: Fix missed name change.
|
||||
|
||||
2008-09-22 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* startup/bspstart.c: correct DEC click rate for non-U-Boot case
|
||||
|
||||
2008-09-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/linkcmds.base: Fixed wrong section size symbols.
|
||||
|
||||
2008-09-20 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, include/bsp.h, start/start.S, startup/bspstart.c,
|
||||
startup/cpuinit.c: Use top level shared bsp_get_work_area()
|
||||
implementation. Augment it to know about U-Boot.
|
||||
* startup/bspgetworkarea.c: Removed.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
|
||||
is NOT used anywhere.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspgetworkarea.c, startup/linkcmds.base: Do some prep work in
|
||||
anticipation of gen5200 and gen83xx being able to shared
|
||||
bsp_get_work_area() implementation.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: 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.
|
||||
* startup/bspgetworkarea.c: New file.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.h: Convert to "bool".
|
||||
|
||||
2008-09-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/bspstart.c: Derive time base clicks from bus frequency.
|
||||
|
||||
2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c: Convert to "bool".
|
||||
|
||||
2008-08-26 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* include/hwreg_vals.h: added some settings for HSC_CM01
|
||||
* network/network.c: changed initialization code for HSC_CM01
|
||||
* startup/cpuinit.c: changed initialization code for HSC_CM01
|
||||
* startup/linkcmds.hsc_cm01: adapted memory map to HSC_CM01
|
||||
|
||||
2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: Added bspclean.c and use shared bsppretaskinghook.c.
|
||||
* console/console.c: Added poll for char helper.
|
||||
* include/bsp.h: Add macro definitions for optional reset behavior.
|
||||
* startup/bspstart.c: Split out bsp_cleanup(). Clean up.
|
||||
* startup/bspclean.c: New file. Not can press any key on normal
|
||||
shutdown to reset board when on MPC8313erdb.
|
||||
|
||||
2008-08-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/cpuinit.h: Uses now powerpc-utility.h. Changed invalid usage
|
||||
of a boolean type to a proper integer type in calc_dbat_regvals().
|
||||
Througout code formatting.
|
||||
|
||||
2008-08-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/tm27.h: Uses now a decrementer exception handler. Replaces
|
||||
previous file.
|
||||
* startup/bspstart.c: Install a default decrementer exception handler.
|
||||
|
||||
2008-08-19 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/bsp.h, network/network.c, spi/spi_init.c, startup/cpuinit.c,
|
||||
startup/uboot_support.c: Fixed warnings.
|
||||
|
||||
2008-08-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am, startup/bspstart.c, startup/cpuinit.c: For the
|
||||
MPC8313ERDB -- The BAT entry for the eLBC was missing and add
|
||||
hard reset sequence in bsp_cleanup().
|
||||
|
||||
2008-08-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* README.mpc8313erdb: Some first cut notes on running with U-Boot.
|
||||
|
||||
2008-08-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Time was running too slow with it taking 10
|
||||
seconds for RTEMS to advance 5.
|
||||
|
||||
2008-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Add dummy linkcmds so autoconf tests work
|
||||
on installed BSP.
|
||||
* startup/linkcmds: New file.
|
||||
|
||||
2008-08-08 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/bspstart.c: Fixed calculation of bsp_click_per_usec.
|
||||
|
||||
2008-08-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* start/start.S: Clear environment pointer for bootcard. Fixed wrong
|
||||
address increment in mpc83xx_zero_4().
|
||||
|
||||
2008-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Add stub for U-Boot support. Hopefully someone more
|
||||
knowledgeable than I can provide a real address and length.
|
||||
* startup/uboot_support.c: New file.
|
||||
|
||||
2008-07-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* configure.ac, include/bsp.h, startup/bspstart.c,
|
||||
startup/linkcmds.base: Support RAM allocation via bootcard.
|
||||
|
||||
2008-07-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/bspstart.c: Enable cache after CPU initialization. Clear
|
||||
only workspace memory area.
|
||||
|
||||
2008-07-18 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* network/network.c:
|
||||
mpc8249eamds support for Gigabit Ethernet works again
|
||||
|
||||
2008-07-18 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* network/network.c:
|
||||
mpc8249eamds uses gmii mode
|
||||
|
||||
2008-07-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_AMPOLISH3.
|
||||
|
||||
2008-07-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* irq/irq_init.c, irq/irq.h, startup/linkcmds:
|
||||
Removed.
|
||||
|
||||
* README.mpc8313erdb, include/irq-config.h, include/irq.h, irq/irq.c,
|
||||
startup/linkcmds.base, startup/linkcmds.mpc8313erdb: New files.
|
||||
|
||||
* Makefile.am, configure.ac, console/config.c, console/console.c,
|
||||
i2c/i2c_init.c, include/bsp.h, include/hwreg_vals.h, network/network.c,
|
||||
spi/spi_init.c, start/start.S, startup/bspstart.c, startup/cpuinit.c,
|
||||
startup/linkcmds.hsc_cm01, startup/linkcmds.mpc8349eamds: Support
|
||||
MPC8313ERDB.
|
||||
|
||||
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Add capability for bootcard.c BSP Initialization
|
||||
Framework to ask the BSP where it has memory for the RTEMS Workspace
|
||||
and C Program Heap. These collectively are referred to as work area.
|
||||
If the BSP supports this, then it does not have to include code to
|
||||
split the available memory between the two areas. This reduces the
|
||||
amount of code in the BSP specific bspstart.c file. Additionally, the
|
||||
shared framework can initialize the C Library, call
|
||||
rtems_debug_enable(), and dirty the work area memory. Until most/all
|
||||
BSPs support this new capability, if the BSP supports this, it should
|
||||
call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
|
||||
When the transition is complete, this autoconf macro can be removed.
|
||||
|
||||
2008-05-15 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* network/network.c, start/start.S:
|
||||
add support for different board
|
||||
|
||||
2008-05-15 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* irq/ipic.c:
|
||||
make sure, that the masking operations in
|
||||
ICTL and MSR are executed in order
|
||||
|
||||
2008-05-15 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c,
|
||||
* console/console.c, console/config.c:
|
||||
derived module input frequencies from internal bus clock during
|
||||
start time
|
||||
|
||||
2008-05-15 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* spi/spi_init.c:
|
||||
added base frequency into softc structure, added fm25l256 driver
|
||||
|
||||
2008-05-15 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* i2c/i2c_init.c:
|
||||
added base frequency into softc structure
|
||||
|
||||
2008-05-15 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* include/bsp.h, include/hwreg_vals.h, ./Makefile.am:
|
||||
moved HW register settings from bsp.h to hwreg_vals.h
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Refactored and renamed
|
||||
initialization routines to rtems_initialize_data_structures,
|
||||
rtems_initialize_before_drivers, rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds, startup/linkcmds.hsc_cm01,
|
||||
startup/linkcmds.mpc8349eamds: Add wildcard to gcc_except_table
|
||||
section so programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2008-01-22 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Remove duplicate cases of mmu.rel and timer.rel in list
|
||||
of objects.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Eliminate copies of the
|
||||
Configuration Table. Use the RTEMS provided accessor macros to obtain
|
||||
configuration fields.
|
||||
|
||||
2007-12-05 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* irq/ipic.c, irq/irq_init.c:
|
||||
Converted exception vector names to new ones
|
||||
(qualified by <cpu_type> if non-std ppc exceptions).
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
|
||||
Configuration Table. Eliminate CPU Table from all ports. Delete
|
||||
references to CPU Table in all forms.
|
||||
|
||||
2007-12-04 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* spi/spi_init.c: added missing file
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
|
||||
|
||||
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* irq/irq.h, irq/irq_init.c: Removed the definition
|
||||
of ASM_IRQ_VECTOR_BASE; this symbol was only use to
|
||||
initialize the irqBase member of the rtems_irq_global_settings
|
||||
struct. However, irqBase is an rtems_irq_symbolic_name,
|
||||
so using BSP_LOWEST_OFFSET is more appropriate.
|
||||
|
||||
2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
|
||||
Table. They have been replaced with variables named bsp_XXX as
|
||||
needed.
|
||||
|
||||
2007-10-26 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* startup/cpuinit.c: reenable instruction MMU
|
||||
|
||||
2007-10-26 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* README.mpc8349eamds: added file
|
||||
|
||||
2007-10-26 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* startup/bspstart.c, startup/linkcmds:
|
||||
removed unneeded address definitions
|
||||
|
||||
2007-10-25 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* include/bsp.h: fixed some typos
|
||||
|
||||
2007-10-25 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* Makefile.am, spi/spi_init.c, include/bsp.h: add spi support
|
||||
|
||||
2007-09-17 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* console/console.c, irq/irq_init.c: Eliminate warnings.
|
||||
|
||||
2007-09-17 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* console/console.c: Eliminate DEBUG_puts.
|
||||
|
||||
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1257/bsps
|
||||
* irq/irq_init.c: Code outside of cpukit should use the public API for
|
||||
rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
|
||||
public API and directly accessing _CPU_ISR_Disable and
|
||||
_CPU_ISR_Enable, they were bypassing the compiler memory barrier
|
||||
directive which could lead to problems. This patch also changes the
|
||||
type of the variable passed into these routines and addresses minor
|
||||
style issues.
|
||||
|
||||
2007-09-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Do not include networking drivers if networking is
|
||||
disabled.
|
||||
|
||||
2007-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Do not build networking if it is disabled.
|
||||
|
||||
2007-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* configure.ac: Fix path.
|
||||
* include/bsp.h: Fix typo.
|
||||
|
||||
2007-08-08 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* Makefile.am, i2c/i2c_init.c: add i2c initialization
|
||||
|
||||
2007-07-13 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Install a linkcmds all the time.
|
||||
* startup/bspstart.c, startup/cpuinit.c,
|
||||
startup/linkcmds.mpc8349eamds, startup/mpc83xx_regs.c: Add missing
|
||||
CVS Id.
|
||||
* startup/linkcmds: New file.
|
||||
|
||||
2007-07-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/.cvsignore: New file.
|
||||
|
||||
2007-07-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* network/network.c: Removed warning.
|
||||
|
||||
2007-07-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
* aclocal.m4, include/bspopts.h.in: Removed.
|
||||
|
||||
2007-07-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
* aclocal.m4, include/bspopts.h.in: Removed.
|
||||
|
||||
2007-07-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* .cvsignore: New file.
|
||||
* Makefile.in: Removed.
|
||||
|
||||
2007-07-10 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* New BSP -- generic 83xx but tested on mpc8349eamds.
|
||||
@@ -1,179 +0,0 @@
|
||||
2011-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove references to non-existing files.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Add BSP_poll_char.
|
||||
|
||||
2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Remove AC_CHECK_SIZEOF([void *]).
|
||||
|
||||
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||
|
||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||
|
||||
2010-03-27 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* start/start.S: removed "bootbard calling" warning
|
||||
|
||||
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* startup/bspstart.c: warning removal
|
||||
|
||||
2009-11-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* INSTALL: Remove.
|
||||
|
||||
2009-10-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am, preinstall.am: Update for exception support changes.
|
||||
* irq/irq.c, include/tm27.h: Changed exception header file includes.
|
||||
* startup/bspstart.c: Changed exception header file includes. Update
|
||||
for ppc_exc_initialize() changes.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/haleakala.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/linkcmds: Fix up .sbss .sbss.* section handling.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/haleakala.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
|
||||
Should be automatically handled by confdefs.h or the application.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* dlentry/dlentry.S: Update for boot_card command line change.
|
||||
|
||||
2008-12-18 Michael Hamel <nigel@adi.co.nz>
|
||||
|
||||
PR 1349/bsps
|
||||
* startup/bspstart.c: Add missing volatile on UART access pointer.
|
||||
|
||||
2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared tm27.h stub.
|
||||
* include/tm27.h: Removed.
|
||||
|
||||
2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/tm27.h: Remove reference to set_vector.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove noinst_PROGRAMS (Unused).
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
|
||||
optionally print a message, poll for user to press key, and call
|
||||
bsp_reset(). Using this eliminates the various bsp_cleanup()
|
||||
implementations which had their own implementation and variety of
|
||||
string constants.
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
* startup/bspgetworkarea.c: Removed.
|
||||
|
||||
2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, startup/bspstart.c: Create
|
||||
bsp_get_work_area() into its own file and use BSP Framework to
|
||||
perform more initialization.
|
||||
* startup/bspgetworkarea.c: New file.
|
||||
|
||||
2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c: Convert to "bool".
|
||||
|
||||
2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* irq/irq.c, irq/irq_init.c, startup/bspstart.c:
|
||||
Add missing prototypes.
|
||||
|
||||
2008-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Do not build .rel files. Reduces code bloat.
|
||||
|
||||
2008-07-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove reference to startup/setvec.c.
|
||||
|
||||
2008-07-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* .cvsignore, include/.cvsignore: New files.
|
||||
|
||||
2008-07-14 Thomas Doerfler <thomas.doerfler@embedded-brains.de>
|
||||
|
||||
* irq/irq.c: adapted DCR access syntax
|
||||
|
||||
* startup/linkcmds, startup/bspstartup.c, Makefile.am:
|
||||
adapted to exception support code
|
||||
|
||||
2008-07-14 Thomas Doerfler <thomas.doerfler@embedded-brains.de>
|
||||
|
||||
* README, bsp_specs, INSTALL, bsp_specs.dl, configure.ac,
|
||||
* Makefile.am, preinstall.am, dlentry/dlentry.S,
|
||||
* include/bsp.h, include/coverhd.h, include/tm27.h
|
||||
* irq/irq.c, irq/irq.h, irq/irq_init.c,
|
||||
* startup/bspclean.c, startup/bspstart.c, startup/linkcmds:
|
||||
|
||||
Added BSP contributed by Michael Hamel
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,759 +0,0 @@
|
||||
2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* configure.ac, startup/bspstart.c, include/coverhd.h: Use standard
|
||||
cache BSP options.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c, irq/irq.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* console/console.c: Add BSP_poll_char.
|
||||
|
||||
2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Remove AC_CHECK_SIZEOF([void *]).
|
||||
|
||||
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||
|
||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/irq-config.h: Removed file.
|
||||
* Makefile.am, preinstall.am: Reflect change above.
|
||||
* include/irq.h: Moved defines from 'include/irq-config.h'.
|
||||
|
||||
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* console/console.c, ide/pcmcia_ide.c, startup/bspstart.c,
|
||||
startup/imbx8xx.c: Fix some warnings.
|
||||
|
||||
2010-03-27 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* startup/start.S: removed bootcard calling warning
|
||||
|
||||
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* console/console.c: adapted to new prototype for *_write
|
||||
function
|
||||
|
||||
2009-10-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* vectors/vectors.h, vectors/vectors_init.c, vectors/vectors.S,
|
||||
irq/irq_init.c, irq/irq_asm.S: Removed files.
|
||||
|
||||
2009-10-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/irq-config.h: New file.
|
||||
* Makefile.am, preinstall.am: Update for exception support changes.
|
||||
Use generic interrupt support.
|
||||
* make/custom/mbx8xx.inc, startup/linkcmds: Enable EABI.
|
||||
* irq/irq.c, startup/bspstart.c: Converted to generic interrupt
|
||||
support. Update for exception support changes.
|
||||
|
||||
2009-10-23 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* irq/irq.h: Add BSP_irq_enabled_at_cpm.
|
||||
* network/network.c: Remove local decl of BSP_irq_enabled_at_cpm.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mbx8xx.inc: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mbx8xx.inc: New (Renamed from mbx8xx.cfg).
|
||||
* make/custom/mbx8xx.cfg: Removed.
|
||||
* make/custom/mbx821_001.cfg, make/custom/mbx821_002b.cfg,
|
||||
make/custom/mbx821_002.cfg, make/custom/mbx860_001b.cfg,
|
||||
make/custom/mbx860_002.cfg, make/custom/mbx860_005b.cfg,
|
||||
make/custom/mbx860_1b.cfg:
|
||||
Include make/custom/mbx8xx.inc.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mbx821_001.cfg: New (relocated from /make/custom).
|
||||
* make/custom/mbx821_002b.cfg: New (relocated from /make/custom).
|
||||
* make/custom/mbx821_002.cfg: New (relocated from /make/custom).
|
||||
* make/custom/mbx860_001b.cfg: New (relocated from /make/custom).
|
||||
* make/custom/mbx860_002.cfg: New (relocated from /make/custom).
|
||||
* make/custom/mbx860_005b.cfg: New (relocated from /make/custom).
|
||||
* make/custom/mbx860_1b.cfg: New (relocated from /make/custom).
|
||||
* make/custom/mbx8xx.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-05-18 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Correct name of ENTRY.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* startup/start.S: Update for boot_card command line change.
|
||||
|
||||
2009-03-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1385/cpukit
|
||||
* irq/irq_asm.S: When the type rtems_boolean was switched to the C99
|
||||
bool, the size changed from 4 bytes to 1 byte. The interrupt
|
||||
dispatching code accesses two boolean variables for scheduling
|
||||
purposes and the assembly implementations of this code did not get
|
||||
updated.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared tm27.h stub.
|
||||
* include/tm27.h: Removed.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
|
||||
is NOT used anywhere.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
* startup/bspgetworkarea.c: Removed.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove unnecessary includes of
|
||||
rtems/libcsupport.h and rtems/libio.h.
|
||||
|
||||
2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c, startup/bspstart.c.nocache: Add use of
|
||||
bsp_get_work_area() in its own file and rely on BSP Framework to
|
||||
perform more initialization.
|
||||
|
||||
2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds:
|
||||
Create bsp_get_work_area() into its own file and use BSP Framework to
|
||||
perform more initialization.
|
||||
* startup/bspgetworkarea.c: New file.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* ide/pcmcia_ide.c, irq/irq.c, startup/bspstart.c,
|
||||
startup/bspstart.c.nocache: Convert to "bool".
|
||||
|
||||
2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/p_clock.c, console/console.c, irq/irq.c, irq/irq_init.c,
|
||||
vectors/vectors_init.c: Add missing prototypes.
|
||||
|
||||
2008-07-29 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* ide/pcmcia_ide.c: Updated to the libblock changes.
|
||||
|
||||
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c, startup/bspstart.c.nocache: Add capability for
|
||||
bootcard.c BSP Initialization Framework to ask the BSP where it has
|
||||
memory for the RTEMS Workspace and C Program Heap. These collectively
|
||||
are referred to as work area. If the BSP supports this, then it does
|
||||
not have to include code to split the available memory between the
|
||||
two areas. This reduces the amount of code in the BSP specific
|
||||
bspstart.c file. Additionally, the shared framework can initialize
|
||||
the C Library, call rtems_debug_enable(), and dirty the work area
|
||||
memory. Until most/all BSPs support this new capability, if the BSP
|
||||
supports this, it should call
|
||||
RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac. When
|
||||
the transition is complete, this autoconf macro can be removed.
|
||||
|
||||
2008-05-15 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* irq/irq.c:
|
||||
make sure, that the masking operations in
|
||||
ICTL and MSR are executed in order
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c, startup/bspstart.c.nocache: Refactored and
|
||||
renamed initialization routines to rtems_initialize_data_structures,
|
||||
rtems_initialize_before_drivers, rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c, startup/bspstart.c.nocache: Remove all references
|
||||
to console_reserve_resources and termios_reserve_resources.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c, startup/bspstart.c.nocache:
|
||||
Eliminate copies of the Configuration Table. Use the RTEMS provided
|
||||
accessor macros to obtain configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c, startup/bspstart.c.nocache: Move
|
||||
interrupt_stack_size field from CPU Table to Configuration Table.
|
||||
Eliminate CPU Table from all ports. Delete references to CPU Table in
|
||||
all forms.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Add bsppredriverhook.c.
|
||||
* irq/irq.h: Attempt to correct definition of
|
||||
BSP_CPM_IRQ_LOWEST_OFFSET.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c, startup/bspstart.c.nocache: Moved most of the
|
||||
remaining CPU Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* irq/irq.h, irq/irq_init.c: Removed the definition
|
||||
of ASM_IRQ_VECTOR_BASE; this symbol was only use to
|
||||
initialize the irqBase member of the rtems_irq_global_settings
|
||||
struct. However, irqBase is an rtems_irq_symbolic_name,
|
||||
so using BSP_LOWEST_OFFSET is more appropriate.
|
||||
|
||||
2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c, startup/bspstart.c.nocache: Eliminate PowerPC
|
||||
specific elements from the CPU Table. They have been replaced with
|
||||
variables named bsp_XXX as needed.
|
||||
|
||||
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1257/bsps
|
||||
* irq/irq.c: Code outside of cpukit should use the public API for
|
||||
rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
|
||||
public API and directly accessing _CPU_ISR_Disable and
|
||||
_CPU_ISR_Enable, they were bypassing the compiler memory barrier
|
||||
directive which could lead to problems. This patch also changes the
|
||||
type of the variable passed into these routines and addresses minor
|
||||
style issues.
|
||||
|
||||
2007-07-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Correct so it now links.
|
||||
|
||||
2007-07-10 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* vectors/vectors_init.c, irq/irq_init.c:
|
||||
adapted to shared exception code
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-04-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove lib (Now expected to exist in GCC).
|
||||
|
||||
2007-03-15 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* startup/bspstart.c: set external clock to 0 for some boards to
|
||||
match the "auto clock detection" scheme in the libcpu clock driver
|
||||
* startup/linkcmds: remove content of dpram section to avoid
|
||||
download hangs with the EPPCBug board monitor
|
||||
|
||||
2006-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* network/network.c, startup/imbx8xx.c: Minor warning fixes.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-08-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Clean up a bit after adding missing .rela sections.
|
||||
|
||||
2006-03-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add .gnu.linkonce.b.* section.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove explicit ampolish3 support (now in
|
||||
RTEMS_BSP_CONFIGURE).
|
||||
|
||||
2006-01-10 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Add ampolish3 support.
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2006-01-09 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Don't include subdirs.am.
|
||||
|
||||
2005-10-06 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
PR 833/bsps
|
||||
* irq/irq_asm.S: Currently, all (new exception) BSPs explicitely enable
|
||||
the FPU across the user ISR but DONT save/restore the FPU context.
|
||||
Any use of the FPU fron the user handler (e.g., due to GCC
|
||||
optimizations) result in corruption. The fix results in an exception
|
||||
in such cases (user ISR must explicitely save/enable/restore FPU).
|
||||
|
||||
2005-09-12 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
|
||||
|
||||
PR 527/bsps
|
||||
PR 822/bsps
|
||||
* console/console.c, startup/bspstart.c, startup/imbx8xx.c,
|
||||
startup/mmutlbtab.c, startup/start.S, vectors/vectors_init.c:
|
||||
Currently the MBX8xx BSP does not boot, because some logical errors
|
||||
are in the startup code. Additionally, the mpc8xx shared clock driver
|
||||
does not support the clocking scheme of some of the board variants,
|
||||
which are clocked from a 32768Hz (!) external crystal.
|
||||
|
||||
2003-12-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: start.S instead of start.s.
|
||||
|
||||
2003-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 545/bsps
|
||||
* startup/setvec.c: Removed.
|
||||
* startup/Makefile.am: Remove setvec.c.
|
||||
|
||||
2003-10-22 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 510/bsps
|
||||
* irq/irq.h: Add extern C wrapper.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/p_clock.c, ide/pcmcia_ide.c, include/bsp.h, include/coverhd.h,
|
||||
irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
|
||||
startup/bspstart.c, startup/bspstart.c.nocache, startup/imbx8xx.c,
|
||||
startup/mmutlbtab.c, startup/setvec.c, startup/start.S,
|
||||
vectors/vectors.h, vectors/vectors_init.c: URL for license changed.
|
||||
|
||||
2003-08-22 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
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>
|
||||
|
||||
* ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-07-18 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
PR 288/rtems
|
||||
* irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly
|
||||
maintained.
|
||||
|
||||
2003-03-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
|
||||
|
||||
PR 368/filesystem
|
||||
* ide/*: added BSP support for libchip standard ide driver
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2003-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds*: Add FreeBSD sysctl() sections.
|
||||
|
||||
2002-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
Remove SORDID_HACK. Eliminate *_O_FILES.
|
||||
* network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-11-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console.c, network/network.c: Removed warnings.
|
||||
|
||||
2002-11-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console.c, network/network.c: Removed warnings.
|
||||
|
||||
2002-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/p_clock.c, console/console.c, startup/bspstart.c: Removed
|
||||
warnings.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Added support for -nostdlibs.
|
||||
|
||||
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* console/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* irq/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* network/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* startup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
|
||||
2002-08-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/coverhd.h: Per PR261 removed include of
|
||||
<rtems/score/targopts.h> because the file is no longer being
|
||||
generated and really wasn't being used anyway.
|
||||
|
||||
2002-07-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Add bsplib_DATA = linkcmds.
|
||||
|
||||
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
|
||||
Remove $(OBJS) from all-local.
|
||||
|
||||
2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
|
||||
|
||||
2001-05-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* 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-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
|
||||
Fix loopCounter.
|
||||
* irq/irq_asm.S: Reflect changes to <rtems/score/cpu.h>.
|
||||
* vectors/vectors.S: Ditto.
|
||||
* vectors/vectors_init.c: Include <rtems/bspIo.h>.
|
||||
|
||||
2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
|
||||
|
||||
2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
|
||||
Remove RTEMS_ENABLE_LIBCDIR.
|
||||
|
||||
2001-04-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* network/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2001-01-16 Eric Valette <valette@crt.canon.fr>
|
||||
|
||||
* vector/vector.S, irq/irq_asm.S: Make sure vectors work properly
|
||||
in RAM and Flash based code. The code executed for the Flash
|
||||
version runs in both cases (code in Flash/code in RAM) but as it
|
||||
is less efficient than the one optimized for RAM, it put it inside
|
||||
ifdef. A compilation error is generated if code is linked in Flash
|
||||
with the correct ifdef set...
|
||||
|
||||
2001-01-16 Eric Valette <valette@crt.canon.fr>
|
||||
|
||||
* irq/irq.c: Correct minor bug in mbx8xx interrupt handling.
|
||||
Quoting Eric, "In theory it should be applied in each mpc8xx
|
||||
related BSP but as I cannot test it plase maintainer/users
|
||||
submit patch accordingly."
|
||||
|
||||
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* console/console.c: Include rtems/bspIo.h instead of bspIo.h.
|
||||
|
||||
2001-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove RTEMS_ENABLE_NETWORKING.
|
||||
|
||||
2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
||||
|
||||
2001-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
|
||||
RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
|
||||
|
||||
2001-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add @exceptions@ to SUBDIRS.
|
||||
* configure.ac: Add RTEMS_BSPOPTS_*(), merge-in settings
|
||||
from make/custom/mbx*.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
|
||||
* include/Makefile.am: Convert PREINSTALL_FILES to
|
||||
TMPINSTALL_FILES, include force-preinstall.am.
|
||||
* vectors/Makefile.am: remove bogus VPATH.
|
||||
* wrapup/Makefile.am: Apply @exceptions@.
|
||||
|
||||
2001-10-29 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
|
||||
|
||||
2001-10-12 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/p_clock.c, include/bsp.h, include/coverhd.h,
|
||||
startup/bspstart.c, startup/bspstart.c.nocache, startup/setvec.c,
|
||||
startup/start.S: Fixed typo.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||
* irq/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||
* vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||
|
||||
2001-08-31 Eric Valette <valette@crf.canon.fr>
|
||||
|
||||
* network/network.c: Fix to account for return value when
|
||||
installing interrupts handler.
|
||||
|
||||
2001-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Add bspopts.h.
|
||||
* include/.cvsignore: Add bspopts.h*, stamp-h*.
|
||||
* include/Makefile.am: Use *_HEADERS instead of *H_FILES.
|
||||
* include/bsp.h: Include bspopts.h.
|
||||
|
||||
2000-06-08 Eric Valette <valette@crf.canon.fr>
|
||||
|
||||
* console/console.c, include/commproc.h, startup/start.S:
|
||||
The printk/printf did not work when loaded by EPPCBUG. They did
|
||||
work when loaded with the BDM debugger. I suspected EPPBUG
|
||||
made some nasty things like patching Communication processor
|
||||
microcode... Anyway, the attached patch:
|
||||
1) Enables to have printk nearly immediately after boot,
|
||||
2) Make printf work automagically (I do not know why except I make a
|
||||
different initialization for printk that should be overwritten by
|
||||
console init later ?)
|
||||
|
||||
I let the default to be using EPPCBUG embedded firmware to boot and
|
||||
using this printk early enabler code (LOADED_BY_EPPCBUG and
|
||||
EARLY_CONSOLE) are on.
|
||||
|
||||
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
|
||||
|
||||
2001-04-20 Eric Valette <valette@crf.canon.fr>
|
||||
|
||||
* include/bsp.h: Added include of <bsp/vectors.h>
|
||||
* vectors/vectors.h: Corrected typos.
|
||||
|
||||
2001-04-11 Eric Valette <valette@crf.canon.fr>
|
||||
|
||||
* network/network.c: Fix unnecessary double assignment.
|
||||
|
||||
2001-03-30 Eric Valette <valette@crf.canon.fr>
|
||||
|
||||
* clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
|
||||
include/8xx_immap.h, include/commproc.h, include/mbx.h,
|
||||
irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h,
|
||||
irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore,
|
||||
vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h,
|
||||
vectors/vectors_init.c: New files.
|
||||
* Makefile.am, configure.in, console/console.c,
|
||||
include/Makefile.am, network/network.c, startup/Makefile.am,
|
||||
startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds,
|
||||
startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am:
|
||||
The modifications to this BSP reflect the conversion of the
|
||||
mpc8xx CPU to the "new exception processing model."
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h,
|
||||
libio.h, and libcsupport.h moved from libc to lib/include/rtems and
|
||||
now must be referenced as <rtems/XXX.h>. Header file order
|
||||
was cleaned up while doing this.
|
||||
Also removed obsolete references to STACK_CHECKER_ON.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
Switch to GNU canonicalization.
|
||||
|
||||
2000-10-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console.c: Add mbx8xx_console_get_configuration() which
|
||||
returns either nvram configuration or a static equivalent.
|
||||
|
||||
2000-10-18 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console.c: Added BSP dependent routine
|
||||
mbx8xx_console_use_maximum_buffer_size() required by mbx8xx
|
||||
console-generic code. This avoids libcpu use of bsp.h.
|
||||
|
||||
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* console/Makefile.am, network/Makefile.am, startup/Makefile.am,
|
||||
wrapup/Makefile.am: Include compile.am
|
||||
|
||||
2000-08-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICAL_TOOLS
|
||||
|
||||
2000-08-11 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
|
||||
|
||||
* README:
|
||||
* console/console.c:
|
||||
* include/bsp.h:
|
||||
* network/network.c:
|
||||
* startup/bspstart.c:
|
||||
Add support for configuration parameters in NVRAM
|
||||
|
||||
2000-08-11 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
|
||||
|
||||
* console/console.c: Fix polled input.
|
||||
|
||||
2000-08-10 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
|
||||
|
||||
* README: Updated.
|
||||
* console/console.c: Addition of support for shared printk and
|
||||
no termios.
|
||||
* include/bsp.h: Addition of second parameter to
|
||||
rtems_enet_driver_attach. Removed prototypes for printk and
|
||||
BSP_output_string.
|
||||
* network/network.c(rtems_enet_driver_attach): Addition of second
|
||||
parameter to function.
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
@@ -1,970 +0,0 @@
|
||||
2011-10-04 Petr Benes <benesp16@fel.cvut.cz>
|
||||
|
||||
PR 1922/testing
|
||||
* preinstall.am: EDF and CBS scheduler: extern declarations fix.
|
||||
|
||||
2011-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* Makefile.am: Do not include ne2000.rel unless networking is enabled.
|
||||
|
||||
2011-07-18 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* configure.ac: changed tests so that variants
|
||||
of qemuprep (e.g., qemuprep-altivec) are recognized.
|
||||
|
||||
2011-07-18 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* README.qemu: added.
|
||||
|
||||
2011-07-18 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* make/custom/qemuprep-altivec.cfg, Makefile.am:
|
||||
added altivec-enabled variant 'qemuprep-altivec'.
|
||||
|
||||
2011-07-15 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am, configure.ac, preinstall.am, include/bsp.h,
|
||||
make/custom/qemuprep.cfg, qemu_fakerom/Makefile.am,
|
||||
qemu_fakerom/.cvsignore: Added 'qemuprep' BSP variant.
|
||||
|
||||
2011-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove references to non-existing files.
|
||||
|
||||
2011-06-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: Remove reference to wrapup directory.
|
||||
|
||||
2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* configure.ac: Use standard cache BSP options.
|
||||
|
||||
2011-05-17 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
PR1797/bsps
|
||||
* configure.ac, include/bsp.h: Made
|
||||
CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK a bspopts.h setting.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/tm27.h:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Remove AC_CHECK_SIZEOF([void *]).
|
||||
|
||||
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||
|
||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||
|
||||
2009-12-08 Eric Norum <wenorum@lbl.gov>
|
||||
|
||||
* include/bsp.h: Add network configuration preprocessor macros.
|
||||
|
||||
2009-10-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am, preinstall.am: Update for exception support changes.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mcp750.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
* make/custom/mtx603e.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
* make/custom/mvme2100.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
* make/custom/mvme2307.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mcp750.cfg: New (relocated from /make/custom).
|
||||
* make/custom/mtx603e.cfg: New (relocated from /make/custom).
|
||||
* make/custom/mvme2100.cfg: New (relocated from /make/custom).
|
||||
* make/custom/mvme2307.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
|
||||
Should be automatically handled by confdefs.h or the application.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2008-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove -Qy from *link.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* bsp_specs: Move -e start from *link to *startfile to avoid warning
|
||||
for undefined entry symbol when linking relocatables with binutils
|
||||
2.19.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac: Make letting boot_card() handle work area
|
||||
allocation mandatory. Rename
|
||||
RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, include/bsp.h: Use standardized bsp_cleanup() which can
|
||||
optionally print a message, poll for user to press key, and call
|
||||
bsp_reset(). Using this eliminates the various bsp_cleanup()
|
||||
implementations which had their own implementation and variety of
|
||||
string constants.
|
||||
|
||||
2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Add use of bsp_get_work_area() in its own file and
|
||||
rely on BSP Framework to perform more initialization.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2007-12-11 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am: use new irq_bspsupport.rel which was
|
||||
split out of exc_bspsupport.rel to provide finer-grained
|
||||
control over what BSPs want to use.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate copies of the Configuration Table. Use the
|
||||
RTEMS provided accessor macros to obtain configuration fields.
|
||||
|
||||
2007-12-10 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am: use shared exception/interrupt support
|
||||
from libcpu/powerpc/new-exceptions/bspsupport rather
|
||||
than ../shared/vectors , ../shared/irq
|
||||
|
||||
2007-12-10 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* shared/vectors/vectors_entry.S, motorola_powerpc/bsp_specs,
|
||||
shared/start/vectors_entry.S: moved vectors_entry.S to
|
||||
'start' subdir and made a start file rather than
|
||||
element of vectors.rel (it should always be linked but
|
||||
won't if it is the sole member of vectors.rel).
|
||||
|
||||
2007-12-08 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am: merged shared/vme/vme_universe.c and
|
||||
shared/vme/vme_universe_dma.c into one file.
|
||||
|
||||
2007-12-08 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am: irq_supp.h was moved from shared/irq to
|
||||
libcpu/powerpc/new-exceptions/bspsupport.
|
||||
|
||||
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* include/bsp.h: declare BSP_commandline_string variable.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, include/bsp.h: Move interrupt_stack_size field from CPU
|
||||
Table to Configuration Table. Eliminate CPU Table from all ports.
|
||||
Delete references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* preinstall.am: Moved most of the remaining CPU Table fields to the
|
||||
Configuration Table. This included pretasking_hook, predriver_hook,
|
||||
postdriver_hook, idle_task, do_zero_of_workspace,
|
||||
extra_mpci_receive_server_stack, stack_allocate_hook, and
|
||||
stack_free_hook. As a side-effect of this effort some multiprocessing
|
||||
code was made conditional and some style clean up occurred.
|
||||
|
||||
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am: install new <irq/irq_supp.h> header
|
||||
|
||||
2007-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: ShowBATS() split out to helper routine so sharable by
|
||||
more BSPs.
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-04-09 Thomas Doerfler |Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* README.MVME2400:
|
||||
Added file to describe setup of a MVME2432 board for use with RTEMS
|
||||
|
||||
2007-01-30 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am, preinstall.am, include/bsp.h:
|
||||
Use VME DMA support implemented by vmeUniverse and
|
||||
libbsp/powerpc/shared/vme/vme_universe_dma.c
|
||||
Added explanation for use of BSP_PIC_DO_EOI by
|
||||
BSP implementors who derive from this 'include/bsp.h'.
|
||||
|
||||
2007-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bootloader/Makefile.am: Use MKDIR_P instead of mkdir_p.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bootloader/Makefile.am: Remove DEFAULT_INCLUDES.
|
||||
|
||||
2006-09-11 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* times.mcp750: Removed extra CRLF.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove explicit ampolish3 support (now in
|
||||
RTEMS_BSP_CONFIGURE).
|
||||
|
||||
2006-01-10 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Add ampolish3 support.
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2005-11-12 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove USE_ENHANCED_INTR_API.
|
||||
|
||||
2005-11-09 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* bootloader/Makefile.am: Fix disagreement between GCCSPECS and GCC_SPECS.
|
||||
* Makefile.am: Need to install vme_am_defs.h,
|
||||
|
||||
2005-11-03 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* shared/irq/openpic_i8259_irq.c: New file.
|
||||
* ChangeLog, Makefile.am, motorola_powerpc/ChangeLog,
|
||||
motorola_powerpc/Makefile.am, shared/irq/irq.c, shared/irq/irq.h,
|
||||
shared/irq/irq_asm.S, shared/irq/irq_init.c: Separated openpic/i8259
|
||||
specifica from generic irq handling into openpic_i8259_irq.c; added
|
||||
some compilation conditionals to help BSPs without ISA to omit ISA
|
||||
interrupts and calling i8259 code.
|
||||
|
||||
2005-11-03 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am, include/bsp.h: Added new shared pretaskinghook.c and
|
||||
zerobss.c files to list to be made. Added some explanations about
|
||||
CPU <-> PCI <-> VME address mapping issues.
|
||||
|
||||
2005-11-03 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am, startup/linkcmds:
|
||||
moved linkcmds to shared area for other BSPs to use
|
||||
|
||||
2005-10-20 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* include/bsp.h: Support MVME2100.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
|
||||
|
||||
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Merge-in wrapup/Makefile.am.
|
||||
* wrapup/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am, wrapup/Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-11-17 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add sections required by gcc 3.3.x so it will link.
|
||||
|
||||
2004-11-16 Richard Campbell <richard.campbell@OARcorp.com>
|
||||
|
||||
* README.MVME2100: Update to include DBAT0.
|
||||
* startup/linkcmds: Add sections from new gcc versions.
|
||||
|
||||
2004-11-12 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 717/bsps
|
||||
* bootloader/Makefile.am: Set up BOOTLOADER_CPU_CFLAGS.
|
||||
|
||||
2004-11-10 Richard Campbell <richard.campbell@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, bootloader/Makefile.am, include/bsp.h,
|
||||
wrapup/Makefile.am: Add MVME2100 BSP and MPC8240 support. There was
|
||||
also a significant amount of spelling and whitespace cleanup.
|
||||
* README.MVME2100: New file.
|
||||
|
||||
2004-11-05 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add .gnu.linkonce.b and .gnu.linkonce.bs sections.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-05-22 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 615/bsps
|
||||
* include/tm27.h: Removing USE_ENHANCE_INTR_API conditional check since
|
||||
that is the only kind this BSP supports and tm27 does not care which
|
||||
interrupt model is used as long as the macros are properly defined.
|
||||
|
||||
2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 610/bsps
|
||||
* Makefile.am: Add include/tm27.h, Cosmetics.
|
||||
* include/tm27.h: Final cosmetics.
|
||||
|
||||
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Split out tmtest27 support.
|
||||
* include/tm27.h: New.
|
||||
|
||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||
|
||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Convert to using c99 fixed size types.
|
||||
|
||||
2004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bootloader/Makefile.am: Fix preinstall dir handling.
|
||||
|
||||
2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bootloader/Makefile.am: Preinstall dirs.
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
Preinstall dist_project_lib*.
|
||||
|
||||
2004-02-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bootloader/Makefile.am: Fix up paths having been broken in
|
||||
previous patch.
|
||||
|
||||
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bootloader/Makefile.am: Remove references to $(top_srcdir).
|
||||
Remove NM, LD. Cosmetics.
|
||||
|
||||
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Explicitly check for NM.
|
||||
|
||||
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
|
||||
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Convert to automake-building rules.
|
||||
|
||||
2004-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use include_*HEADERS for .../shared/*.h.
|
||||
|
||||
2004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
|
||||
irq/Makefile.am, motorola/Makefile.am, openpic/Makefile.am,
|
||||
pci/Makefile.am, residual/Makefile.am, start/Makefile.am,
|
||||
startup/Makefile.am, vectors/Makefile.am, vme/Makefile.am.
|
||||
Use automake compilation rules.
|
||||
Rename clock.rel to pclock.rel (Conflict with libcpu).
|
||||
* clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
|
||||
motorola/Makefile.am, openpic/Makefile.am, pci/Makefile.am,
|
||||
residual/Makefile.am, start/Makefile.am, startup/Makefile.am,
|
||||
vectors/Makefile.am, vme/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
* wrapup/Makefile.am: Reflect changes above.
|
||||
|
||||
2004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Reflect changes to
|
||||
../support/*exception_processing/*.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||
Add RTEMS_PROG_CCAS.
|
||||
|
||||
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add PREINSTALL_DIRS.
|
||||
* irq/Makefile.am: Add PREINSTALL_DIRS.
|
||||
* motorola/Makefile.am: Add PREINSTALL_DIRS.
|
||||
* openpic/Makefile.am: Add PREINSTALL_DIRS.
|
||||
* pci/Makefile.am: Add PREINSTALL_DIRS.
|
||||
* vectors/Makefile.am: Add PREINSTALL_DIRS.
|
||||
* vme/Makefile.am: Add PREINSTALL_DIRS.
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||
Add PRE/TMPINSTALL_FILES to CLEANFILES.
|
||||
* bootloader/Makefile.am: Ditto.
|
||||
* irq/Makefile.am: Ditto.
|
||||
* motorola/Makefile.am: Ditto.
|
||||
* openpic/Makefile.am: Ditto.
|
||||
* pci/Makefile.am: Ditto.
|
||||
* start/Makefile.am: Ditto.
|
||||
* startup/Makefile.am: Ditto.
|
||||
* vectors/Makefile.am: Ditto.
|
||||
* vme/Makefile.am: Ditto.
|
||||
|
||||
2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate $(LIB).
|
||||
Use noinst_DATA to trigger building libbsp.a.
|
||||
|
||||
2003-12-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Add BUILD-VARIANTS.
|
||||
|
||||
2003-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* vectors/Makefile.am: Fix typos.
|
||||
* vme/Makefile.am: Fix typos.
|
||||
|
||||
2003-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bootloader/Makefile.am: Eliminate VPATH.
|
||||
* clock/Makefile.am: Eliminate VPATH.
|
||||
* console/Makefile.am: Eliminate VPATH.
|
||||
* irq/Makefile.am: Eliminate VPATH.
|
||||
* motorola/Makefile.am: Eliminate VPATH.
|
||||
* openpic/Makefile.am: Eliminate VPATH.
|
||||
* pci/Makefile.am: Eliminate VPATH.
|
||||
* residual/Makefile.am: Eliminate VPATH.
|
||||
* start/Makefile.am: Eliminate VPATH.
|
||||
* startup/Makefile.am: Eliminate VPATH.
|
||||
* vectors/Makefile.am: Eliminate VPATH.
|
||||
* vme/Makefile.am: Eliminate VPATH.
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bootloader/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
* startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* bootloader/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* motorola/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* openpic/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* pci/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* vme/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bootloader/Makefile.am: Misc cleanups and fixes.
|
||||
* motorola/Makefile.am: Misc cleanups and fixes.
|
||||
* start/Makefile.am: Misc cleanups and fixes.
|
||||
* startup/Makefile.am: Misc cleanups and fixes.
|
||||
* startup/linkcmds: Preparations for gcc-3.3.x.
|
||||
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
* bootloader/Makefile.am: Cosmetics.
|
||||
* startup/Makefile.am: Cosmetics.
|
||||
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add preinstallation dirstamp support.
|
||||
* bootloader/Makefile.am: Cosmetics.
|
||||
* clock/Makefile.am: Cosmetics.
|
||||
* console/Makefile.am: Cosmetics.
|
||||
* irq/Makefile.am: Add preinstallation dirstamp support.
|
||||
* motorola/Makefile.am: Cosmetics.
|
||||
* openpic/Makefile.am: Cosmetics.
|
||||
* pci/Makefile.am: Cosmetics.
|
||||
* residual/Makefile.am: Cosmetics.
|
||||
* start/Makefile.am: Cosmetics.
|
||||
* startup/Makefile.am: Cosmetics.
|
||||
* vectors/Makefile.am: Add preinstallation dirstamp support.
|
||||
* vme/Makefile.am: Add preinstallation dirstamp support.
|
||||
* wrapup/Makefile.am: Cosmetics.
|
||||
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Remove all-local: $(ARCH).
|
||||
* console/Makefile.am: Remove all-local: $(ARCH).
|
||||
* irq/Makefile.am: Remove all-local: $(ARCH).
|
||||
* motorola/Makefile.am: Remove all-local: $(ARCH).
|
||||
* openpic/Makefile.am: Remove all-local: $(ARCH).
|
||||
* pci/Makefile.am: Remove all-local: $(ARCH).
|
||||
* residual/Makefile.am: Remove all-local: $(ARCH).
|
||||
* start/Makefile.am: Remove all-local: $(ARCH).
|
||||
* startup/Makefile.am: Remove all-local: $(ARCH).
|
||||
* vectors/Makefile.am: Remove all-local: $(ARCH).
|
||||
* vme/Makefile.am: Remove all-local: $(ARCH).
|
||||
* wrapup/Makefile.am: Remove all-local: $(ARCH).
|
||||
|
||||
2003-10-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* vectors/Makefile.am: Fix header installation.
|
||||
|
||||
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in include/Makefile.am.
|
||||
Reflect changes to bsp.am.
|
||||
* include/Makefile.am: Remove.
|
||||
* include/bsp.h: Add copy of ../shared/include/bsp.h (Violates BSP
|
||||
coding standards).
|
||||
* configure.ac: Reflect changes above.
|
||||
* irq/Makefile.am: Fix header installation.
|
||||
* motorola/Makefile.am: Fix header installation.
|
||||
* openpic/Makefile.am: Fix header installation.
|
||||
* pci/Makefile.am: Fix header installation.
|
||||
|
||||
2003-09-26 Till Strauman <strauman@slac.stanford.edu>
|
||||
|
||||
PR 496/bsps
|
||||
* startup/Makefile.am: Use PowerPC shared sbrk() implementation which
|
||||
is used when initial heap size is limited to first 32 MB of RAM to
|
||||
satisfy boot loader requirements.
|
||||
|
||||
2003-09-26 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
PR 497/bsps
|
||||
* BOOTING: Document letting the bootloader shut down the
|
||||
network interface since it continues to run after loading
|
||||
RTEMS application and has to be dealt with.
|
||||
|
||||
2003-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp_specs: Remove *lib:.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
* bootloader/Makefile.am: Reflect having moved automake/.
|
||||
* clock/Makefile.am: Reflect having moved automake/.
|
||||
* console/Makefile.am: Reflect having moved automake/.
|
||||
* include/Makefile.am: Reflect having moved automake/.
|
||||
* irq/Makefile.am: Reflect having moved automake/.
|
||||
* motorola/Makefile.am: Reflect having moved automake/.
|
||||
* openpic/Makefile.am: Reflect having moved automake/.
|
||||
* pci/Makefile.am: Reflect having moved automake/.
|
||||
* residual/Makefile.am: Reflect having moved automake/.
|
||||
* start/Makefile.am: Reflect having moved automake/.
|
||||
* startup/Makefile.am: Reflect having moved automake/.
|
||||
* vectors/Makefile.am: Reflect having moved automake/.
|
||||
* vme/Makefile.am: Reflect having moved automake/.
|
||||
* wrapup/Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 444/bsps
|
||||
PR 445/bsps
|
||||
* bsp_specs: Remove -D__embedded__ -Asystem(embedded)
|
||||
-DUSE_ENHANCED_INTR_API from cpp.
|
||||
Remove cpp, old_cpp (now unused).
|
||||
* configure.ac: Add -DUSE_ENHANCED_INTR_API to bspopts.h.
|
||||
|
||||
2003-03-27 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bootloader/Makefile.am: Eliminate EABI CFLAGS from those used to
|
||||
compile the bootloader.
|
||||
|
||||
2003-03-18 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
PR 356/bsps
|
||||
* bsp_specs, start/Makefile.am, startup/linkcmds
|
||||
This patch makes RTEMS/powerpc/shared EABI compliant.
|
||||
Declare all linker-script defined addresses as
|
||||
variables of unknown size and not as short objects
|
||||
like 'int', 'void*' etc.
|
||||
This prevents the compiler from generating a relocation
|
||||
who assumes the existence of an __rtems_end object in
|
||||
one of the short data areas (which would result in a
|
||||
linker error).
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-20 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
PR 349/bsps
|
||||
* startup/Makefile.am, startup/linkcmds startup/Makefile.am,
|
||||
startup/bspstart.c, startup/pgtbl_activate.c, startup/pgtbl_setup.c:
|
||||
Let the powerpc/shared (+derived) BSPs use pagetable support
|
||||
from libcpu.
|
||||
|
||||
2003-02-20 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
PR 349/bsps
|
||||
* Makefile.am, configure.ac: Add glue to the powerpc/shared BSP
|
||||
to use the vmeUniverse VME-PCI bridge driver.
|
||||
* vme/.cvsignore, vme/Makefile.am, wrapup/Makefile.am: New files.
|
||||
|
||||
2003-02-20 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
PR 349/bsps
|
||||
* openpic/Makefile.am, pci/Makefile.am:
|
||||
- install the 'openpic.h' and 'pci.h' headers
|
||||
- avoid a name clash by renaming 'vsprintf' & friends
|
||||
to 'k_vsprintf' etc.
|
||||
- let 'rtemsReboot' print a stack trace (in case an 'assert' failed)
|
||||
- irq.c:
|
||||
* fix: remove implicit assumption that ISA interrupt vectors start
|
||||
at 0
|
||||
* add BSP hook to let a VME interrupt acknowledge the PCI/openpic
|
||||
IRQ. (SEE ALSO THE ppc-sharedbsp-vme.diff patch)
|
||||
- fix: EABI compliance; isr/exception lowlevel handlers must not
|
||||
clobber R2 or R13
|
||||
- fix: openpic_init was called with the polarity/senses tables
|
||||
swapped (fixed wrong order of arguments)
|
||||
- cosmetics: use new _read_SPRXX() _write_SPRXX() macros
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2003-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds*: Add FreeBSD sysctl() sections.
|
||||
|
||||
2002-12-08 Greg Menke <gregory.menke@gsfc.nasa.gov>
|
||||
|
||||
* startup/linkcmds: Shifted .init, .fini to match better with
|
||||
crtbegin/crtend linking.
|
||||
|
||||
2002-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bootloader/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.
|
||||
* irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* motorola/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* openpic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* pci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* residual/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use install-data-local to install startfile.
|
||||
|
||||
2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
002-11-17 Greg Menke <gregory.menke@gsfc.nasa.gov>
|
||||
|
||||
* README.mtx603e: New file.
|
||||
|
||||
2002-11-14 Greg Menke <gregory.menke@gsfc.nasa.gov>
|
||||
|
||||
* bsp_specs: Added crtbegin,crtend objects so C++ global objects
|
||||
constructors/destructors run correctly.
|
||||
* startup/linkcmds: Increased code length and updated the ctor/dtor
|
||||
sections to handle crtbegin, crtend objects.
|
||||
>
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Added support for -nostdlibs.
|
||||
|
||||
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bootloader/Makefile.am: Fix that crappy Makefile.am once again.
|
||||
|
||||
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bootloader/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* clock/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* console/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* irq/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* motorola/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* openpic/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* pci/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* residual/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* start/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* startup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
|
||||
2002-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bootloader/Makefile.am: Install bootloader.o.
|
||||
Install bootloader/bootloader.ppcboot.lds.
|
||||
|
||||
2002-07-24 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* vectors/Makefile.am: Install bsp/vectors.h.
|
||||
|
||||
2002-07-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Fix preinstallation.
|
||||
* bootloader: Eliminate $(INCLUDES).
|
||||
|
||||
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Eliminate PGM.
|
||||
Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
|
||||
|
||||
2002-07-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Add bsplib_DATA = linkcmds.
|
||||
|
||||
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
|
||||
Remove $(OBJS) from all-local.
|
||||
|
||||
2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
|
||||
|
||||
2001-05-14 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
|
||||
Per PR216, "libbsp/powerpc/shared" BSP has been modified considerably
|
||||
with the goal to make it more flexible and reusable by other
|
||||
BSPs. The main strategies were:
|
||||
- eliminate hardcoded base addresses; devices use offsets
|
||||
and a BSP defined base address.
|
||||
- separate functionality into different files (e.g. reboot from
|
||||
inch.c to reboot.c) which can be overridden by a 'derived' BSP.
|
||||
- separate initialization code into separate files (e.g. PCI
|
||||
bridge detection/initialization was separated from the more
|
||||
generic PCI access routines), also to make it easier for
|
||||
'derived' BSPs to substitute their own initialization code.
|
||||
There are also a couple of enhancements and fixes:
|
||||
- IRQ handling code now has a hook for attaching a VME bridge.
|
||||
- OpenPIC is now explicitely initialized (polarities, senses).
|
||||
Eliminated the implicit assumption on the presence of an ISA PIC.
|
||||
- UART and console driver now supports more than 1 port. The current
|
||||
maximum of 2 can easily be extended by enlarging a table (it
|
||||
would even be easier if the ISR API was not broken by design).
|
||||
- fixed polled_io.c so it correctly supports console on COM2
|
||||
- fixed TLB invalidation code (start.S).
|
||||
- exception handler prints a stack backtrace.
|
||||
- added BSP_pciFindDevice() to scan the pci bus for a particular
|
||||
vendor/device/instance.
|
||||
|
||||
2001-05-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* 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.
|
||||
|
||||
2001-04-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
|
||||
|
||||
2002-04-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bootloader/Makefile.am: Use automake-1.6 AS compilation rules.
|
||||
|
||||
2001-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bootloader/Makefile.am: Use AM_CCASFLAGS instead of AM_ASFLAGS.
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* bootloader/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.
|
||||
* irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* motorola/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* openpic/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* residual/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* start/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2001-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove RTEMS_ENABLE_NETWORKING.
|
||||
|
||||
2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
||||
|
||||
2001-11-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add @exceptions@ to SUBDIRS;
|
||||
Remove need_motorola_powerpc.
|
||||
* configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
|
||||
make/custom/mcp750.cfg, make/custom/mvme2307.cfg;
|
||||
Remove need_motorola_powerpc;
|
||||
Add RTEMS_PPC_EXCEPTIONS([new]).
|
||||
* include/Makefile.am: Replace PREINSTALL_FILES with
|
||||
TMPINSTALL_FILES, include force-preinstall.am.
|
||||
* wrapup/Makefile.am: Apply @exceptions@.
|
||||
|
||||
2001-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add bspopts.h.
|
||||
* include/.cvsignore: Add stamp-h* and bspopts.h*.
|
||||
* include/Makefile.am: Add bspopts.h.
|
||||
* pci/Makefile.am: Append -O2 to AM_CFLAGS.
|
||||
|
||||
2001-11-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bootloader/Makefile.am: completely reworked.
|
||||
* configure.ac: Add AM_PROG_AS.
|
||||
|
||||
2001-10-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Added _init and _fini.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||
* residual/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||
* vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||
* pci/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||
* openpic/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||
* bootloader/Makefile.am: Use 'CLEANFILES ='.
|
||||
|
||||
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
|
||||
|
||||
2001-01-03 Emmanuel Raguet <raguet@crf.canon.fr>
|
||||
|
||||
* bootloader/Makefile.am: Modified to install bootloader so
|
||||
make-exe rule can avoid writing to install point or assuming
|
||||
BSP build tree is available.
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
Switch to GNU canonicalization.
|
||||
|
||||
2000-09-29 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
|
||||
|
||||
* startup/linkcmds: Added lines so DWARF debug information
|
||||
would be available. Otherwise gdb complains that the offsets
|
||||
for the debug info are incorrect and doesn't load the files.
|
||||
|
||||
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bootloader/Makefile.am, clock/Makefile.am, console/Makefile.am,
|
||||
irq/Makefile.am, motorola/Makefile.am, openpic/Makefile.am,
|
||||
pci/Makefile.am, residual/Makefile.am, start/Makefile.am,
|
||||
startup/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
|
||||
Include compile.am
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
@@ -1,396 +0,0 @@
|
||||
2011-11-08 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* make/custom/mpc5566evb_spe.cfg, make/custom/mpc5674fevb_spe.cfg,
|
||||
startup/linkcmds.mpc5566evb_spe, startup/linkcmds.mpc5674fevb_spe,
|
||||
startup/reset.c: New files.
|
||||
* Makefile.am, preinstall.am: Reflect changes above.
|
||||
* startup/early-init.c: Added missing section attribute.
|
||||
* configure.ac, network/smsc9218i.c: New BSP options
|
||||
SMSC9218I_EDMA_RX_CHANNEL and SMSC9218I_EDMA_TX_CHANNEL. Enable reset
|
||||
at cleanup.
|
||||
|
||||
2011-08-31 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/bspgetworkarea.c, startup/linkcmds.base: Removed files.
|
||||
* include/mpc55xx-config.h, make/custom/mpc5674fevb.cfg,
|
||||
startup/early-init.c, startup/ebi-cal-cs-config.c,
|
||||
startup/ebi-cs-config.c, startup/exc-vector-base.S,
|
||||
startup/fmpll-syncr-vals.c, startup/linkcmds.mpc5674fevb,
|
||||
startup/mmu-config.c, startup/siu-pcr-config.c: New files.
|
||||
* Makefile.am, preinstall.am: Reflect changes above.
|
||||
* startup/linkcmds.gwlcfm, startup/linkcmds.mpc5566evb,
|
||||
startup/linkcmds.phycore_mpc5554: Use linker command base file.
|
||||
* configure.ac: Support MPC5674F. Changed eSCI options.
|
||||
* clock/clock-config.c: Support MPC5674F.
|
||||
* i2c/i2c_init.c, network/smsc9218i.c, startup/sd-card-init.c: Update
|
||||
due to API changes.
|
||||
* include/bsp.h: Define BSP_INTERRUPT_STACK_AT_WORK_AREA_BEGIN.
|
||||
* network/if_smc.c: Use HAS_SMC91111.
|
||||
* startup/start.S, startup/bspstart.c: Moved low-level initialization
|
||||
into new files. Overall cleanup.
|
||||
|
||||
2011-08-30 Peter Dufault <dufault@hda.com>
|
||||
|
||||
* make/custom/phycore_mpc5554.cfg, startup/linkcmds.phycore_mpc5554,
|
||||
network/if_smc.c: New files.
|
||||
* Makefile.am, preinstall.am: Reflect changes above.
|
||||
* configure.ac: Add support for the Phytec PhyCORE MPC5554. Includes:
|
||||
- HAS_SMC91111 to indicate a BSP has that neworking.
|
||||
- SMC91111_ENADDR_IS_SETUP so that it skips code to set up the MAC
|
||||
address.
|
||||
- MPC55XX_CLOCK_EMIOS_CHANNEL to permit one to set which eMIOS
|
||||
channel to use for the clock.
|
||||
- MPC55XX_BOOTFLAGS: Skips two words above the RCHW in the startup
|
||||
for use in skpping over the MMU setup. Required for debugging via a
|
||||
cheap emulator where code is loaded into RAM and then mapped in as
|
||||
flash.
|
||||
- BOARD_PHYCORE_MPC5554 If defined, use custom settings for the
|
||||
Phytec PhyCORE MPC5554 SOM.
|
||||
* clock/clock-config.c: Modify so that the EMIOS channel used for the
|
||||
clock can be selected at configuration time. For MPC5544 only:
|
||||
- Conditionally skip access to a register that faults if accessed on
|
||||
the MPC5554
|
||||
- Do not set the control register mode as was done for GW_LCFM
|
||||
support, it breaks interrupts.
|
||||
* make/custom/mpc55xx.inc: Make it possible to override the soft-float
|
||||
to set the type of floating point BSP will use.
|
||||
* startup/start.S: Add support for the "boot flags", two long-words
|
||||
that I manipulate with the debugger to skip over MMU setup. Use an
|
||||
external for the start of external SRAM instead of the hardwired
|
||||
number 0x20000000. Disable write access to the internal flash.
|
||||
|
||||
2011-08-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/bsp.h: Define BSP_FEATURE_IRQ_EXTENSION.
|
||||
|
||||
2011-06-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* network/smsc9218i.c: Optimizations.
|
||||
|
||||
2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am: Added custom memcpy().
|
||||
* startup/bspstart.c: Install standard alignment handler.
|
||||
|
||||
2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* configure.ac, startup/start.S: Use standard cache BSP options.
|
||||
|
||||
2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* clock/clock-config.c: Fixes to pass psnsext01.
|
||||
* startup/bspstart.c: Workaround for GCC 4.6 bug.
|
||||
* include/smsc9218i.h, network/smsc9218i.c, Makefile.am: Changes
|
||||
throughout.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* network/smsc9218i.c, startup/bspstart.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2011-01-31 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/bspstart.c: Update for API changes.
|
||||
|
||||
2011-01-09 Peer Stritzinger <peer at stritzinger dot com>
|
||||
|
||||
* startup/bspstart.c: Fixed chip select configuration.
|
||||
|
||||
2010-12-29 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am, preinstall.am, startup/start.S: Use standard zero
|
||||
function.
|
||||
* startup/linkcmds.base: Reserve enough space for the exception
|
||||
minimum prologues. Changed start section name.
|
||||
* startup/bspstart.c: Removed superfluous cache initialization.
|
||||
* configure.ac: Fixed option default values.
|
||||
|
||||
2010-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* configure.ac: Added I2C options. Fixed eMIOS prescaler. Use
|
||||
standard linker command file support.
|
||||
* include/bsp.h: Declare I2C initialization function.
|
||||
* i2c/i2c_init.c: Implementation.
|
||||
* make/custom/gwlcfm.cfg, make/custom/mpc5566evb.cfg,
|
||||
make/custom/mpc55xx.inc: Use standard linker command file support.
|
||||
* startup/bspstart.c: More board specific settings.
|
||||
* Makefile.am, preinstall.am: Reflect changes above.
|
||||
|
||||
2010-08-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* test/tests.c: Removed file.
|
||||
* startup/bspstart.c: Fixed warnings.
|
||||
|
||||
2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Remove AC_CHECK_SIZEOF([void *]).
|
||||
|
||||
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||
|
||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||
|
||||
2010-06-03 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* startup/sd-card-init.c: fix bug in mount table
|
||||
|
||||
2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* network/smsc9218i.c: Removed superfluous macros.
|
||||
|
||||
2010-05-10 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Add BSP_SMALL_MEMORY.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/irq-config.h: Removed file.
|
||||
* Makefile.am, preinstall.am: Reflect changes above.
|
||||
|
||||
2010-04-07 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* configure.ac, startup/bspstart.c:
|
||||
renamed MPC55XX_CHIP_DERIVATE to MPC55XX_CHIP_TYPE
|
||||
|
||||
2010-04-07 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
* Makefile.am, configure.ac, preinstall.am, clock/clock-config.c,
|
||||
make/custom/gwlcfm.cfg, make/custom/mpc5566evb.cfg,
|
||||
startup/bspgetworkarea.c, startup/bspstart.c, startup/linkcmds,
|
||||
startup/start.S: fix GW_LCFM support
|
||||
* make/custom/mpc55xx.cfg, startup/linkcmds.memory: removed to get
|
||||
better structure
|
||||
* make/custom/mpc55xx.inc, startup/linkcmds.base,
|
||||
startup/linkcmds.gwlcfm, startup/linkcmds.mpc5566evb: added to
|
||||
have better structure
|
||||
|
||||
2010-03-27 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* network/smsc9218i.c tests/tests.c: Removed warnings
|
||||
* clock/clock-config.c: remove warning
|
||||
|
||||
2010-03-25 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* Makefile.am, confiugre.ac, include/bsp.h, startup/bspstart.c,
|
||||
startup/start.S:
|
||||
add support for GW_LCFM mpc551x based system
|
||||
|
||||
2009-10-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am: Update for exception support changes.
|
||||
* startup/bspstart.c: Changed exception header file includes. Update
|
||||
for ppc_exc_initialize() changes.
|
||||
|
||||
2009-10-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* network/smsc9218i.c, tests/tests.c: Update for interrupt handler
|
||||
type change.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mpc55xx.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mpc5566evb.cfg: New (relocated from /make/custom).
|
||||
* make/custom/mpc55xx.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-09-09 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
PR 1435/bsps
|
||||
* Makefile.am: Use shared implementation of bsp_idle_thread().
|
||||
* startup/bspidle.c: Removed.
|
||||
|
||||
2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Rename BSP specific idle thread to
|
||||
bsp_idle_thread and split into its own file.
|
||||
* startup/bspidle.c: New file.
|
||||
|
||||
2009-07-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* clock/clock-config.c, include/smsc9218i.h, network/smsc9218i.c: New
|
||||
files.
|
||||
* network/network.c: Removed file.
|
||||
* Makefile.am, README, bsp_specs, preinstall.am, include/bsp.h,
|
||||
startup/bspstart.c, startup/sd-card-init.c, tests/tests.c: Changes
|
||||
throughout.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
|
||||
bsp_get_work_area() since the work area is larger than a single
|
||||
allocatable object.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* startup/start.S: Update for boot_card command line change.
|
||||
|
||||
2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Change prototype of IDLE thread to consistently
|
||||
return void * and take a uintptr_t argument.
|
||||
|
||||
2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/sd-card-init.c: Comment out fields having dropped
|
||||
out from sd_card_driver_entry.
|
||||
* tests/tests.c: Comment out fields having dropped out from
|
||||
sd_card_driver_entry.
|
||||
|
||||
2008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove start_g.o, remove -e start.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/bspstart.c, startup/sd-card-init.c, tests/tests.c: Update for
|
||||
status-checks.h changes.
|
||||
|
||||
2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared tm27.h stub.
|
||||
* include/tm27.h: Removed.
|
||||
|
||||
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspgetworkarea.c: Change size_t to ssize_t on
|
||||
bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
|
||||
which would limit the work area to 64K.
|
||||
|
||||
2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Now links all tests.
|
||||
* include/tm27.h: New file.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* preinstall.am: Regenerated.
|
||||
|
||||
2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminates libcpudir.
|
||||
|
||||
2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: 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.
|
||||
* startup/bspgetworkarea.c: New file.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: 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.
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-08-30 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Use default bsp_pretasking_hook().
|
||||
|
||||
2008-08-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/mpc55xxevb.h, network/network.c, startup/sd-card-init.c,
|
||||
tests/tests.c: Added copyright information. Added missing prototypes.
|
||||
Fixed integer conversion warning.
|
||||
* startup/bspclean.c: Include bootcard.h.
|
||||
|
||||
2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspclean.c, startup/sd-card-init.c, tests/tests.c:
|
||||
Add missing prototypes.
|
||||
|
||||
2008-08-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/start.S: Clear environment pointer for bootcard.
|
||||
|
||||
2008-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Do not build .rel files. Reduces code bloat.
|
||||
|
||||
2008-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* tests/tests.c: Remove C++ style comments.
|
||||
|
||||
2008-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspclean.c: Use C style comment.
|
||||
|
||||
2008-07-27 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Add -ansi to RTEMS_PROG_CC_FOR_TARGET.
|
||||
* Makefile.am: Remove doxygen comments.
|
||||
Remove bogus BUILT_SOURCES.
|
||||
|
||||
2008-07-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* configure.ac, startup/bspstart.c: Support RAM allocation via
|
||||
bootcard.
|
||||
|
||||
2008-07-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_AMPOLISH3.
|
||||
|
||||
2008-07-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* .cvsignore, include/.cvsignore: New files.
|
||||
|
||||
2008-07-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* bsp_specs, configure.ac, include/bsp.h, include/irq-config.h,
|
||||
include/mpc55xxevb.h, Makefile.am, network/network.c, preinstall.am,
|
||||
README, startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
|
||||
startup/linkcmds.memory, startup/sd-card-init.c, startup/start.S,
|
||||
tests/tests.c: New files.
|
||||
@@ -1,873 +0,0 @@
|
||||
2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* configure.ac, startup/bspstart.c: Use standard cache BSP options.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/tm27.h, irq/irq.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-08-23 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* irq/irq.h, startup/bspstart.c: Add includes to resolve warnings.
|
||||
|
||||
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* console/console.c: Add BSP_poll_char.
|
||||
|
||||
2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Remove AC_CHECK_SIZEOF([void *]).
|
||||
|
||||
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||
|
||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||
|
||||
2010-06-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Formatting.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/irq-config.h: Removed file.
|
||||
* Makefile.am, preinstall.am: Reflect change above.
|
||||
* include/irq.h: Moved defines from 'include/irq-config.h'.
|
||||
|
||||
2009-11-03 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* start/start.S: checked and removed boot_card warning
|
||||
* irq/irq.c: adapted exception handler parameters
|
||||
* startup/bspstart.c: removed non-prototype warnings
|
||||
|
||||
2009-10-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* vectors/vectors.h, vectors/vectors_init.c, vectors/vectors.S,
|
||||
irq/irq_init.c, irq/irq_asm.S: Removed files.
|
||||
|
||||
2009-10-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/irq-config.h: New file.
|
||||
* Makefile.am, preinstall.am: Update for exception support changes.
|
||||
Use generic interrupt support.
|
||||
* make/custom/mpc8260ads.cfg, startup/linkcmds: Enable EABI.
|
||||
* irq/irq.c, startup/bspstart.c: Converted to generic interrupt
|
||||
support. Update for exception support changes.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mpc8260ads.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mpc8260ads.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-09-09 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
PR 1435/bsps
|
||||
* startup/bspidle.c: Removed.
|
||||
|
||||
2009-09-09 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
PR 1435/bsps
|
||||
* Makefile.am: Use shared implementation of bsp_idle_thread().
|
||||
|
||||
2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Rename BSP specific idle thread to
|
||||
bsp_idle_thread and split into its own file.
|
||||
* startup/bspidle.c: New file.
|
||||
|
||||
2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* network/network.c: Disable use of simple vectored interrupt install
|
||||
until updated and this can be removed.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2009-03-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1385/cpukit
|
||||
* irq/irq_asm.S: When the type rtems_boolean was switched to the C99
|
||||
bool, the size changed from 4 bytes to 1 byte. The interrupt
|
||||
dispatching code accesses two boolean variables for scheduling
|
||||
purposes and the assembly implementations of this code did not get
|
||||
updated.
|
||||
|
||||
2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Change prototype of IDLE thread to consistently
|
||||
return void * and take a uintptr_t argument.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared stub coverhd.h
|
||||
* include/coverhd.h: Removed.
|
||||
|
||||
2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/tm27.h: Now links all tests.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
|
||||
is NOT used anywhere.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
* startup/bspgetworkarea.c: Removed.
|
||||
|
||||
2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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.
|
||||
* startup/bspgetworkarea.c: New file.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* irq/irq.c, startup/bspstart.c: Convert to bool.
|
||||
|
||||
2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/p_clock.c, irq/irq.c, irq/irq_init.c, vectors/vectors_init.c:
|
||||
Add missing prototypes.
|
||||
|
||||
2008-08-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* start/start.S: Clear environment pointer for bootcard.
|
||||
|
||||
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Add capability for bootcard.c BSP Initialization
|
||||
Framework to ask the BSP where it has memory for the RTEMS Workspace
|
||||
and C Program Heap. These collectively are referred to as work area.
|
||||
If the BSP supports this, then it does not have to include code to
|
||||
split the available memory between the two areas. This reduces the
|
||||
amount of code in the BSP specific bspstart.c file. Additionally, the
|
||||
shared framework can initialize the C Library, call
|
||||
rtems_debug_enable(), and dirty the work area memory. Until most/all
|
||||
BSPs support this new capability, if the BSP supports this, it should
|
||||
call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
|
||||
When the transition is complete, this autoconf macro can be removed.
|
||||
|
||||
2008-05-15 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* irq/irq.c:
|
||||
make sure, that the masking operations in
|
||||
ICTL and MSR are executed in order
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove all references to
|
||||
console_reserve_resources and termios_reserve_resources.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Eliminate copies of the
|
||||
Configuration Table. Use the RTEMS provided accessor macros to obtain
|
||||
configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
|
||||
Configuration Table. Eliminate CPU Table from all ports. Delete
|
||||
references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* irq/irq.h, irq/irq_init.c: Removed the definition
|
||||
of ASM_IRQ_VECTOR_BASE; this symbol was only use to
|
||||
initialize the irqBase member of the rtems_irq_global_settings
|
||||
struct. However, irqBase is an rtems_irq_symbolic_name,
|
||||
so using BSP_LOWEST_OFFSET is more appropriate.
|
||||
|
||||
2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
|
||||
Table. They have been replaced with variables named bsp_XXX as
|
||||
needed.
|
||||
|
||||
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1257/bsps
|
||||
* irq/irq.c: Code outside of cpukit should use the public API for
|
||||
rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
|
||||
public API and directly accessing _CPU_ISR_Disable and
|
||||
_CPU_ISR_Enable, they were bypassing the compiler memory barrier
|
||||
directive which could lead to problems. This patch also changes the
|
||||
type of the variable passed into these routines and addresses minor
|
||||
style issues.
|
||||
|
||||
2007-07-10 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* vectors/vectors_init.c, irq/irq_init.c:
|
||||
adapted to shared exception code
|
||||
|
||||
2007-07-06 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* Makefile.am: adapted to shared exception code
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-04-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove lib (Now expected to exist in GCC).
|
||||
|
||||
2006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* network/if_hdlcsubr.h: Remove K'n'R macros.
|
||||
* network/network.c: Use ioctl_command_t as arg to ioctl functions.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-08-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Clean up a bit after adding missing .rela sections.
|
||||
|
||||
2006-03-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add .gnu.linkonce.b.* section.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove explicit ampolish3 support (now in
|
||||
RTEMS_BSP_CONFIGURE).
|
||||
|
||||
2006-01-10 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Add ampolish3 support.
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2006-01-09 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Don't include subdirs.am.
|
||||
|
||||
2005-10-06 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
PR 833/bsps
|
||||
* irq/irq_asm.S: Currently, all (new exception) BSPs explicitely enable
|
||||
the FPU across the user ISR but DONT save/restore the FPU context.
|
||||
Any use of the FPU fron the user handler (e.g., due to GCC
|
||||
optimizations) result in corruption. The fix results in an exception
|
||||
in such cases (user ISR must explicitely save/enable/restore FPU).
|
||||
|
||||
2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* network/if_hdlcsubr.c, network/network.c: Include <errno.h>
|
||||
instead of <sys/errno.h>.
|
||||
|
||||
2005-05-26 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 799/bsps
|
||||
* include/bsp.h: Add include of bsp/vectors.h so rdbg.h can be
|
||||
compiled.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-05-17 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||
|
||||
* irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
|
||||
|
||||
2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add -D__BSD_VISIBLE to network_CPPFLAGS.
|
||||
|
||||
2005-04-15 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||
|
||||
PR 779/bsp
|
||||
* clock/p_clock.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
|
||||
network/network.c: add parameter to new exception interrupt handlers
|
||||
in powerpc bsps
|
||||
|
||||
2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
|
||||
Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
|
||||
CPU_MINIMUM_STACK_FRAME_SIZE.
|
||||
|
||||
2005-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
|
||||
|
||||
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Merge-in wrapup/Makefile.am.
|
||||
* wrapup/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
2005-01-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Remove warnings.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am, wrapup/Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-09-27 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 680/bsps
|
||||
* network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-07-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* network/network.c: Add include of <sys/errno.h>.
|
||||
|
||||
2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 610/bsps
|
||||
* Makefile.am: Add include/tm27.h, Cosmetics.
|
||||
* include/tm27.h: Final cosmetics.
|
||||
|
||||
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Split out tmtest27 support.
|
||||
* include/tm27.h: New.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 613/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 614/bsps
|
||||
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
|
||||
|
||||
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||
|
||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* start/start.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||
* vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||
|
||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* console/console.c, include/bsp.h, irq/irq.c, network/network.c,
|
||||
startup/bspstart.c: Convert to using c99 fixed size types.
|
||||
|
||||
2004-03-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* irq/irq.h: Correct typo.
|
||||
|
||||
2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
Preinstall dist_project_lib*.
|
||||
|
||||
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
|
||||
|
||||
2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Convert to automake-building rules.
|
||||
|
||||
2004-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
|
||||
irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
|
||||
vectors/Makefile.am. Use automake compilation rules.
|
||||
* clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
|
||||
network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
* wrapup/Makefile: Reflect changes above.
|
||||
|
||||
2004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in start/Makefile.am.
|
||||
* start/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Reflect changes to
|
||||
../support/*exception_processing/*.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||
Add RTEMS_PROG_CCAS.
|
||||
|
||||
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add PREINSTALL_DIRS.
|
||||
* irq/Makefile.am: Add PREINSTALL_DIRS.
|
||||
* vectors/Makefile.am: Add PREINSTALL_DIRS.
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||
Add PRE/TMPINSTALL_FILES to CLEANFILES.
|
||||
* irq/Makefile.am: Ditto.
|
||||
* start/Makefile.am: Ditto.
|
||||
* startup/Makefile.am: Ditto.
|
||||
* vectors/Makefile.am: Ditto.
|
||||
|
||||
2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate $(LIB).
|
||||
Use noinst_DATA to trigger building libbsp.a.
|
||||
|
||||
2003-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Eliminate VPATH.
|
||||
* console/Makefile.am: Eliminate VPATH.
|
||||
* irq/Makefile.am: Eliminate VPATH.
|
||||
* network/Makefile.am: Eliminate VPATH.
|
||||
* startup/Makefile.am: Eliminate VPATH.
|
||||
|
||||
2003-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 545/bsps
|
||||
* startup/setvec.c: Removed.
|
||||
|
||||
2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/linkcmds: Remove SEARCH_DIR.
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
* startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Misc cleanups and fixes.
|
||||
* startup/Makefile.am: Misc cleanups and fixes.
|
||||
* startup/linkcmds: Preparations for gcc-3.3.x.
|
||||
* wrapup/Makefile.am: Misc cleanups and fixes.
|
||||
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Remove S_FILES (Unused).
|
||||
* vectors/Makefile.am: Cosmetics.
|
||||
* wrapup/Makefile.am: Cosmetics.
|
||||
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add preinstallation dirstamp support.
|
||||
* clock/Makefile.am: Cosmetics.
|
||||
* console/Makefile.am: Cosmetics.
|
||||
* irq/Makefile.am: Add preinstallation dirstamp support.
|
||||
* network/Makefile.am: Cosmetics.
|
||||
* startup/Makefile.am: Cosmetics.
|
||||
* vectors/Makefile.am: Add preinstallation dirstamp support.
|
||||
* wrapup/Makefile.am: Cosmetics.
|
||||
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Remove all-local: $(ARCH).
|
||||
* console/Makefile.am: Remove all-local: $(ARCH).
|
||||
* irq/Makefile.am: Remove all-local: $(ARCH).
|
||||
* network/Makefile.am: Remove all-local: $(ARCH).
|
||||
* start/Makefile.am: Remove all-local: $(ARCH).
|
||||
* startup/Makefile.am: Remove all-local: $(ARCH).
|
||||
* vectors/Makefile.am: Remove all-local: $(ARCH).
|
||||
* wrapup/Makefile.am: Remove all-local: $(ARCH).
|
||||
|
||||
2003-10-22 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 510/bsps
|
||||
* irq/irq.h: Add extern C wrapper.
|
||||
|
||||
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in include/Makefile.am.
|
||||
Reflect changes to bsp.am.
|
||||
* include/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
|
||||
irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
|
||||
startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
|
||||
vectors/vectors_init.c: URL for license changed.
|
||||
|
||||
2003-08-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
* clock/Makefile.am: Reflect having moved automake/.
|
||||
* console/Makefile.am: Reflect having moved automake/.
|
||||
* include/Makefile.am: Reflect having moved automake/.
|
||||
* irq/Makefile.am: Reflect having moved automake/.
|
||||
* network/Makefile.am: Reflect having moved automake/.
|
||||
* start/Makefile.am: Reflect having moved automake/.
|
||||
* startup/Makefile.am: Reflect having moved automake/.
|
||||
* vectors/Makefile.am: Reflect having moved automake/.
|
||||
* wrapup/Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 445/bsps
|
||||
* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
|
||||
Remove cpp, old_cpp (now unused).
|
||||
|
||||
2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* network/if_hdlcsubr.c: Use memcopy instead of bcmp,
|
||||
Use memcmp instead of bcmp.
|
||||
|
||||
2003-07-18 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
PR 288/rtems
|
||||
* startup/bspstart.c: _ISR_Nest_level is now properly maintained.
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2003-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
|
||||
|
||||
2002-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
Remove SORDID_HACK. Eliminate *_O_FILES.
|
||||
* network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use install-data-local to install startfile.
|
||||
|
||||
2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-11-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* irq/irq.c: Removed warnings.
|
||||
|
||||
2002-11-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console.c, irq/irq.c, network/if_hdlcsubr.c,
|
||||
network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
|
||||
Removed warnings.
|
||||
|
||||
2002-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
|
||||
removed warnings.
|
||||
|
||||
2002-11-01 Andy Dachs <a.dachs@sstl.co.uk>
|
||||
|
||||
* irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
|
||||
for _ISR_Nest_level.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Added support for -nostdlibs.
|
||||
|
||||
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* console/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* irq/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* network/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* start/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* startup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
|
||||
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Eliminate PGM.
|
||||
Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
|
||||
|
||||
2002-07-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Add bsplib_DATA = linkcmds.
|
||||
|
||||
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
|
||||
Remove $(OBJS) from all-local.
|
||||
|
||||
2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
|
||||
|
||||
2001-05-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* 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-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
|
||||
* irq/irq_asm.S: Ditto.
|
||||
* network/network.c: Include <rtems/bspIo.h>.
|
||||
* start/start.S: Include <asm.h> instead of "asm.h".
|
||||
* vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
|
||||
|
||||
2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
|
||||
|
||||
2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* network/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* start/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2002-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add RTEMS_CHECK_NETWORKING.
|
||||
|
||||
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
|
||||
* console/console.c: Include rtems/bspIo.h instead of bspIo.h.
|
||||
* irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
|
||||
|
||||
2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
||||
|
||||
2001-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
|
||||
RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
|
||||
|
||||
2001-11-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add @exceptions@ to SUBDIRS.
|
||||
* configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
|
||||
make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
|
||||
* include/Makefile.am: Convert PREINSTALL_FILES to
|
||||
TMPINSTALL_FILES, include force-preinstall.am.
|
||||
* wrapup/Makefile.am: Apply @exceptions@.
|
||||
|
||||
2001-10-29 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* .cvsignore: Add more entries.
|
||||
|
||||
2001-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* aclocal.m4: Removed. Should not have been in CVS.
|
||||
|
||||
2001-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* aclocal.m4: Regenerated.
|
||||
* configure.ac, include/Makefile.am, irq/Makefile.am,
|
||||
vectors/Makefile.am: Updated to autoconf 2.52.
|
||||
* include/.cvsignore: Added newly generated files.
|
||||
* include/bsp.h: Added include of bspopts.h.
|
||||
|
||||
2001-10-22 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* .cvsignore, configure.ac, configure.in, console/.cvsignore,
|
||||
include/.cvsignore, network/.cvsignore, start/.cvsignore,
|
||||
startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
|
||||
files and other files missed in previous commit.
|
||||
|
||||
01-10-22 Andy Dachs <a.dachs@sstl.co.uk>
|
||||
|
||||
* mpc8260ads added as new BSP. tm27 reported not to run
|
||||
at this time.
|
||||
* ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
|
||||
clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
|
||||
console/Makefile.am, console/console.c, include/Makefile.am,
|
||||
include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
|
||||
irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
|
||||
network/Makefile.am, network/README, network/if_hdlcsubr.c,
|
||||
network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
|
||||
start/start.S, startup/Makefile.am, startup/bspstart.c,
|
||||
startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
|
||||
vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
|
||||
vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
|
||||
New files.
|
||||
|
||||
@@ -1,292 +0,0 @@
|
||||
2011-27-28 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* start/start.S: Tag TOS with a NULL pointer
|
||||
(help terminate when walking the stack).
|
||||
|
||||
2011-06-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: Remove reference to wrapup directory.
|
||||
|
||||
2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* configure.ac: Use standard cache BSP options.
|
||||
|
||||
2011-05-17 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
PR1797/bsps
|
||||
* configure.ac, include/bsp.h: Made
|
||||
CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK a bspopts.h setting.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* network/tsec.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2011-01-21 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* configure.ac: BSP supports bsp_reset() method.
|
||||
|
||||
2010-08-20 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
PR 1685/bsps
|
||||
* startup/bspstart.c: Add BSP_poll_char.
|
||||
|
||||
2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Remove AC_CHECK_SIZEOF([void *]).
|
||||
|
||||
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||
|
||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||
|
||||
2010-02-09 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* network/tsec.c: Added code to restart halted DMA
|
||||
after a TX error (from error-isr). Added statistics
|
||||
counters for restarts and DMA bus errors.
|
||||
|
||||
2009-10-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am, preinstall.am: Update for exception support changes.
|
||||
* irq/irq_init.c: Changed exception header file includes.
|
||||
* startup/bspstart.c: Update for ppc_exc_initialize() changes.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mvme3100.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* startup/bspstart.c, startup/misc.c:
|
||||
Fixed compiler warnings by adding prototypes to function
|
||||
declarations and moving extern declarations to global scope.
|
||||
|
||||
2009-10-20 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* start/start.S, startup/bspstart.c:
|
||||
let 'save_boot_params()' return a pointer to the commandline
|
||||
saved by the BSP and pass this pointer on to 'boot_card()'.
|
||||
|
||||
2009-10-20 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* network/tsec.c: fixed compiler warnings.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-17 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* network/tsec.c: rtems 4.10 no longer allows simple binary
|
||||
semaphores to have priority inheritance attribute; use ordinary
|
||||
binary semaphore instead.
|
||||
|
||||
2009-10-17 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* network/if_tsec_pub.h, network/tsec.c: Enhanced low-level
|
||||
API allowing the user to selectively enable/disable/acknowledge
|
||||
interrupts and to install their own ISR (rather than having
|
||||
the driver posting an event to a single task).
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mvme3100.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-10-13 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
PR 1451/bsps
|
||||
* network/tsec.c: Fix mbuf leak when watchdog expires. The
|
||||
re-initialization algorithm failed to release mbuf chains
|
||||
held in the TX ring.
|
||||
Also, during initialization the initial link status is determined
|
||||
and IFF_OACTIVE set if no active link was detected.
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
|
||||
Should be automatically handled by confdefs.h or the application.
|
||||
|
||||
2009-08-17 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* network/tsec.c, network/if_tsec_pub.h:
|
||||
Fixed bugs in multicast support; added reference-count
|
||||
for hash-table entries which allows for the implementation
|
||||
of a 'deletion' routine.
|
||||
NOTE: mcast support largely untested.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-05 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* network/tsec.c, network/if_tsec_pub.h:
|
||||
implemented multicast support.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2009-03-05 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* include/bsp.h, start/start.S, startup/bspstart.c:
|
||||
removed BSP_INIT_STACK_SIZE -- this BSP now also uses
|
||||
__stack defined by the linker script for the initial
|
||||
stack.
|
||||
Removed legacy code (inherited from old mvme2307 BSP
|
||||
but not relevant to this one) that tested trapping
|
||||
into PPCBug.
|
||||
|
||||
2009-03-05 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* startup/misc.c, flash/flashcfg.c, irq/irq_init.c,
|
||||
pci/detect_host_bridge.c: changed function arguments
|
||||
to silence compiler warnings.
|
||||
|
||||
2008-12-22 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* i2c/i2c_init.c: Include <errno.h> instead of <sys/errno.h>.
|
||||
|
||||
2008-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove -Qy from *link.
|
||||
|
||||
2008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove motld_start_g.o.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* bsp_specs: Move -e start from *link to *startfile to avoid warning
|
||||
for undefined entry symbol when linking relocatables with binutils
|
||||
2.19.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build_date.c.
|
||||
* startup/bspstart.c: Remove BSP_build_date.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
PR 1322/bsps
|
||||
* include/bspopts.h.in: Remove.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac, include/bspopts.h.in: Make letting boot_card() handle
|
||||
work area allocation mandatory. Rename
|
||||
RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h, startup/misc.c: Use standardized bsp_cleanup() which
|
||||
can optionally print a message, poll for user to press key, and call
|
||||
bsp_reset(). Using this eliminates the various bsp_cleanup()
|
||||
implementations which had their own implementation and variety of
|
||||
string constants.
|
||||
|
||||
2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, include/bsp.h, include/bspopts.h.in,
|
||||
startup/bspstart.c: Add use of bsp_get_work_area() in its own file
|
||||
and rely on BSP Framework to perform more initialization.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: 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-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* i2c/i2c_init.c, i2c/mpc8540_i2c.c, irq/irq_init.c,
|
||||
network/tsec.c, pci/detect_host_bridge.c, startup/bspstart.c:
|
||||
Add missing prototypes.
|
||||
|
||||
2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup.
|
||||
|
||||
2008-07-18 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* startup/bspstart.c: removed warning about SPRG0
|
||||
now being used for IRQ mask; this BSP is OK.
|
||||
|
||||
2008-06-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Need tm27.h
|
||||
|
||||
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Remove stray line.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-10 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* network/tsec.c: removed memory input/output operands
|
||||
which caused problems with gcc-4.3.0 (see
|
||||
http://gcc.gnu.org/ml/gcc/2008-03/msg00976.html)
|
||||
|
||||
2008-03-25 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* include/bsp.h: declare BSP_commandline_string.
|
||||
|
||||
2008-03-20 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: confdefs.h now wants
|
||||
us to use BSP_INTERRUPT_STACK_SIZE instead of
|
||||
CONFIGURE_INTERRUPT_STACK_MEMORY.
|
||||
|
||||
2008-03-05 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* start/start.S, startup/bspstart.c: disable memory-select
|
||||
errors early (in start.S) to avoid hangs due to speculative
|
||||
memory access (motload maps absent memory in TLBs).
|
||||
Remove TLB mappings for which no physical memory is installed
|
||||
(bspstart). Enable HID1[RFXE] so that 'core_fault_in' errors
|
||||
result in a machine-check rather than stalling the machine.
|
||||
Re-enable memory-select errors at this point.
|
||||
|
||||
2008-03-05 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am: add e500/mmu.rel to libbsp_a_LIBADD.
|
||||
|
||||
2008-01-29 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* startup/bspstart.c: Fixes a lockup which occurs when a speculative
|
||||
load occurs from a particular range of memory.
|
||||
|
||||
2008-01-09 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* include/bsp.h: Include <bsp/vectors.h>.
|
||||
|
||||
2007-12-13 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am: use preload.S, vectors_entry.S from shared
|
||||
area.
|
||||
@@ -1,687 +0,0 @@
|
||||
2011-27-28 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* start/start.S: Tag TOS with a NULL pointer
|
||||
(help terminate when walking the stack).
|
||||
|
||||
2011-07-13 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
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-04-10 Kate Feng <feng@bnl.gov>
|
||||
|
||||
PR 1786/bsps
|
||||
* Makefile.am: Add support for Altivec.
|
||||
* startup/bspstart.c, Makefile.am: Use shared/startup/zerobss.c instead.
|
||||
* make/custom/mvme5500.cfg: Change CPU_CFLAGS to
|
||||
"-mcpu=7450 -mtune=7450 -Dmpc7455"
|
||||
* irq/BSP_irq.c, pci/detect_host_bridge.c, pci.c, pcifinddevice.c:
|
||||
Remove warnings.
|
||||
* vme/VMEConfig.h, include/bsp.h: use VME shared IRQ handlers.
|
||||
* network/if_100MHz/GT64260eth.c: Recycle the Rx mbuf if there
|
||||
is any Rx error.
|
||||
|
||||
2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* configure.ac: Use standard cache BSP options.
|
||||
|
||||
2011-05-17 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
PR1797/bsps
|
||||
* configure.ac, include/bsp.h: Made
|
||||
CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK a bspopts.h setting.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h, include/tm27.h:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-08-20 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
PR 1684/bsps
|
||||
* startup/bspstart.c: Add BSP_poll_char.
|
||||
|
||||
2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Remove AC_CHECK_SIZEOF([void *]).
|
||||
|
||||
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||
|
||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||
|
||||
2010-03-27 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* startup/bspstart.c: correct prototype
|
||||
|
||||
2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
PR 1483/cpukit
|
||||
* pci/pci.c: Rename pci_config into rtems_pci_config_t.
|
||||
|
||||
2009-10-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am, preinstall.am: Update for exception support changes.
|
||||
* irq/BSP_irq.c, irq/irq_init.c, vectors/exceptionhandler.c: Changed
|
||||
exception header file includes.
|
||||
* startup/bspstart.c: Update for ppc_exc_initialize() changes.
|
||||
|
||||
2009-10-23 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* irq/BSP_irq.c, network/if_100MHz/GT64260eth.c,
|
||||
network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c,
|
||||
startup/bspstart.c: Add missing prototypes.
|
||||
Adjust bogus types. Remove unused vars.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mvme5500.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* start/start.S, startup/bspstart.c:
|
||||
let 'save_boot_params()' return a pointer to the commandline
|
||||
saved by the BSP and pass this pointer on to 'boot_card()'.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c: Remove nested externs.
|
||||
|
||||
2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c: Remove __RTEMS_APPLICATION__
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mvme5500.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* network/if_100MHz/GT64260eth.c, network/if_1GHz/if_wm.c: Do not
|
||||
include <sys/queue.h>. It conflicts with one from network stack.
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
|
||||
Should be automatically handled by confdefs.h or the application.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* irq/BSP_irq.c: New file.
|
||||
|
||||
2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* irq/irq.c, network/if_1GHz/POSSIBLEBUG: Removed.
|
||||
|
||||
2009-05-08 Kate Feng <feng1@bnl.gov>
|
||||
|
||||
* include/bsp.h, start/start.S, startup/bspstart.c:
|
||||
added CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK in bsp.h.
|
||||
removed BSP_INIT_STACK_SIZE in bsp.h -- it uses __stack defined
|
||||
by the linker script (shared/startup/linkcmds) for the initial
|
||||
stack.
|
||||
replaced __rtems_end+4096 with __stack in start.S
|
||||
Removed legacy code in bspstart.c (inherited from old mvme2307 BSP
|
||||
but not relevant to this one) that tested trapping
|
||||
into PPCBug.
|
||||
Changed ConfVPD_buff[] to be static and added ReadConfVPD_buf() in
|
||||
bspstart.c
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2009-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add network_CPPFLAGS += -D__BSD_VISIBLE.
|
||||
|
||||
2009-02-03 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* GT64260/GT64260TWSI.h: Add missing prototypes.
|
||||
|
||||
2008-12-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* GT64260/MVME5500I2C.c: Include <stdint.h> instead of
|
||||
<rtems/stdint.h>.
|
||||
|
||||
2008-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove -Qy from *link.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* bsp_specs: Move -e start from *link to *startfile to avoid warning
|
||||
for undefined entry symbol when linking relocatables with binutils
|
||||
2.19.
|
||||
|
||||
2008-11-20 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* README: Fix typo.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-08-24 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
PR 1323/bsps
|
||||
* Makefile.am: Remove AM_CFLAGS += -msoft-float.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, README.booting, include/bsp.h, startup/bspclean.c,
|
||||
vectors/exceptionhandler.c: Use standardized bsp_cleanup() which can
|
||||
optionally print a message, poll for user to press key, and call
|
||||
bsp_reset(). Using this eliminates the various bsp_cleanup()
|
||||
implementations which had their own implementation and variety of
|
||||
string constants.
|
||||
* startup/bspreset.c: New file.
|
||||
* startup/reboot.c: Removed.
|
||||
|
||||
2008-09-21 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Remove define of BSP_ZERO_WORKSPACE_AUTOMATICALLY.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, include/bsp.h, startup/bspstart.c: Use
|
||||
PowerPC level shared bsp_get_work_area() implementation.
|
||||
|
||||
2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Add use of bsp_get_work_area() in its own file
|
||||
and rely on BSP Framework to perform more initialization.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: 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-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* GT64260/GT64260TWSI.c, network/if_100MHz/GT64260eth.c,
|
||||
network/if_1GHz/if_wm.c: Add missing prototypes.
|
||||
|
||||
2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* GT64260/GT64260TWSI.c, irq/irq_init.c,
|
||||
network/if_100MHz/GT64260eth.c, network/if_1GHz/if_wm.c,
|
||||
pci/pci.c, pci/pci_interface.c, startup/bspstart.c,
|
||||
vectors/exceptionhandler.c: Add missing prototypes.
|
||||
|
||||
2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* pci/pci.c: Add CVS Id.
|
||||
* GT64260/MVME5500I2C.c: Once again eliminate u32, unchar.
|
||||
Add CVS Id, fix typo.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2007-12-11 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c:
|
||||
use new exception/irq support from
|
||||
libcpu/powerpc/new-exceptions/bspsupport
|
||||
rather than borrowing from ../shared/vectors ../shared/irq
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Eliminate copies of the
|
||||
Configuration Table. Use the RTEMS provided accessor macros to obtain
|
||||
configuration fields.
|
||||
|
||||
2007-12-10 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am, start/preload.S: moved preload.S
|
||||
to ../shared/start.
|
||||
|
||||
2007-12-08 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am: merged shared/vme/vme_universe.c and
|
||||
shared/vme/vme_universe_dma.c into one file.
|
||||
|
||||
2007-12-08 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* vme/VMEConfig.h: added error status to
|
||||
BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
|
||||
from CPU Table to Configuration Table. Eliminate CPU Table from all
|
||||
ports. Delete references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, include/bsp.h, startup/bspstart.c: Moved most of the
|
||||
remaining CPU Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
|
||||
|
||||
2007-11-30 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* irq/GT64260Int.c, network/if_100MHz/Makefile.am,
|
||||
network/if_1GHz/Makefile.am: Removed.
|
||||
|
||||
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* irq/irq.h, irq/irq_init.c: Removed the definition
|
||||
of ASM_IRQ_VECTOR_BASE; this symbol was only use to
|
||||
initialize the irqBase member of the rtems_irq_global_settings
|
||||
struct. However, irqBase is an rtems_irq_symbolic_name,
|
||||
so using BSP_LOWEST_OFFSET is more appropriate.
|
||||
|
||||
2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
|
||||
Table. They have been replaced with variables named bsp_XXX as
|
||||
needed.
|
||||
|
||||
2007-09-20 Kate Feng <feng1@bnl.gov>
|
||||
|
||||
* network/if_100MHz/GT64260eth.c: Add else.
|
||||
|
||||
2007-09-19 Kate Feng <feng1@bnl.gov>
|
||||
|
||||
* README: Update.
|
||||
|
||||
2007-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* network/GT64260eth.c, network/GT64260eth.h, network/GT64260ethreg.h: Removed.
|
||||
|
||||
2007-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c: Remove a few
|
||||
warnings.
|
||||
|
||||
2007-09-07 Kate Feng <feng1@bnl.gov>
|
||||
|
||||
* ChangeLog, Makefile.am, README, README.booting, README.irq,
|
||||
preinstall.am, GT64260/MVME5500I2C.c, include/bsp.h, irq/irq.c,
|
||||
irq/irq.h, irq/irq_init.c, pci/detect_host_bridge.c, pci/pci.c,
|
||||
pci/pci_interface.c, pci/pcifinddevice.c, start/preload.S,
|
||||
startup/bspclean.c, startup/bspstart.c, startup/pgtbl_activate.c,
|
||||
startup/reboot.c, vectors/bspException.h, vectors/exceptionhandler.c:
|
||||
Merge my improvements in this BSP including a new network
|
||||
driver for the 1GHz NIC.
|
||||
* network/if_100MHz/GT64260eth.c, network/if_100MHz/GT64260eth.h,
|
||||
network/if_100MHz/GT64260ethreg.h, network/if_100MHz/Makefile.am,
|
||||
network/if_1GHz/Makefile.am, network/if_1GHz/POSSIBLEBUG,
|
||||
network/if_1GHz/if_wm.c, network/if_1GHz/if_wmreg.h,
|
||||
network/if_1GHz/pci_map.c, network/if_1GHz/pcireg.h: New files.
|
||||
|
||||
2007-07-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* start/preload.S: Fix symbolic reference. Did earlier modifications
|
||||
change the conditionals specificed when this BSP is built?
|
||||
|
||||
2007-07-23 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* Makefile.am: added shared/vectors/vectors_entry.S
|
||||
|
||||
2007-07-10 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* irq/irq_init.c: adapted to shared exception code
|
||||
|
||||
2007-07-06 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* Makefile.am: adapted to shared exception code
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-04-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove lib (Now expected to exist in GCC).
|
||||
|
||||
2007-04-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 1235/bsps
|
||||
* pci/pci.c: Add conditional declaration of variables used in debug
|
||||
printk's.
|
||||
|
||||
2007-03-31 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* pci/detect_host_bridge.c, pci/pci.c, pci/pcifinddevice.c:
|
||||
Reflect changes to pci-API.
|
||||
|
||||
2007-03-12 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* irq/irq_init.c: Correct license URL and/or fix mistake in copyright
|
||||
notice. Both of these mistakes appear to be from code submitted after
|
||||
these changes were made previously.
|
||||
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2007-01-30 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am, preinstall.am, include/bsp.h,
|
||||
* vme/vmeconfig.c (removed), vme/VME.h (removed):
|
||||
cleaned up vme support - use files from libbsp/powerpc/shared/vme
|
||||
and define BSP specifica in VMEConfig.h.
|
||||
Use VME DMA support implemented by vmeUniverse and
|
||||
libbsp/powerpc/shared/vme/vme_universe_dma.c
|
||||
|
||||
2007-01-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* GT64260/MVME5500I2C.c: Eliminate u32.
|
||||
* GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
|
||||
|
||||
2007-01-19 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* mvme5500/Makefile.am, mvme5500/preinstall.am,
|
||||
mvme5500/vme/VMEConfig.h, mvme5500/vme/VME.h, mvme5500/vme/vmeconfig.c:
|
||||
removed copies of vmeconfig.c, VME.h - use generic
|
||||
versions instead.
|
||||
|
||||
2006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* network/GT64260eth.c: Use ioctl_command_t as arg to ioctl functions.
|
||||
|
||||
2006-12-13 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* mvme5500/Makefile.am, mvme5500/preinstall.am:
|
||||
need to install bsp/vme_am_defs.h
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* LICENSE: Convert to utf-8.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove explicit ampolish3 support (now in
|
||||
RTEMS_BSP_CONFIGURE).
|
||||
|
||||
2006-01-10 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Add ampolish3 support.
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2006-01-09 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Don't include subdirs.am.
|
||||
|
||||
2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove %cpp.
|
||||
|
||||
2005-11-03 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
|
||||
this normally points to ISA space but is misused by this BSP
|
||||
(inb/outb & friends are all over the place).
|
||||
|
||||
2005-11-03 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
|
||||
this BSP does not implement sharing interrupts.
|
||||
|
||||
2005-11-03 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* include/bsp.h: fixed misuse of _IO_BASE
|
||||
|
||||
2005-11-03 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* startup/linkcmds: Removed.
|
||||
* Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
|
||||
from shared area - this version seemed broken anyways. Let the
|
||||
preloader use the generic 'entry_point_section' rather than its own
|
||||
'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
|
||||
__SBSSxxx__ symbols.
|
||||
|
||||
2005-11-03 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
PR 844/bsps
|
||||
* startup/bspstart.c: Include <rtems/bspIo.h>.
|
||||
|
||||
2005-07-28 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* startup/bspstart.c: Changes provided by Phillip Sorensen
|
||||
<pas37@cornell.edu> to get MVME550 BSP running. Corresponding
|
||||
change made to ../shared/clock/p_clock.c.
|
||||
|
||||
2005-07-25 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-05-20 Jennifer Averett <jennifer@OARcorp.com>
|
||||
|
||||
PR 702/bsps
|
||||
* include/tm27.h: Add better tm27.h support. Uses decrementer register
|
||||
interrupt -- copied from psim.
|
||||
|
||||
2005-05-17 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||
|
||||
* irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
|
||||
|
||||
2005-05-12 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||
|
||||
* README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
|
||||
pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
|
||||
pci/pci_interface.c, pci/pcifinddevice.c:
|
||||
Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP
|
||||
v1.1 release. Modifications made to merge this release with
|
||||
the current tree.
|
||||
|
||||
2005-05-10 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||
|
||||
* network/GT64260eth.c: Fixed warning.
|
||||
* pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
|
||||
|
||||
2005-05-04 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||
|
||||
* pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
|
||||
common PCI interface
|
||||
|
||||
2005-04-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
|
||||
network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
|
||||
startup/reboot.c: Fix warnings.
|
||||
|
||||
2005-04-15 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||
|
||||
PR 779/bsp
|
||||
* irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
|
||||
parameter to new exception interrupt handlers in powerpc bsps
|
||||
|
||||
2005-04-15 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||
|
||||
* startup/linkcmds: add missing section to link cmds
|
||||
|
||||
2005-03-14 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
|
||||
pci_find_device().
|
||||
|
||||
2005-03-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
|
||||
function part of the unified PCI API as pci_initialize().
|
||||
|
||||
2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
|
||||
Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
|
||||
CPU_MINIMUM_STACK_FRAME_SIZE.
|
||||
|
||||
2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* start/start.S: include <rtems/powerpc/powerpc.h>.
|
||||
Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
|
||||
CPU_MINIMUM_STACK_FRAME_SIZE.
|
||||
|
||||
2005-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
|
||||
|
||||
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Merge-in wrapup/Makefile.am.
|
||||
* wrapup/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2005-01-26 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
|
||||
|
||||
2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* tod/todcfg.c: size_t RTC_Count.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am, wrapup/Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-10-26 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Fix network_CPPFLAGS. Reformat.
|
||||
* network/GT64260eth.c: Properly prototype GT64260eth_err().
|
||||
|
||||
2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* network/GT64260eth.c: Remove ether_sprintf.
|
||||
|
||||
2004-10-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove warnings for variables only used when
|
||||
certain conditionals are enabled..
|
||||
|
||||
2004-10-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Add missing network_CPPFLAGS.
|
||||
|
||||
2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Build networking.rel conditionally.
|
||||
Reformat. Cosmetics.
|
||||
* wrapup/Makefile.am: Build networking.rel conditionally.
|
||||
Add libcpu and exception handling rels.
|
||||
* startup/bspstart.c: Eliminate RTEMS fixed size types.
|
||||
|
||||
2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c: Remove BSP_build_date.
|
||||
|
||||
2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
|
||||
include/Makefile.am, irq/Makefile.am, network/Makefile.am,
|
||||
pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
|
||||
tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
|
||||
Remove (obsolete).
|
||||
|
||||
2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Adaptations to rtems-4.7.
|
||||
* Makefile.am, wrapup/Makefile.am: Reworked.
|
||||
|
||||
2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* start/preload.S, start/start.S, include/bsp.h,
|
||||
vectors/exceptionhandler.c, startup/bspstart.c: Misc.
|
||||
adaptations to rtems-4.7.
|
||||
|
||||
2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure: Remove (Bogus).
|
||||
* include/tm27.h: New (Stub).
|
||||
|
||||
2004-10-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* README, configure.ac, GT64260/Makefile.am, include/bsp.h,
|
||||
irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
|
||||
network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
|
||||
and license corrected.
|
||||
* GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
|
||||
include/Makefile.am, include/Makefile.in, irq/Makefile.in,
|
||||
network/Makefile.in, pci/Makefile.in, start/Makefile.in,
|
||||
startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
|
||||
wrapup/Makefile.in: Removed.
|
||||
|
||||
2004-10-20 Kate Feng <feng1@bnl.gov>
|
||||
|
||||
* New BSP.
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,112 +0,0 @@
|
||||
2011-27-28 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* start/start.S: Align stack and tag TOS with a NULL
|
||||
pointer (help terminate when walking the stack).
|
||||
|
||||
2011-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove references to non-existing files.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Remove AC_CHECK_SIZEOF([void *]).
|
||||
|
||||
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||
|
||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/irq-config.h: Removed file.
|
||||
* Makefile.am, preinstall.am: Reflect change above.
|
||||
* include/irq.h: Moved defines from 'include/irq-config.h'.
|
||||
|
||||
2009-10-29 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* Makefile.am: add cache.rel
|
||||
|
||||
2009-10-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am, preinstall.am: Update for exception support changes.
|
||||
* irq/irq_init.c: Changed exception header file includes.
|
||||
* startup/bspstart.c: Changed exception header file includes. Update
|
||||
for ppc_exc_initialize() changes.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/qemuppc.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/qemuppc.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: Remove reference to timer_SOURCES.
|
||||
|
||||
2009-10-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h: BSP has plenty of memory.
|
||||
* startup/cmain.c: Comment out prints.
|
||||
|
||||
2009-10-12 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
* linkcmds:
|
||||
increase size of ROM to 4 Meg
|
||||
|
||||
2009-10-06 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
* Makefile.am:
|
||||
do not use shared/timerstub
|
||||
|
||||
* include/bsp.h:
|
||||
add macro to convert Decrementer value
|
||||
|
||||
* startup/bspstart.c:
|
||||
set clock frequency to suitable value
|
||||
|
||||
* startup/bsppanic.c:
|
||||
issue a reset after panic
|
||||
|
||||
* startup/linkcmds:
|
||||
add space for stacks
|
||||
|
||||
2009-10-03 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
* startup/bspstart.c:
|
||||
add missing file
|
||||
|
||||
2009-10-02 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
* Makefile.am, irq/irq_config.h, irq/irq_init.c, irq/irq.h:
|
||||
add basic IRQ support (for decrementer)
|
||||
|
||||
* start/start.S, startup/cmain.c, startup/linkcmds: add support
|
||||
for sdata* sections
|
||||
|
||||
* startup/bsppanic.c: some cleanup
|
||||
|
||||
2009-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: BSP does not have much memory. Limited to BIOS space.
|
||||
|
||||
2009-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* irq/irq.h: New file.
|
||||
|
||||
2009-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
|
||||
preinstall.am, console/console-io.c, include/.cvsignore,
|
||||
include/bsp.h, start/start.S, startup/bsppanic.c, startup/cmain.c,
|
||||
startup/linkcmds: New files.
|
||||
|
||||
@@ -1,40 +0,0 @@
|
||||
2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/qoriq.inc: Remove -W* flags.
|
||||
|
||||
2011-10-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
PR 1926/bsps
|
||||
* timer/timer.c: New file.
|
||||
* Makefile.am: Reflect change above.
|
||||
|
||||
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1917/bsps
|
||||
* Makefile.am, console/console-config.c, console/uart-bridge-master.c,
|
||||
console/uart-bridge-slave.c, startup/bspstart.c: Modifications to add
|
||||
dynamic tables for libchip serial drivers.
|
||||
|
||||
2011-08-31 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/linkcmds.base: Removed file.
|
||||
* Makefile.am: Reflect change above.
|
||||
|
||||
2011-07-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
PR 1799/bsps
|
||||
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
|
||||
clock/clock-config.c, console/console-config.c,
|
||||
console/uart-bridge-master.c, console/uart-bridge-slave.c,
|
||||
include/.cvsignore, include/bsp.h, include/hwreg_vals.h,
|
||||
include/intercom.h, include/irq.h, include/mmu.h, include/qoriq.h,
|
||||
include/tm27.h, include/tsec-config.h, include/u-boot-config.h,
|
||||
include/uart-bridge.h, irq/irq.c, make/custom/qoriq.inc,
|
||||
make/custom/qoriq_core_0.cfg, make/custom/qoriq_core_1.cfg,
|
||||
make/custom/qoriq_p1020rdb.cfg, network/if_intercom.c,
|
||||
network/network.c, rtc/rtc-config.c, shmsupp/intercom-mpci.c,
|
||||
shmsupp/intercom.c, shmsupp/lock.S, start/start.S,
|
||||
startup/bsppredriverhook.c, startup/bspreset.c, startup/bspstart.c,
|
||||
startup/linkcmds.base, startup/linkcmds.qoriq_core_0,
|
||||
startup/linkcmds.qoriq_core_1, startup/linkcmds.qoriq_p1020rdb,
|
||||
startup/mmu-config.c, startup/mmu-tlb1.S, startup/mmu.c: New files.
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,352 +0,0 @@
|
||||
2011-08-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* startup/iss555.c: Update due to API changes.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* console/console.c: Add BSP_poll_char.
|
||||
|
||||
2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Remove AC_CHECK_SIZEOF([void *]).
|
||||
|
||||
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||
|
||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||
|
||||
2010-06-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Add prototypes for BSP_disconnect_clock_handler,
|
||||
BSP_connect_clock_handler.
|
||||
|
||||
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* irq/irq.h, startup/iss555.c, startup/tm27supp.c: Remove warnings.
|
||||
|
||||
2010-03-27 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* startup/start.S: remove bootcard calling warning
|
||||
* startup/tm27supp.c: removed some warnings
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/ss555.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/linkcmds: Add sbss section handling.
|
||||
Misc. sync with binutils's ld-scripts.
|
||||
|
||||
2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/ss555.cfg: Remove -D$(RTEMS_BSP_FAMILY) (unused).
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/ss555.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* startup/start.S: Update for boot_card command line change.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared stub coverhd.h
|
||||
* include/coverhd.h: Removed.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove noinst_PROGRAMS (Unused).
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
|
||||
is NOT used anywhere.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
* startup/bspgetworkarea.c: Removed.
|
||||
|
||||
2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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.
|
||||
* startup/bspgetworkarea.c: New file.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Add capability for bootcard.c BSP Initialization
|
||||
Framework to ask the BSP where it has memory for the RTEMS Workspace
|
||||
and C Program Heap. These collectively are referred to as work area.
|
||||
If the BSP supports this, then it does not have to include code to
|
||||
split the available memory between the two areas. This reduces the
|
||||
amount of code in the BSP specific bspstart.c file. Additionally, the
|
||||
shared framework can initialize the C Library, call
|
||||
rtems_debug_enable(), and dirty the work area memory. Until most/all
|
||||
BSPs support this new capability, if the BSP supports this, it should
|
||||
call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
|
||||
When the transition is complete, this autoconf macro can be removed.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove all references to
|
||||
console_reserve_resources and termios_reserve_resources.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2008-01-18 David Erickson <David.Erickson@drdc-rddc.gc.ca>
|
||||
|
||||
* startup/bspstart.c: Add semicolon.
|
||||
|
||||
2008-01-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Add bsp_timer_least_valid and
|
||||
bsp_timer_average_overhead so tmtests link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Eliminate copies of the
|
||||
Configuration Table. Use the RTEMS provided accessor macros to obtain
|
||||
configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
|
||||
Configuration Table. Eliminate CPU Table from all ports. Delete
|
||||
references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
|
||||
Table. They have been replaced with variables named bsp_XXX as
|
||||
needed.
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-04-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove lib (Now expected to exist in GCC).
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-03-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add .gnu.linkonce.b.* section.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove explicit ampolish3 support (now in
|
||||
RTEMS_BSP_CONFIGURE).
|
||||
|
||||
2006-01-10 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Add ampolish3 support.
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2006-01-09 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Don't include subdirs.am.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c: Eliminate unsigned8.
|
||||
|
||||
2005-04-26 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate warnings.
|
||||
|
||||
2005-04-25 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||
|
||||
PR 779/bsp
|
||||
* clock/p_clock.c: Add parameter to powerpc exception handler routines
|
||||
|
||||
2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
|
||||
Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
|
||||
CPU_MINIMUM_STACK_FRAME_SIZE.
|
||||
|
||||
2005-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
|
||||
|
||||
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Merge-in wrapup/Makefile.am.
|
||||
* wrapup/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am, wrapup/Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-10-20 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* console/console.c, include/bsp.h, startup/bspstart.c,
|
||||
startup/iss555.c: Use POSIX fixed size types.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 610/bsps
|
||||
* Makefile.am: Add include/tm27.h, Cosmetics.
|
||||
* include/tm27.h: Final cosmetics.
|
||||
|
||||
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Split out tmtest27 support.
|
||||
* include/tm27.h: New.
|
||||
|
||||
2004-04-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 611/bsps
|
||||
* Makefile.am, include/bsp.h, wrapup/Makefile.am: Follow conventions
|
||||
for tm27 and do not add another macro definition.
|
||||
* startup/tm27supp.c: New file.
|
||||
|
||||
2004-04-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 611/bsps
|
||||
* Makefile.am, include/bsp.h, wrapup/Makefile.am: Follow conventions
|
||||
for tm27 and do not add another macro definition.
|
||||
* startup/tm27supp.c: New file.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 613/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 614/bsps
|
||||
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
|
||||
|
||||
2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h, startup/start.S: Reflect new locations of cpukit headers.
|
||||
|
||||
2004-04-12 David Querbach <querbach@realtime.bc.ca>
|
||||
|
||||
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
|
||||
times, clock/p_clock.c, console/console.c, include/.cvsignore,
|
||||
include/bsp.h, include/coverhd.h, irq/irq.h, startup/bspstart.c,
|
||||
startup/iss555.c, startup/linkcmds, startup/start.S,
|
||||
wrapup/.cvsignore, wrapup/Makefile.am: New files.
|
||||
|
||||
@@ -1,267 +0,0 @@
|
||||
2011-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove references to non-existing files.
|
||||
|
||||
2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* configure.ac, startup/bspstart.c: Use standard cache BSP options.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Include <rtems/btimer.h>.
|
||||
Fix benchmark_timer_read() definition.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* console/console.c: Add BSP_poll_char.
|
||||
|
||||
2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Remove AC_CHECK_SIZEOF([void *]).
|
||||
|
||||
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||
|
||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/irq-config.h: Removed file.
|
||||
* Makefile.am, preinstall.am: Reflect change above.
|
||||
* include/irq.h: Moved defines from 'include/irq-config.h'.
|
||||
|
||||
2010-01-18 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* configure.ac, console/console.c, include/bsp.h, irq/irq.c,
|
||||
spi/spi.c: various fixes
|
||||
|
||||
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* console/console.c: adapted to new prototype for *_write
|
||||
function
|
||||
|
||||
2009-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Add RTEMS_BSP_LINKCMDS.
|
||||
* Makefile.am: Rework linkcmds handling.
|
||||
* make/custom/tqm8xx.inc: Remove RTEMS_LINKCMDS, LDFLAGS.
|
||||
|
||||
2009-11-03 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* startup/bspstart.c, console/console.c: various fixes
|
||||
|
||||
2009-10-28 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* startup/bspstart.c: correct clock tick init
|
||||
|
||||
2009-10-23 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c: Include <rtems/error.h>.
|
||||
* spi/spi.c: Remove m8xx_spi_softc_ptr (Unused).
|
||||
|
||||
2009-10-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am, preinstall.am: Update for exception support changes.
|
||||
* irq/irq.c: Changed exception header file includes.
|
||||
* startup/bspstart.c: Changed exception header file includes. Update
|
||||
for ppc_exc_initialize() changes.
|
||||
|
||||
2009-10-21 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
|
||||
|
||||
* ChangeLog, Makefile.am, console/console.c, include/bsp.h,
|
||||
irq/irq.c, preinstall.am, startup/bspstart.c, startup/start.S:
|
||||
various maintenance changes
|
||||
* spi/spi.c, spi/spi.h: added missing driver
|
||||
|
||||
2009-10-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* clock/p_clock.c: Update for interrupt handler type change.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/tqm8xx.inc: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/tqm8xx.inc: New (Renamed from tqm8xx.cfg).
|
||||
* make/custom/tqm8xx.cfg: Removed.
|
||||
* make/custom/pghplus.cfg, make/custom/tqm8xx_stk8xx.cfg:
|
||||
Include make/custom/tqm8xx.inc.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/pghplus.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/tqm8xx.cfg: New (relocated from /make/custom).
|
||||
* make/custom/tqm8xx_stk8xx.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-09-09 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
PR 1435/bsps
|
||||
* Makefile.am: Use shared implementation of bsp_idle_thread().
|
||||
* startup/bspidle.c: Removed.
|
||||
|
||||
2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Rename BSP specific idle thread to
|
||||
bsp_idle_thread and split into its own file.
|
||||
* startup/bspidle.c: New file.
|
||||
|
||||
2009-08-07 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* console/console.c: Disable call to rtems_interrupt_catch until it is
|
||||
fixed.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
|
||||
bsp_get_work_area() since the work area is larger than a single
|
||||
allocatable object.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* startup/start.S: Update for boot_card command line change.
|
||||
|
||||
2009-03-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/bsp.h: Added missing include.
|
||||
|
||||
2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Change prototype of IDLE thread to consistently
|
||||
return void * and take a uintptr_t argument.
|
||||
|
||||
2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove stray % from '*startfile:' having crept in
|
||||
previous change.
|
||||
|
||||
2008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Cosmetics.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* bsp_specs: Move -e start from *link to *startfile to avoid warning
|
||||
for undefined entry symbol when linking relocatables with binutils
|
||||
2.19.
|
||||
|
||||
2008-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove -e start from %link.
|
||||
Remove start_g.o.
|
||||
|
||||
2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared tm27.h stub.
|
||||
* include/tm27.h: Removed.
|
||||
|
||||
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspgetworkarea.c: Change size_t to ssize_t on
|
||||
bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
|
||||
which would limit the work area to 64K.
|
||||
|
||||
2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* timer/timer.c: Eliminate uses of old benchmark timer names.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* preinstall.am: Regenerated.
|
||||
|
||||
2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminates libcpudir.
|
||||
|
||||
2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove prototypes of routines in bootcard.h.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
|
||||
is NOT used anywhere.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Split out bsp_get_work_area() into
|
||||
its own file and use BSP Framework to perform more initialization.
|
||||
* startup/bspgetworkarea.c: New file.
|
||||
|
||||
2008-09-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* console/console.c: added printk support
|
||||
* network/network_fec.c: added port init, added phy support
|
||||
* irq/irq_init.c, irq/irq_asm.S, irq/irq.h: remove obsolete files
|
||||
* startup/cpuinit.c, startup/bspstart.c: initialize mmu
|
||||
* include/coverhd.h: update values
|
||||
|
||||
2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* .cvsignore, include/.cvsignore: New files.
|
||||
|
||||
2008-09-08 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* network/network_scc.c, network/network_fec.c: fixed some data
|
||||
type issues
|
||||
* clock/p_clock.c: added misssing clock driver
|
||||
* startup/bspstart.c, timer/timer.c:
|
||||
added misssing timer variables
|
||||
|
||||
* ChangeLog: added changelog
|
||||
|
||||
2008-09-08 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* New BSP -- tqm8xx boards
|
||||
@@ -1,376 +0,0 @@
|
||||
2011-11-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
PR 1929/bsps
|
||||
* irq/irq_init.c: Fixed warning.
|
||||
|
||||
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||
|
||||
PR 1917/bsps
|
||||
* Makefile.am, console/consolelite.c: Modifications to add dynamic
|
||||
tables for libchip serial drivers.
|
||||
|
||||
2011-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove references to non-existing files.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Remove AC_CHECK_SIZEOF([void *]).
|
||||
|
||||
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||
|
||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||
|
||||
2010-05-23 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/consolelite.c, network/xiltemac.c:
|
||||
Reflect prototypes having changed (Warning removal).
|
||||
|
||||
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* network/xiltemac.c, startup/bspstart.c: Remove warnings.
|
||||
|
||||
2010-03-27 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* dlentry/start.S: remove bootcard calling warning
|
||||
|
||||
2009-10-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am, preinstall.am: Update for exception support changes.
|
||||
* irq/irq.c: Changed exception header file includes.
|
||||
* startup/bspstart.c: Changed exception header file includes. Update
|
||||
for ppc_exc_initialize() changes.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/virtex.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/linkcmds: Add __sbss_start, __sbss_end etc.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/virtex.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-07-03 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: Eliminate unused routine.
|
||||
* startup/setvec.c: Removed.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* dlentry/dlentry.S: Update for boot_card command line change.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared tm27.h stub.
|
||||
* include/tm27.h: Removed.
|
||||
|
||||
2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/tm27.h: Do not use set_vector.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
PR 1322/bsps
|
||||
* include/bspopts.h.in: Remove.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac, include/bspopts.h.in: Make letting boot_card() handle
|
||||
work area allocation mandatory. Rename
|
||||
RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, include/bspopts.h.in: Use standardized
|
||||
bsp_cleanup() which can optionally print a message, poll for user to
|
||||
press key, and call bsp_reset(). Using this eliminates the various
|
||||
bsp_cleanup() implementations which had their own implementation and
|
||||
variety of string constants.
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
* startup/bspgetworkarea.c: Removed.
|
||||
|
||||
2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, include/bsp.h, include/bspopts.h.in,
|
||||
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.
|
||||
* startup/bspgetworkarea.c: New file.
|
||||
|
||||
2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c: Convert to "bool".
|
||||
|
||||
2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/consolelite.c, opbintctrl/opbintctrl.c:
|
||||
Add missing prototypes.
|
||||
|
||||
2008-07-22 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* irq/irq_init.c, include/bsp.h:
|
||||
define BSP_PPC403_CLOCK_HOOK_EXCEPTION
|
||||
so that we hook the timer exception rather than going
|
||||
through the interrupt dispatcher.
|
||||
|
||||
2008-07-21 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* startup/bspstart.c: Removed MSR_CE from interrupt
|
||||
mask - this was set for testing but should not be
|
||||
in the mask by default.
|
||||
|
||||
2008-07-21 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am, preinstall.am, irq/irq_init.c:
|
||||
Use low-level exception handling support from
|
||||
new-exceptions/bspsupport.
|
||||
|
||||
2008-07-21 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* startup/bspstart.c: Removed SPRG0 warning - this BSP
|
||||
is OK.
|
||||
|
||||
Use interrupt stack limits from linker script.
|
||||
|
||||
No need to reserve space beyond '_end'. linkcmds now
|
||||
reserves space below '_end'.
|
||||
|
||||
Use low-level exception handling support from
|
||||
new-exceptions/bspsupport.
|
||||
|
||||
2008-07-21 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* dlentry/dlentry.S: load R13 with _SDA_BASE_ so that
|
||||
SVR4-ABI access of short data area works. No support
|
||||
for R2/sdata2/eabi, so far but that would be easy
|
||||
(atm R2 is loaded with got address IIRC).
|
||||
|
||||
2008-07-21 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* startup/linkcmds: fixed sdata/sbss areas -- these
|
||||
must be contiguous for SVR4 complicant access via R13.
|
||||
Use kludged layout so that sbss, bss, sbss2 are all
|
||||
contiguous and zeroed by dlentry.S.
|
||||
|
||||
Provide _SDA_BASE_ and _SDA2_BASE_ for loading R13 (and
|
||||
R2 if anyone wants to use EABI).
|
||||
|
||||
Make sure interrupt stack is never in heap area by
|
||||
moving it below '_end'.
|
||||
|
||||
Provide symbols for start + end of interrupt stack.
|
||||
|
||||
2008-07-21 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* console/consolelite.c: use base address from RTEMS_XPARAMETERS_H
|
||||
rather than hardcoded hex number.
|
||||
|
||||
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Add capability for bootcard.c BSP Initialization
|
||||
Framework to ask the BSP where it has memory for the RTEMS Workspace
|
||||
and C Program Heap. These collectively are referred to as work area.
|
||||
If the BSP supports this, then it does not have to include code to
|
||||
split the available memory between the two areas. This reduces the
|
||||
amount of code in the BSP specific bspstart.c file. Additionally, the
|
||||
shared framework can initialize the C Library, call
|
||||
rtems_debug_enable(), and dirty the work area memory. Until most/all
|
||||
BSPs support this new capability, if the BSP supports this, it should
|
||||
call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
|
||||
When the transition is complete, this autoconf macro can be removed.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Refactored and renamed
|
||||
initialization routines to rtems_initialize_data_structures,
|
||||
rtems_initialize_before_drivers, rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* README, include/bsp.h, startup/bspstart.c: Eliminate copies of the
|
||||
Configuration Table. Use the RTEMS provided accessor macros to obtain
|
||||
configuration fields.
|
||||
|
||||
2007-12-10 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* irq/irq_init.c:
|
||||
renamed ASM_BOOKE_PIT_VECTOR to ASM_BOOKE_DEC_VECTOR
|
||||
to be closer to 'official' nomenclature.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
|
||||
from CPU Table to Configuration Table. Eliminate CPU Table from all
|
||||
ports. Delete references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Moved most of the remaining CPU Table fields to
|
||||
the Configuration Table. This included pretasking_hook,
|
||||
predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
|
||||
extra_mpci_receive_server_stack, stack_allocate_hook, and
|
||||
stack_free_hook. As a side-effect of this effort some multiprocessing
|
||||
code was made conditional and some style clean up occurred.
|
||||
|
||||
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* startup/bspstart.c: removed bsp_exceptions_in_RAM
|
||||
|
||||
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* irq/irq.h, irq/irq_init.c: Removed the definition
|
||||
of ASM_IRQ_VECTOR_BASE; this symbol was only use to
|
||||
initialize the irqBase member of the rtems_irq_global_settings
|
||||
struct. However, irqBase is an rtems_irq_symbolic_name,
|
||||
so using BSP_LOWEST_OFFSET is more appropriate.
|
||||
|
||||
2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Now compiles and links.
|
||||
|
||||
2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
|
||||
Table. They have been replaced with variables named bsp_XXX as
|
||||
needed.
|
||||
|
||||
2007-11-07 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* aclocal.m4: Removed. Is automatically generated by bootstrap.
|
||||
|
||||
2007-10-02 Jukka Pietarinen <jukka.pietarinen@mrf.fi>
|
||||
|
||||
* startup/linkcmds: Move definition of _end so memory is not corrupted.
|
||||
|
||||
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1257/bsps
|
||||
* irq/irq_init.c: Code outside of cpukit should use the public API for
|
||||
rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
|
||||
public API and directly accessing _CPU_ISR_Disable and
|
||||
_CPU_ISR_Enable, they were bypassing the compiler memory barrier
|
||||
directive which could lead to problems. This patch also changes the
|
||||
type of the variable passed into these routines and addresses minor
|
||||
style issues.
|
||||
|
||||
2007-09-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, include/bsp.h: Do not include networking
|
||||
drivers if networking is disabled.
|
||||
|
||||
2007-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* network/xiltemac.c: Remove duplicate prototype.
|
||||
|
||||
2007-08-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
* network/xiltemac.c:
|
||||
applied patch from Robert Grimes to correctly set the link speed
|
||||
to 100MBit
|
||||
|
||||
2007-07-27 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* linkcmds: removed superfluous bss section
|
||||
|
||||
2007-07-27 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* autom4te.cache/, network.old/: Removed.
|
||||
|
||||
2007-07-10 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* startup/linkcmds.dl: Removed.
|
||||
|
||||
2007-07-05 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* include/bsp.h: Added bsp/vectors.h and bsp/irq.h to list of
|
||||
included headers.
|
||||
|
||||
2007-07-05 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* opbintctrl/opbintctrl.c: Removed obsolete code.
|
||||
|
||||
2007-07-05 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* .cvsignore: New file.
|
||||
|
||||
2007-04-1 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* bsp_specs, bsp_specs.dl, ChangeLog, configure.ac,
|
||||
* console/consolelite.c, dlentry/dlentry.S, include/bsp.h,
|
||||
* include/coverhd.h, include/opbintctrl.h, include/tm27.h,
|
||||
* include/xparameters_dflt.h, irq/irq.h, irq/irq_init.c,
|
||||
* Makefile.am, network/xiltemac.c, network/xiltemac.h,
|
||||
* opbintctrl/opbintctrl.c, preinstall.am, README,
|
||||
* startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
|
||||
* startup/linkcmds.dl, startup/setvec.c;
|
||||
|
||||
integration of virtex BSP into RTEMS source tree
|
||||
|
||||
@@ -1,168 +0,0 @@
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* acinclude.m4: simsh4 folded into shsim.
|
||||
|
||||
2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* simsh4/.cvsignore, simsh4/ChangeLog, simsh4/Makefile.am,
|
||||
simsh4/README, simsh4/bsp_specs, simsh4/configure.ac,
|
||||
simsh4/preinstall.am, simsh4/clock/ckinit.c,
|
||||
simsh4/console/console.c, simsh4/include/.cvsignore,
|
||||
simsh4/include/bsp.h, simsh4/include/coverhd.h,
|
||||
simsh4/include/ramdisk.h, simsh4/include/syscall.h,
|
||||
simsh4/include/tm27.h, simsh4/start/start.S,
|
||||
simsh4/startup/hw_init.c, simsh4/startup/linkcmds,
|
||||
simsh4/startup/linkcmds-le, simsh4/startup/linkcmds-le.coff,
|
||||
simsh4/timer/timer.c, simsh4/tools/.cvsignore,
|
||||
simsh4/tools/ChangeLog, simsh4/tools/Makefile.am,
|
||||
simsh4/tools/configure.ac, simsh4/tools/runtest.in: Removed.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* shared/bspgetworkarea.c: Removed.
|
||||
|
||||
2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* shared/bspgetworkarea.c, shared/bsphwinit.c, shared/bspstart.c:
|
||||
New files.
|
||||
|
||||
2007-04-17 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* simsh4/tools/runtest.in: Do not run pppd.exe from batch mode script.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2005-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Merge-in shared/Makefile.am.
|
||||
* ChangeLog: Merge-in shared/ChangeLog.
|
||||
* configure.ac: Remove shared/Makefile.am.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* shared/Makefile.am: Remove C_FILES (Unused).
|
||||
|
||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* shared/console.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
|
||||
* acinclude.m4: Regenerate.
|
||||
|
||||
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
|
||||
$(RTEMS_BSP_FAMILY).
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shared/Makefile.am: Cosmetics.
|
||||
|
||||
2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* acinclude.m4: Reflect changes to bootstrap.
|
||||
* configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* shared/console.c, shared/setvec.c: URL for license changed.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am, shared/Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email
|
||||
address.
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2003-02-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 338/filesystem
|
||||
* shared/console.c: Side-effect of fixing reentrancy problem with
|
||||
rtems_io_lookup_name() (API change).
|
||||
|
||||
2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am, shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
|
||||
2001-10-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* acinclude.m4: Add gensh4 and simsh4.
|
||||
|
||||
2001-10-12 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* shared/console.c, shared/setvec.c: Fixed typo.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
* configure.in: Remove.
|
||||
|
||||
2001-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* acinclude.m4: New file.
|
||||
* configure.in: Use RTEMS_BSP_SUBDIR.
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
|
||||
$(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
|
||||
GNU canonicalization.
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog, shared/ChangeLog: New file.
|
||||
|
||||
@@ -1,636 +0,0 @@
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
2010-04-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Add BSP_SMALL_MEMORY.
|
||||
|
||||
2010-04-24 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* start/start.S: Verify boot_card is invoked properly with argc, argv.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/gensh1.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/gensh1.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
||||
have the same options.
|
||||
|
||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* start/start.S: Update for boot_card command line change.
|
||||
|
||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Use shared tm27.h stub.
|
||||
* include/tm27.h: Removed.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||
of building libbspstart.a, using automake-rules.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
|
||||
components.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove noinst_PROGRAMS (Unused).
|
||||
|
||||
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
|
||||
BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
|
||||
optionally print a message, poll for user to press key, and call
|
||||
bsp_reset(). Using this eliminates the various bsp_cleanup()
|
||||
implementations which had their own implementation and variety of
|
||||
string constants.
|
||||
* startup/bspclean.c: Removed.
|
||||
|
||||
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
bsp_get_work_area() implementation.
|
||||
|
||||
2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, include/bsp.h, startup/linkcmds: Use
|
||||
shared bsp_get_work_area() in its own file and rely on BSP Framework
|
||||
to perform more initialization. After factoring this out, it turned
|
||||
out that all SuperH BSPs has the same bsp_start() implementation so
|
||||
this was made shared.
|
||||
* startup/bspstart.c: Removed.
|
||||
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Add capability for bootcard.c BSP Initialization
|
||||
Framework to ask the BSP where it has memory for the RTEMS Workspace
|
||||
and C Program Heap. These collectively are referred to as work area.
|
||||
If the BSP supports this, then it does not have to include code to
|
||||
split the available memory between the two areas. This reduces the
|
||||
amount of code in the BSP specific bspstart.c file. Additionally, the
|
||||
shared framework can initialize the C Library, call
|
||||
rtems_debug_enable(), and dirty the work area memory. Until most/all
|
||||
BSPs support this new capability, if the BSP supports this, it should
|
||||
call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
|
||||
When the transition is complete, this autoconf macro can be removed.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Refactored and renamed initialization routines to
|
||||
rtems_initialize_data_structures, rtems_initialize_before_drivers,
|
||||
rtems_initialize_device_drivers, and
|
||||
rtems_initialize_start_multitasking. This opened the sequence up so
|
||||
that bootcard() could provide a more robust and flexible framework
|
||||
which is easier to explain and understand. This also lays the
|
||||
groundwork for sharing the division of available memory between the
|
||||
RTEMS workspace and heap and the C library initialization across all
|
||||
BSPs.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Eliminate copies of the
|
||||
Configuration Table. Use the RTEMS provided accessor macros to obtain
|
||||
configuration fields.
|
||||
|
||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
|
||||
from CPU Table to Configuration Table. Eliminate CPU Table from all
|
||||
ports. Delete references to CPU Table in all forms.
|
||||
|
||||
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
|
||||
Table fields to the Configuration Table. This included
|
||||
pretasking_hook, predriver_hook, postdriver_hook, idle_task,
|
||||
do_zero_of_workspace, extra_mpci_receive_server_stack,
|
||||
stack_allocate_hook, and stack_free_hook. As a side-effect of this
|
||||
effort some multiprocessing code was made conditional and some style
|
||||
clean up occurred.
|
||||
|
||||
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate the clicks_per_microsecond field in the
|
||||
SuperH CPU Table and define another mechanism for drivers to obtain
|
||||
this information.
|
||||
|
||||
2007-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Separate debug IO from console so console driver is not
|
||||
linked in all the time. This manaifested itself when the IO manager
|
||||
optional manager stub dropped some symbols.
|
||||
|
||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Handle .data.* sections. Also change directive
|
||||
placing stack on onchip_ram to make ld happy.
|
||||
|
||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
2007-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Add dummy printk support so all tests link.
|
||||
|
||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
|
||||
file and simplified initialization.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
2006-06-24 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add .rela.dyn sections.
|
||||
|
||||
2006-03-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add .gnu.linkonce.b.* section.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||
|
||||
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
2005-05-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add .rodata.* sections.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove build-variant support.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 610/bsps
|
||||
* Makefile.am: Add include/tm27.h, Cosmetics.
|
||||
* include/tm27.h: Final cosmetics.
|
||||
|
||||
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Split out tmtest27 support.
|
||||
* include/tm27.h: New.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 613/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION.
|
||||
|
||||
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR 614/bsps
|
||||
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
|
||||
|
||||
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* start/start.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||
|
||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||
|
||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
|
||||
types.
|
||||
|
||||
2004-03-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add more memory and sections so tests can link.
|
||||
This is a generic BSP for a CPU model so OK to do this.
|
||||
|
||||
2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
Preinstall dist_project_lib*.
|
||||
|
||||
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect changes to bsp.am.
|
||||
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
|
||||
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../sh/shared instead of
|
||||
../shared. Reformat.
|
||||
|
||||
2004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||
Add RTEMS_PROG_CCAS.
|
||||
|
||||
2004-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in console/Makefile.am, scitab/Makefile.am,
|
||||
startup/Makefile.am, wrapup/Makefile.am.
|
||||
Use automake-compilation rules.
|
||||
* console/Makefile.am, scitab/Makefile.am, startup/Makefile.am,
|
||||
wrapup/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add PREINSTALL_DIRS.
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||
Add PRE/TMPINSTALL_FILES to CLEANFILES.
|
||||
* startup/Makefile.am: Ditto.
|
||||
|
||||
2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Remove.
|
||||
* Makefile.am: Merge-in start/Makefile.am.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate $(LIB).
|
||||
Use noinst_DATA to trigger building libbsp.a.
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
* startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
* startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Misc cleanups and fixes.
|
||||
* startup/Makefile.am: Misc cleanups and fixes.
|
||||
* wrapup/Makefile.am: Misc cleanups and fixes.
|
||||
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add preinstallation dirstamp support.
|
||||
* console/Makefile.am: Cosmetics.
|
||||
* scitab/Makefile.am: Cosmetics.
|
||||
* startup/Makefile.am: Cosmetics.
|
||||
* wrapup/Makefile.am: Cosmetics.
|
||||
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* console/Makefile.am: Remove all-local: $(ARCH).
|
||||
* scitab/Makefile.am: Remove all-local: $(ARCH).
|
||||
* start/Makefile.am: Remove all-local: $(ARCH).
|
||||
* startup/Makefile.am: Remove all-local: $(ARCH).
|
||||
* wrapup/Makefile.am: Remove all-local: $(ARCH).
|
||||
|
||||
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in include/Makefile.am.
|
||||
Reflect changes to bsp.am.
|
||||
* include/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2003-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp_specs: Remove *lib:.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,
|
||||
startup/bspstart.c, startup/linkcmds: URL for license changed.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
* console/Makefile.am: Reflect having moved automake/.
|
||||
* include/Makefile.am: Reflect having moved automake/.
|
||||
* scitab/Makefile.am: Reflect having moved automake/.
|
||||
* start/Makefile.am: Reflect having moved automake/.
|
||||
* startup/Makefile.am: Reflect having moved automake/.
|
||||
* wrapup/Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 445/bsps
|
||||
* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
|
||||
Remove cpp, old_cpp (now unused).
|
||||
|
||||
2003-06-13 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Removed warnings.
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2003-01-28 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Fix to work around truncated section names.
|
||||
|
||||
2003-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds*: Add FreeBSD sysctl() sections.
|
||||
|
||||
2003-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
|
||||
|
||||
2002-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use install-data-local to install startfile.
|
||||
|
||||
2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-11-07 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Include all .rodata* sections.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-09-14 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: As part of fixing PR281 on gensh4, a review
|
||||
of all calls to bsp_libc_init() resulted in some cleanup here.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Added support for -nostdlibs.
|
||||
|
||||
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
|
||||
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* console/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* start/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
* startup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
|
||||
2002-07-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
|
||||
to remove problems linking empty main(){} with BSP.
|
||||
|
||||
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: Eliminate PGM.
|
||||
Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
|
||||
|
||||
2002-07-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Add bsplib_DATA = linkcmds.
|
||||
|
||||
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
|
||||
Remove $(OBJS) from all-local.
|
||||
|
||||
2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
|
||||
|
||||
2001-05-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* 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>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* start/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
||||
|
||||
2001-11-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Replace RTEMS_BSPOPTS_BSP with RTEMS_BSPOPTS_SET (typo).
|
||||
|
||||
2001-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
|
||||
* wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
|
||||
|
||||
2001-10-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Remove AC_CFLAGS, HZ.
|
||||
|
||||
2001-10-12 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,
|
||||
startup/bspstart.c, startup/linkcmds: Fixed typo.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2001-09-27 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Renamed delay() to rtems_bsp_delay().
|
||||
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||
|
||||
2001-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Add bspopts.h.
|
||||
* include/.cvsignore: Add bspopts.h*, stamp-h*.
|
||||
* include/Makefile.am: Use *_HEADERS instead of *H_FILES.
|
||||
* include/bsp.h: Include bspopts.h.
|
||||
* scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
|
||||
|
||||
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]),
|
||||
add bspopts.h.
|
||||
* include/.cvsignore: Add stamp-h*, bspopts.h*.
|
||||
* include/Makefile.am: Use include_HEADERS instead of H_FILES.
|
||||
* include/bsp.h: Add bspopts.h.
|
||||
|
||||
2001-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/linkcmds: Remove OUTPUT_FORMAT.
|
||||
|
||||
2001-01-05 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* scitab/Makefile.am, startup/bspstart.c, configure.in: Removed
|
||||
rest of make-target-options and moved them to BSP configure options.
|
||||
|
||||
2001-01-05 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
|
||||
the movement of this component to libmisc.
|
||||
* wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
|
||||
libcsupport.h moved from libc to lib/include/rtems and
|
||||
now must be referenced as <rtems/XXX.h>. Header file order
|
||||
was cleaned up while doing this.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
Switch to GNU canonicalization.
|
||||
|
||||
2000-09-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* scitab/Makefile.am: PROJECT_TOPdir.
|
||||
|
||||
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
|
||||
startup/Makefile.am, wrapup/Makefile.am: Include compile.am
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user