Timeline



06/15/12:

23:02 Packages edited by C Rempel
/* The RTEMS Addon Packages */ (diff)
23:02 Packages edited by C Rempel
/* The RTEMS Addon Packages */ (diff)
23:01 Packages edited by C Rempel
/* The RTEMS Addon Packages */ (diff)
23:00 Packages edited by C Rempel
/* Handling Errors: Disable Settings */ (diff)
22:58 Packages edited by C Rempel
moved Rtems addon package? to RTEMS Add-On Packages: Misspelled the name of the package (diff)
22:57 Packages edited by C Rempel
/* Handling Errors */ (diff)
22:55 Packages edited by C Rempel
/* Handling Errors */ (diff)
22:54 Packages edited by C Rempel
/* Handling Errors */ (diff)
22:53 Packages edited by C Rempel
/* Adding Libraries to RTEMS */ (diff)
22:47 Packages edited by C Rempel
/* Exploring Makefile.> */ (diff)
22:24 Packages edited by C Rempel
(diff)
22:16 Packages edited by C Rempel
/* Writing Your Own Makefile.> */ (diff)
22:00 Packages edited by C Rempel
/* Using Makefile.avl */ (diff)
21:57 Packages edited by C Rempel
/* Rtems addon package */ (diff)
21:43 Packages created by C Rempel
Created page with "=Rtems addon package= The RTEMS Addon Packages is an infrastucture complete with examples of how to add libraries to RTEMS to make more complex applications. ==Adding Libraries ..."
14:35 Changeset in rtems [bc57c42] by Sebastian Huber <sebastian.huber@…>
Merge branch 'upstream'
11:44 Changeset in rtems [a94bcc5a]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/lpc24xx: More flexible region configuration
11:07 Changeset in rtems [62b4fe1]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/lpc24xx: Fix timing for M29W320E70
07:51 Changeset in rtems [4e0755c8]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/lpc24xx: Add lpc24xx_module_is_enabled()

06/14/12:

12:27 Changeset in rtems [c39148d6]4.115 by Sebastian Huber <sebastian.huber@…>
libchip: Add support for NS16550 with FDR
12:21 Changeset in rtems [c4faa47] by Sebastian Huber <sebastian.huber@…>
Merge branch 'upstream'

06/13/12:

11:54 Changeset in rtems [3e600b2]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/lpc24xx: Use RAS and CAS of 2 for IS42S32800B
09:39 Changeset in rtems [c34bb0d]4.115 by Sebastian Huber <sebastian.huber@…>
score: Fix performance issue for 64-bit timestamps The 64-bit timestamps were introduced to simplify the timestamp calculations. This works well since nearly all operations are additions. The previous _TOD_Tickle_ticks() implementation had a serious performance regression in case of 64-bit timestamps due to the usage of two 64-bit divisions which are quite expensive on some architectures. A new field seconds_trigger in TOD_Control is introduced to trigger the _Watchdog_Tickle_seconds() in _TOD_Tickle_ticks(). This avoids the 64-bit divisions completely and only 32-bit additions are used.
09:29 Changeset in rtems [3246b0f8]4.115 by Sebastian Huber <sebastian.huber@…>
score: New structure TOD_Control Group the global TOD variables (_TOD_Now, _TOD_Uptime, and _TOD_Is_set) in a structure to reduce address loads in _TOD_Tickle_ticks().
07:44 Changeset in rtems [50fc8f6]4.115 by Sebastian Huber <sebastian.huber@…>
sapi: Add nanoseconds_per_tick to configuration Add nanoseconds_per_tick to rtems_configuration_table. This value will be derived from the microseconds_per_tick value. This avoids some calculations at run-time.

06/12/12:

23:26 Ticket #2068 (pthread_create race condition (task_start userext executed after ...) created by strauman
I observe pretty reproducable crashes when using pthreads under …
22:58 Changeset in rtems [15621db1]4.115 by Joel Sherrill <joel.sherrill@…>
Merge branch 'master' of ssh://git.rtems.org/data/git/rtems
22:57 Changeset in rtems [1364eb99]4.115 by Joel Sherrill <joel.sherrill@…>
v850 - byte swap instructions not available on all multilibs
22:57 Changeset in rtems [918dbb6d]4.115 by Joel Sherrill <joel.sherrill@…>
v850 port: byte swap instructions not available on all multilibs
13:27 Changeset in rtems [fd153c73]4.115 by Sebastian Huber <sebastian.huber@…>
bsps: Replace NIRVANA region Replace the "NIRVANA" region with the more verbose "UNEXPECTED_SECTIONS" region. Move the region definition into the "linkcmds.base" files.
10:26 Changeset in rtems [51c85da2]4.115 by Sebastian Huber <sebastian.huber@…>
libchip/ata: Fix pre-processor symbol evaluation
08:13 Changeset in rtems [65d8263] by Sebastian Huber <sebastian.huber@…>
Merge branch 'upstream'
07:55 Changeset in rtems [e7395c7]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/lpc24xx: Ethernet support for LPC17XX
07:53 Changeset in rtems [696c451]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/lpc24xx: Ethernet support for EA LPC1788 board
07:53 Changeset in rtems [8462a96d]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/lpc24xx: Use external RAM
07:46 Changeset in rtems [9f527308]4.115 by Sebastian Huber <sebastian.huber@…>
libblock: Add block device statistics
06:54 Changeset in rtems [7d4a859]4.115 by Sebastian Huber <sebastian.huber@…>
libblock: Remove const qualifier This allows addtion of per disk statistics for example.

06/11/12:

