summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/motorola_powerpc/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-03bsps/powerpc: Move shared irq.hSebastian Huber1-2/+2
This header file is only used by motorola_powerpc, so not shared. Update #3254. Update #3268.
2018-01-02bsps: Use CPPASCOMPILE for startfileSebastian Huber1-5/+10
Update #3254.
2018-01-02bsps: Add EXTRA_DIST to all BSP Makefile.amSebastian Huber1-1/+2
This makes it possible to easily use EXTRA_DIST += foobar in fragments. Update #3254.
2018-01-02bsps: Include bsp.am in all BSP Makefile.amSebastian Huber1-0/+1
Update #3254.
2017-12-20beatnik, motorola_powerpc, mvme3100, mvme5500: Simplify bsp_specsJoel Sherrill1-1/+2
This collection of BSPs shared the linker script shared/startup/linkcmds. I renamed that ot shared/startup/linkcmds.share and made a BSP family specific startup/linkcmds. This was needed because each BSP family had a different combination of start file name, undefined symbols, etc. Updates #3520.
2017-11-24Remove coverhd.hSebastian Huber1-1/+0
This header file contained timing overhead values which are hard to maintain. Update #3254.
2017-11-17getentropy: Add cpu counter based implementation.Christian Mauderer1-0/+1
Update #3239.
2017-05-24build-system: Parallel build all subdirs.Chris Johns1-3/+4
2016-02-03Use linker set for libio initializationSebastian Huber1-1/+1
Update #2408.
2015-12-10bsps: Delete superfluous bsp_pretasking_hook()Sebastian Huber1-1/+0
Use the bsp_predriver_hook() instead. Update #2408.
2015-12-10bsps/powerpc: Use default bsp_pretasking_hook()Sebastian Huber1-2/+2
Update #2408.
2014-10-19libbsp/powerpc/shared and motorola_powerpc: Fix warningsJoel Sherrill1-30/+29
2014-09-18bsps: Fix build errorSebastian Huber1-1/+0
Fix build error introduced in f535fe5311978af53635c2da8e5cb10ef9d78802.
2013-12-02powerpc: motorola: Move bspreset.c to startup/Chirayu Desai1-2/+2
* Move shared/console/bspreset.c to motorola_powerpc/startup/bspreset.c
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-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.
2012-05-07Revert: Remove CVS IdsJoel Sherrill1-0/+4
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
2012-05-04Remove CVS-Ids.Ralf Corsépius1-4/+0
2011-08-292011-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-0/+2
* Makefile.am: Do not include ne2000.rel unless networking is enabled.
2011-07-182011-07-18 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-1/+2
* motorola_powerpc/make/custom/qemuprep-altivec.cfg, motorola_powerpc/Makefile.am: added altivec-enabled variant.
2011-07-162011-07-15 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-1/+24
* motorola_powerpc/Makefile.am, motorola_powerpc/configure.ac, motorola_powerpc/preinstall.am, motorola_powerpc/include/bsp.h, motorola_powerpc/make/custom/qemuprep.cfg, motorola_powerpc/qemu_fakerom/Makefile.am, motorola_powerpc/qemu_fakerom/.cvsignore: Added 'qemuprep' BSP variant.
2011-06-182011-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+2
* Makefile.am: Remove references to non-existing files.
2011-06-112011-06-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+0
* Makefile.am: Remove reference to wrapup directory.
2009-10-23Update for exception support changes.Thomas Doerfler1-4/+2
2008-09-292008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-12/+6
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect of building libbspstart.a, using automake-rules.
2008-09-292008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-14/+21
* Makefile.am: Eliminate *_SOURCES.
2008-09-292008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+2
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its components.
2008-09-262008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+3
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
2008-09-232008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+1
* 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-222008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
* 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-05-142008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-54/+25
* Makefile.am: Rework to avoid .rel files.
2007-12-122007-12-11 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-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-112007-12-10 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-14/+12
* 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-092007-12-08 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-1/+0
* Makefile.am: merged shared/vme/vme_universe.c and shared/vme/vme_universe_dma.c into one file.
2007-12-092007-12-08 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-1/+1
* Makefile.am: irq_supp.h was moved from shared/irq to libcpu/powerpc/new-exceptions/bspsupport.
2007-12-042007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+1
* 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-11-302007-11-30 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-1/+2
* Makefile.am: install new <irq/irq_supp.h> header
2007-11-212007-11-21 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-0/+1
* Makefile.am, motorola_powerpc/Makefile.am, * shared/pci/detect_raven_bridge.c, Makefile.am, * shared/pci/generic_clear_hberrs.c: separated the generic version of _BSP_clear_hostbridge_errors() into its own file.
2007-08-022007-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+1
* Makefile.am: ShowBATS() split out to helper routine so sharable by more BSPs.
2007-07-04merged individual exception handler code to a common one.Thomas Doerfler1-1/+3
2007-01-312007-01-30 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-1/+6
* 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-19 * Makefile.am,Till Straumann1-2/+4
* ep1a/Makefile.am, ep1a/preinstall.am, * motorola_powerpc/Makefile.am, motorola_powerpc/preinstall.am, * score603e/Makefile.am, score603e/preinstall.am, * shared/vme/VME.h: moved VME.h from libbsp/powerpc/shared/vme to libbsp/shared/vmeUniverse; eventually, this (and other) VME API headers should migrate to cpukit.
2006-11-152006-11-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a file and simplified initialization.
2006-10-172006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+2
* Makefile.am: Remove superfluous -DASM.
2006-01-12Remove all-local:.Ralf Corsepius1-2/+0
2006-01-12Cleanup.Ralf Corsepius1-2/+0
2006-01-102006-01-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-115/+2
* configure.ac: Add ampolish3 support. * Makefile.am: Add preinstall.am.
2005-11-09Need to install vme_am_defs.h.Eric Norum1-0/+1
2005-11-042005-11-03 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-0/+6
* shared/vme/README, shared/vme/vme_universe.c: New files. * Makefile.am, motorola_powerpc/Makefile.am, mvme5500/vme/vmeconfig.c, shared/vme/VME.h, shared/vme/VMEConfig.h, shared/vme/vmeconfig.c: Several VME related upgrades and fixes, hopefully addressing PR#835: Separated API, API-implementation by a specific VME bridge driver and BSP-specific configuration of the driver into different files, describing their purpose in a README. All of these changes use the upgraded vmeUniverse.c driver.
2005-11-042005-11-03 <strauman@slac.stanford.edu>Till Straumann1-1/+1
* 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-042005-11-03 <strauman@slac.stanford.edu>Till Straumann1-0/+2
* 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.