Timeline



09/18/19:

23:41 Changeset in rtems-source-builder [83e0c3d]5 by Chris Johns <chrisj@…>
rtems/automake: Remove patch as it has moved to bare/devel.
23:40 Changeset in rtems-source-builder [841120e]5 by Chris Johns <chrisj@…>
sb: Detect duplicate adds of patches.
11:39 Changeset in rtems-libbsd [13f34a7]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
NVME(4): Add support for SGL Update #3821.
11:39 Changeset in rtems-libbsd [ab4be9e]5 by Sebastian Huber <sebastian.huber@…>
NVME(4): Add support for SGL Update #3821.
05:59 Changeset in rtems-source-builder [129e576]5 by Sebastian Huber <sebastian.huber@…>
6: Update unstable RTEMS 6 tool chain
05:34 Changeset in rtems-source-builder [bf7b4ad]5 by Sebastian Huber <sebastian.huber@…>
automake-1.12.6: Fix build issues Patch copied from "rtems/config/tools/rtems-automake-1.12.6-1.cfg".

09/17/19:

20:46 Changeset in rtems [a4e96cf]5 by Vijay Kumar Banerjee <vijaykumar9597@…>
bsps/beagle: register i2c device at initialization

09/15/19:

22:21 Changeset in rtems-source-builder [5f8841d]5 by Chris Johns <chrisj@…>
darwin: Update gcc-9.2.0-newlib-6661a67 to include sed and darwin patches

09/14/19:

23:48 Ticket #3797 (Add LLVM as a package) created by Chris Johns
Add 5/rtems-llvm to build LLVM for supported hosts. This can used …
07:02 Changeset in rtems-source-builder [9725bad]5 by Chris Johns <chrisj@…>
sb/check-command: Add a check command wrapper
07:01 Changeset in rtems-source-builder [5684292]5 by Chris Johns <chrisj@…>
bare/pcre: Add PCRE 8.40

09/12/19:

12:48 Changeset in rtems [0ed294b6]5 by Daniel Hellstrom <daniel@…>
leon3: avoid dependency on apbuart/timer driver Moves drvmgr_drivers[] from amba.c to a separate file in order to avoid the dependecy on APBUART/GPTIMER drivers. This has an effect when user configured not to use timer or uart in their project. Update #4309.
12:48 Changeset in rtems [b57436c] by Daniel Hellstrom <daniel@…>
leon3: avoid dependency on apbuart/timer driver Moves drvmgr_drivers[] from amba.c to a separate file in order to avoid the dependecy on APBUART/GPTIMER drivers. This has an effect when user configured not to use timer or uart in their project.
10:09 Changeset in rtems-source-builder [4b7af07]5 by Chris Johns <chrisj@…>
5/llvm: Add LLVM as a package for RTEMS. - Add '%source download <source>' to only download the source and do not unpack and prep. This can used when a package internally needs another source package. - Install the staging root only if it is present. A package may internally build another package that is not staged as it is not suitable for installing. Updates #3250 Updatew #3797
10:07 Changeset in rtems-source-builder [b3b5ca9e]5 by Chris Johns <chrisj@…>
sb/setbuilder: Add a trace to help installing.
04:38 Ticket #3796 (docs/develenv directory structure bitrot) created by Gedare Bloom
The directory structure described in the Development Environment Guide …

09/11/19:

12:55 Changeset in rtems-libbsd [4e1cccf]5 by Sebastian Huber <sebastian.huber@…>
NVME(4): Optimize data transfer Update #3821.
12:55 Changeset in rtems-libbsd [d97f171]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
NVME(4): Optimize data transfer Update #3821.
12:10 Changeset in rtems-libbsd [b152932]5 by Sebastian Huber <sebastian.huber@…>
PCI(4): Disable unsupported features
12:10 Changeset in rtems-libbsd [cb02e72]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
PCI(4): Disable unsupported features
09:10 Changeset in rtems-libbsd [623e179]5 by Sebastian Huber <sebastian.huber@…>
NVD(4): Add RTEMS-specific NVMe disk driver Update #3821.
09:10 Changeset in rtems-libbsd [e7291f7]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
NVD(4): Add RTEMS-specific NVMe disk driver Update #3821.
08:18 Changeset in rtems-libbsd [7b1aea9]5 by Sebastian Huber <sebastian.huber@…>
Add wrapper for strndup()
08:18 Changeset in rtems-libbsd [d1c8a7f]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Add wrapper for strndup()

09/10/19:

