summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-08-092006-08-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+5
* rtems/score/cpu.h: Because gcc implicitly uses floating point turn on floating point for all threads if there is a hardware FPU.
2006-07-13 * rtems/old-exceptions/cpu.h, rtems/powerpc/registers.h:Till Straumann1-0/+6
Checked inline assembly; added early-clobber '&' to output operands of multi-instruction asms.
2006-01-162006-01-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+7
* rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h, rtems/score/cpu.h: Part of a large patch to improve Doxygen output. As a side-effect, grammar and spelling errors were corrected, spacing errors were address, and some variable names were improved.
2005-11-082005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* rtems/score/types.h: Eliminate unsigned16, unsigned32.
2005-11-07Fixed formatting.Joel Sherrill1-6/+6
2005-11-022005-11-02 straumanatslacdotstanford.eduTill Straumann1-0/+5
* rtems/powerpc/registers.h: recognize mpc7457 CPU; added definitions for high bats (#4..7) on 7450 CPUs
2005-10-272005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* rtems/asm.h: Remove private version of CONCAT macros. Include <rtems/concat.h> instead.
2005-05-062005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett1-0/+4
* rtems/score/powerpc.h: Removed warning
2005-02-212005-02-21 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* rtems/score/powerpc.h: Add "defined(mpc7400) || defined(mpc7450) || defined(mpc7455)" to altivec (gcc-3.2.x compatibility).
2005-02-182005-02-18 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+9
* rtems/new-exceptions/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP, CPU_IDLE_TASK_IS_FP): Remove. * rtems/old-exceptions/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP, CPU_IDLE_TASK_IS_FP): Remove. * rtems/score/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP, CPU_IDLE_TASK_IS_FP, CPU_SOFTWARE_FP): New.
2005-02-182005-02-18 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* rtems/score/cpu.h: Derive CPU_{BIG|LITTLE}_ENDIAN from __BIG_ENDIAN__.
2005-02-182005-02-18 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+15
* rtems/score/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY, CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT, CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN, CPU_LITTLE_ENDIAN): Add. * rtems/old-exceptions/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY, CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT, CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN, CPU_LITTLE_ENDIAN): Remove. * rtems/new-exceptions/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY, CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT, CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN, CPU_LITTLE_ENDIAN): Remove.
2005-02-182005-02-18 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+23
* rtems/score/cpu.h: (rtems_cpu_configuration_get_serial_per_sec, rtems_cpu_configuration_get_serial_external_clock, rtems_cpu_configuration_get_serial_xon_xoff, rtems_cpu_configuration_get_serial_cts_rts, rtems_cpu_configuration_get_serial_rate, rtems_cpu_configuration_get_timer_average_overhead, rtems_cpu_configuration_get_timer_least_valid, rtems_cpu_configuration_get_timer_internal_clock, rtems_cpu_configuration_get_clock_speed): New. * rtems/old-exceptions/cpu.h: (rtems_cpu_configuration_get_serial_per_sec, rtems_cpu_configuration_get_serial_external_clock, rtems_cpu_configuration_get_serial_xon_xoff, rtems_cpu_configuration_get_serial_cts_rts, rtems_cpu_configuration_get_serial_rate, rtems_cpu_configuration_get_timer_average_overhead, rtems_cpu_configuration_get_timer_least_valid, rtems_cpu_configuration_get_timer_internal_clock, rtems_cpu_configuration_get_clock_speed): Remove.
2005-02-182005-02-18 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h (rtems_cpu_table): Sync defines between {old|new}-exceptions.
2005-02-182005-02-18 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+9
* rtems/new-exceptions/cpu.h (Context_Control, Context_Control_fp, CPU_Interrupt_frame): Remove. * rtems/old-exceptions/cpu.h (Context_Control, Context_Control_fp, CPU_Interrupt_frame): Remove. * rtems/score/cpu.h (Context_Control, Context_Control_fp, CPU_Interrupt_frame): Add.
2005-02-162005-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+12
* rtems/new-exceptions/cpu.h (CPU_STACK_MINIMUM_SIZE, CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT, CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Remove. * rtems/old-exceptions/cpu.h (CPU_STACK_MINIMUM_SIZE, CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT, CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Remove. * rtems/score/cpu.h (CPU_STACK_MINIMUM_SIZE, CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT, CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Add.
2005-02-162005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* rtems/new-exceptions/cpu.h: Remove CPU_MINIMUM_STACK_FRAME_SIZE.
2005-02-152005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+9
* rtems/new-exceptions/cpu.h (_CPU_Bitfield_Find_first_bit, _CPU_Priority_Mask, _CPU_Priority_bits_index): Remove. * rtems/old-exceptions/cpu.h (_CPU_Bitfield_Find_first_bit, _CPU_Priority_Mask, _CPU_Priority_bits_index): Remove. * rtems/score/cpu.h (_CPU_Bitfield_Find_first_bit, _CPU_Priority_Mask, _CPU_Priority_bits_index): New.
2005-02-152005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* rtems/new-exceptions/cpu.h (_CPU_msrs): Remove (Unused). * rtems/old-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
2005-02-152005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+15
* rtems/new-exceptions/cpu.h (_CPU_ISR_install_vector, _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch, _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp, _CPU_Fatal_error): Remove. * rtems/old-exceptions/cpu.h (_CPU_ISR_install_vector, _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch, _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp, _CPU_Fatal_error): Remove. * rtems/score/cpu.h (_CPU_ISR_install_vector, _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch, _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp, _CPU_Fatal_error): New.
2005-02-152005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+12
* rtems/old-exceptions/cpu.h (_CPU_Context_Initialize, _CPU_Context_Restart_self, _CPU_Context_Fp_start, _CPU_Context_Initialize_fp): Remove. * rtems/new-exceptions/cpu.h (_CPU_Context_Initialize, _CPU_Context_Restart_self, _CPU_Context_Fp_start, _CPU_Context_Initialize_fp): Remove. * rtems/score/cpu.h (_CPU_Context_Initialize, _CPU_Context_Restart_self, _CPU_Context_Fp_start, _CPU_Context_Initialize_fp): New.
2005-02-152005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+8
* rtems/old-exceptions/cpu.h (PPC_Get_timebase_register): Remove. * rtems/powerpc/registers.h (PPC_Get_timebase_register, PPC_Set_timebase_register): Remove. * rtems/score/cpu.h (PPC_Get_timebase_register, PPC_Set_timebase_register): New.
2005-02-152005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+7
* rtems/powerpc/registers.h (PPC_Set_decrementer, PPC_Get_decrementer): Remove. * rtems/old-exceptions/cpu.h (PPC_Set_decrementer): Remove. * rtems/score/cpu.h (PPC_Set_decrementer, PPC_Get_decrementer): New.
2005-02-152005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+9
* rtems/old-exceptions/cpu.h (CPU_Get_timebase_low, rtems_bsp_delay, rtems_bsp_delay_in_bus_cycles): Remove. * rtems/powerpc/registers.h (CPU_Get_timebase_low, rtems_bsp_delay, rtems_bsp_delay_in_bus_cycles): Remove. * rtems/score/cpu.h (CPU_Get_timebase_low, rtems_bsp_delay, rtems_bsp_delay_in_bus_cycles): New.
2005-02-152005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+12
* rtems/new-exceptions/cpu.h (rtems_cpu_configuration_get_clicks_per_usec, rtems_cpu_configuration_get_exceptions_in_ram): Remove. * rtems/old-exceptions/cpu.h (rtems_cpu_configuration_get_clicks_per_usec, rtems_cpu_configuration_get_exceptions_in_ram): Remove. * rtems/score/cpu.h (rtems_cpu_configuration_get_clicks_per_usec, rtems_cpu_configuration_get_exceptions_in_ram): New.
2005-02-152005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+6
* rtems/new-exceptions/cpu.h (CPU_swap_u32, CPU_swap_u16): Remove. * rtems/old-exceptions/cpu.h (CPU_swap_u32, CPU_swap_u16): Remove. * rtems/score/cpu.h (CPU_swap_u32, CPU_swap_u16): New.
2005-02-152005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+6
* rtems/old-exceptions/cpu.h: Add _CPU_MSG_GET (old/new exception processing ABI compatibility). * rtems/powerpc/registers.h: Use C99 fixed size types.
2005-02-152005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* rtems/score/powerpc.h: Add __ALTIVEC__ support.
2005-02-152005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* rtems/score/powerpc.h: Merge ppc603 and ppc603e PPC_IRQ_*/PPC_TLB_* defines.
2005-02-142005-02-14 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* rtems/score/powerpc.h (mpc8260): PPC_ALIGNMENT 8.
2005-02-142005-02-14 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+5
* rtems/score/powerpc.h: Remove PPC_HAS_RFCI (Unused).
2005-02-132005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* rtems/score/powerp.c: Remove PPC_HAS_EXCEPTION_PREFIX (Unused).
2005-02-132005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* rtems/score/powerpc.h: Remove PPC_CACHE_ALIGN_POWER (Unused).
2005-02-132005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* rtems/score/powerpc.h: Remove PPC_LOW_POWER_MODE* (Unused).
2005-02-132005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* rtems/score/powerpc.h: Remove PPC_USE_MULTIPLE (Unused).
2005-02-132005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* rtems/score/powerpc.h: Remove PPC_USE_MULTIPLE (Unused).
2005-02-132005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* rtems/score/powerpc.h: Remove PPC_D_CACHE, PPC_I_CACHE defines.
2005-02-132005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* rtems/score/powerpc.h: Remove PPC_MSR_* defines.
2005-02-132005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+6
* rtems/old-exceptions/cpu.h: Add _PPC_MSR_DISABLE_MASK. Use _PPC_MSR_DISABLE_MASK instead of PPC_MSR_DISABLE_MASK to set up _disable_mask.
2005-02-122005-02-12 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* cpu.c: New (Stub file for consistency with other ports). * Makefile.am: Reflect changes above.
2005-02-102005-02-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* rtems/asm.h, rtems/old-exceptions/cpu.h, rtems/score/powerpc.h: Remove PPC_ABI_POWEROPEN.
2005-02-102005-02-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* rtems/score/powerpc.h: Remove hard-coded PPC_HAS_FPU. Tie PPC_HAS_FPU to _SOFT_FLOAT.
2005-02-092005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* rtems/old-exceptions/cpu.h, rtems/score/powerpc.h: Remove PPC_ABI_GCC27.
2005-02-092005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* rtems/asm.h, rtems/score/powerpc.h: Remove XCOFF support.
2005-02-082005-02-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* Makefile.am: Split out preinstallation rules. * preinstall.am: New (Split out from Makefile.am).
2005-02-042005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+7
PR 754/rtems * rtems/asm.h: New (relocated from .). * asm.h: Remove (moved to rtems/asm.h). * Makefile.am: Reflect changes above.
2005-01-282004-01-28 Ralf Corsepius <ralf.corsepiu@rtems.org>Ralf Corsepius1-0/+5
* rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h, rtems/powerpc/registers.h: New header guards.
2005-01-282004-01-28 Ralf Corsepius <ralf.corsepiu@rtems.org>Ralf Corsepius1-0/+5
* asm.h, rtems/score/cpu.h, rtems/score/powerpc.h, rtems/score/ppc.h, rtems/score/types.h: New header guards.
2005-01-242005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* rtems/score/types.h: Remove signed8, signed16, signed32, unsigned8, unsigned16, unsigned32.
2005-01-242005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+6
* rtems/new-exceptions/cpu.h: *_swap_u32( uint32_t ). * rtems/old-exceptions/cpu.h: *_swap_u32( uint32_t ).