summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen405/startup (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-02-19Remove (Abandoned).Ralf Corsepius5-643/+0
2007-12-112007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-10/+2
* 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-042007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-8/+1
* 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-032007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-3/+0
* 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-012007-11-30 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-1/+0
* startup/bspstart.c: removed bsp_exceptions_in_RAM
2007-11-282007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-10/+22
* startup/bspstart.c: Eliminate PowerPC specific elements from the CPU Table. They have been replaced with variables named bsp_XXX as needed.
2006-08-232006-08-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-10/+0
* startup/bspstart.c: Revert patch adding new exception support code to an old exception BSP.
2006-08-222006-08-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+10
* startup/bspstart.c: Add basic _BSP_Fatal_error.
2006-08-092006-08-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+44
* startup/linkcmds: Clean up a bit after adding missing .rela sections.
2006-03-082006-03-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+4
* startup/linkcmds, startup/linkcmds.dl: Add .gnu.linkonce.b.* section.
2006-02-082006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-3/+3
* startup/linkcmds.dl: Add sections required by newer gcc versions.
2006-02-072006-02-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-3/+3
* startup/linkcmds: Add sections to fix C++ linking errors.
2004-10-152004-10-15 Gene Smith <gene.smith@seimens.com>Joel Sherrill1-1/+0
PR 691/bsps * startup/linkcmds: Correct bug in linker script.
2004-04-21Remove duplicate white lines.Ralf Corsepius1-2/+0
2004-04-21Remove stray white spaces.Ralf Corsepius1-13/+13
2004-04-15Remove stray white spaces.Ralf Corsepius1-1/+0
2004-03-312004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-6/+6
* startup/bspstart.c: Convert to using c99 fixed size types.
2004-01-302004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-51/+0
* 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-142004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+5
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES. * startup/Makefile.am: Ditto.
2003-12-222003-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-10/+13
* dlentry/Makefile.am: Eliminate VPATH. * startup/Makefile.am: Eliminate VPATH.
2003-12-152003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-2/+0
* startup/linkcmds: Remove SEARCH_DIR. * startup/linkcmds.dl: Remove SEARCH_DIR.
2003-12-132003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-6/+6
* startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2003-12-122003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2003-12-092003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-9/+7
* startup/Makefile.am: Misc cleanups and fixes. * startup/linkcmds: Preparations to gcc-3.3.x. * wrapup/Makefile.am: Misc cleanups and fixes.
2003-12-032003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+0
* Makefile.am: Add preinstallation dirstamp support. * dlentry/Makefile.am: Cosmetics. * startup/Makefile.am: Cosmetics. * wrapup/Makefile.am: Cosmetics.
2003-12-022003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+1
* dlentry/Makefile.am: Remove all-local: $(ARCH). * startup/Makefile.am: Remove all-local: $(ARCH). * wrapup/Makefile.am: Remove all-local: $(ARCH).
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+2
* include/bsp.h, include/coverhd.h, startup/bspclean.c, startup/setvec.c: URL for license changed.
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-5/+0
* startup/bspstart.c: Removed incorrect statement about copyright assignment.
2003-08-162003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-3/+3
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-01-202003-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+11
* startup/linkcmds.dl: Add FreeBSD sysctl() sections.
2003-01-20mkChangeLogList [-n]Joel Sherrill1-0/+11
2002-12-172002-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+0
* dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2002-08-112002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+1
* 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-07-202002-07-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+2
* startup/Makefile.am: Add bsplib_DATA = linkcmds.
2002-06-142002-06-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* startup/linkcmds: Fixed typo.
2002-05-092001-05-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-6/+4
* 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-082001-04-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+2
* startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172 add .eh_frame.
2002-03-282002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-1/+0
* 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-11-152001-11-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+2
* startup/linkcmds: Fixed syntax error in my previous addition of __init.
2001-11-132001-11-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+2
* startup/linkcmds: Added _init, and _fini symbols.
2001-11-082001-11-08 Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>Joel Sherrill7-0/+635
This modification is part of the submitted modifications necessary to support the IBM PPC405 family. This submission was reviewed by Thomas Doerfler <Thomas.Doerfler@imd-systems.de> 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.