Timeline



01/20/15:

23:52 Changeset in rtems-tools [7338811]4.104.115 by Chris Johns <chrisj@…>
Remove warning on Linux.
23:51 Changeset in rtems-tools [69c955d]4.104.115 by Chris Johns <chrisj@…>
DEST_OS is linux and not linux2.
13:01 Changeset in rtems [60d39b66]4.115 by Sebastian Huber <sebastian.huber@…>
powerpc: Fix AltiVec? VSCR save/restore
10:04 Changeset in rtems-libbsd [5071600]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Add Xilinx Zynq BSP support
10:04 Changeset in rtems-libbsd [d65c5e5]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
if_cgem: Add nexus device support
07:57 Changeset in rtems-libbsd [33a15c3]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Add and use rtems_bsd_get_task_stack_size()
07:39 Changeset in rtems-libbsd [91ea7ea]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Add and use rtems_bsd_get_task_priority()
06:17 Ticket #2232 (nios2 warning in nios2-eic-il-low-level.S) closed by Sebastian Huber
fixed: [99a1f1229f073d4917d714d768fc3d2357ad40b7/rtems]
06:15 Ticket #785 (Threaded close of a socket with an accept call active.) closed by Sebastian Huber <sebastian.huber@…>
fixed: In f87ede57a2e97f0743a85b94072c7163fa485ae9/rtems: […]

01/19/15:

21:57 Changeset in rtems-source-builder [db6d3eb]4.104.114.95 by Chris Johns <chrisj@…>
Build rtems-tools for the host with a Cxc build.
21:56 Changeset in rtems-tools [f381f26]4.104.115 by Chris Johns <chrisj@…>
Fix covoar so it builds for Windows.
12:53 Changeset in rtems [8a7048a]4.115 by Marcos Diaz <marcos.diaz@…>
Fixed dl01 and dl02 makefiles

01/18/15:

07:12 Changeset in rtems-tools [3badbb0]4.104.115 by Chris Johns <chrisj@…>
Add support to cross-compile. Use --hosti=. On FreeBSD use --host=mingw32 for Windows. If you use another OS you might need to add the specific windows host to the top level wscript file.
04:34 Changeset in rtems-source-builder [8197b8e]4.104.114.95 by Chris Johns <chrisj@…>
Add the host name to the package name. Adding the host name results in the tar files created by the --bset-tar-file and --pkg-tar-files to contain the host name. This is useful when building Cxc packages.
00:25 Changeset in rtems-source-builder [818ea24]4.104.114.95 by Chris Johns <chrisj@…>
Minor version number bump.
00:24 Changeset in rtems-source-builder [3963ac4]4.104.114.95 by Chris Johns <chrisj@…>
Detect a Cxc build from the options and automatically disabled installing. This is similar to always providing --no-install on the command when building a Cxc package.
00:23 Changeset in rtems-source-builder [0392c5f]4.104.114.95 by Chris Johns <chrisj@…>
Provide flags and include paths for the host when building a Cxc.

01/16/15:

08:08 Changeset in rtems [51c88e8b]4.115 by Sebastian Huber <sebastian.huber@…>
libnetworking: Delete dead code The so_uid is always 0 in RTEMS.
08:05 Changeset in rtems [f2f39f3c]4.115 by Sebastian Huber <sebastian.huber@…>
libnetworking: Avoid spurious event delivery The so_pgid field contains the task identifier if this task waits for the SOSLEEP_EVENT event. Do not inherit this from the accept socket.

01/15/15:

18:22 Developer/OpenProjects edited by Joel Sherrill
Move OpenRISC port from open to completed (diff)
13:13 Changeset in rtems [f87ede5]4.115 by Sebastian Huber <sebastian.huber@…>
libnetworking: Fix close of active sockets Send a special event to notify tasks waiting for a socket state change in case this socket gets closed. This prevents a use after free. Close #785.
10:30 Changeset in rtems [ac6e8c4]4.115 by Sebastian Huber <sebastian.huber@…>
libnetworking: Simplify sbwait()

01/14/15:

