Sebastian Huber
9dcc6837de
arm: Simplify architecture selection
2013-05-10 12:10:14 +02:00
Sebastian Huber
39993d6d76
score: Add CPU context validation
2013-05-10 12:10:14 +02:00
Sebastian Huber
aedeb57783
arm: Add FUNCTION_THUMB_ENTRY(), etc.
...
Add FUNCTION_THUMB_ENTRY(), FUNCTION_ENTRY() and FUNCTION_END().
2013-05-10 12:10:13 +02:00
Chris Johns
3806e01a77
Revert bootstrap whitespace changes.
2013-05-10 18:33:11 +10:00
Sebastian Huber
ad4ef3c79e
sparc: Fix problem with assembler files
2013-05-07 11:35:01 +02:00
Mohammed Khoory
b1ce6f29d2
sparc.h: Included stdint.h
...
This header uses uint32_t but does not include stdint.h
This may cause problems when compiling applications that include BSP
headers that include this file (leon.h for example)
2013-05-06 15:08:12 +02:00
Sebastian Huber
a94d46c84b
bsp/xilinx-zynq: New BSP
2013-05-06 15:06:52 +02:00
Sebastian Huber
12d182c435
bsps/arm: Fix register usage
2013-05-06 15:06:52 +02:00
Sebastian Huber
e37d57bc81
bsps/arm: Add shared GIC tmtests/tm27 support
2013-05-06 15:06:52 +02:00
Sebastian Huber
33c98fd5ed
bsps/arm: Remove superfluous parameter
2013-05-06 15:06:52 +02:00
Sebastian Huber
f2e9d0df8a
bsp/raspberrypi: Use shared start code
2013-05-06 15:06:52 +02:00
Sebastian Huber
86b79fba5f
bsp/lm3s69xx: Fix initialization value
2013-05-06 15:06:51 +02:00
Eugeniy Meshcheryakov
9bc1913e09
bsp/lm3s69xx: Use interrupts for UART receive
...
This makes continuous UART polling unnecessary.
2013-05-06 09:38:33 +02:00
Eugeniy Meshcheryakov
847e2cac7c
bsp/lm3s69xx: More access macros for UART data register
...
Add mask for receive error bits and getter macro for
the data field.
2013-05-06 09:38:22 +02:00
Alan Cudmore
9159711ffe
bsp/raspberrypi: Enable unaligned access
2013-05-06 09:37:12 +02:00
Sebastian Huber
936c8d6c90
psxtests/psxtime: Reduce test time
2013-05-06 09:33:09 +02:00
Sebastian Huber
a91dc98b5a
bsp/realview-pbx-a9: New BSP
2013-05-03 17:30:56 +02:00
Sebastian Huber
9ce658030a
bsps/arm: Copy vector table only if necessary
2013-05-03 17:30:56 +02:00
Sebastian Huber
27690ec38e
bsps/arm: Move .vector section
...
The .vector section contains read-write data (several mode stacks).
Move it to the read-write data area.
2013-05-03 17:30:56 +02:00
Sebastian Huber
ecf7dd9564
bsps/arm: Move CP15 start initialization
2013-05-03 17:30:55 +02:00
Sebastian Huber
fd51f7e8d2
bsps/arm: Support ARMv7 VMSA sections and control
2013-05-03 17:30:55 +02:00
Sebastian Huber
88cf23f8c9
bsps/arm: Add arm_cp15_set_exception_handler()
2013-05-03 17:30:55 +02:00
Sebastian Huber
037e8ae506
bsps/arm: Add arm_cp15_set_trans*_table_entries()
2013-05-03 17:30:55 +02:00
Sebastian Huber
544615d22c
bsps/arm: Add arm_cp15_mmu_disable()
2013-05-03 17:30:55 +02:00
Sebastian Huber
d2d0296138
bsps/arm: Add arm_cp15_get_min_cache_line_size()
2013-05-03 17:30:54 +02:00
Sebastian Huber
962e0fac18
bsps/arm: Add and use bsp_translation_table_base
2013-05-03 17:30:54 +02:00
Sebastian Huber
fb0584fff8
bsps/arm: Move implementation to inline functions
2013-05-03 17:30:54 +02:00
Sebastian Huber
2bbea4dd33
arm: Switch to ARM only for Thumb-1
...
The Thumb-2 instruction set as encodings for the relevant instructions.
2013-05-03 17:30:54 +02:00
Sebastian Huber
57c05b54a3
arm: Fix DEFINE_FUNCTION_ARM() for ARMv7-AR
2013-05-03 17:30:54 +02:00
Sebastian Huber
85387db5aa
libtests/malloc04: Adjust for new sbrk() support
2013-05-03 17:30:53 +02:00
Joel Sherrill
77ebea3b92
SUPPORT: Fix phone number
2013-05-01 10:13:08 -05:00
Joel Sherrill
d23c44d52b
score/cpu/.../i386.h: PR2020: Remove soft float references
...
i386 soft-float is no longer supported by gcc. Dropping
related code in the i386 score/cpu code.
2013-05-01 10:13:08 -05:00
Joel Sherrill
5aa4ed9917
i386: PR2010: Remove pc386 BSPs using soft-float
...
i386 soft-float is no longer supported by gcc. Dropping
all references to soft-float in the pc386 BSP.
2013-05-01 10:12:52 -05:00
WeiY
502693f50e
Clear the atomic conditional compilation.
2013-05-01 10:28:48 -04:00
WeiY
9b605b28b4
Using the generic atomic ops to implement UP mode atomic for all architectures. SMP atomic port will be later.
2013-05-01 10:28:48 -04:00
WeiY
f6db560d29
Implement a generic atomic ops for all UP mode architectures with disable/enable-IRQ function simulated.
2013-05-01 10:28:48 -04:00
Sebastian Huber
024a57205d
bsp/mpc55xx: Avoid empty enum
2013-04-29 09:28:58 +02:00
Eugeniy Meshcheryakov
f22bba3cb4
bsp/lm3s69xx: New BSP variants
...
Add support for LM3S3749.
2013-04-26 11:03:59 +02:00
Sebastian Huber
b7cf1ff717
libcsupport: Delete libc_wrapup()
...
Add and use rtems_libio_exit_helper. Add rtems_libio_exit().
The fclose(stdin) etc. makes no sense during exit. This would use the
_REENT structure of the thread calling _exit().
2013-04-26 10:57:08 +02:00
Sebastian Huber
5fa0e5c5ec
libcsupport: Rename open_dev_console()
...
Rename open_dev_console() to rtems_libio_post_driver(). Rename
rtems_libio_supp_helper to rtems_libio_post_driver_helper.
2013-04-26 10:57:08 +02:00
Sebastian Huber
a290fbe946
libcsupport: Make LibIO helper const
...
Add and use rtems_libio_helper function type. Add and use
rtems_libio_helper_null() instead of NULL pointer.
2013-04-26 10:57:08 +02:00
Sebastian Huber
aeba445349
libcsupport: Remove superfluous assignments
...
Remove superfluous declaractions, defines, comments and includes.
2013-04-26 10:57:07 +02:00
Sebastian Huber
2f72de2574
libcsupport: Make newlib_free_buffers() static
2013-04-26 10:57:07 +02:00
Sebastian Huber
3771f3cc56
libcsupport: Delete unused newlib_begin_hook()
2013-04-26 10:57:07 +02:00
Sebastian Huber
0806f85777
libcsupport: Delete REENT_MALLOCED define
2013-04-26 10:57:07 +02:00
Sebastian Huber
ad8010cd0a
libcsupport: Use copyright notice of original file
2013-04-26 10:57:06 +02:00
Sebastian Huber
62aa3186bc
bsp/mpc55xx: Add MMU tag translate initializer
2013-04-25 15:31:41 +02:00
Sebastian Huber
45c9b7d497
libcsupport: POSIX conformance for _exit()
...
According to POSIX the _exit() function shall not call functions
registered with atexit() nor any registered signal handlers.
See also tests libtests/exit01 and libtests/exit02.
Make libc_wrapup() static. Remove out of date comments. Remove
superfluous declarations, defines and includes.
2013-04-25 11:15:49 +02:00
Gedare Bloom
ea123ca6fd
README: Update README and INSTALL to try to be GNU'ish.
2013-04-23 09:17:35 -04:00
Gedare Bloom
0ced77e947
README: Rewrite and reduce
...
Delete old bit-rotting README files and rewrite the README to point
readers toward authoritative sources of documentation.
2013-04-23 09:06:41 -04:00