Timeline



02/07/14:

14:42 Developer/Eclipse/Plugin edited by Sh
/* Plug-In Installation */ (diff)
08:53 Changeset in rtems [bab16de2]4.115 by Sebastian Huber <sebastian.huber@…>
score: Change debug helper functions Rename rtems_internal_error_description() to rtems_internal_error_text(). Rename rtems_fatal_source_description() to rtems_fatal_source_text(). Rename rtems_status_code_description() to rtems_status_text(). Remove previous implementation of rtems_status_text().
08:32 Changeset in rtems [847fc79]4.115 by Sebastian Huber <sebastian.huber@…>
Revert "bsp/leon3: New BSP variant leon3_qemu" This reverts commit 7579e255127ee0cf04901bbab6c1538559053508. Improve QEMU to support AMBA plug and play instead.
07:55 Changeset in rtems [01794eb]4.115 by Sebastian Huber <sebastian.huber@…>
score: Format _Thread_Get_maximum_internal_threads

02/06/14:

18:59 Changeset in rtems [6e6adafa]4.115 by Jennifer Averett <jennifer.averett@…>
posix: Add pthread_attr_t methods to get/set affinity. This patch adds the following methods: + pthread_attr_get_affinity_np + pthread_attr_set_affinity_np
18:56 Changeset in rtems [baa426a]4.115 by Jennifer Averett <jennifer.averett@…>
posix: Add support method to compare two pthread attribute structures.
18:51 Changeset in rtems [13ab94b]4.115 by Jennifer Averett <jennifer.averett@…>
spcpuset01: Add check for sys/cpuset.h. If <sys/cpuset.h> is not provided by the toolset, the test cannot be compiled.
18:42 Changeset in rtems [9db8705]4.115 by Jennifer Averett <jennifer.averett@…>
score: Add cpuset support to Score. This new Score Handler provides a structure to manage a cpu_set_t plus helper routines to validate the contents against the current system configuration.
07:39 Changeset in rtems [224b888]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Declare bsp_debug_uart_init() in header Do not return a status.

02/05/14:

21:49 Developer/SMP edited by Sh
/* Future Directions */ http://git.rtems.org/rtems/commit/?id=558cc8ddb73c42bcf3de7bf7e2576ffc01f15699 (diff)
16:17 Changeset in rtems [3c236cc]4.115 by Daniel Hellstrom <daniel@…>
LEON PCI: fix for PCI host bridge driver CFG space access
16:00 Changeset in rtems [920a43e]4.115 by Sebastian Huber <sebastian.huber@…>
rtems: Add rtems_status_code_description()
14:41 Changeset in rtems [558cc8d]4.115 by Sebastian Huber <sebastian.huber@…>
score: _CPU_Context_switch_to_first_task_smp() Delete _CPU_Context_switch_to_first_task_smp() and use _CPU_Context_restore() instead.
14:27 Changeset in rtems [1c1c2a0]4.115 by Sebastian Huber <sebastian.huber@…>
bsps: Delete unused bsp_smp_delay()
14:26 Changeset in rtems [36a52ab]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Avoid magic delays for IPI broadcast
14:15 Changeset in rtems [3d77001]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Fix SMP initialization Avoid usage of the same stack area by multiple secondary processors at the same time. Avoid magic delay loops.
12:59 Changeset in rtems [3ef2d17]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Install IPI handler early Install inter-processor interrupt (IPI) handler before secondary CPUs are started. This ensures that secondary CPUs fetch the newly installed handler. Remove superfluous return statement.
12:53 Changeset in rtems [d212acb7]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Use printk() only if debug is enabled
11:54 Changeset in rtems [67f2a28]4.115 by Sebastian Huber <sebastian.huber@…>
sptests/spsem0[12]: Use rtems_test_exit()
10:36 Changeset in rtems [97cf623d]4.115 by Sebastian Huber <sebastian.huber@…>
sparc: Save/restore only non-volatile context The _CPU_Context_switch() is a normal function call. The following registers are volatile (the caller must assume that the register contents are destroyed by the callee) according to "SYSTEM V APPLICATION BINARY INTERFACE - SPARC Processor Supplement", Third Edition: g1, o0, o1, o2, o3, o4, o5. Drop these registers from the context. Ensure that offset defines match the structure offsets.
10:01 Changeset in rtems [20828099]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/sparc: Fix comment
00:38 Ticket #2170 (pthread_mutex_trylock() erroneously returns EDEADLK) created by Nick Withers
By The Open Group Base Specifications Issue 6, pthread_mutex_trylock() …

