Sebastian Huber
fa77ad4bdb
bsp/gen5200: Remove superfluous option definition
2013-04-02 15:50:23 +02:00
Andreas Heinig
f71fc635a2
Fixed return in void function
2013-04-02 13:09:03 +02:00
Sebastian Huber
aa11df6e89
bsp/gen5200: Use busy wait
...
The usage of rtems_task_wake_after() is invalid during the
driver initialization.
2013-03-28 09:25:07 +01:00
Sebastian Huber
d1e1df686c
bsp/gen5200: Use fatal error instead of assert
2013-03-28 09:24:11 +01:00
Sebastian Huber
8ac62c4ea0
bsps/arm: Add thread-local storage (TLS) sections
2013-03-26 16:02:29 +01:00
Alan Cudmore
c32b1efa43
bsp/raspberrypi: New BSP
2013-03-24 12:57:44 +01:00
Sebastian Huber
f2a1ba5002
libfs: Always use geteuid() and getegid()
...
The two functions are independent of the POSIX API.
2013-03-22 15:43:41 +01:00
Sebastian Huber
13bcb3e738
ramdisk: Fix device name generation
2013-03-22 15:10:37 +01:00
Sebastian Huber
7b14e8b73a
bsp/mpc83xx: Add MPC83XX_NET*_INTERFACE_0_PHY_ADDR
2013-03-21 10:46:03 +01:00
Sebastian Huber
6457fb29ff
bsp/psim: Use shared linkcmds.base
...
Several GCC tests faild due to the outdated previous linker command
file.
2013-03-19 15:15:45 +01:00
Andreas Heinig
5f745464fc
Fixed 2 compiler warnings
2013-03-19 15:13:54 +01:00
Joel Sherrill
af99ec255b
sparc/cpu.h: Add comments
2013-03-18 11:41:36 -05:00
Joel Sherrill
4bcd8dc10c
m68k/cpu.h: Fix formatting and add comment block
2013-03-18 11:41:19 -05:00
Sebastian Huber
df6818f915
bsps: Support DWARF extension
2013-03-18 16:26:44 +01:00
Sebastian Huber
6d9ab345e2
IMFS: Fix NULL pointer access
2013-03-18 16:26:31 +01:00
Sebastian Huber
c2015b44e5
bsp/edb7312: Improve output char
...
The output char function used by printk() is now independent of the
console driver initialization.
2013-03-14 12:14:44 +01:00
Sebastian Huber
df3f0226a9
bsp/edb7312: Fix warnings
2013-03-14 12:14:44 +01:00
Sebastian Huber
faad192675
mpc83xx: Add and use mpc83xx_reset()
...
The inline version makes it possible to use this code in different
memory areas.
2013-03-14 10:56:48 +01:00
Sebastian Huber
f88da30ee8
mpc83xx: Use shared linkcmds.base
2013-03-14 10:56:47 +01:00
Sebastian Huber
b34401cce3
mpc83xx: Copy nothing if necessary
2013-03-14 10:56:47 +01:00
Sebastian Huber
9e256213b8
mpc83xx: Fix local access window 1 configuration
2013-03-14 10:56:47 +01:00
Sebastian Huber
907b07d99b
mpc83xx: Add MPC83XX_HAS_NAND_LP_FLASH_ON_CS0
2013-03-14 10:56:47 +01:00
Joel Sherrill
9ad9dc2134
contrib: Remove.
2013-03-12 16:03:02 -05:00
Joel Sherrill
76e8683498
doc/texi2html_init.in: Correct typo
2013-03-11 17:11:48 -05:00
Joel Sherrill
c5e76b0fe3
doc/texi2any_init.in: Correct link to Library index.html
2013-03-11 17:11:21 -05:00
Joel Sherrill
68286f30a6
doc/main.am: Tweak TEXI2ANY_ARGS to make HTML menus look better
2013-03-11 17:10:51 -05:00
Joel Sherrill
ba07fee2a3
doc/texi2html_init.in: Update copyright on html output
2013-03-11 15:32:05 -05:00
Joel Sherrill
f3bf823535
doc/project.am: texi2html invocation had file name twice
2013-03-11 15:23:13 -05:00
Joel Sherrill
0322a4fda9
doc/main.am: TEXI2HTML_ARGS macro clean up
2013-03-11 15:22:51 -05:00
Joel Sherrill
dbc983c93f
mvme3100/Makefile.am: Remove reference to ChangeLog
2013-03-11 14:29:11 -05:00
Joel Sherrill
b1f105e1c3
beatnik/Makefile.am: Remove reference to ChangeLog
2013-03-11 14:29:11 -05:00
Joel Sherrill
144149fbd1
release_support: Remove obsolete file
2013-03-11 14:29:11 -05:00
Sebastian Huber
0a596409b9
nios2: Documentation
2013-03-11 17:57:41 +01:00
Jeffrey O. Hill
0986294f89
nios2: Use NIOS2_CTLREG_INDEX_STATUS
2013-03-11 17:57:41 +01:00
Jeffrey O. Hill
8b94c03fdc
nios2: Set CPU_ISR_PASSES_FRAME_POINTER to FALSE
...
This reflects what is currently happening. Define CPU_Interrupt_frame
type to void to prevent accidental usage.
2013-03-11 17:57:41 +01:00
Jeffrey O. Hill
1cddf47a4d
nios2: Add _Nios2_Count_leading_zeros()
...
Add _Nios2_Count_trailing_zeros(). They are currently more efficient
than the corresponding GCC builtins.
2013-03-11 17:57:41 +01:00
Jeffrey O. Hill
3ac61e5262
nios2: Rename file
2013-03-11 17:57:41 +01:00
Jeffrey O. Hill
d8e44ecaf8
nios2: Add optimized IP checksum support
2013-03-11 17:57:41 +01:00
Gedare Bloom
fad2d38a9f
RTEMS: Delete ChangeLog files.
...
This commit deletes all RTEMS ChangeLog files. These files have been abandoned
since converting to git version control. The historical data may be recovered
by checking out any commit before this one. Most of the contents of these
ChangeLog files can also be found in the git log.
Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
2013-03-08 15:55:06 -05:00
Sebastian Huber
e2b4891309
libchip: Fix prototypes
2013-03-01 16:29:20 +01:00
Joel Sherrill
2adc507f8f
cpukit moxie: Style corrections
2013-02-28 13:08:51 -06:00
Andreas Heinig
aa314cf883
libchip/rtc: Fixed 19 compiler warnings
2013-02-28 12:26:43 -05:00
Andreas Heinig
f806289f31
libchip/serial: Fixed warnings
2013-02-28 12:26:43 -05:00
Anthony Green
48fc25fb44
Common file changes in support of Moxie port
...
Signed-off-by: Anthony Green <green@moxielogic.com >
2013-02-28 12:24:18 -05:00
Anthony Green
032e5e4915
Add sample Moxie BSP for GDB sim
...
Signed-off-by: Anthony Green <green@moxielogic.com >
2013-02-28 12:24:17 -05:00
Anthony Green
ff11282c63
Add Moxie CPU support
...
Signed-off-by: Anthony Green <green@moxielogic.com >
2013-02-28 12:24:17 -05:00
Andreas Heinig
c6902a8605
libchip/network: Fixed warning
2013-02-27 16:06:12 +01:00
Andreas Heinig
2434555708
dosfs: PR2091: Fix warning
2013-02-27 11:00:47 +01:00
Sebastian Huber
01eff24887
IMFS: PR2093: Fix warning
2013-02-27 10:53:49 +01:00
Andreas Heinig
d06d4ab312
dosfs: PR2092: Delete unused function
2013-02-27 10:42:52 +01:00