22:23 Changeset in rtems [296846a]4.115 by Joel Sherrill <joel.sherrill@…>
mcf5206elite/include/i2c.h: Fix spelling error
22:23 Changeset in rtems [b1dcae0]4.115 by Joel Sherrill <joel.sherrill@…>
stm32f4/.../stm32f105rc-testsuite.tcfg: Add more tests
22:22 Changeset in rtems [3d345508]4.115 by Joel Sherrill <joel.sherrill@…>
lpc24xx/.../lpc23xx_tli800-testsuite.tcfg: Add more tests
22:22 Changeset in rtems [b302880e]4.115 by Joel Sherrill <joel.sherrill@…>
lpc24xx/.../lpc2362-testsuite.tcfg: Add more tests
22:22 Changeset in rtems [05eaca8]4.115 by Joel Sherrill <joel.sherrill@…>
lm3s69xx/.../lm3s6965-testsuite.tcfg: Add more tests
22:22 Changeset in rtems [c1c45f5]4.115 by Joel Sherrill <joel.sherrill@…>
lm3s69xx/.../lm3s3749-testsuite.tcfg: Add more tests
19:07 Changeset in rtems [f1c044d]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Fix conditional compilation
11:51 TBR/BSP/Leon3 edited by daniel.cederman
(diff)
06:53 Changeset in rtems [6042fdb7]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/mcf5206elite: Remove <i2c.h> inlude in <bsp.h> This prevents a compile-time error in libtests/i2c01.
06:34 Changeset in rtems [77c5ddd4]4.115 by Sebastian Huber <sebastian.huber@…>
smptests/smpmrsp01: Fix task delete race condition Do not supsend self while waiting for termination since the rtems_task_delete() may take place while the rtems_task_suspend() waits for the Giant lock preventing delivery of the inter-processor interrupt. The result is a suspended and terminated thread (this is a valid state, but leads in this case to a test failure).

01/13/15:

21:40 Changeset in rtems [125e23b]4.115 by Joel Sherrill <joel.sherrill@…>
tools/cpu/nios2/ptf.c: Add include to fix warnings
21:40 Changeset in rtems [85dbf52]4.115 by Joel Sherrill <joel.sherrill@…>
libcpu/powerpc/mpc6xx/mmu/bat.c: Now compiles with gcc 5.x
12:46 TBR/BSP/Leon3 edited by daniel.cederman
(diff)
10:53 TBR/BSP/Leon3 edited by daniel.cederman
(diff)
10:48 Ticket #2233 (Commit message didn't close referenced ticket) created by Sebastian Huber
Ticket: https://devel.rtems.org/ticket/2232 Commit: …
10:38 Changeset in rtems [f2e6c3e]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Add T2080RDB and T4240RDB variants
10:28 TBR/BSP/Leon3 edited by daniel.cederman
(diff)
09:42 TBR/Website/Board_Support_Packages edited by daniel.cederman
Fix link to LEON2/3 (diff)
07:24 Changeset in rtems [99a1f122]4.115 by Sebastian Huber <sebastian.huber@…>
nios2: Disable assembler warning Close #2232.

01/12/15:

18:37 Ticket #2232 (nios2 warning in nios2-eic-il-low-level.S) created by Joel Sherrill
Should the file be modified per the recommendation from the binutils …
10:24 Changeset in rtems [8244a2f]4.115 by Daniel Cederman <cederman@…>
doc: Document network task affinity option
10:24 Changeset in rtems [b92f737]4.115 by Daniel Cederman <cederman@…>
doc: Describe new default error handler for Sparc

01/11/15:

16:36 Changeset in rtems [8bcd5a22]5 by Rickard Strandqvist <rickard_strandqvist@…>
jffs2: compr_rubin: Remove unused function Remove the function pulledbits() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist <rickard_strandqvist@…> Reviewed-by: Richard Weinberger <richard@…> Signed-off-by: Brian Norris <computersforpeace@…>

01/10/15:

19:04 Changeset in rtems [5139d21]4.115 by Anthony Green <green@…>
moxiesim: Add conditional logic to handle old and new gas syntax

01/09/15:

21:42 Changeset in rtems-source-builder [e08fe1b]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
dtc: Update to dtc 1.4.1 and use it on moxie The site referenced in the 1.2.x configuration is no longer accessible. The new configuration gives both an updated version and a more permanent location.
14:37 Changeset in rtems-tools [3f47178]4.104.115 by Sebastian Huber <sebastian.huber@…>
Add PowerPC patches for GCC 4.9.2
13:09 Ticket #2231 (arm cpu.c selects non-thumb code for Thumb only build) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 5759510c9645bb0dd41e97da8ec3ac95595ebf66/rtems: […]
12:25 Changeset in rtems [5759510]4.115 by Sebastian Huber <sebastian.huber@…>
arm: Fix compile error for ARMv6-M multilib ARMv6-M is not supported since we cannot directly use the ARMv7-M code due to some inline assembler statements. Close #2231.
08:03 Changeset in rtems [0c94a46]4.115 by Daniel Cederman <cederman@…>
bsp/sparc: Move BSP_ISR_handler to a separate file and rename it This allows it to be wrapped by another function at link-time and can be used to trace interrupts. If not placed in a separate file, the function pointer address used in BSP_shared_interrupt_init will be resolved at compile-time, and the function will not be wrappable.

01/08/15:

18:17 Ticket #2231 (arm cpu.c selects non-thumb code for Thumb only build) created by Joel Sherrill
Reported initially as gcc PR64542 …
09:43 Changeset in rtems [e7d175af]4.115 by Sebastian Huber <sebastian.huber@…>
smptests/smpwakeafter01: Fix task count

01/07/15:

09:37 Changeset in rtems [b1268e6]4.115 by Sebastian Huber <sebastian.huber@…>
powerpc: Add AltiVec? register ASM defines
Note: See TracTimeline for information about the timeline view.