02/04/14:

15:48 Changeset in rtems [5ff6a9ca]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/sparc: Remove confusing nop
15:44 Changeset in rtems [f715433]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/sparc: Order load/store by increasing offsets This may increase the cache hit performance.
15:33 Changeset in rtems [a54179d2]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/sparc: Fix comments
07:38 Changeset in rtems-source-builder [56e8d80]4.104.114.95 by Chris Johns <chrisj@…>
config: Add support to build qemu. Qemu requires gettext, glib, libffi, and pixman. DTC is built as a submodule. On Mavrick provide a pkg-config command so avoid needing a pkgconfig. The one here is only just good enough to work. Provide an internal autotools build including libtool so qemu can be built from git.
07:35 Changeset in rtems-source-builder [edf60aa]4.104.114.95 by Chris Johns <chrisj@…>
sb: Do not assume the src is valid.
07:23 Changeset in rtems-source-builder [53b918e]4.104.114.95 by Chris Johns <chrisj@…>
sb: Fix downloader url parsing and add submodule git support. Split the URL by line breaks into separate requests. With git reset the repo with each run. First perform a hard reset to remove any local patches and then switch back to master incase the repo was left on a branch or a detached head.
07:22 Changeset in rtems-source-builder [5601b9c]4.104.114.95 by Chris Johns <chrisj@…>
sb: Add submodule support to the git support.
07:20 Changeset in rtems-source-builder [7c30130]4.104.114.95 by Chris Johns <chrisj@…>
darwin: Default to cc and c++ for Mavrick.
07:19 Changeset in rtems-source-builder [00693f9]4.104.114.95 by Chris Johns <chrisj@…>
config: Default _internal_autotools_path to nil when not an internal build.
07:18 Changeset in rtems-source-builder [d9c1a48]4.104.114.95 by Chris Johns <chrisj@…>
rtems/gcc: Clean up the RSB version message.

02/03/14:

12:52 Changeset in rtems [fe535885]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/v850: Use proper ABI in linkcmds
12:43 Changeset in rtems [e1b96b8]4.115 by Sebastian Huber <sebastian.huber@…>
libtests/block11: Use custom device driver

01/31/14:

18:28 Changeset in rtems [ba386a6]4.115 by Joel Sherrill <joel.sherrill@…>
dosfs/fat.c: Remove use of register keyword
18:28 Changeset in rtems [cfbeaf6]4.115 by Joel Sherrill <joel.sherrill@…>
calloc.c: Remove use of register keyword
17:03 Changeset in rtems [e633f3b]4.115 by Joel Sherrill <joel.sherrill@…>
posix/*.c: Remove use of register keyword
16:55 Changeset in rtems [3a638ce]4.115 by Joel Sherrill <joel.sherrill@…>
rtems/*.c: Remove use of register keyword
14:54 Changeset in rtems [185e46f]4.115 by Jennifer Averett <jennifer.averett@…>
posix: Add POSIX thread affinity attribute support. With the addition of pthread affinity information in pthread_attr_t, the existing code for pthread_attr_t had to be adjusted.
14:13 Changeset in rtems [6dce1621]4.115 by Joel Sherrill <joel.sherrill@…>
bootcard.c: Comment clean up

01/30/14:

15:39 Changeset in rtems-libbsd [45b110f]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Fix legacy MCF548X FEC interface driver
15:39 Changeset in rtems-libbsd [e21bf0d]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
ftpd01: Use DHCP
15:20 Changeset in rtems-libbsd [f702955]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
ftpd01: Update due to API changes
15:01 Changeset in rtems [fd49e3f]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/sparc: Fix linkcmds part of new network stack
14:59 Changeset in rtems-libbsd [821ae67]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
ZONE(9): Make sure the chunks are properly aligned
12:52 Changeset in rtems-libbsd [9449f15]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
mDNS: Import The sources can be obtained via: http://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-544.tar.gz
12:49 Changeset in rtems-libbsd [5638ae8]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
DHCPCD(8): Add automatically generated files
12:44 Changeset in rtems-libbsd [ec37843]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
DHCPCD(8): Add config.h
12:29 Changeset in rtems-libbsd [f2ed769]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
DHCPCD(8): Import Import DHCPCD(8) from: http://roy.marples.name/projects/dhcpcd/ The upstream sources can be obtained via: fossil clone http://roy.marples.name/projects/dhcpcd The imported version is 2014-01-29 19:46:44 [6b209507bb].
09:37 Changeset in rtems [bba0e09]4.115 by Sebastian Huber <sebastian.huber@…>
bsps: Fix barrier section definitions
03:04 Changeset in rtems-source-builder [04aadb6]4.104.114.95 by Chris Johns <chrisj@…>
Check the user's PATH environment variable.
01:58 Changeset in rtems [fa4fe456]4.115 by Nick Withers <nick.withers@…>
Move the flash size probe into bankValidate() Previously, bankValidate() could be called (e.g., BSP_flashWrite() -> regionCheckAndErase() -> argcheck() -> bankValidate()) without the probe having happened. When it then invoked BSP_flashCheckId(), unmapped memory could be read, possibly causing a fatal exception.

01/29/14:

08:29 Changeset in rtems [16a41cc]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add _Thread_Get_maximum_internal_threads()
08:06 Changeset in rtems [6c3517f]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/stm32f4: Use BSP_SMALL_MEMORY for a variant
07:53 Changeset in rtems [c26a945]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/lpc24xx: Fix compile error

01/28/14:

11:10 Changeset in rtems [022851a]4.115 by Sebastian Huber <sebastian.huber@…>
Add thread-local storage (TLS) support Tested and implemented on ARM, m68k, PowerPC and SPARC. Other architectures need more work.
10:52 Changeset in rtems [960fd85]4.115 by Sebastian Huber <sebastian.huber@…>
bsps: Thread-local storage (TLS) for linkcmds
10:49 Changeset in rtems [a49bc35]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add _Heap_Size_with_overhead()
10:32 Changeset in rtems [a850d04]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add _Workspace_Allocate_aligned()
03:02 Changeset in rtems [e5d706c]4.115 by Chris Johns <chrisj@…>
bsp/xilinx_zynq: Support configuraton of memory map. Remove SMP variants. Generate a linker command file from configure letting the user override the defaults to suite their custom needs. Refer to configure.ac for the details. Remove the SMP variants and let --enable-smp control if a BSP is built for SMP. Make USE_FAST_IDLE 1 only for the realview qemu BSP.

01/27/14:

19:55 Changeset in rtems [039a189d]4.115 by Jennifer Averett <jennifer.averett@…>
sapi: Moved smp initialization and added cpuset initilization. SMP must be initialized in order to know the current set of cores available. Without this, you cannot initialize the default cpu_set_t associated with Classic API tasks and POSIX threads.

01/24/14:

15:37 Changeset in rtems-libbsd [4c3433b]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Documentation
14:49 Changeset in rtems-libbsd [bc78466]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Add Makefile.todo
12:27 Changeset in rtems-libbsd [8118e8e]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Create "/etc" in rtems_bsd_initialize()
10:12 Changeset in rtems-libbsd [f7fe399]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
DHCPCD(8): Add namespace header
Note: See TracTimeline for information about the timeline view.