Commit Graph
25073 Commits
Author SHA1 Message Date
Sebastian Huber b9acb4eaf0 sptests/sp64: Simplify
This avoids problems with debugging enabled.
2013-06-25 17:06:16 +02:00
Sebastian Huber 8388970897 sptests/sp62: Rework to avoid heap internals
This avoids problems with debugging enabled.
2013-06-25 17:05:28 +02:00
Sebastian Huber 7c1fcff32f sptests/sp59: Change allocation size
This avoids problems with debugging enabled.
2013-06-25 17:05:20 +02:00
Sebastian Huber 9f37fb1974 sptests/sp18: Simplify
This avoids problems with debugging enabled.
2013-06-25 17:05:18 +02:00
Sebastian Huber b64e8dc070 sptests/sp16: Change allocation sizes
This avoids problems with debugging enabled.
2013-06-25 17:05:18 +02:00
Sebastian Huber 3948a0b381 sptests/sp09: Change allocation sizes
This avoids problems with debugging enabled.
2013-06-25 17:05:09 +02:00
Sebastian Huber d0d357edeb heap: Add _Heap_Greedy_allocate_all_except_largest
Add rtems_workspace_greedy_allocate_all_except_largest() and
rtems_heap_greedy_allocate_all_except_largest().
2013-06-25 17:03:22 +02:00
Sebastian Huber c497657ffb heap: Free all delayed blocks during resize 2013-06-25 17:03:21 +02:00
Sebastian Huber cc0cb7c4a8 heap: Free all delayed blocks during extend 2013-06-25 17:03:21 +02:00
Sebastian Huber 1d48e25d6b heap: Workaround for workspace protection 2013-06-25 17:03:21 +02:00
Sebastian Huber e18db9f0cf termios: Update due to API changes
Termios notifies now the driver about an inactive transmit with the
length argument set to zero.
2013-06-25 17:03:21 +02:00
Sebastian Huber 1df348b960 bsps/arm: Rename function
Rename arm_cp15_start_setup_translation_table_and_enable_mmu()
in arm_cp15_start_setup_translation_table_and_enable_mmu_and_cache()
to emphasize that the cache is also enabled after this operation.
2013-06-24 11:02:23 +02:00
Sebastian Huber e916b1258c bsp/virtex: Use shared clock driver 2013-06-24 10:54:01 +02:00
Sebastian Huber 0110491bd5 bsp/virtex: Add console devices only if present 2013-06-24 10:54:01 +02:00
Sebastian Huber dbf62b3898 bsp/virtex: Fix warnings 2013-06-24 10:54:01 +02:00
Sebastian Huber c4cfc62bc1 bsp/virtex: Use XPAR_INTC_SINGLE_BASEADDR
This define is also present in newer "xparameters.h".
2013-06-24 10:54:01 +02:00
Sebastian Huber dfb58059f6 bsp/virtex: Remove unused configure macros 2013-06-24 10:54:00 +02:00
Sebastian Huber 53dc697501 bsp/virtex: Delete BSP_ask_for_reset and BSP_panic 2013-06-24 10:54:00 +02:00
Sebastian Huber 39c1534f5a bsp/virtex: Use generic interrupt support 2013-06-24 10:54:00 +02:00
Sebastian Huber 894e93f5ec bsp/virtex: Fix header includes 2013-06-24 10:54:00 +02:00
Sebastian Huber bee7612ec5 bsp/virtex: Move timer config to new file 2013-06-24 10:54:00 +02:00
Sebastian Huber 48ab8465d4 bsp/virtex: Do not use PPC403 TTY driver 2013-06-24 10:53:59 +02:00
Sebastian Huber ad094f46ab bsp/virtex: Fix warnings 2013-06-24 10:53:59 +02:00
Sebastian Huber b45397fb9a bsp/virtex: Delete bsp_XAssertHandler() 2013-06-24 10:53:59 +02:00
Sebastian Huber ff538bbf4a bsp/virtex: Delete unused variables 2013-06-24 10:53:59 +02:00
Sebastian Huber 0ba2736d9f bsp/virtex: Replace low-level BSP start code
Use linkcmds.base.  Use EABI with small-data area.
2013-06-24 10:53:59 +02:00
Sebastian Huber 546c105646 bsp/virtex: Rename file dlentry.S in start.S
Use default bsp_specs file.
2013-06-24 10:53:58 +02:00
Sebastian Huber 509e0f3ff3 bsps/powerpc: Add PPC405 support for shared clock 2013-06-24 10:53:58 +02:00
Sebastian Huber 7d0e88f240 bsps/powerpc: Delete clock_4xx.c 2013-06-24 10:53:58 +02:00
Sebastian Huber 27b207a82a bsps: Delete bspreset_fatal.c
Use bspreset_loop.c instead.  This avoids infinite recursion.
2013-06-24 10:53:58 +02:00
Chris Johns 1ebffa8914 arm: Fix default exception prologues 2013-06-21 10:26:11 +02:00
Sebastian Huber 4f1da72e7f score: _Heap_Protection_free_all_delayed_blocks()
Add and use _Heap_Protection_free_all_delayed_blocks() to prevent
test suite failures if RTEMS_DEBUG is defined.
2013-06-21 10:26:11 +02:00
Sebastian Huber 9165a5b07d IMFS: Fix reference count for debug enabled 2013-06-21 10:26:11 +02:00
Sebastian Huber f97f46ce75 libchip/serial: Fix warning 2013-06-21 10:26:11 +02:00
Sebastian Huber c9db7f964b bsps: Use CONSOLE_DEVICE_NAME 2013-06-21 10:26:10 +02:00
Sebastian Huber a4bc725ecb bsps: Remove debug output in shared console driver 2013-06-21 10:26:10 +02:00
Sebastian Huber 37220fac7e bsps: Do not use printk() in shared console driver 2013-06-21 10:26:10 +02:00
Sebastian Huber 6307b1af62 bsps: Add fatal errors for shared console driver 2013-06-21 10:26:10 +02:00
Sebastian Huber ade27c69eb bsps: Move bsp_generic_fatal_code to new file
Add bsp_generic_fatal().
2013-06-21 10:26:10 +02:00
Sebastian Huber 5f91272e9b bsps/powerpc: Delete bsp_exceptions_in_RAM
Delete ppc_exc_vector_base.  Add and use
ppc_exc_initialize_with_vector_base().
2013-06-21 10:26:09 +02:00
Joel Sherrill 6520aef1e3 sparc in_cksum: Use __sparc__ which is available in -ansi mode 2013-06-20 10:52:48 -05:00
Ric Claus cddb8f4a45 bsps/arm: Fix some GIC functions 2013-06-20 10:15:14 +02:00
Sebastian Huber 9a037da966 bsps/arm: Set vector base address if necessary 2013-06-20 10:15:10 +02:00
Jiri Gaisler 45fecbb6db greth: do not advertise 1000M capability if MAC does not support it. 2013-06-19 08:21:49 -05:00
Jiri Gaisler 1bdc6d1d5c greth: prefer full duplex if available 2013-06-19 08:21:49 -05:00
Jiri Gaisler 1f4ee306d3 Added in_cksum_sparc.h to optimize IP checksum calculations for SPARC. 2013-06-19 08:21:40 -05:00
Sebastian Huber cb6b9bab29 bsp/xilinx-zynq: Use magic UART baud divisor
Use a baud divisor suitable for the evaluation board.
2013-06-19 13:04:01 +02:00
Sebastian Huber 3f6a82342d bsp/xilinx-zynq: Do not start transmitter break 2013-06-19 13:03:39 +02:00
Ralf Corsépius 67f89f2e5b Update from automake-1.13.3. 2013-06-18 13:38:31 +02:00
Sebastian Huber 49bc9f81db bsp/xilinx-zynq: Use second UART for console
This is in now line with the evaluation board.
2013-06-18 09:21:12 +02:00