Timeline



01/02/15:

12:18 Changeset in rtems [d745297]5 by Daniel Hellstrom <daniel@…>
leon, gr1553b: comment cleanup
12:17 Changeset in rtems [91df5a69]5 by Daniel Hellstrom <daniel@…>
libpci: code cleanup
12:16 Changeset in rtems [be66bbc1]5 by Daniel Hellstrom <daniel@…>
leon, grspw: rxPktSize must set DMA RX max length

12/31/14:

09:56 Changeset in rtems [cf36b70]4.115 by Sebastian Huber <sebastian.huber@…>
IMFS: Replace node union with individual struct This reduces the average node size. Add and use IMFS_GENERIC_INITIALIZER().

12/24/14:

03:53 Ticket #2139 (rtems_rfs_format() can return 0 (indicating success) erroneously) closed by Nick Withers <nick.withers@…>
fixed: In 86364e8c6ae55f7f15f426aefe8c260d96a3efc0/rtems: […]
03:40 Ticket #2128 ([Patch] io.h: Use uint32_t and co. instead of "unsigned int") closed by Nick Withers <nick.withers@…>
fixed: In 2d5c48691453a05ffb3a264f75e71490166f819a/rtems: […]
03:35 Ticket #2095 (Need to add export RTEMS_MAKEFILE_PATH explanation to all the README) closed by Gedare Bloom
wontfix: The switch to waf builds in these repos obviates documenting the old approach. At best, the doc should not use hard-coded paths but just refer users to export the variable.
03:31 Ticket #2067 (Algorithm to determine max. PCI bus number is incorrect) closed by Gedare Bloom
fixed: Patch reformatted to fix whitespace and applied to master and release branches 4.10 and 4.9
03:27 Changeset in rtems [0863e8e3]4.10 by Till Strauman <strauman@…>
pc386: scan all functions of multi-function PCI devices The current algorithm scans all PCI busses (0..ff) and all devices (0..31) on each bus for bridges and determines the maximum of all subordinate busses encountered. However, the algorithm does not scan all functions present in multi-function devices -- I have a PCI express root complex (82801H) where multiple (non-zero index) functions are 'PCI bridges' whose subordinate bus number is missed by the original algorithm. This commit makes sure that the scan is extended to all functions of multi-function devices. See #2067
03:27 Changeset in rtems [2573e69]4.115 by Till Strauman <strauman@…>
pc386: scan all functions of multi-function PCI devices The current algorithm scans all PCI busses (0..ff) and all devices (0..31) on each bus for bridges and determines the maximum of all subordinate busses encountered. However, the algorithm does not scan all functions present in multi-function devices -- I have a PCI express root complex (82801H) where multiple (non-zero index) functions are 'PCI bridges' whose subordinate bus number is missed by the original algorithm. This commit makes sure that the scan is extended to all functions of multi-function devices. See #2067
03:27 Changeset in rtems [e446d32]4.9 by Till Strauman <strauman@…>
pc386: scan all functions of multi-function PCI devices The current algorithm scans all PCI busses (0..ff) and all devices (0..31) on each bus for bridges and determines the maximum of all subordinate busses encountered. However, the algorithm does not scan all functions present in multi-function devices -- I have a PCI express root complex (82801H) where multiple (non-zero index) functions are 'PCI bridges' whose subordinate bus number is missed by the original algorithm. This commit makes sure that the scan is extended to all functions of multi-function devices. See #2067
03:16 Ticket #1905 (Make rtems_dhcp_failsafe() run time configurable) closed by Peter Dufault <dufault@…>
fixed: In da10694a489a51534ba189417defbea4162cfd8f/rtems: […]
03:14 Changeset in rtems [da10694]4.115 by Peter Dufault <dufault@…>
libnetworking: Make rtems_dhcp_failsafe() run time configurable rtems_dhcp_failsafe() can be configured at compile time with various options. This change makes it possible to instead configure it at runtime. This will make it marginally larger. I haven't measured the difference but I'll guess it's in the lower hundreds of bytes. The change could be modified to leave it either compile time or run time configurable, I prefer the simplicity of a single method. closes #1905
03:01 Ticket #1551 (The fileio sample does not mount FAT partitions) closed by Gedare Bloom
fixed: [b5b1f444/rtems]

12/23/14:

