summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 2007-11-30 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-11-301-0/+8
| | | | | | | | * 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>Joel Sherrill2007-11-281-0/+6
| | | | | | * 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>Joel Sherrill2007-09-121-0/+11
| | | | | | | | | | | 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>Joel Sherrill2007-07-121-0/+4
| | | | * Makefile.am: Correct so it now links.
* additional fixes for the shared exception codeThomas Doerfler2007-07-101-0/+5
|
* 2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-121-0/+4
| | | | * bsp_specs: Remove qrtems_debug.
* 2007-04-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-061-0/+4
| | | | * bsp_specs: Remove lib (Now expected to exist in GCC).
* * startup/bspstart.c: set external clock to 0 for some boards toThomas Doerfler2007-03-161-0/+7
| | | | | | 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>Ralf Corsepius2006-12-131-0/+4
| | | | * network/network.c, startup/imbx8xx.c: Minor warning fixes.
* 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-021-0/+4
| | | | * configure.ac: New BUG-REPORT address.
* 2006-11-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-151-0/+5
| | | | | * 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>Ralf Corsepius2006-10-171-0/+4
| | | | * configure.ac: Require autoconf-2.60. Require automake-1.10.
* 2006-08-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-091-0/+4
| | | | * startup/linkcmds: Clean up a bit after adding missing .rela sections.
* 2006-03-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-03-081-0/+4
| | | | * startup/linkcmds: Add .gnu.linkonce.b.* section.
* 2006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-02-081-0/+4
| | | | * startup/linkcmds: Add sections required by newer gcc versions.
* 2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-111-0/+5
| | | | | * configure.ac: Remove explicit ampolish3 support (now in RTEMS_BSP_CONFIGURE).
* 2006-01-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-101-0/+5
| | | | | * configure.ac: Add ampolish3 support. * Makefile.am: Add preinstall.am.
* 2006-01-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-091-0/+4
| | | | * Makefile.am: Don't include subdirs.am.
* 2005-10-06 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2005-10-061-0/+9
| | | | | | | | | 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).
* Remove comments not really for 4.6 branch.Joel Sherrill2005-10-051-253/+9
|
* 2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-09-191-0/+4
| | | | * network/network.c: Include <errno.h> instead of <sys/errno.h>.
* Added reference to PR527.Joel Sherrill2005-09-121-0/+1
|
* 2005-09-12 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill2005-09-121-0/+10
| | | | | | | | | | 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.
* 2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-261-0/+4
| | | | * include/bsp.h: New header guard.
* 2005-05-17 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-171-0/+4
| | | | * irq/irq.c, irq/irq.h, network/network.c: Modified to use rtems/irq.h.
* 2005-05-05 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-051-0/+5
| | | | | * irq/irq_init.c, network/network.c: Fix calls/routines to match prototypes. Modified when a parameter was added to ISRs.
* 2005-05-04 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-041-0/+5
| | | | | * clock/p_clock.c, irq/irq.c, irq/irq_init.c: Addition of a parameter to ISRs
* 2005-04-15 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-04-151-0/+6
| | | | | | PR 779/bsp * irq/irq.c, irq/irq.h: add parameter to new exception interrupt handlers in powerpc bsps
* 2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-171-0/+6
| | | | | | * 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>Ralf Corsepius2005-02-161-0/+4
| | | | * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
* 2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-121-0/+6
| | | | | | * Makefile.am: Merge-in wrapup/Makefile.am. * wrapup/Makefile.am: Remove. * configure.ac: Reflect changes above.
* 2005-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-201-0/+6
| | | | | | * include/commproc.h: The variable cpmp was not used anywhere but console.c and was static in console.c, so should not have been in this file as extern.
* 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-071-0/+4
| | | | * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
* 2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-031-0/+4
| | | | * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
* 2004-11-20 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Ralf Corsepius2004-11-201-0/+6
| | | | | | PR 703/filesystem * ide/pcmcia_ide.c: Extend the "modes_available" and "mode_active" parameters to uint16_t for UDMA support.
* 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-09-241-0/+4
| | | | * configure.ac: Require automake > 1.9.
* 2004-07-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-251-0/+4
| | | | * network/network.c: Add include of <sys/errno.h>.
* 2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-231-0/+6
| | | | | | PR 610/bsps * Makefile.am: Add include/tm27.h, Cosmetics. * include/tm27.h: Final cosmetics.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-231-0/+5
| | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* 2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-211-0/+5
| | | | | PR 613/bsps * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
* 2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-211-0/+5
| | | | | PR 614/bsps * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
* * startup/start.S: Include <rtems/asm.h> instead of <asm.h>.Ralf Corsepius2004-04-021-0/+4
|
* 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-011-0/+7
| | | | | | | * irq/irq_asm.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>Ralf Corsepius2004-03-311-0/+6
| | | | | | * console/console.c, ide/pcmcia_ide.c, network/network.c, startup/bspstart.c, startup/bspstart.c.nocache, startup/imbx8xx.c: Convert to using c99 fixed size types.
* 2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-191-0/+5
| | | | | * 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-0/+4
| | | | * Makefile.am: Reflect changes to bsp.am.
* 2004-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-02-081-0/+4
| | | | * Makefile.am: Add irq.h and vectors.h
* 2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-061-0/+4
| | | | * wrapup/Makefile.am: Convert to automake-building rules.
* 2004-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-301-0/+11
| | | | | | | | | | | * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am, ide/Makefile.am, irq/Makefile.am, network/Makefile.am, startup/Makefile.am, vectors/Makefile.am. Use automake compilation rules. * clock/Makefile.am, console/Makefile.am, ide/Makefile.am, irq/Makefile.am, network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove. * configure.ac: Reflect changes above. * wrapup/Makefile.am: Reflect changes above.
* 2004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-301-0/+5
| | | | | * wrapup/Makefile.am: Reflect changes to ../support/*exception_processing/*.