Timeline



12/09/19:

20:59 Changeset in rtems-docs [01be513]5 by Joel Sherrill <joel@…>
user/hardware/tiers.rst: Merge info from Wiki. Tiers had a write up on the Wiki which was similar but different. Merged content from the Wiki which allows the Wiki page to be deleted. closes #3831.
15:03 Changeset in rtems [32991495]5 by Sebastian Huber <sebastian.huber@…>
score: Statically allocate idle/MPCI stacks Place idle and MPCI stacks into extra linker sections. This can be optionally used by applications to control the placement of the stacks. Update #3835.
13:48 Changeset in rtems [01d5944]5 by Sebastian Huber <sebastian.huber@…>
score: Move thread stack allocation Move thread stack allocation to caller side of _Thread_Initialize(). Update #3835.
13:33 Changeset in rtems [4c9deb6c]5 by Sebastian Huber <sebastian.huber@…>
score: Add _Stack_Extend_size() Update #3835.
12:57 Changeset in rtems [a08dcb2]5 by Sebastian Huber <sebastian.huber@…>
score: Add Thread_Configuration Add the Thread_Configuration structure to reduce the parameter count of _Thread_Initialize(). This makes it easier to add more parameters in the future. It simplifies the code generation since most architectures do not have that many registers available for function parameters. Update #3835.
09:12 Changeset in rtems [f4dbf37d]5 by Sebastian Huber <sebastian.huber@…>
score: Simplify TLS area allocation Use the stack area to allocate the TLS area. Update #3835.
09:09 Ticket #3835 (Support statically allocated threads) created by Sebastian Huber
In some applications it is desirable to have statically allocated …
08:55 Ticket #3834 (Simplify clock driver) created by Sebastian Huber
Use a system initialization handler to initialize the clock driver …
08:53 Ticket #3833 (Simplify RTEMS semaphore configuration) created by Sebastian Huber
In SMP configurations, the maximum count of MrsP semaphores must be …
07:52 Changeset in rtems [5e589d96]5 by Sebastian Huber <sebastian.huber@…>
userext: Fix configuration

12/07/19:

19:30 Changeset in rtems [cc466a5]5 by Sebastian Huber <sebastian.huber@…>
score: Optimize _TLS_Get_size()
15:50 Changeset in rtems [fc398fd]5 by Sebastian Huber <sebastian.huber@…>
score: Simplify FP context allocation Use the stack area to allocate the FP context. This considerably simplifies the application configuration since the task count no longer influences the configured work space size. With this change the stack space size is overestimated since an FP context for each thread is accounted. Memory constraint applications can use the stack size for fine tuning. Update #3835.
15:30 Changeset in rtems [0e1ac917]5 by Sebastian Huber <sebastian.huber@…>
score: Remove _Stack_Ensure_minimum() call This call is superfluous since _Thread_Initialize() will do this also. Update #3835.
15:28 Changeset in rtems [0bde56b]5 by Sebastian Huber <sebastian.huber@…>
score: Simplify thread stack free Update #3835.
15:00 Changeset in rtems [a0211fc9]5 by Sebastian Huber <sebastian.huber@…>
score: Simplify thread stack allocation Remove superfluous Thread_Control::Start::stack member. Update #3835.
11:06 Changeset in rtems [46865542]5 by Sebastian Huber <sebastian.huber@…>
rtems: Simplify semaphore configuration The MrsP semaphore implementation predates the addition of self-contained synchronization objects. At this time, the potential memory reduction was justified considering the more complex configuration and additional use of the workspace. With the availability of self-contained synchronization options, e.g. POSIX mutexes, this is no longer justified. Memory constrained applications should use the self-contained synchronization objects. Remove the CONFIGURE_MAXIMUM_MRSP_SEMAPHORES configuration option. This has only an impact on applications which use SMP and a large number of scheduler instances. Update #3833.
10:48 Changeset in rtems [01f8c12e]5 by Sebastian Huber <sebastian.huber@…>
rtems: Optimize semaphore control block Move variant, discipline, and global information to flags stored in a node pointer of active semaphores. Update #3833.

12/06/19:

19:24 Changeset in rtems [bf39a9e]5 by Sebastian Huber <sebastian.huber@…>
score: Remove superfluous FP types/defines Update #3835.
08:07 Ticket #3832 (ARM interrupt support does not allow handling of FPU exceptions) created by Sebastian Huber
Several ARM floating point units provide implementation defined means …

12/05/19:

