summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/psim/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* bsp/psim: Use shared linkcmds.baseSebastian Huber2013-03-191-2/+5
| | | | | Several GCC tests faild due to the outdated previous linker command file.
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-4/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* Revert: Remove CVS IdsJoel Sherrill2012-05-071-0/+4
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
* Remove CVS-Ids.Ralf Corsépius2012-05-041-4/+0
|
* Resolve link problems with psim irq-serverJennifer Averett2012-03-301-2/+5
|
* 2011-06-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-06-111-2/+0
| | | | | | | | | * Makefile.am, configure.ac: runtest for this BSP obsoleted by rtems-testing/sim-scripts support. Please use those scripts. * tools/.cvsignore, tools/ChangeLog, tools/Makefile.am, tools/configure.ac, tools/psim-bottom, tools/psim-gdb-bottom, tools/psim-gdb-top.in, tools/psim-shared, tools/psim-top.in, tools/runtest-bottom, tools/runtest-top.in: Removed.
* 2009-12-01 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-12-021-1/+2
| | | | | | | | | | * Makefile.am, start/start.S: Added AltiVec support (only effective if user modifies psim.cfg: CPU_CFLAGS choosing a CPU architecture with AltiVec or directly adding -maltivec, -mabi=altivec). * start/start.S: removed '.file' statement which confused gdb.
* Update for exception support changes.Thomas Doerfler2009-10-231-5/+2
|
* 2009-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-231-0/+2
| | | | | * Makefile.am, configure.ac: Disable network interface when networking is disabled.
* 2009-09-11 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-09-111-0/+2
| | | | | * Makefile.am, bsp.h, network/if_sim.c, network/README: added driver for NIC emulation.
* 2009-09-11 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-09-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am, preinstall.am, irq/no_pic.c (REMOVED), irq/irq.h, irq/irq_init.c: use openpic from 'shared' area instead of no_pic. * inlude/psim.h: use openpic from 'shared' area instead of no_pic. Added 'extern' declaration for (linker-script defined) RamBase and RamSize symbols. Let CPP macros expand to these symbols instead of static constants. Added register definitions for OpenPIC in the register area. Added register definitions for ethernet controller in the register area. * startup/linkcmds: Increased RamSize to 16M. Increased 'RAM' memory region to 32M (there is really no disadvantage in making this large). Added comment explaining the inter-relation between RamSize, the size of the memory region, the device-tree property "oea-memory-size" and the DBAT setting. * tools/psim-shared: Try to determine RamSize from executable and set 'oea-memory-size' accordingly. May be overridden if 'RAM_SIZE' envvar is set. Added openpic to device-tree. Added ethernet controller to device-tree (commented because a PSIM patch is currently required to use this device). * startup/bspstart: Increase DBAT0 mapping to size of 32M.
* 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-291-14/+7
| | | | | * 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>Ralf Corsepius2008-09-291-10/+15
| | | | * Makefile.am: Eliminate *_SOURCES.
* 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-291-2/+0
| | | | * Makefile.am: Remove noinst_PROGRAMS (Unused).
* 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-261-2/+3
| | | | * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
* 2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-231-1/+1
| | | | | | | * Makefile.am, 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>Joel Sherrill2008-09-191-2/+2
| | | | | | * Makefile.am, include/bsp.h, startup/bspstart.c, startup/linkcmds: Use PowerPC level shared bsp_get_work_area() implementation. * startup/bspgetworkarea.c: Removed.
* 2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-161-1/+2
| | | | | | | | * 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-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-051-1/+3
| | | | | | | * Makefile.am, preinstall.am, shmsupp/getcfg.c, shmsupp/lock.c, startup/linkcmds: Now running mptests using new memory layout with updates patches against gdb 6.8. * include/psim.h, startup/psim_registers.c: New files.
* 2008-08-29 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-291-4/+3
| | | | * Makefile.am: Remove another duplicate reference.
* 2008-08-29 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-291-3/+3
| | | | * Makefile.am: Remove duplicate reference.
* 2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-05-151-1/+2
| | | | | | | | | | | | | | | * 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 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-04-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-04-171-54/+15
| | | | | | * Makefile.am: Do not use intermediate .rel files unless from libcpu or a network driver. This simplifies the Makefile.am and avoids pulling in unneeded code.
* 2007-12-11 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-12-121-0/+1
| | | | | | * 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>Till Straumann2007-12-111-7/+8
| | | | | * Makefile.am, irq/irq_init.c: use vector/interrupt support from libcpu/powerpc/new-exceptions/bspsupport.
* 2007-12-08 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-12-091-1/+2
| | | | | * Makefile.am: irq_supp.h was moved from shared/irq to libcpu/powerpc/new-exceptions/bspsupport.
* 2007-12-03 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-12-031-1/+2
| | | | * Makefile.am, irq/no_pic.c: Spacing.
* 2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-031-2/+3
| | | | | | | | | | * 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>Till Straumann2007-11-301-1/+1
| | | | | * Makefile.am, irq/irq.h, irq/no_pic.c: install and use new <irq/irq_supp.h> header.
* 2007-11-30 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-11-301-1/+1
| | | | | | | | | | * irq/irq.h, irq/irq.c (removed), irq/no_pic.c (added), irq/irq_init.c, Makefile.am: The PSIM BSP (currently) has no support for an interrupt controller or interrupts other than the decrementer. Removed all definitions for PCI + ISA interrupts and all unnecessary code (leftovers from copying). Separated PIC-specific bits into 'no_pic.c' which allows us to use 'irq.c' (i.e., more code) from 'shared'.
* 2007-11-29 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-11-301-1/+1
| | | | | | * startup/bspstart.c, Makefile.am: Initialize BATs and enable MMU to come closer to what other BSPs do. This allows us to use the shared irq_asm.S. No more individual assembly code :-)
* fixed some problems with shared PPC exception handling codeThomas Doerfler2007-07-051-1/+1
|
* 2007-03-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-281-3/+18
| | | | | * Makefile.am: Modify to avoid pulling in too much into minimum executable.
* 2006-11-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-151-1/+1
| | | | | * Makefile.am, irq/irq.h: Merge c_rtems_main() into boot_card(). This eliminated a file and simplified initialization.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-171-2/+2
| | | | * Makefile.am: Remove superfluous -DASM.
* Remove all-local:.Ralf Corsepius2006-01-121-2/+0
|
* Cleanup.Ralf Corsepius2006-01-121-2/+0
|
* 2006-01-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-101-62/+2
| | | | | * configure.ac: Add ampolish3 support. * Makefile.am: Add preinstall.am.
* 2006-01-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-091-1/+0
| | | | * Makefile.am: Don't include subdirs.am.
* * Makefile.am, vectors/vectors.S: use shared version of vectors.S.Till Straumann2006-01-051-1/+1
|
* 2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-121-1/+16
| | | | | | * 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>Ralf Corsepius2005-01-071-6/+6
| | | | * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
* 2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-031-75/+21
| | | | * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
* Cosmetics.Ralf Corsepius2004-12-301-9/+10
|
* 2004-11-22 Jennifer Averett <jennifer@OARcorp.com>Jennifer Averett2004-11-221-25/+53
| | | | | | | | | | PR 581/bsps * Makefile.am, bsp_specs, configure.ac, include/bsp.h, include/tm27.h, start/start.S, startup/bspstart.c, startup/linkcmds, tools/Makefile.am, tools/psim, vectors/vectors.S, wrapup/Makefile.am: Convert PSIM to new exception model. * irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c: New files. * startup/setvec.c, timer/timer.c: Removed.
* 2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-231-0/+5
| | | | | | PR 610/bsps * Makefile.am: Add include/tm27.h, Cosmetics. * include/tm27.h: Final cosmetics.
* 2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-191-2/+30
| | | | | * Makefile.am: Reflect changes to bsp.am. Preinstall dist_project_lib*.
* 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-141-1/+1
| | | | * Makefile.am: Reflect changes to bsp.am.
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-121-1/+1
| | | | * Makefile.am: Cosmetics.
* 2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-091-1/+1
| | | | * Makefile.am: Add $(TMPINSTALL_FILES) to all-local.