Commit Graph

10448 Commits

Author SHA1 Message Date
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
Ralf Corsepius
069292c658 (PPC_Set_decrementer, PPC_Get_decrementer): New. 2005-02-15 14:38:07 +00:00
Ralf Corsepius
7dd7982f94 (PPC_Set_decrementer): Remove. 2005-02-15 14:37:50 +00:00
Ralf Corsepius
d560b8d7e5 (PPC_Set_decrementer, PPC_Get_decrementer): Remove. 2005-02-15 14:37:29 +00:00
Ralf Corsepius
75199e8e3c 2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* 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-15 14:37:04 +00:00
Ralf Corsepius
e6cea8899f (CPU_Get_timebase_low, rtems_bsp_delay, rtems_bsp_delay_in_bus_cycles): New. 2005-02-15 14:29:40 +00:00
Ralf Corsepius
fe3af4cce5 (CPU_Get_timebase_low, rtems_bsp_delay, rtems_bsp_delay_in_bus_cycles): Remove. 2005-02-15 14:29:14 +00:00
Ralf Corsepius
661991a652 2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* 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-15 14:28:27 +00:00
Ralf Corsepius
a4fa8bf706 (rtems_cpu_configuration_get_clicks_per_usec, rtems_cpu_configuration_get_exceptions_in_ram): New. 2005-02-15 14:19:36 +00:00
Ralf Corsepius
df58582e74 (rtems_cpu_configuration_get_clicks_per_usec, rtems_cpu_configuration_get_exceptions_in_ram): Remove. 2005-02-15 14:19:11 +00:00
Ralf Corsepius
fbf01b3389 2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* 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-15 14:18:34 +00:00
Ralf Corsepius
d4214b07e1 (CPU_swap_u32, CPU_swap_u16): New. 2005-02-15 14:09:50 +00:00
Ralf Corsepius
1b6e9b7eab (CPU_swap_u32, CPU_swap_u16): Remove. 2005-02-15 14:09:27 +00:00