From 9c4a1e36532699bdf7ed4f62d9306b2d4504eaaf Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 19 Feb 2008 17:53:43 +0000 Subject: Remove (Abandoned). --- c/src/lib/libbsp/powerpc/gen405/ChangeLog | 447 ------------------------------ 1 file changed, 447 deletions(-) delete mode 100644 c/src/lib/libbsp/powerpc/gen405/ChangeLog (limited to 'c/src/lib/libbsp/powerpc/gen405/ChangeLog') diff --git a/c/src/lib/libbsp/powerpc/gen405/ChangeLog b/c/src/lib/libbsp/powerpc/gen405/ChangeLog deleted file mode 100644 index efb5e7f0bd..0000000000 --- a/c/src/lib/libbsp/powerpc/gen405/ChangeLog +++ /dev/null @@ -1,447 +0,0 @@ -2007-12-11 Joel Sherrill - - * 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-04 Joel Sherrill - - * 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 - - * 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 - - * startup/bspstart.c: removed bsp_exceptions_in_RAM - -2007-11-28 Joel Sherrill - - * 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 - - * bsp_specs: Remove qrtems_debug. - -2007-04-02 Joel Sherrill - - * Makefile.am: Add dummy printk support so all tests link. - -2006-12-02 Ralf Corsépius - - * configure.ac: New BUG-REPORT address. - -2006-11-15 Joel Sherrill - - * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a - file and simplified initialization. - -2006-10-17 Ralf Corsépius - - * configure.ac: Require autoconf-2.60. Require automake-1.10. - -2006-08-23 Joel Sherrill - - * startup/bspstart.c: Revert patch adding new exception support code to - an old exception BSP. - -2006-08-22 Joel Sherrill - - * startup/bspstart.c: Add basic _BSP_Fatal_error. - -2006-08-09 Joel Sherrill - - * startup/linkcmds: Clean up a bit after adding missing .rela sections. - -2006-03-08 Joel Sherrill - - * startup/linkcmds, startup/linkcmds.dl: Add .gnu.linkonce.b.* section. - -2006-02-08 Joel Sherrill - - * startup/linkcmds.dl: Add sections required by newer gcc versions. - -2006-02-07 Joel Sherrill - - * startup/linkcmds: Add sections to fix C++ linking errors. - -2006-01-11 Ralf Corsepius - - * configure.ac: Remove explicit ampolish3 support (now in - RTEMS_BSP_CONFIGURE). - -2006-01-10 Ralf Corsepius - - * configure.ac: Add ampolish3 support. - * Makefile.am: Add preinstall.am. - -2006-01-09 Ralf Corsepius - - * Makefile.am: Don't include subdirs.am. - -2005-05-26 Ralf Corsepius - - * include/bsp.h: New header guard. - -2005-02-16 Ralf Corsepius - - * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS. - -2005-02-11 Ralf Corsepius - - * Makefile.am: Merge-in wrapup/Makefile.am. - * wrapup/Makefile.am: Remove. - * configure.ac: Reflect changes above. - -2005-02-10 Ralf Corsepius - - * dlentry/dlentry.S: Remove PPC_ABI_POWEROPEN. - -2005-01-07 Ralf Corsepius - - * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V. - -2005-01-02 Ralf Corsepius - - * Makefile.am, wrapup/Makefile.am: Remove build-variant support. - -2004-10-15 Gene Smith - - PR 691/bsps - * startup/linkcmds: Correct bug in linker script. - -2004-09-24 Ralf Corsepius - - * configure.ac: Require automake > 1.9. - -2004-04-23 Ralf Corsepius - - PR 610/bsps - * Makefile.am: Add include/tm27.h, Cosmetics. - * include/tm27.h: Final cosmetics. - -2004-04-22 Ralf Corsepius - - * include/bsp.h: Split out tmtest27 support. - * include/tm27.h: New. - -2004-04-21 Ralf Corsepius - - PR 613/bsps - * include/bsp.h: Remove MAX_LONG_TEST_DURATION. - -2004-04-21 Ralf Corsepius - - PR 614/bsps - * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused). - -2004-04-02 Ralf Corsepius - - * dlentry/dlentry.S: Include instead of . - -2004-04-01 Ralf Corsepius - - * include/bsp.h: Include instead of . - * include/bsp.h: Include instead of . - * include/bsp.h: Include instead of . - -2004-03-31 Ralf Corsepius - - * startup/bspstart.c: Convert to using c99 fixed size types. - -2004-02-19 Ralf Corsepius - - * Makefile.am: Reflect changes to bsp.am. - Preinstall dist_project_lib*. - -2004-02-14 Ralf Corsepius - - * Makefile.am: Reflect changes to bsp.am. - -2004-02-06 Ralf Corsepius - - * wrapup/Makefile.am: Convert to automake-building rules. - -2004-01-30 Ralf Corsepius - - * Makefile.am: Merge-in dlentry/Makefile.am, startup/Makefile.am. Use - automake compilation rules. - * dlentry/Makefile.am, startup/Makefile.am: Remove. - * configure.ac: Reflect changes above. - * wrapup/Makefile.am: Reflect changes above. - -2004-01-30 Ralf Corsepius - - * wrapup/Makefile.am: Reflect changes to - ../support/*exception_processing/*. - -2004-01-28 Ralf Corsepius - - * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS. - Add RTEMS_PROG_CCAS. - -2004-01-21 Ralf Corsepius - - * Makefile.am: Add PREINSTALL_DIRS. - * wrapup/Makefile.am: Reflect changes to libcpu. - -2004-01-14 Ralf Corsepius - - * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. - Add PRE/TMPINSTALL_FILES to CLEANFILES. - * startup/Makefile.am: Ditto. - -2004-01-05 Ralf Corsepius - - * wrapup/Makefile.am: Eliminate $(LIB). - Use noinst_DATA to trigger building libbsp.a. - -2003-12-22 Ralf Corsepius - - * dlentry/Makefile.am: Eliminate VPATH. - * startup/Makefile.am: Eliminate VPATH. - -2003-12-16 Ralf Corsepius - - PR 333/bsps - * startup/linkcmds: Remove SEARCH_DIR. - -2003-12-15 Ralf Corsepius - - * startup/linkcmds: Remove SEARCH_DIR. - * startup/linkcmds.dl: Remove SEARCH_DIR. - -2003-12-13 Ralf Corsepius - - * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g. - -2003-12-12 Ralf Corsepius - - * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES. - -2003-12-12 Ralf Corsepius - - * configure.ac: Require automake >= 1.8, autoconf >= 2.59. - -2003-12-09 Ralf Corsepius - - * startup/Makefile.am: Misc cleanups and fixes. - * startup/linkcmds: Preparations to gcc-3.3.x. - * wrapup/Makefile.am: Misc cleanups and fixes. - -2003-12-03 Ralf Corsepius - - * Makefile.am: Add preinstallation dirstamp support. - * dlentry/Makefile.am: Cosmetics. - * startup/Makefile.am: Cosmetics. - * wrapup/Makefile.am: Cosmetics. - -2003-12-02 Ralf Corsepius - - * dlentry/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 - - * 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 - - * bsp_specs: Remove *lib:. - -2003-09-04 Joel Sherrill - - * include/bsp.h, include/coverhd.h, startup/bspclean.c, - startup/setvec.c: URL for license changed. - -2003-09-04 Joel Sherrill - - * startup/bspstart.c: Removed incorrect statement about copyright - assignment. - -2003-08-18 Ralf Corsepius - - * Makefile.am: Reflect having moved aclocal/. - -2003-08-16 Ralf Corsepius - - * Makefile.am: Reflect having moved automake/. - * dlentry/Makefile.am: Reflect having moved automake/. - * include/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 - - * configure.ac: Use rtems-bugs@rtems.com as bug report email address. - -2003-08-06 Ralf Corsepius - - PR 445/bsps - * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp. - Remove cpp, old_cpp (now unused). - -2003-03-24 Joel Sherrill - - PR 378/bsps - * bsp_specs: Did not include ecrtn in endfile sections. Reported - and fixed by elkolli@crf.canon.fr. - -2003-03-06 Ralf Corsepius - - * configure.ac: Remove AC_CONFIG_AUX_DIR. - -2003-02-11 Ralf Corsepius - - * configure.ac: AM_INIT_AUTOMAKE([1.7.2]). - -2003-02-11 Ralf Corsepius - - * configure.ac: AC_PREREQ(2.57). - -2003-01-20 Joel Sherrill - - * startup/linkcmds*: Add FreeBSD sysctl() sections. - -2003-01-20 Joel Sherrill - - * startup/linkcmds.dl: Add FreeBSD sysctl() sections. - -2002-12-16 Ralf Corsepius - - * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg. - * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. - -2002-12-10 Ralf Corsepius - - * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg. - -2002-10-21 Ralf Corsepius - - * .cvsignore: Reformat. - Add autom4te*cache. - Remove autom4te.cache. - -2002-08-21 Joel Sherrill - - * bsp_specs: Added support for -nostdlibs. - -2002-08-11 Ralf Corsepius - - * dlentry/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-09 Joel Sherrill - - * dlentry/dlentry.S: Removed fake __eabi to avoid conflict with - the real one provided by gcc. I don't know if this makes this - BSP work for C++ but it at least lets simple programs link again. - -2002-07-20 Ralf Corsepius - - * startup/Makefile.am: Add bsplib_DATA = linkcmds. - -2002-07-04 Ralf Corsepius - - * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES. - Remove $(OBJS) from all-local. - -2002-06-29 Ralf Corsepius - - * wrapup/Makefile.am: Remove preinstallation of libbsp.a, - -2002-06-14 Joel Sherrill - - * startup/linkcmds: Fixed typo. -2001-05-09 Joel Sherrill - - * 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 - - * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172 - add .eh_frame. - -2002-03-27 Ralf Corsepius - - * configure.ac: - AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). - AM_INIT_AUTOMAKE([no-define foreign 1.6]). - * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS. - * Makefile.am: Remove AUTOMAKE_OPTIONS. - * include/Makefile.am: Remove AUTOMAKE_OPTIONS. - * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. - * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS. - -2001-12-04 Ralf Corsepius - - * configure.ac: Remove RTEMS_ENABLE_NETWORKING. - -2001-11-30 Ralf Corsepius - - * configure.ac: Introduce RTEMS_BSP_CONFIGURE. - -2001-11-26 Ralf Corsepius - - * Makefile.am: Remove . from SUBDIRS, remove duplicate bsp_specs - rules, add @exceptions@ to SUBDIRS. - * configure.ac: Add RTEMS_BSPOPTS_*(PPC_USE_SPRG), - RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE), - RTEMS_PPC_EXCEPTIONS([old]), autoupdate to autoconf 2.52. - * include/Makefile.am: Convert PREINSTALL_FILES to - TMPINSTALL_FILES, include force-preinstall.am. - * wrapup/Makefile.am: Apply @exceptions@. - -2001-11-20 Joel Sherrill - - * include/bspopts.h.in: Automatically generated file that should not - be in CVS. - -2001-11-14 Joel Sherrill - - * startup/linkcmds: Fixed syntax error in my previous addition - of __init. - -2001-11-13 Joel Sherrill - - * startup/linkcmds: Added _init, and _fini symbols. - -2001-11-13 Joel Sherrill - - * .cvsignore: New file. - -2001-11-08 Dennis Ehlin (ECS) - - This modification is part of the submitted modifications necessary to - support the IBM PPC405 family. This submission was reviewed by - Thomas Doerfler who ensured it did - not negatively impact the ppc403 BSPs. The submission and tracking - process was captured as PR50. - * ChangeLog, Makefile.am, README, bsp_specs, bsp_specs.dl, configure.ac, - times, dlentry/.cvsignore, dlentry/Makefile.am, dlentry/dlentry.S, - include/.cvsignore, include/Makefile.am, include/bsp.h, - include/bspopts.h.in, include/coverhd.h, startup/.cvsignore, - startup/Makefile.am, startup/bspclean.c, startup/bspstart.c, - startup/linkcmds, startup/linkcmds.dl, startup/setvec.c, - wrapup/.cvsignore, wrapup/Makefile.am: New files that are - part of the new gen405 BSP. - -- cgit v1.2.3