20:32 TBR/Website/FAQ edited by Amar Takhar
Update link. (diff)
13:18 Changeset in rtems [3e2647a7]4.115 by Sebastian Huber <sebastian.huber@…>
powerpc: AltiVec? and FPU context support Add AltiVec? and FPU support to the Context_Control in case we use the e6500 multilib. Add PPC_MULTILIB_ALTIVEC and PPC_MULTILIB_FPU multilib defines. Add non-volatile AltiVec? and FPU context to Context_Control. Add save/restore of non-volatile AltiVec? and FPU to _CPU_Context_switch(). Add save/restore of volatile AltiVec? and FPU context to the exception code. Adjust data cache optimizations for the new context and cache line size.
11:27 Changeset in rtems [2e19bfd]4.115 by Sebastian Huber <sebastian.huber@…>
powerpc: Use PPC_HAS_FPU Provide floating point context support only if PPC_HAS_FPU == 1.
10:46 Changeset in rtems [0d0095f1]4.115 by Sebastian Huber <sebastian.huber@…>
powerpc: Add PPC_STACK_ALIGN_POWER Simplify PPC_STACK_ALIGNMENT definition.
10:38 Changeset in rtems [7c16e1a5]4.115 by Sebastian Huber <sebastian.huber@…>
powerpc: Set PPC_DEFAULT_CACHE_LINE_SIZE for e6500
10:34 Changeset in rtems [84d3b9b0]4.115 by Sebastian Huber <sebastian.huber@…>
powerpc: Use PPC_DEFAULT_CACHE_LINE_SIZE Use it for the default PPC_CACHE_ALIGNMENT. Use it for PPC_STRUCTURE_ALIGNMENT.
10:05 Changeset in rtems [7f28f237]4.115 by Sebastian Huber <sebastian.huber@…>
powerpc: Delete _CPU_IRQ_info
09:32 Changeset in rtems [cfe6d05e]4.115 by Sebastian Huber <sebastian.huber@…>
capture: Fix lock initialization
08:53 Changeset in rtems [71b611d]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: ppc_exc_initialize_interrupt_stack()
07:30 Changeset in rtems [7bad672]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Add TMR access macros
07:28 Changeset in rtems [2a4f9d7]4.115 by Sebastian Huber <sebastian.huber@…>
smp: Add and use _SMP_Should_start_processor()

12/22/14:

14:10 Changeset in rtems [ad0743db]4.115 by Sebastian Huber <sebastian.huber@…>
smptests/smpmrsp01: Update run indicator only once On the Freescale T2080 the excessive concurrent write/read lead to a livelock condition.
10:46 Changeset in rtems [bb7bd148]4.115 by Sebastian Huber <sebastian.huber@…>
powerpc: Use alternate time base for CPU counter
10:33 Changeset in rtems [c32a128]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Add cache size functions
09:31 Changeset in rtems [7d26f60]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Delete C pre-processor warning Do not warn about not implemented cache functions.
09:14 Changeset in rtems [691cc20]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Fix nanoseconds extension
06:43 Changeset in rtems [a532301c]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Increase MAS0[ESEL] width
06:26 Changeset in rtems [06251bb]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/u-boot: Add optional text and data sections
06:15 Changeset in rtems [b3ed66a]4.115 by Sebastian Huber <sebastian.huber@…>
libtests/crypt01: Increase stack size
00:50 Changeset in rtems [ee870077]4.115 by Chris Johns <chrisj@…>
Panic on RTEMS_FAST_MUTEX network semaphore claim/release. Fix the code to panic rather than perform a bad access if the network semaphore is accessed without the stack being intialised. Closes #2229.

12/21/14:

23:39 Ticket #2229 (Network stack semaphore claim/release not protected for direct SCORE ...) created by Chris Johns
The network semaphore is currently built with RTEMS_FAST_MUTEX and a …
19:12 Changeset in rtems [c625a641]4.115 by Sebastian Huber <sebastian.huber@…>
Filesystem: Delete node type operation Use the fstat handler instead.

12/19/14:

19:29 GSoC/GettingStarted edited by Gedare Bloom
Point out the vagrant support, remove the link to the unsupported VM images. (diff)
19:25 GSoC/GettingStarted edited by Gedare Bloom
Rewrite to use RSB, tweak some wording. (diff)
17:17 Ticket #2059 (doc: Need documentation for Red-Black Trees.) closed by Gedare Bloom <gedare@…>
fixed: In 0a789927c54d63d043ab257378058ce896691dc3/rtems: […]
16:44 Changeset in rtems [0a78992]4.115 by Gedare Bloom <gedare@…>
doc: add some red-black tree documentation closes #2059
13:44 Ticket #1728 (Patch for RTEMS-BSP m68k/mcf5225x) closed by Amar Takhar
invalid: Closing as we cannot get ahold of the original submitter and do not have a patch. If anyone has a copy please attach it to the ticket.
12:06 Changeset in rtems [0e05095a]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Add MAS7 support for MMU This enables usage of the full real address space which is 40-bit on the T2080 for example.
12:05 Changeset in rtems [c279d0a3]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Use e500 exc categories for e6500 This is not correct, but works for now.
11:13 Changeset in rtems [494df99f]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Support for 64 byte cache lines
11:12 Changeset in rtems [5175ac6a]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Support a cache alignment of 64 Give the BSP the ability to define PPC_CACHE_ALIGNMENT.
11:11 Changeset in rtems [f6660bfb]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Support e6500 indentification
11:07 Changeset in rtems [fca58924]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/mpc83xx: Fix warnings
08:00 Changeset in rtems [b79f98f]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/u-boot: Update due to API changes
04:29 Ticket #2178 (Classic API semaphore counts are wrong in confdefs.h) closed by Gedare Bloom
fixed
04:22 Ticket #2126 (building rtems) closed by Gedare Bloom
worksforme
04:21 Ticket #2097 (Add a README for the RTEMS tools git) closed by Gedare Bloom
wontfix
04:07 Ticket #1366 (Telnet client resets connection with telnetd during long commands) closed by Gedare Bloom
wontfix
Note: See TracTimeline for information about the timeline view.