Commit Graph

10360 Commits

Author SHA1 Message Date
Ralf Corsepius
22ddca1f4a 2005-02-19 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/cpu.h: Remove traces from NO_CPU.
2005-02-19 06:29:39 +00:00
Joel Sherrill
df3ae6454d 2005-02-18 Joel Sherrill <joel@OARcorp.com>
* console/keyboard.h: Add include file and cleanup file header.
2005-02-18 21:05:49 +00:00
Ralf Corsepius
56c5e0917f (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
CPU_IDLE_TASK_IS_FP, CPU_SOFTWARE_FP): New.
2005-02-18 11:29:53 +00:00
Ralf Corsepius
74e98074fe (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
CPU_IDLE_TASK_IS_FP): Remove.
2005-02-18 11:29:22 +00:00
Ralf Corsepius
e170e571d6 2005-02-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* 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-18 11:28:56 +00:00
Ralf Corsepius
1f6dc36414 2005-02-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/cpu.h: Derive CPU_{BIG|LITTLE}_ENDIAN from
	__BIG_ENDIAN__.
2005-02-18 10:59:57 +00:00
Ralf Corsepius
10c661910d (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. 2005-02-18 10:53:29 +00:00
Ralf Corsepius
829736e583 (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-18 10:53:10 +00:00
Ralf Corsepius
e48c50de13 2005-02-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* 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-18 10:52:30 +00:00
Ralf Corsepius
6b0912e11d 2005-02-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* 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-18 10:26:21 +00:00
Ralf Corsepius
55074bcd9d 2005-02-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/vm/vm_extern.h, libnetworking/vm/vm_kern.h:
	Update from FreeBSD.
2005-02-18 10:25:05 +00:00
Ralf Corsepius
cd6f0984f2 2005-02-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h
	(rtems_cpu_table): Sync defines between {old|new}-exceptions.
2005-02-18 08:01:05 +00:00
Ralf Corsepius
b7c7b75be7 (Context_Control, Context_Control_fp, CPU_Interrupt_frame): Add. 2005-02-18 06:24:48 +00:00
Ralf Corsepius
3662a9afc9 (Context_Control, Context_Control_fp, CPU_Interrupt_frame): Remove. 2005-02-18 06:24:27 +00:00
Ralf Corsepius
d160668ea5 2005-02-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* 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-18 06:23:54 +00:00
Joel Sherrill
a71e623822 2005-02-17 Joel Sherrill <joel@OARcorp.com>
* include/rtems/pci.h: Merge differences from
	libbsp/powerpc/shared/pci/pci.h.
2005-02-17 16:30:00 +00:00
Ralf Corsepius
7a83cb1598 2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/vm/vm_param.h: Update from FreeBSD.
2005-02-17 10:46:12 +00:00
Ralf Corsepius
e0820e07cd 2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org>
* libblock/include/rtems/diskdevs.h: Use uint32_t for ictrl req
	argument (16bit target compliance).
2005-02-17 08:38:59 +00:00
Ralf Corsepius
f6a8433dc6 2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org>
* libblock/include/rtems/ramdisk.h: size_t
	rtems_ramdisk_configuration_size.
	* libblock/src/ramdisk.c: Adaptations for 16bit target compliance.
2005-02-17 07:24:46 +00:00
Ralf Corsepius
0e9384d5e7 2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/sys/sysctl.h (struct sysctl_oid): uint32_t
	oid_kind (16bit target compliance).
2005-02-17 07:17:14 +00:00
Ralf Corsepius
8a9eaeff9c 2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org>
* startup/bspstart.c: Eliminate rtems_unsigned32.
2005-02-17 04:40:05 +00:00
Ralf Corsepius
1899fe4778 2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org>
* startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
	Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
	CPU_MINIMUM_STACK_FRAME_SIZE.
2005-02-17 04:29:15 +00:00
Ralf Corsepius
2195ccf382 2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org>
* start/start.S: include <rtems/powerpc/powerpc.h>.
	Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
	CPU_MINIMUM_STACK_FRAME_SIZE.
2005-02-17 04:28:21 +00:00
Ralf Corsepius
cc043dc3d2 2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org>
* new-exceptions/cpu.c, rtems/powerpc/powerpc.h:
	Remove CPU_MINIMUM_STACK_FRAME_SIZE.
	Use PPC_MINIMUM_STACK_FRAME_SIZE instead.
	* rtems/powerpc/powerpc.h: Add PPC_MINIMUM_STACK_FRAME_SIZE.
2005-02-17 04:23:18 +00:00
Ralf Corsepius
b4f43549b9 (CPU_STACK_MINIMUM_SIZE, CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT, CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Add. 2005-02-16 17:05:47 +00:00
Ralf Corsepius
afe666fad7 (CPU_STACK_MINIMUM_SIZE, CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT, CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Remove. 2005-02-16 17:05:27 +00:00
Ralf Corsepius
8bc1bb9863 2005-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* 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-16 17:04:35 +00:00
Ralf Corsepius
0e4507bff3 Cosmetics. 2005-02-16 11:30:31 +00:00
Ralf Corsepius
693c35e227 2005-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* autotools/automake-rtems.spec.in: automake-1.9.5.
2005-02-16 11:17:46 +00:00
Ralf Corsepius
756f4a4301 2005-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
2005-02-16 10:13:09 +00:00
Ralf Corsepius
a3f91c6e08 2005-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
	depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
2005-02-16 10:05:22 +00:00
Ralf Corsepius
21a6869c26 2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* new-exceptions/cpu.c: Add CPU_MINIMUM_STACK_FRAME_SIZE.
2005-02-16 09:07:47 +00:00
Ralf Corsepius
be1272f512 2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/new-exceptions/cpu.h: Remove CPU_MINIMUM_STACK_FRAME_SIZE.
2005-02-16 09:06:27 +00:00
Eric Norum
2876aeb4c7 Remove development warning. 2005-02-16 01:11:31 +00:00
Ralf Corsepius
779939b255 (_CPU_Bitfield_Find_first_bit, _CPU_Priority_Mask, _CPU_Priority_bits_index): New. 2005-02-15 17:43:25 +00:00
Ralf Corsepius
596afea4b6 (_CPU_Bitfield_Find_first_bit, _CPU_Priority_Mask, _CPU_Priority_bits_index): Remove. 2005-02-15 17:43:06 +00:00
Ralf Corsepius
0696828676 2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* 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-15 17:42:32 +00:00
Ralf Corsepius
6429c7e007 2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/new-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
	* rtems/old-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
2005-02-15 16:50:09 +00:00
Ralf Corsepius
5bd1219753 2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* new-exceptions/cpu.c (_CPU_ISR_install_vector): New.
2005-02-15 16:33:27 +00:00
Ralf Corsepius
87738794f2 (_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-15 16:31:24 +00:00
Ralf Corsepius
bb2a487724 (_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. 2005-02-15 16:31:07 +00:00
Ralf Corsepius
e879b777c6 2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* 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-15 16:30:27 +00:00
Ralf Corsepius
6b25a475f6 (_CPU_Context_Initialize, _CPU_Context_Restart_self, _CPU_Context_Fp_start, _CPU_Context_Initialize_fp): New. 2005-02-15 15:25:29 +00:00
Ralf Corsepius
d1cbf4c000 (_CPU_Context_Initialize, _CPU_Context_Restart_self, _CPU_Context_Fp_start, _CPU_Context_Initialize_fp): Remove. 2005-02-15 15:25:15 +00:00
Ralf Corsepius
36dd39e8f0 2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* 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-15 15:24:37 +00:00
Ralf Corsepius
58847845eb (PPC_Get_timebase_register, PPC_Set_timebase_register): New. 2005-02-15 15:10:52 +00:00
Ralf Corsepius
81f88fe8a1 (PPC_Get_timebase_register, PPC_Set_timebase_register): Remove. 2005-02-15 15:10:30 +00:00
Ralf Corsepius
5d9bcd5411 (PPC_Get_timebase_register): Remove. 2005-02-15 15:10:03 +00:00
Ralf Corsepius
2c28ea24f8 2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* 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-15 15:09:38 +00:00
Ralf Corsepius
c5af28cd71 Cosmetics. 2005-02-15 14:39:39 +00:00