21:49 Ticket #3795 (RTEMS Source Builder | README | Broken link) created by Wendell P Silva
The RTEMS source builder README file refers to wrong link - …
17:53 Changeset in rtems [8798372]5 by Joel Sherrill <joel@…>
Correct initial POSIX signals mask + Modify POSIX thread create extension to ensure expected initial signal mask is provided to system threads, initial tasks and threads, and inheritied by tasks and threads. + Adds psxsignal07 to verify functionality when using a POSIX Initialization thread and POSIX threads. + Adds psxsignal08 to verify functionality when using a Classic API Initialization task and Classic API tasks. Closes #3794.
17:53 Ticket #3794 (Initial POSIX Signals Mask Incorrect) created by Joel Sherrill
RTEMS initial signal mask for the "process" does not match the …
12:34 Changeset in rtems-tools [9d16a17]5 by Sebastian Huber <sebastian.huber@…>
record: Add support for user defined event names
10:51 Changeset in rtems-source-builder [2ac9bc9]5 by Sebastian Huber <sebastian.huber@…>
5: Update RTEMS tools Fix rtems-record-lttng issue on macOS.
10:48 Changeset in rtems [94d5b6ea]5 by Luc Michel <luc.michel@…>
libfdt.h: add explicit cast from void* to uint8_t* in fdt(32|64)_st Including libfdt.h in a C++ project fails during compilation with recent version of GCC or Clang. This simple example: extern "C" { #include <libfdt.h> } int main(void) { return 0; } leads to the following errors with GCC 9.1.0: /usr/include/libfdt.h: In function ‘void fdt32_st(void*, uint32_t)’: /usr/include/libfdt.h:139:16: error: invalid conversion from ‘void*’ to ‘uint8_t*’ {aka ‘unsigned char*’} [-fpermissive] 139 | uint8_t *bp = property; | ~ | | | void* /usr/include/libfdt.h: In function ‘void fdt64_st(void*, uint64_t)’: /usr/include/libfdt.h:163:16: error: invalid conversion from ‘void*’ to ‘uint8_t*’ {aka ‘unsigned char*’} [-fpermissive] 163 | uint8_t *bp = property; | ~ | | | void* This commit adds an explicit cast to uint8_t* to fix this issue. Signed-off-by: Luc Michel <luc.michel@…> Message-Id: <20190910104824.1321594-1-luc.michel@…> Signed-off-by: David Gibson <david@…>
10:10 Changeset in rtems-tools [12bd8f7]5 by Sebastian Huber <sebastian.huber@…>
record: Fix use of std::min Update #3665.
09:09 Changeset in rtems-source-builder [0340c8a]5 by Sebastian Huber <sebastian.huber@…>
5: Update RTEMS tools Fix rtems-record-lttng issues on Windows. Close ##3793.
08:04 Changeset in rtems-tools [a2e7158]5 by Sebastian Huber <sebastian.huber@…>
record: Windows compatibility Update #3665.
07:21 Changeset in rtems [c1a1f2c]5 by Sebastian Huber <sebastian.huber@…>
Add rtems_version_control_key_is_valid()

09/09/19:

14:31 Ticket #3783 (MSYS2 RSB build error) closed by zhengxiaojun
fixed: This error is the same as #3972, #3972 has been fixed.
12:42 Changeset in rtems [b825e21] by Konstantin Belousov <kib@…>
Initialize timehands linkage much earlier. Reported and tested by: trasz Sponsored by: The FreeBSD Foundation MFC after: 1 week
12:42 Changeset in rtems [bc9c0e0]5 by Konstantin Belousov <kib@…>
Initialize timehands linkage much earlier. Reported and tested by: trasz Sponsored by: The FreeBSD Foundation MFC after: 1 week
11:29 Changeset in rtems [402dafa4]5 by Konstantin Belousov <kib@…>
Make timehands count selectable at boottime. Tested by: O'Connor, Daniel <darius@…> Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D21563 This patch was modified by Sebastian Huber <sebastian.huber@…> to adjust it for RTEMS. See comment in the patch.
11:29 Changeset in rtems [71b71d6] by Konstantin Belousov <kib@…>
Make timehands count selectable at boottime. Tested by: O'Connor, Daniel <darius@…> Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D21563 This patch was modified by Sebastian Huber <sebastian.huber@…> to adjust it for RTEMS. See comment in the patch.
11:07 Changeset in rtems-source-builder [7ca09f6]5 by Sebastian Huber <sebastian.huber@…>
6: Update unstable RTEMS 6 tool chain

09/06/19:

12:31 Changeset in rtems [eaa415b2]5 by Sebastian Huber <sebastian.huber@…>
rtems: Make rtems_version_control_key() safer Return the empty string instead of a NULL pointer if no version key is available.
07:29 Changeset in rtems-tools [5d80d0b]5 by Sebastian Huber <sebastian.huber@…>
record: Optionally use LLVM to resolve addresses Update #3665.
01:59 Ticket #3793 (trace record tool does not build on Windows) created by Chris Johns
The error is: […] This is with the version the RSB is using
01:53 Ticket #3792 (RSB fails to build on MSYS2) closed by Chris Johns <chrisj@…>
fixed: In d8b2719/rtems-source-builder: […]
00:42 Changeset in rtems-source-builder [d8b2719]5 by Chris Johns <chrisj@…>
sb/config: Escape double quotes on Windows for shell macros Closes #3792

09/05/19:

22:25 Changeset in rtems-source-builder [05f469b]5 by Chris Johns <chrisj@…>
freebsd: SVN is optional.
14:02 Ticket #3792 (RSB fails to build on MSYS2) created by Jeff Mayes
Fresh install of Windows 10, with updates. Then installed MSYS2 as …
08:23 Changeset in rtems-tools [f8f91d6]5 by Sebastian Huber <sebastian.huber@…>
record: Add generic record events Update #3665.
07:59 Changeset in rtems-tools [07829ca]5 by Sebastian Huber <sebastian.huber@…>
record: Use C++ header files and namespace std Update #3665.
07:58 Changeset in rtems-docs [4007591]5 by Chris Johns <chrisj@…>
FreeBSDL: Add command to improve waf's performance with Python3.

09/04/19:

23:46 Changeset in rtems-tools [1eaa300]5 by Chris Johns <chrisj@…>
waf: Clean up trace's wscript
23:43 Changeset in rtems-tools [4cd76f2]5 by Chris Johns <chrisj@…>
waf: Do not filter flags to be unique using set() Filtering the flags to be unique using set() changes the order and this results in waf thinking the flags have changed rebuilding various pieces of code.
23:42 Changeset in rtems-tools [b4227d9]5 by Chris Johns <chrisj@…>
waf: Minor format clean up.
21:05 Changeset in rtems-docs [5207248]5 by Martin Erik Werner <martinerikwerner@…>
barrier: Remove unfinished sentence Remove the unfinished sentence "Since a barrier is, by definition, never immediately […]" and jump directly to "The task may wait [forever or for a timeout]" instead. I cannot figure out what the unfinished sentence is supposed to be - "released"? "passed"?
20:47 Changeset in rtems-docs [473b4a5]5 by Martin Erik Werner <martinerikwerner@…>
barrier: Remove leftover semaphore remnants Remove various incorrect references to "lock" and "obtain" and to an option set which is not part of the barrier interface. It looks like the barrier documentation was started based on a copy of the semaphore documentation and these things are surviving remnants. Also remove an unfinished sentence in the barrier wait description, since the intended information is already provided in the under the NOTE label.
17:34 Ticket #3786 (Add JSON report generation capability to rtems-tools tester) closed by Kinsey Moore
fixed
13:06 Changeset in rtems-tools [0b12f00]5 by Sebastian Huber <sebastian.huber@…>
record: Clean up metadata Update #3665.
12:42 Changeset in rtems-tools [71929ce]5 by Sebastian Huber <sebastian.huber@…>
record: Add limit option Update #3665.
12:03 Changeset in rtems-tools [876ace8]5 by Sebastian Huber <sebastian.huber@…>
record: Simplify command line options Update #3665.
11:36 Changeset in rtems-tools [58edee9]5 by Sebastian Huber <sebastian.huber@…>
record: Simplify content and packet size Update #3665.
05:54 Changeset in rtems-tools [0df7b2f]5 by Sebastian Huber <sebastian.huber@…>
record: Add support for interrupt handlers Update #3665.
05:16 Changeset in rtems-tools [ff942d5]5 by Sebastian Huber <sebastian.huber@…>
record: Simplify CopyThreadName?() Update #3665.
05:09 Changeset in rtems-tools [ce308fa]5 by Sebastian Huber <sebastian.huber@…>
record: Only create necessary stream files Rename the files to stream_* so that they appear after the metadata file. This makes it easier to open a new trace in Trace Compass. Update #3665.
00:21 Changeset in rtems-tools [5588b82]5 by Chris Johns <chrisj@…>
waf: Update to waf-2.0.18
00:21 Changeset in rtems-tools [128ee7b]5 by Chris Johns <chrisj@…>
bsp-builder: Do not clean the build space when starting with --no-clean
Note: See TracTimeline for information about the timeline view.