Commit Graph

24147 Commits

Author SHA1 Message Date
Sebastian Huber
cece8db013 bsp/mpc55xx: Add SMSC9218I_IRQ_PIN 2012-07-18 09:46:15 +02:00
Sebastian Huber
f024d4f741 bsp/mpc55xx: Add SMSC9218I_RESET_PIN 2012-07-18 09:46:15 +02:00
Sebastian Huber
dec7231bac bsp/mpc55xx: Add SMSC9218I_ENABLE_LED_OUTPUTS 2012-07-18 09:46:15 +02:00
Sebastian Huber
86c5b1c758 bsp/mpc55xx: Add SMSC9218I_BIG_ENDIAN_SUPPORT 2012-07-18 09:46:15 +02:00
Sebastian Huber
d740e601ab bsp/mpc55xx: New ECU508 BSPs 2012-07-18 09:46:14 +02:00
Sebastian Huber
64d72e8d4e bsp/mpc55xx: Add ESCI_C and ESCI_D support 2012-07-18 09:46:14 +02:00
Sebastian Huber
dafacfa742 bsp/mpc55xx: Add MPC55XX_SYSTEM_CLOCK_DIVIDER 2012-07-18 09:46:14 +02:00
Sebastian Huber
b9b3f3b7ce bsp/mpc55xx: Add MPC55XX_NULL_POINTER_PROTECTION 2012-07-18 09:46:14 +02:00
Sebastian Huber
32ec0f6b99 bsp/mpc55xx: Add MPC55XX_NEEDS_LOW_LEVEL_INIT 2012-07-18 09:46:14 +02:00
Christian Mauderer
356c9285e3 bsp/mpc55xx: Implement network interface off 2012-07-18 09:46:13 +02:00
Christian Mauderer
2d43f2df66 bsp/mpc55xx: Support re-initialization of eDMA 2012-07-18 09:46:13 +02:00
Christian Mauderer
c838ca2dfa bsp/mpc55xx: Add bsp_restart() 2012-07-18 09:46:07 +02:00
Sebastian Huber
c44b517f87 bsp/mpc55xx: Add union name 2012-07-18 09:42:58 +02:00
Sebastian Huber
afcbd3b251 bsp/mpc55xx: Add output value to PCR config 2012-07-18 09:42:58 +02:00
Joel Sherrill
864cf50749 mips/malta: Add sections for new FreeBSD TCP/IP stack 2012-07-17 16:20:01 -05:00
Joel Sherrill
c4547d81d7 mips/jmr3904: Add sections for new FreeBSD TCP/IP stack 2012-07-17 16:19:44 -05:00
Joel Sherrill
feb3415b29 Merge branch 'master' of ssh://git.rtems.org/data/git/rtems 2012-07-17 11:57:49 -05:00
Sebastian Huber
38feeefd17 libnetworking: Silence set but not used warnings 2012-07-17 14:22:12 +02:00
Sebastian Huber
cd035725b9 psxtests/psxchroot01: Typo 2012-07-17 11:27:50 +02:00
Sebastian Huber
d6460e815f psxtests/psxpipe01: Use greedy allocation API 2012-07-17 11:24:56 +02:00
Sebastian Huber
c8615dcf26 libtests/termios01: Use greedy allocation API 2012-07-17 10:52:13 +02:00
Sebastian Huber
317ee8d7ff score: Change greedy allocation API 2012-07-17 10:19:16 +02:00
Sebastian Huber
aae7daa988 Fix broken _endtext symbol 2012-07-16 10:56:30 +02:00
Joel Sherrill
dc8ea655bd Merge branch 'master' of ssh://git.rtems.org/data/git/rtems 2012-07-14 14:29:41 -05:00
Joel Sherrill
9c9e7a4187 Merge branch 'master' of ssh://git.rtems.org/data/git/rtems 2012-07-14 14:28:39 -05:00
Joel Sherrill
93b1e4b925 shsim linkcmds: Add new FreeBSD TCP/IP stack sections 2012-07-14 14:28:10 -05:00
Joel Sherrill
c23957170f sparc linkcmds.base: Add new FreeBSD TCP/IP stack sections 2012-07-14 14:28:10 -05:00
Christian Mauderer
0eb5bfba3c libtests/mghttpd01: New test 2012-07-12 09:51:45 +02:00
Christian Mauderer
5267241b32 mghttpd: Clarify comment 2012-07-12 09:51:44 +02:00
Christian Mauderer
54da7c3e55 mghttpd: Add stack size and scheduling options 2012-07-12 09:51:44 +02:00
Sebastian Huber
ea008e2d0d mghttpd: Use MD5 library 2012-07-12 09:51:44 +02:00
Sebastian Huber
4248b28296 mghttpd: Use HAVE_CONFIG_H 2012-07-12 09:51:44 +02:00
Christian Mauderer
ad6c1f1138 mghttpd: Update Mongoose
Update to Mongoose Mercurial revision 268:38a02c8a6744 available at:

https://code.google.com/p/mongoose/
2012-07-12 09:51:44 +02:00
Joel Sherrill
545c71acfe Merge branch 'master' of ssh://git.rtems.org/data/git/rtems 2012-07-11 15:24:45 -05:00
Sebastian Huber
c65afce430 dosfs: Use fs_info instead of mt_entry 2012-07-11 17:14:51 +02:00
Joel Sherrill
fac44e1251 Merge branch 'master' of ssh://git.rtems.org/data/git/rtems 2012-07-09 11:56:40 -05:00
Xiangfu Liu
c5ba8ba727 bsps/lm32: PR2045: Add mic boost option 2012-07-09 10:44:47 +02:00
Sebastian Huber
5b29a08d69 libblock: Fix read-ahead task wake-up
In case the read-ahead task is not configured we must not send a wake-up
event.  This would send the wake-up event to the executing task.

We must send the wake-up event only in case the request list changes
from empty to non-empty.  Since otherwise we may send a false transfer
event.
2012-07-09 10:42:08 +02:00
Joel Sherrill
d5549f4ac3 Merge branch 'master' of ssh://git.rtems.org/data/git/rtems 2012-07-03 10:19:33 -05:00
Sebastian Huber
2cc4f3ca45 libblock: Move read-ahead trigger check
In case the read-ahead task has a higher priority than the reading task,
this ensures that the read-ahead request is issued after the read miss
is serviced.
2012-07-03 10:25:12 +02:00
Sebastian Huber
71092f7c94 libblock: Fix read-ahead trigger and next update
The previous version was sub-optimal for read-ahead transfer counts of
one.
2012-07-02 17:03:28 +02:00
Sebastian Huber
c8a86d4d6f libcsupport: C++ compatibility 2012-07-02 16:21:46 +02:00
Sebastian Huber
f29d969a72 libblock: Fix read-ahead trigger and next update 2012-07-02 16:15:54 +02:00
Sebastian Huber
f12249ff05 libblock: Fix continuous blocks write request 2012-07-02 16:15:54 +02:00
Sebastian Huber
828f9462be libblock: Remove unused field 2012-07-02 16:15:54 +02:00
Sebastian Huber
6a03786d94 libtests/block06: Increase stack size 2012-07-02 16:15:53 +02:00
Joel Sherrill
98458542a6 Merge branch 'master' of ssh://git.rtems.org/data/git/rtems 2012-06-25 10:12:45 -05:00
Sebastian Huber
574ab8acfc bsps/powerpc: Add more BSP sections and sort them 2012-06-22 10:31:44 +02:00
Joel Sherrill
1e00854d36 Merge branch 'master' of ssh://git.rtems.org/home/joel/git/rtems 2012-06-21 16:20:09 -05:00
Sebastian Huber
361a400c57 fstests/fsfseeko01: New test 2012-06-19 15:55:01 +02:00