18:22 Changeset in rtems [bb99cd0d]5 by Sebastian Huber <sebastian.huber@…>
clock: Simplify driver initialization Use a system initialization handler instead of a legacy IO driver. Update #3834.
14:51 Changeset in rtems [a6b2080]5 by Sebastian Huber <sebastian.huber@…>
clock: Remove Clock_exit() from API This function is no longer supported by the standard clock driver implementation (clockimpl.h). Update #3436.
14:14 Changeset in rtems [5ae6112]5 by Sebastian Huber <sebastian.huber@…>
userext: Simplify configuration Avoid the use of the workspace and use statically allocated switch controls for the initial extensions.
11:58 Changeset in rtems-source-builder [ceb811f]5 by Sebastian Huber <sebastian.huber@…>
6: Use external SIS instead of GDB simulator
08:01 Changeset in rtems-source-builder [443b8ce]5 by Chris Johns <chrisj@…>
sb/getsources: Fix the repo_mail reference.
07:01 Changeset in rtems-source-builder [6efd343a]5 by Chris Johns <chrisj@…>
sb/getsources: Macro right hand values need to be strings.
06:51 Changeset in rtems [1380c822]5 by Sebastian Huber <sebastian.huber@…>
bsp/xen: Use BSP options for all linkcmds vars Update #3818.
06:18 Changeset in rtems-tools [29ad0ec7]5 by Sebastian Huber <sebastian.huber@…>
tester: Prefer '_' as test state separator char
06:08 Changeset in rtems [d0b704b0]5 by Sebastian Huber <sebastian.huber@…>
libtest: Change expected pass state string Use separator character '_' for all test states.
05:27 Changeset in rtems-source-builder [ad5d3af]5 by Chris Johns <chrisj@…>
sb: VERSION may not contain a release path or hashes

12/04/19:

14:53 Changeset in rtems-docs [304c17c]5 by Jeff Kubascik <jeff.kubascik@…>
bsp/xen: Add information on Xen/ARM BSP Add a README for the new xen bsp.
14:29 Changeset in rtems [4c30acf]5 by Jeff Kubascik <jeff.kubascik@…>
bsp/xen: Create BSP Create the Xen BSP for Xen on ARM.
14:29 Changeset in rtems [b51a1d0]5 by Jeff Kubascik <jeff.kubascik@…>
bsps/arm: Unmask generic timer in interrupt handler Xen will mask the virtual timer before injecting the interrupt to the guest.
14:29 Changeset in rtems [001cd9bd]5 by Jeff Kubascik <jeff.kubascik@…>
bsps/arm: Add zImage boot header Xen currently only supports the zImage loader for 32 bit guests on ARM targets.
08:03 Changeset in rtems-source-builder [c11d142]5 by Sebastian Huber <sebastian.huber@…>
6: Update unstable RTEMS 6 tool chain

12/03/19:

15:07 Ticket #3831 (Duplicate description of Tiers and Rules) created by Joel Sherrill
I think …
10:53 Ticket #3830 (Build problems with user names which contain space characters) closed by Sebastian Huber <sebastian.huber@…>
fixed: In e26d86f/rtems-source-builder: […]
07:16 Changeset in rtems-source-builder [e26d86f]5 by Sebastian Huber <sebastian.huber@…>
Use user ID number instead of name This helps to avoid issues with user names which contain space characters. Close #3830.
07:14 Ticket #3830 (Build problems with user names which contain space characters) created by Sebastian Huber
The RSB uses the user name as path components. This does not work well …
05:53 Ticket #3781 (RSB crashes in case the host as an unreadable directory in "/") closed by Sebastian Huber <sebastian.huber@…>
fixed: In 784f518/rtems-source-builder: […]

12/02/19:

19:57 Ticket #3829 (4.10: PIP Corruption) created by Gedare Bloom
The 4.10 priority inheritance protocol was modified in #3359. This …
08:45 Changeset in rtems-source-builder [784f518]5 by Sebastian Huber <sebastian.huber@…>
Be more resilient against $PATH errors Close #3781.
08:22 Changeset in rtems-source-builder [70796d6]5 by Sebastian Huber <sebastian.huber@…>
5: Update rtems-tools Pick up bin2c improvements.
07:59 Ticket #3828 (Switch over to new build system) created by Sebastian Huber
During a four month period every RTEMS user is encouraged to test its …
07:14 Changeset in rtems [a6879a4]5 by Sebastian Huber <sebastian.huber@…>
testsuites: Remove rtems_test_pause*() The rtems_test_pause() and rtems_test_pause_and_screen_number() macros had different implementations depending on the RTEMS_TEST_NO_PAUSE define. This define was defined to 1 by default. The user was able to change this via the undocumented --disable-test-no-pause configure command line option. Pausing tests and waiting for user input contradicts the goal of having automated test runs. Remove this feature. Update #3818.
05:43 Changeset in rtems-tools [83b8f1f]5 by Sebastian Huber <sebastian.huber@…>
bin2c: Improve file name sanitation Only use alpha-numeric characters for header guards.

11/30/19:

10:52 Changeset in rtems [9c29cb5]5 by Sebastian Huber <sebastian.huber@…>
libtest: Change expected fail state string Use the value expected by the RTEMS Tester. There are two separator characters used ('-' and '_') for the states. This is a bit inconsistent.

11/29/19:

18:01 Changeset in rtems [f4fda72]5 by Sebastian Huber <sebastian.huber@…>
Regenerate headers.am
13:17 Changeset in rtems-source-builder [a1dcc3c]5 by Hesham Almatary <Hesham.Almatary@…>
5: Update the hash for the new rtems-tools revision Fixes #3827
12:34 Ticket #3827 (make fail following quickstart guide) closed by Hesham Almatary <Hesham.Almatary@…>
fixed: In f0c30c5/rtems-source-builder: […]
11:49 Changeset in rtems-source-builder [f0c30c5]5 by Hesham Almatary <Hesham.Almatary@…>
5: Update rtems-tools Fixes #3827
07:42 Changeset in rtems-docs [f0864b3]5 by Pragnesh Patel <pragnesh.patel@…>
user: Add frdme310arty BSP varient Signed-off-by: Pragnesh Patel <pragnesh.patel@…> Update #3785.
00:19 Changeset in rtems [44cd706] by Joel Stanley <joel@…>
Revert "jffs2: Fix possible null-pointer dereferences in jffs2_add_frag_to_fragtree()" This reverts commit f2538f999345405f7d2e1194c0c8efa4e11f7b3a. The patch stopped JFFS2 from being able to mount an existing filesystem with the following errors: jffs2: error: (77) jffs2_build_inode_fragtree: Add node to tree failed -22 jffs2: error: (77) jffs2_do_read_inode_internal: Failed to build final fragtree for inode #5377: error -22 Fixes: f2538f999345 ("jffs2: Fix possible null-pointer dereferences...") Cc: stable@… Suggested-by: Hou Tao <houtao1@…> Signed-off-by: Joel Stanley <joel@…> Signed-off-by: Richard Weinberger <richard@…>

11/28/19:

22:37 Ticket #3827 (make fail following quickstart guide) created by md403
I am attempting to follow the quickstart guide. Host: Macbook Pro 2.3 …
07:41 Changeset in rtems-source-builder [f3b44b2]5 by Sebastian Huber <sebastian.huber@…>
5: Fix Newlib version for GCC 7.5

11/27/19:

15:25 Changeset in rtems [ae716da7]5 by Sebastian Huber <sebastian.huber@…>
ada/sp19: Add m4 generated sptest.adb Update #3818.
11:02 Changeset in rtems [8f6b7abd]5 by Sebastian Huber <sebastian.huber@…>
Move feature macro before "config.h" include This allows to use header includes in "config.h" to reduce the build configuration checks. Update #3818.
10:41 Changeset in rtems [1fca1665]5 by Sebastian Huber <sebastian.huber@…>
testsuites/ada: Introduce init.c files Provide an init.c for each Ada test instead of the #include <config.h> magic which works only due to hand crafted include paths. Update #3818.

11/26/19:

07:35 Ticket #3823 (Untar_ family doesn't handle nested directories) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 4551f5f/rtems: […]
07:07 Changeset in rtems [4551f5f]5 by Sebastian Huber <sebastian.huber@…>
untar: Properly make parent path Close #3823.
06:33 Ticket #3823 (Untar_ family doesn't handle nested directories) reopened by Sebastian Huber
I added a test case and noticed, that the path creation is still broken.

11/25/19:

14:33 Changeset in rtems [4a05652]5 by Sebastian Huber <sebastian.huber@…>
libtests/dl*: Rename source files Rename source files to use a %.c -> %.o and %.cc -> %.o pattern. Use *.cc for C++ source files instead of *.cpp to be in line with other C++ source files. Update #3818.
12:01 Changeset in rtems [5c2e7104]5 by Sebastian Huber <sebastian.huber@…>
libtests: Use '-' for TAR file names Use uniform pattern for all TAR file names. Use the dl* tests as a template. Update #3818.
10:45 Ticket #3823 (Untar_ family doesn't handle nested directories) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 2de05dd/rtems: […]
10:41 Changeset in rtems [b8b954a]5 by Sebastian Huber <sebastian.huber@…>
libtests/dl*: Use rtems_tarfs_load() Use rtems_tarfs_load() instead of Untar_FromMemory() to reduce the memory demands of the tests.
09:39 Changeset in rtems [234d155e]5 by Sebastian Huber <sebastian.huber@…>
linkersets: Revert to zero-length arrays This partially reverts commit 7ec08391fee73d7a25855089f4996f3c4f448007. Since the RTEMS_DEFINE_GLOBAL_SYMBOL_IN_SECTION() cannot control the alignment of the symbol it cannot be used to define the begin of a linker set. File scope basic asm statements cannot have operands, so there is no way to specify the desired alignment.
09:38 Changeset in rtems [4fcc53a]5 by Sebastian Huber <sebastian.huber@…>
Document RTEMS_DEFINE_GLOBAL_SYMBOL_IN_SECTION()
08:45 Changeset in rtems [2497a46a]5 by Daniel Hellstrom <daniel@…>
sparc,leon: avoid triggering LEON3FT errata TN-0009 Update #4154.
08:45 Changeset in rtems [89d90c0] by Daniel Hellstrom <daniel@…>
sparc,leon: avoid triggering LEON3FT errata TN-0009 Close #4336.
08:39 Changeset in rtems [e9fdcd79]5 by Sebastian Huber <sebastian.huber@…>
psxinttypes01: Remove invalid test cases The functions expect a valid string as input according to POSIX. On systems with a NULL pointer protection the test cases ended up in exceptions.
Note: See TracTimeline for information about the timeline view.