Timeline



08/22/22:

21:51 Ticket #4693 (Remove ILP32 aarch64/xilinx_versal_* BSPs) closed by Chris Johns <chrisj@…>
fixed: In dee5ea81/rtems: […]
19:11 Changeset in rtems [c738be9] by Stephen Clark <sclark@…>
bsps/amd64: remove -Werror from ABI flags The ABI flags for the amd64 BSP contain the -Werror=return-type flag. There is no reason for this to be there so it has been removed. The same option has also been removed amd64.cfg file.
18:51 Changeset in rtems-source-builder [f7e754b]5 by Ryan Long <ryan.long@…>
Add QEMU 5 configuration files
18:49 Changeset in rtems-source-builder [73e426d]5 by Ryan Long <ryan.long@…>
glib-2.48.2-1.cfg: Fix checksum of patch
06:54 Changeset in rtems [a3b0f7d] by Chris Johns <chrisj@…>
bsps/xilinx/versal: Add Cadence I2C driver support
03:47 Changeset in rtems [dee5ea81] by Chris Johns <chrisj@…>
bsps/xilinx/versal: Remove IPL32 BSPs, add aiedge and change defaults - Versal has IO mapped to the upper 64bit address space and needs full 64bit addresses. - Add xilinx_versal_aiedge for custom hardware - Make the hardware settings the defaults and qemu as variants Closes #4693

08/21/22:

15:59 GSoC/2022 edited by Prashanth S
(diff)

08/19/22:

21:49 Changeset in rtems-lwip [f2caefb] by Kinsey Moore <kinsey.moore@…>
rtemslwip: Document a deficiency in syslog
21:42 Changeset in rtems-lwip [3a4b606] by Kinsey Moore <kinsey.moore@…>
lwip: Use definitions from tools This alters lwip to use network structs from the toolchain headers instead of redefining them slightly differently itself. This is important for being able to port code to work on lwip as most ported code will depend on the tools headers instead of being written specifically for lwIP and the mismatches caused result in memory corruption and other problems. This also brings the changes in these lwIP headers in line with the add-only code import philosophy.
18:40 Ticket #4707 (Unable to run coverage with GCC 12) created by Ryan Long
When trying to run coverage on the tests, rtems-test will generate the …
14:14 Changeset in rtems-tools [99cc1fb] by Daniel Cederman <cederman@…>
tester: Load RISC-V image using -bios and increase memory size This avoids overlapping the RTEMS image with the builtin opensbi image and the location of the fdt.
14:12 Changeset in rtems-tools [a5d0291] by Daniel Cederman <cederman@…>
tester: Add option to specify how to load image with QEMU Defaults to "-kernel", but can be changed to, for example, "-bios".
06:50 Changeset in rtems [a329579] by Chris Johns <chrisj@…>
cpukit/include: Fix including in C++ UPdates #4706
05:22 Changeset in rtems [c5b7942]5 by Chris Johns <chrisj@…>
cpukit/include: Fix including in C++ Closes #4709
05:22 Changeset in rtems [f5233fe] by Chris Johns <chrisj@…>
cpukit/include: Fixes for C++ Updates #4706
05:09 Changeset in rtems [eae542c0] by Chris Johns <chrisj@…>
spec/librtemscpu: Fix installed headers - pci.h is only for sparc - keyimpl.h is not referenced and so not needed Updates #4705
05:07 Changeset in rtems [bb09755] by Chris Johns <chrisj@…>
spec/bsps/aarch64: Install ELF machine types for libdl Updates #4705
05:06 Changeset in rtems [e49a1c9b] by Chris Johns <chrisj@…>
spec/bsps: Do not install tm27.h Updates #4705
04:49 Ticket #4706 (Installed header break C++) created by Chris Johns
Some headers generate C++ errors and so cannot be included.
04:48 Ticket #4705 (Installed header clean up) created by Chris Johns
A number of headers are installed when they should not or are not …

08/17/22:

14:25 GSoC/2022 edited by Duc Doan
(diff)
14:07 GSoC/2022 edited by Mahmoud Abumandour
(diff)
13:55 GSoC/2022 edited by Duc Doan
(diff)
07:19 Changeset in rtems [ca07efd5] by Daniel Cederman <cederman@…>
bsp/riscv: Work area size based on /memory node in fdt Uses the first entry in the /memory node to determine the end of the work area. Falls back on linker symbol if unable to parse the node.
06:12 Ticket #4704 (Fix invalid RSB source URLs) created by Chris Johns
Some packages now have invalid source URLs
06:09 Ticket #4024 (NFS Client is broken on 64-bit targets) closed by Chris Johns
wontfix: Use master or RTEMS 6.
06:08 Ticket #3571 (Stream of Unicode Warnings from git hook on Commit) closed by Chris Johns
fixed: There has been no feedback so lets consider it closed.

08/16/22:

23:27 Changeset in rtems-source-builder [3cb78b0] by Chris Johns <chrisj@…>
config: Various updates to fix downloading of sources
23:25 Changeset in rtems-source-builder [66cfc00] by Chris Johns <chrisj@…>
sb/gcc-common: Allow URL overrides for downloaded source - This allows the URL for an older package to be defined when gcc no longer hosts it
17:06 Changeset in rtems [f045b9d] by Ryan Long <ryan.long@…>
psxkey07/init.c: Add pragma for gcc 12 warning Updates #4662
17:05 Changeset in rtems [f60f349] by Ryan Long <ryan.long@…>
psxclock/init.c: Change print format for warning Updates #4662
17:04 Changeset in rtems [978022ee] by Ryan Long <ryan.long@…>
ttest01/test-checks.c: Initialize variables These uninitialized variables were causing warnings to be generated. Updates #4662
17:04 Changeset in rtems [a447b9b3] by Ryan Long <ryan.long@…>
malloctest/init.c: Added pragmas to address gcc 12 warnings Updates #4662
17:03 Changeset in rtems [dc0dccc] by Ryan Long <ryan.long@…>
dl09/dl-load.c: Fix gcc 12 warning Changed format of size_t variable being printed. Updates #4662
17:02 Changeset in rtems [b092ad57] by Ryan Long <ryan.long@…>
cpu.h: Fix gcc 12 warnings Added two pragmas to address, and changed the value of AARCH64_EXCEPTION_MAKE_ENUM_64_BIT to INT_MAX because the old value was not in range of an int. Updates #4662
17:01 Changeset in rtems [9e228978] by Ryan Long <ryan.long@…>
test.h: Add pragma for gcc 12 warning Updates #4662
17:00 Changeset in rtems [5b875915] by Ryan Long <ryan.long@…>
schedulerpriority.h: Fix gcc 12 warning Changed the size of the array to 1 to get rid of the warning. Updates #4662
16:59 Changeset in rtems [c55bd160] by Ryan Long <ryan.long@…>
percpu.h: Add pragma for gcc 12 warning Updates #4662
16:59 Changeset in rtems [df3fa4e0] by Ryan Long <ryan.long@…>
interr.h: Fix gcc 12 warning The warning that this fixes states that "ISO C restricts enumerator values to range of 'int'." Updates #4662
16:58 Changeset in rtems [f9302067] by Ryan Long <ryan.long@…>
linkersets.h: Fix gcc 12 warning Changing the offset from 0 to 1 got rid of a warning stating that offset 0 is out of bounds. Updates #4662
16:57 Changeset in rtems [ec7d6c0] by Ryan Long <ryan.long@…>
threads.h: Add pragmas to get rid of gcc 12 errors Updates #4662
06:24 Ticket #4703 (NetSNMP 5.7.2.1 Patch) closed by Chris Johns
fixed
06:22 Ticket #4703 (NetSNMP 5.7.2.1 Patch) created by Chris Johns
This ticket is a place holder for the NetSNMP patch moving it out of …

08/15/22:

19:39 Ticket #4702 (Fix warnings for indexing past array bounds (primarily validation tests)) created by Ryan Long
Building for AArch64 <BSP> it looks like most of the warnings are for …

08/14/22:

12:04 Changeset in rtems-source-builder [cbcf8698] by Chris Johns <chrisj@…>
sb/get-sources: Fix getting sources with archs - Add a stop on error option - Add listing root or toplevel buildset files - Add used and unused file output to track what is not used for clean ups - Update to handle macro expanded includes in buildset files

08/12/22:

14:18 Ticket #4692 (Python 3.8 introduces new warning about using operator "is" with a literal) closed by Konrad Schwarz <konrad.schwarz@…>
fixed: In 04d6aa3/rtems-tools: […]
14:18 Ticket #4700 (Fix instances of "is" operator used with literals) closed by Ryan Long <ryan.long@…>
fixed: In f3d9c87/rtems-tools: […]
08:02 Ticket #4701 (Relocatable write data is placed in read-only region on some BSPs) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 21a36ed1/rtems: […]
08:01 Ticket #4701 (Relocatable write data is placed in read-only region on some BSPs) created by Sebastian Huber
The .data.rel.ro* linker input section pattern accidentally matches …
07:44 Changeset in rtems [21a36ed1] by Sebastian Huber <sebastian.huber@…>
bsps: Fix .data.rel.ro placement The .data.rel.ro* linker input section pattern accidentally matches with writeable data those symbol name starts with "ro". Close #4701.
06:03 Changeset in rtems-docs [10e8dcc] by Chris Johns <chrisj@…>
pdf: Set TEXINPUTS to the tex source path
06:02 Changeset in rtems-docs [94af618] by Chris Johns <chrisj@…>
user/arm/beagle: Fix image path after section change

08/11/22:

18:54 Changeset in rtems-tools [f3d9c87] by Ryan Long <ryan.long@…>
rtemstoolkit: Fix conditions using "is" with literals Fix warnings that come from python 3.8 about using the "is" operator with string literals. Closes #4700
18:45 Ticket #4700 (Fix instances of "is" operator used with literals) created by Ryan Long
Python 3.8 introduced new warnings when using the "is" operator when …
07:42 Changeset in rtems-central [ae6cf1b] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems and rtems-docs
07:41 Changeset in rtems [c508a332] by Sebastian Huber <sebastian.huber@…>
doxygen: Generalize appl config constraints Rename the constaints section of application configuration options from "Value Constraints" in "Constraints. Adjust the constraint wording accordingly. This is in line with the RTEMS Classic API Guide. Update #3994.
06:30 Changeset in rtems-central [a23aff0] by Joel Sherrill <joel@…>
spec: Update references to --enable-* options
06:29 Changeset in rtems-central [5dd04f2] by Sebastian Huber <sebastian.huber@…>
spec: Make constraints conditional
06:26 Changeset in rtems-docs [657f744] by Sebastian Huber <sebastian.huber@…>
c-user: Update OAR copyright and reformat These files are generated by a script.
06:02 Changeset in rtems-central [b251970] by Sebastian Huber <sebastian.huber@…>
interfacedoc: Add enabled set
05:54 Changeset in rtems-central [d36b6b1] by Sebastian Huber <sebastian.huber@…>
interface: Add enabled set
05:37 Changeset in rtems [c655c72d] by Duc Doan <dtbpkmte@…>
build/cpukit: Add confdefs/face.h to install rule Updates #4691
05:12 Changeset in rtems-central [1a35b5a] by Sebastian Huber <sebastian.huber@…>
validation: Use T_report_hash_sha256_update() Add the direct BSP character ouput to the report hash. Update #3716.

08/10/22:

22:17 Changeset in rtems [996d18c] by Joel Sherrill <joel@…>
psxtimer_face01: Improve coverage and documentation Updates #4691.
20:40 Changeset in rtems-docs [7757c19] by Joel Sherrill <joel@…>
eng/req/howto.rst: Fix ./spec2dmodules.py to ./spec2modules.py typo
15:41 GSoC/2022 edited by Prashanth S
(diff)
13:20 Changeset in rtems [cf3d2b37] by Sebastian Huber <sebastian.huber@…>
rtems/malloc.h: Add API level Doxygen group The interfaces in the MallocSupport? group belong to the implementation. They are used by confdefs.h for example.

08/09/22:

15:14 Changeset in rtems-central [4c35033] by Sebastian Huber <sebastian.huber@…>
validation: Add augment_with_test_case_links()
08:59 Ticket #4699 (tester: Cannot run tests for user-defined BSP) created by Sebastian Huber
The RTEMS Tester has a --user-config option to allow the user to …

08/08/22:

23:08 Ticket #4698 (Potential Deadlock While Performing RFS Operations) created by Joel
I'm hitting what seems to be a potential deadlock issue in a RTEMS …
21:51 Changeset in rtems [36895bd] by Joel Sherrill <joel@…>
cpukit/include/rtems/test-info.h: Change @returns to @return
20:04 Changeset in rtems-docs [1c17ec4] by Ryan Long <ryan.long@…>
loader.rst: Add documentation for AArch64 support
16:53 Ticket #4686 (Refactor shared code in Arm and AArch64) closed by Ryan Long <ryan.long@…>
fixed: In 5500232/rtems: […]
14:23 Changeset in rtems [5500232] by Ryan Long <ryan.long@…>
libdl: Refactor shared code in ARM and AArch64 rtl-mdreloc-arm.c was used as the basis for rtl-mdreloc-aarch64.c. This lead to some code being shared by the two files. The code was consolidated into rtl-unwind-arm.c. Closes #4686
11:46 Changeset in rtems-source-builder [4fd9fbd] by Sebastian Huber <sebastian.huber@…>
6: Enable some libstdc++ features Enable TLS support for all RTEMS targets except bfin, lm32, m68k, mips, moxie, or1k, and v850. For all RTEMS targets, define HAVE_ALIGNED_ALLOC, HAVE_AT_QUICK_EXIT, HAVE_LINK, HAVE_QUICK_EXIT, HAVE_READLINK, HAVE_SETENV, HAVE_SLEEP, HAVE_STRERROR_L, HAVE_SYMLINK, HAVE_TRUNCATE, and HAVE_USLEEP. Update #4668.
11:36 Changeset in rtems-source-builder [eea3793] by Sebastian Huber <sebastian.huber@…>
6: Use local-exec TLS model by default Update #4560.
09:59 Ticket #4694 (sptests/sp37 fails to compile if RTEMS_SMP is not defined) closed by Lucian-Raul Silistru
invalid
04:56 Changeset in rtems-source-builder [b3df00e] by Sebastian Huber <sebastian.huber@…>
6/7: Update to the latest rtems-tools Update 4671.
Note: See TracTimeline for information about the timeline view.