23:36 Developer/Projects/Obsolete/DebianHostedTools edited by C Rempel
(diff)
23:34 TBR/Website/Debian_and_Ubuntu edited by C Rempel
(diff)
21:27 TBR/Website/Config.site created by C Rempel
Created page with "When cross-compiling, it's sometimes helpful to store the settings in a shell script, such as config.site. For example: you may want to tell configure that RTEMS has a int32_t av..."
18:37 Changeset in rtems [2d7ae960]4.115 by Joel Sherrill <joel.sherrill@…>
v850 port: Initial addition with BSP for simulator in GDB Port + v850 does not have appear to have any optimized bit scan instructions + v850 does have single instructions for wap u16 and u32 + Code path optimization preferences set + Add BSP variants for each GCC CPU model flag and a README - v850e1 variant does not work (fails during BSP initialization) BSP for GDB v850 Simulator + linkcmds matches defaults in GDB simulator with RTEMS mods + crt1.c added from v850 newlib port for main() + BSP exits cleanly + printk and console I/O work + uses clock tick from IDLE task + Tests not requiring real clock ISR work Documentation + CPU Supplment chapter for v850 added
18:00 Changeset in rtems [9da42fb]4.115 by Joel Sherrill <joel.sherrill@…>
powerpc/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_Initialize
17:30 Changeset in rtems [3e5ff08]4.115 by Joel Sherrill <joel.sherrill@…>
mips/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_Initialize
17:29 Changeset in rtems [562cadfa]4.115 by Joel Sherrill <joel.sherrill@…>
i386/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_Initialize
17:28 Changeset in rtems [dea10503]4.115 by Joel Sherrill <joel.sherrill@…>
arm/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_Initialize
17:27 Changeset in rtems [61baacce]4.115 by Joel Sherrill <joel.sherrill@…>
isr.c: Do not call _CPU_Initialize_vectors() if PIC Interrupt Model
17:26 Changeset in rtems [97bda25]4.115 by Joel Sherrill <joel.sherrill@…>
threadhandler.c: Fix spelling of main() in prototype
14:42 Changeset in rtems-libbsd [58ea5ee]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Jennifer Averett <jennifer.averett@…>
Added pcib.
12:48 Changeset in rtems [e4bda046]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/lpc24xx: Simplify EMCDLYCTL handling
06:51 Changeset in rtems [f7deb58]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/lpc24xx: Simplify EMC configuration

06/06/12:

13:03 Changeset in rtems [d40b09d]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/lpc24xx: New BSP variants (PLX800 on LPC1778)
12:48 Changeset in rtems [7329f55]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Rename linkcmds.armv7 to linkcmds.armv7m
12:06 Changeset in rtems [87194f9] by Sebastian Huber <sebastian.huber@…>
Merge branch 'upstream'
11:05 Ticket #2066 (RPC library fix for short enums) closed by Sebastian Huber
fixed: http://git.rtems.org/rtems/commit/?id=8250503f218be1a3fa434e905631b1636cf6d033

06/05/12:

15:46 Changeset in rtems [0604477] by Sebastian Huber <sebastian.huber@…>
Merge branch 'upstream'
14:40 Changeset in rtems [1a9e5c2] by Sebastian Huber <sebastian.huber@…>
Revert "Google C++ Testing Framework 1.6.0." This reverts commit 2c96e46d89b71baa404280bf7576d05171fccc12.

06/04/12:

15:31 Changeset in rtems [8a2ea93e] by Sebastian Huber <sebastian.huber@…>
Merge branch 'upstream'
15:04 Changeset in rtems [1f7b5b0]4.115 by Sebastian Huber <sebastian.huber@…>
libtests/block13: Add const qualifier
13:26 Changeset in rtems [b2cb8d6]4.115 by Sebastian Huber <sebastian.huber@…>
libcsupport: Add rtems_printf_plugin()
11:26 Changeset in rtems [5bd7bd5a]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/t32mppc: Fix Trace32 configuration file
11:26 Changeset in rtems [df84ca2]4.115 by Sebastian Huber <sebastian.huber@…>
libblock: Rename structure
08:01 Changeset in rtems [2e4ead3] by Sebastian Huber <sebastian.huber@…>
Merge branch 'upstream'
07:41 Changeset in rtems [b8ed6d80]4.115 by Sebastian Huber <sebastian.huber@…>
libtests/block05: Fix warnings

06/03/12:

11:06 Changeset in rtems [89dd2ec4]4.10 by Sebastian Huber <sebastian.huber@…>
dosfs: Fix for no space left on device condition The file size was wrong in the no space left on device condition. This resulted in turn in a read of an invalid block which lead to an EIO error status.
11:06 Changeset in rtems [96b1d7f]4.115 by Sebastian Huber <sebastian.huber@…>
dosfs: Fix for no space left on device condition The file size was wrong in the no space left on device condition. This resulted in turn in a read of an invalid block which lead to an EIO error status.

06/01/12:

18:57 Changeset in rtems-libbsd [7345c71]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Jennifer Averett <jennifer.averett@…>
Added rtems specific size for max_linkhdr Note: This was needed for tcp_init to pass. This modification should be discussed to see if a cleaner resolution to the problem exists.
18:56 Changeset in rtems-libbsd [1e88db13]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Jennifer Averett <jennifer.averett@…>
Added initialization needed for Nics back in.
18:54 Changeset in rtems-libbsd [19955e7]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Jennifer Averett <jennifer.averett@…>
Restored debug off state for uma_core.c
18:51 Changeset in rtems-libbsd [8e4f82c]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Jennifer Averett <jennifer.averett@…>
Add some of the initialization from freeBSD vm_init.c needed for Nic.
Note: See TracTimeline for information about the timeline view.