Timeline



03/12/21:

20:56 Changeset in rtems [09d811b] by Ryan Long <ryan.long@…>
fastlz.c: Unused value (CID #1399751) CID 1399751: Unused value in fastlz2_compress(). Closes #4341
20:25 Changeset in rtems [0b23660] by Ryan Long <ryan.long@…>
print-ls.c: Unused value (CID #1255346) CID 1255346: Unused value in rtems_shell_ls_printacol(). Closes #4340
17:14 Changeset in rtems [fbc76440] by Ryan Long <ryan.long@…>
main_cp.c: Unused value (CID #1255344) CID 1255344: Unused value in copy(). Closes #4339
16:50 Ticket #4342 (disp_hcms29xx.c: Unused value error spotted by Coverity) created by Ryan Long
CID 1399752: Unused value in disp_hcms29xx_update_task(). […]
16:47 Ticket #4341 (fastlz.c: Unused value error spotted by Coverity) created by Ryan Long
CID 1399751: Unused value in fastlz2_compress(). […]
16:45 Ticket #4340 (print-ls.c: Unused value error spotted by Coverity) created by Ryan Long
CID 1255346: Unused value in rtems_shell_ls_printacol […]
16:29 Ticket #4339 (main_cp.c: Unused value error spotted by Coverity) created by Ryan Long
CID 1255344: Unused value in copy(). […]
15:59 Changeset in rtems [3ea43bc] by Kinsey Moore <kinsey.moore@…>
bsps/xilinx-zynqmp: Avoid constant UART reinit Constantly reinitializing the Cadence UART on every character output causes data corruption/loss on some ZynqMP hardware. Only initialize the UART once for early output and give it a kick on startup.
15:57 Changeset in rtems [342fe198] by Kinsey Moore <kinsey.moore@…>
score/aarch64: Align context validation frame Ensure the stack remains aligned by keeping the context frame at a multiple of 16 bytes. This avoids stack alignment exceptions which occur when the stack pointer is not 16 byte aligned.
15:12 Changeset in rtems-central [6a703f7] by Sebastian Huber <sebastian.huber@…>
validation: Allow N/A for post-condition states
14:13 Changeset in rtems [b4eb937] by Sebastian Huber <sebastian.huber@…>
rtems: Improve semaphore create error checks Do not mix checks for different error indicators (RTEMS_NOT_DEFINED and RTEMS_INVALID_NUMBER). This simplifies the specification of rtems_semaphore_create().
13:52 Ticket #4338 (rtems_clock_set(): Cannot set future dates later than approximately 2105) created by Frank Kuehndel
== Short Problem Description == …
13:37 Changeset in rtems [4ebdbee] by Sebastian Huber <sebastian.huber@…>
rtems: Allow initially locked MrsP semaphores Rejecting initially locked MrsP semaphores was due to a limitiation of the early limitiation of the MrsP protocol. This limitation no longer exists.
13:16 Changeset in rtems [0965b7c8] by Sebastian Huber <sebastian.huber@…>
rtems: Require RTEMS_PRIORITY for MrsP semaphores MrsP semaphores are a generalization of the priority ceiling semaphores for SMP configurations. Priority ceiling semaphores are required to use the priority task wait queue discipline. Require this discipline also for MrsP semaphores. Close #4347.
10:39 Changeset in rtems-central [a39bf43] by Sebastian Huber <sebastian.huber@…>
spec: Canonicalize directives Use common wording and the new templates for action requirements.
09:49 Changeset in rtems-central [9d6ba62] by Sebastian Huber <sebastian.huber@…>
spec: Specify semaphore create
09:24 Changeset in rtems-central [e7d6e8d] by Sebastian Huber <sebastian.huber@…>
validation: Shorten variable name
09:21 Changeset in rtems-central [bcbb588] by Sebastian Huber <sebastian.huber@…>
validation: Add default for transition map entries
07:31 Changeset in rtems [c9a41b00] by Sebastian Huber <sebastian.huber@…>
score: Add Thread_Configuration::cpu_time_budget Move the CPU time budget to the thread configuration. This simplifies _Thread_Initialize().
07:12 Changeset in rtems [5babc54] by Sebastian Huber <sebastian.huber@…>
validation: Task create/construct Run the task create/construct tests also on validation test suite 1 which has exactly one processor configured.
06:48 Changeset in rtems-central [2d07b28] by Sebastian Huber <sebastian.huber@…>
modules: Update rsb

03/11/21:

21:06 Changeset in rtems-central [375a49b] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
20:40 Changeset in rtems [586e06e] by Sebastian Huber <sebastian.huber@…>
validation: Improve wording
16:54 Ticket #4337 (RSB build error with gmp-6.1.0.cfg (cloned)) closed by Ricardo Cárdenes <rcardenes@…>
fixed: In e5aa419d/rtems-source-builder: […]
16:52 Ticket #4155 (Add a workaround for the LEON3FT RETT Restart errata: TN-0018) closed by Daniel Hellstrom <daniel@…>
fixed: In b2da982/rtems: […]
16:52 Ticket #4336 (Improve the workaround for the LEON3FT store-store errata: TN-0009 on ...) closed by Daniel Hellstrom <daniel@…>
fixed: In 89d90c0/rtems: […]
16:52 Ticket #4324 (grlib,grcanfd: extend the GRCAN driver with GRCANFD support) closed by Daniel Hellstrom <daniel@…>
fixed: In 9bf8a9d/rtems: […]
16:52 Ticket #4323 (grlib,can: introduce a new common CAN baud-rate timing calculating ...) closed by Daniel Hellstrom <daniel@…>
fixed: In 65237ba0/rtems: […]
16:51 Ticket #4337 (RSB build error with gmp-6.1.0.cfg (cloned)) created by Vijay Kumar Banerjee
Cloned from #4335: ---- The RSB is crashing with the following error …
16:50 Ticket #4335 (RSB build error with gmp-6.1.0.cfg) closed by Ricardo Cárdenes <rcardenes@…>
fixed: In 5e449fb/rtems-source-builder: […]
15:17 Ticket #4154 (Improve the workaround for the LEON3FT store-store errata: TN-0009) closed by Daniel Hellstrom
fixed
15:16 Ticket #4336 (Improve the workaround for the LEON3FT store-store errata: TN-0009 on ...) created by Daniel Hellstrom
See also: ​https://www.gaisler.com/doc/antn/GRLIB-TN-0009.pdf Some …
12:04 Changeset in rtems-central [8055150] by Sebastian Huber <sebastian.huber@…>
spec: Specify extension set create/delete
10:35 Changeset in rtems-central [8e3f020] by Sebastian Huber <sebastian.huber@…>
spec: Specify message queue delete
10:21 Changeset in rtems-central [6eba193] by Sebastian Huber <sebastian.huber@…>
spec: Specify ratemon create/delete
10:21 Changeset in rtems-central [ee426f9] by Sebastian Huber <sebastian.huber@…>
spec: Improve or fix wording
10:05 Changeset in rtems-central [e8548bf] by Sebastian Huber <sebastian.huber@…>
spec: Specify timer create/delete
07:32 Changeset in rtems-source-builder [5e449fb] by Ricardo Cárdenes <rcardenes@…>
sb/config.py: Fix operator reconstruction Close #4335
07:32 Changeset in rtems-source-builder [e5aa419d]5 by Ricardo Cárdenes <rcardenes@…>
sb/config.py: Fix operator reconstruction Close #4337
06:57 Changeset in rtems [bfd1b6ee] by Sebastian Huber <sebastian.huber@…>
validation: Use common wording
06:54 Changeset in rtems-central [66ab92a] by Sebastian Huber <sebastian.huber@…>
spec: Use common wording
06:52 Changeset in rtems-docs [bc0a857] by Sebastian Huber <sebastian.huber@…>
eng: Clarify how-to for action requirements Bring how-to in line with current action requirements. Update #3715.
02:42 Ticket #4335 (RSB build error with gmp-6.1.0.cfg) created by Vijay Kumar Banerjee
The RSB is crashing with the following error while building the …

03/10/21:

22:48 Ticket #4334 (Replace Mongoose with Civetweb) created by Joel Sherrill
RTEMS has an old version of Mongoose using a permissive license before …
19:48 Ticket #4333 (rtl-allocator.c: Dereference null return value error spotted by Coverity) created by Ryan Long
CID 1444139: Dereference null return value in rtems_rtl_alloc_hook(). …
19:45 Ticket #4332 (rtl-obj.c: Derefernce null return value error spotted by Coverity) created by Ryan Long
CID 1444138: Derference null return value in …
19:14 Ticket #4320 (Add driver for cadence-spi device for xilinx based BSPs) closed by Jan Sommer <jan.sommer@…>
fixed: In 9223931/rtems: […]
19:06 Ticket #4331 (main_pci.c: Dereference after null check error spotted by Coverity) created by Ryan Long
CID 1399716: Dereference after null check in shell_pci_infodev(). […]
18:51 Changeset in rtems [8cf30c4] by Ryan Long <ryan.long@…>
main_rtrace.c: Add error return when malloc fails CID 1399709: Dereference after null check in rtems_trace_buffering_shell_save(). Closes #4329
18:49 Ticket #4330 (RSB: Build error with rtems-bsp.cfg (cloned)) closed by Vijay Kumar Banerjee <vijay@…>
fixed: In d638f2b/rtems-source-builder: […]
18:43 Ticket #4330 (RSB: Build error with rtems-bsp.cfg (cloned)) created by Vijay Kumar Banerjee
Cloned from #4319: ---- The RSB recipe for rtems-libbsd fails with …
18:42 Ticket #4329 (main_rtrace.c: Dereference after null check error spotted by Coverity) created by Ryan Long
CID 1399709: Dereference after null check in …
18:23 Ticket #4319 (RSB: Build error with rtems-bsp.cfg) closed by Vijay Kumar Banerjee <vijay@…>
fixed: In 2f9a68b/rtems-source-builder: […]
17:49 Ticket #4291 (main_help.c: Unchecked return value from library error spotted by Coverity) reopened by Ryan Long
16:35 Ticket #4328 (New APIs Added to POSIX Standard (202x)) created by Joel Sherrill
The following is a draft of the edits a set of new APIs are coming to …
15:05 Changeset in rtems [cdf66529] by Ryan Long <ryan.long@…>
objectextendinformation.c: Ensure information->object_blocks is not NULL CID 26033: Dereference after null check in _Objects_Extend_information(). Closes #4326
14:59 Ticket #4327 (shell.c: Dereference after null check error spotted by Coverity) created by Ryan Long
CID 26083: Dereference after null check in rtems_shell_login(). […]
13:56 Ticket #4326 (objectextendinformation.c: Dereference after null check error spotted ...) created by Ryan Long
CID 26033: Dereference after null check in …
13:33 Changeset in rtems-central [b1a2dc7] by Sebastian Huber <sebastian.huber@…>
membench: Add .gnu.attributes section
11:52 Changeset in rtems-docs [0518d94] by Sebastian Huber <sebastian.huber@…>
eng: Clarify how-to for action requirements Update #3715.
09:01 Changeset in rtems-central [03b6aa9] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
07:53 Changeset in rtems-central [1691a0d] by Sebastian Huber <sebastian.huber@…>
sphinxcontent: Add user-defined section labels

03/09/21:

19:50 Changeset in rtems-tools [f78ec7c] by Alex White <alex.white@…>
tester: Remove target from BSP coverage configs
19:49 Changeset in rtems-tools [2c12337] by Alex White <alex.white@…>
tester: Update to support new build system The tester configurations had not been updated to match the paths and conventions used by the new build system. These have been updated, and a few more libraries have been enabled in symbol-sets.ini.
19:03 Changeset in rtems-source-builder [47d540e] by Sebastian Huber <sebastian.huber@…>
7: Update tool chain
19:03 Changeset in rtems-source-builder [0b44794] by Sebastian Huber <sebastian.huber@…>
6: Update tool chain
18:24 Changeset in rtems-source-builder [fe2d13b] by Vijay Kumar Banerjee <vijay@…>
Add recipe for building rtems-net-legacy
18:10 Changeset in rtems-source-builder [2f9a68b] by Vijay Kumar Banerjee <vijay@…>
sb/config.py: Fix relational operator Close #4319
18:10 Changeset in rtems-source-builder [d638f2b]5 by Vijay Kumar Banerjee <vijay@…>
sb/config.py: Fix relational operator Close #4330
15:05 Ticket #4325 (Ubuntu's gcc preventing QEMU from being built) created by Ryan Long
Ubuntu version: 20.4 GCC version: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 …
14:31 Ticket #4324 (grlib,grcanfd: extend the GRCAN driver with GRCANFD support) created by Daniel Hellstrom
The new GRCAN_FD IP supports CAN FD standard and is mostly backwards …
14:30 Ticket #4323 (grlib,can: introduce a new common CAN baud-rate timing calculating ...) created by Daniel Hellstrom
There is no point in having two different implementations specific per …
13:52 Ticket #4322 (Add a workaround for the LEON3FT RETT Restart errata: TN-0018) created by Daniel Hellstrom
See also: ​https://www.gaisler.com/doc/antn/GRLIB-TN-0018.pdf The …
13:30 Ticket #4316 (grlib,grspw_pkt: SpaceWire link-state defines corrected) closed by Daniel Hellstrom
fixed
13:29 Ticket #4315 (grlib,l2cache: prevent unused diagnostic access) closed by Daniel Hellstrom
fixed: Minor improvement, no need to add to 5.2 changelog.
13:29 Ticket #4314 (grlib,ahbstat: add new register definitions for AHBSTAT version 1) closed by Daniel Hellstrom
fixed
13:28 Ticket #4313 (grlib,grspw_router: add function to control SpaceWire run clock divisor) closed by Daniel Hellstrom
fixed
13:28 Ticket #4312 (bsps,leon3: need to make cpucounter restart after underflow) closed by Daniel Hellstrom
fixed
13:27 Ticket #4311 (bsps,leon3: _st64() did not follow the SPARC ABI) closed by Daniel Hellstrom
fixed
13:27 Ticket #4310 (bsps,leon3: BSP assumes that timer pre-scaler runs at 1MHz) closed by Daniel Hellstrom
fixed
13:26 Ticket #4309 (bsps,leon3: avoid BSP dependency on apbuart/timer driver) closed by Daniel Hellstrom
fixed
13:26 Ticket #4308 (grlib,greth: added support for variable sized descriptor table sizes) closed by Daniel Hellstrom
fixed: Minor improvement, no need to add to 5.2 changelog.
13:25 Ticket #4307 (grlib,grcanfd: extend the GRCAN driver with GRCANFD support) closed by Daniel Hellstrom
fixed
13:25 Ticket #4306 (grlib,can: introduce a new common CAN baud-rate timing calculating ...) closed by Daniel Hellstrom
fixed
13:24 Ticket #4305 (grlib,ambapp: update GRLIB IP core ID list) closed by Daniel Hellstrom
fixed: Minor improvement, no need to add to 5.2 changelog.
13:23 Ticket #4304 (grlib,grspw: SET_PACKET_SIZE could use old DMA address) closed by Daniel Hellstrom
fixed
13:22 Ticket #4303 (grlib,gr1553bc: better check of the DMA area address alignment) closed by Daniel Hellstrom
fixed: Minor fix, no need to add to 5.2 Changelog.
13:21 Ticket #4275 (GR1553B: use new codec available in GR740 revision 1) closed by Daniel Hellstrom
fixed
13:20 Ticket #4274 (GR1553RT driver: fixes to memory allocation and locking on descriptor ...) closed by Daniel Hellstrom
fixed
12:01 Changeset in rtems [14bb077] by Frank Kühndel <frank.kuehndel@…>
basedefs: Clarify RTEMS_STRING(), RTEMS_XSTRING()
10:43 Ticket #4321 (Add spi driver for AXI SPI ip core from Xilinx) created by Jan Sommer
Add a spidev compatible driver for the xilinx axi quad spi ip core for …
10:41 Ticket #4320 (Add driver for cadence-spi device for xilinx based BSPs) created by Jan Sommer
Implement a spidev compatible driver for using the cadence-spi device …
10:38 Ticket #4263 (Activate ehci_pci in rtems-libbsd) closed by Jan Sommer
fixed: Fixed with https://git.rtems.org/rtems-libbsd/commit/?h=5-freebsd-12&id=ea5d0c78038d92597983c0922a011a62f5dc2dea
10:36 Ticket #4264 (Activate ehci_pci in rtems-libbsd (cloned)) closed by Jan Sommer
fixed
10:28 Changeset in rtems-central [6f5661d] by Frank Kühndel <frank.kuehndel@…>
spec: Update X/STRING and adding ALIGNOF specs This specification is up to date for ./cpukit/include/rtems/score/basedefs.h with commit be60372136ac4f5acd8bc3286da6ed3fc50fa053
08:30 Ticket #4236 (bsps/zynq: termios not working correctly for stdin) closed by Jan Sommer <jan.sommer@…>
fixed: In 645dbc5/rtems: […]
07:45 Changeset in rtems-central [cf72a49] by Sebastian Huber <sebastian.huber@…>
sphinxcontent: Add SphinxInterfaceMapper?
03:58 Changeset in rtems-tools [57e7b22] by Alex White <alex.white@…>
tester: Limit branch coverage percentage precision
03:49 Changeset in rtems [a3fa0702] by David Gibson <david@…>
libfdt: Fix a possible "unchecked return value" warning Apparently the unchecked return value of the first fdt_next_tag() call in fdt_add_subnode_namelen() is tripping Coverity Scan in some circumstances, although it appears not to for the scan on our project itself. This fdt_next_tag() should always return FDT_BEGIN_NODE, since otherwise the fdt_subnode_offset_namelen() above would have returned BADOFFSET or BADSTRUCTURE. Still, add a check to shut Coverity up, gated by a can_assume() to avoid bloat in small builds. Reported-by: Ryan Long <ryan.long@…> Signed-off-by: David Gibson <david@…>
02:36 Ticket #4319 (RSB: Build error with rtems-bsp.cfg) created by Vijay Kumar Banerjee
The RSB recipe for rtems-libbsd fails with powerpc/beatnik with the …

03/08/21:

20:56 Ticket #4291 (main_help.c: Unchecked return value from library error spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In fbab832/rtems: […]
20:56 Ticket #4282 (pwdgrp.c: Unchecked return value from library error spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In 55ba229/rtems: […]
20:56 Ticket #4281 (main_chmod.c: Unchecked return value from library error spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In 8e34aa3/rtems: […]
20:56 Ticket #4280 (gen_uuid.c: Unchecked return value from library errors spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In 597e4f4/rtems: […]
16:23 Changeset in rtems-central [5777691] by Sebastian Huber <sebastian.huber@…>
membench: New module
16:09 Changeset in rtems-libbsd [b7a12cc]6-freebsd-12 by Kinsey Moore <kinsey.moore@…>
if_cgem: Add support for ZynqMP CGEM This is a port of the latest patch in FreeBSD that adds support for 64bit CGEMs as used in ZynqMP. This does not include the work necessary for support on RISC-V systems.
16:06 Changeset in rtems-central [5277664] by Sebastian Huber <sebastian.huber@…>
util: Add function to run commands
15:30 Changeset in rtems [10db41e] by Alex White <alexanderjwhite@…>
spec/aarch64: Enable previously disabled tests This enables several testsuites that were initially disabled during development.
14:05 Changeset in rtems-libbsd [023e94f]6-freebsd-12 by Kinsey Moore <kinsey.moore@…>
nexus: Add UKPHY driver to ZynqMP ZynqMP hardware comes with many different Ethernet PHYs depending on which board is used. Add the UKPHY driver to handle basic PHY interaction for any unrecognized PHYs.
13:26 Changeset in rtems-central [11ee8371] by Sebastian Huber <sebastian.huber@…>
sphinxcontent: Add add_simple_table()
10:52 Changeset in rtems-source-builder [56cba3c] by Sebastian Huber <sebastian.huber@…>
7: Update tool chain
10:52 Changeset in rtems-source-builder [f21b9ba] by Sebastian Huber <sebastian.huber@…>
6: Update tool chain
09:49 Changeset in rtems [e76470df] by Sebastian Huber <sebastian.huber@…>
validation: Use common wording
09:19 Changeset in rtems-docs [e05df28] by Sebastian Huber <sebastian.huber@…>
eng: Clarify how-to for action requirements Update #3715.
08:18 Changeset in rtems-central [e2a63ed] by Sebastian Huber <sebastian.huber@…>
spec: Use common wording
07:15 Changeset in rtems-docs [a4b3019] by Sebastian Huber <sebastian.huber@…>
eng: Add how-to for action requirements Update #3715.
07:15 Changeset in rtems-docs [7918ef8] by Sebastian Huber <sebastian.huber@…>
c-user: Clarify constraints
04:14 Changeset in rtems-tools [8ce2cfc] by Alex White <alex.white@…>
coverage: Fix option processing on FreeBSD Covoar uses getopt() to process the command line options. If getopt() is POSIX-compliant, it will return -1 when it encounters the first non-option command line argument. It appears that it behaves this way on FreeBSD, but on Linux getopt() continues to process arguments while skipping any non-options. This changes the order of arguments passed to covoar by coverage.py to group all options at the beginning. This allows hosts with POSIX-compliant getopt() implementations to correctly process all command line options.
03:59 Changeset in rtems-tools [bfee550] by Alex White <alex.white@…>
coverage: Give coverage bars red background
03:51 Changeset in rtems-tools [aca2df5] by Alex White <alex.white@…>
coverage/symbol-sets.ini : Add libtrace

03/07/21:

23:50 Changeset in rtems [2cf3700]5 by Konstantin Belousov <kib@…>
Make kern.timecounter.hardware tunable Noted and reviewed by: kevans MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D29122
23:50 Changeset in rtems [8d5fc57] by Konstantin Belousov <kib@…>
Make kern.timecounter.hardware tunable Noted and reviewed by: kevans MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D29122
15:00 Ticket #4318 (grlib,gr1553bc: set BC transfer descriptor timeout correctly) created by Daniel Hellstrom
GR1553 BC driver gr1553bc_slot_transfer() bit shift logic does not …
14:55 Ticket #4317 (grlib,gr1553bc: list creation did not set table_size field) created by Daniel Hellstrom
By not setting the table_size field, either required the user to do …
14:45 Ticket #4316 (grlib,grspw_pkt: SpaceWire link-state defines corrected) created by Daniel Hellstrom
Numbering of SPW_LS_CONNECTING and SPW_LS_STARTED was swapped.
14:42 Ticket #4315 (grlib,l2cache: prevent unused diagnostic access) created by Daniel Hellstrom
GR740 L2-cache driver improvement.
14:40 Ticket #4314 (grlib,ahbstat: add new register definitions for AHBSTAT version 1) created by Daniel Hellstrom
This is needed for GR740 users.
14:37 Ticket #4313 (grlib,grspw_router: add function to control SpaceWire run clock divisor) created by Daniel Hellstrom
The driver needs to allow the user to set SpaceWire? run clock divisor …
14:34 Ticket #4312 (bsps,leon3: need to make cpucounter restart after underflow) created by Daniel Hellstrom
Fix for the BSP timer initialization when GPTIMER is used as the …
14:29 Ticket #4311 (bsps,leon3: _st64() did not follow the SPARC ABI) created by Daniel Hellstrom
STD instruction requires even register alignment for 64-bit data.
14:19 Ticket #4310 (bsps,leon3: BSP assumes that timer pre-scaler runs at 1MHz) created by Daniel Hellstrom
When driver manager GPTIMER driver is used a different pre-scaler can …
14:13 Ticket #4309 (bsps,leon3: avoid BSP dependency on apbuart/timer driver) created by Daniel Hellstrom
The BSP amba.c references the GPTIMER and APBUART drivers causing them …
14:06 Ticket #4308 (grlib,greth: added support for variable sized descriptor table sizes) created by Daniel Hellstrom
14:00 Ticket #4307 (grlib,grcanfd: extend the GRCAN driver with GRCANFD support) created by Daniel Hellstrom
The new GRCAN_FD IP supports CAN FD standard and is mostly backwards …
13:46 Ticket #4306 (grlib,can: introduce a new common CAN baud-rate timing calculating ...) created by Daniel Hellstrom
There is no point in having two different implementations specific per …
13:41 Ticket #4305 (grlib,ambapp: update GRLIB IP core ID list) created by Daniel Hellstrom
Add the new AMBA PnP IDs of the new cores.
13:37 Ticket #4304 (grlib,grspw: SET_PACKET_SIZE could use old DMA address) created by Daniel Hellstrom
When the DMA table has been allocated dynamically, the …
13:26 Ticket #4303 (grlib,gr1553bc: better check of the DMA area address alignment) created by Daniel Hellstrom
GR1553 BC hardware truncates unaligned DMA memory addresses. Need to …

03/06/21:

15:05 Changeset in rtems [ba48f20] by Sebastian Huber <sebastian.huber@…>
build: Fix broken link
12:52 Changeset in rtems-central [e9d9a6a] by Sebastian Huber <sebastian.huber@…>
spec: Add memory benchmarks

03/05/21:

20:20 Ticket #4301 (grcan.c: Unused value error spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In f762b7c2/rtems: […]
20:20 Ticket #4295 (b1553brm.c: Unsigned compared against 0 error spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In c57079a/rtems: […]
20:20 Ticket #4294 (satcan.c: Unsigned compared against 0 error spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In 1f29ee4/rtems: […]
20:20 Ticket #4290 (gr_cpci_gr740.c: Unchecked return value from library error spotted by ...) closed by Ryan Long <ryan.long@…>
fixed: In f8047788/rtems: […]
20:20 Ticket #4289 (gr_tmtc_1553.c: Unchecked return value from library error spotted by ...) closed by Ryan Long <ryan.long@…>
fixed: In 5f0a7ceb/rtems: […]
20:20 Ticket #4288 (gr_701.c: Unchecked return value from library error spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In 4c0d9c5a/rtems: […]
20:20 Ticket #4287 (gr_rasta_adcdac.c: Unchecked return value from library error spotted ...) closed by Ryan Long <ryan.long@…>
fixed: In 91e38f8/rtems: […]
20:20 Ticket #4286 (gr_rasta_tmtc.c: Unchecked return value from library error spotted by ...) closed by Ryan Long <ryan.long@…>
fixed: In 17d525b5/rtems: […]
20:20 Ticket #4285 (gr_leon4_n2x.c: Unchecked return value error from library error ...) closed by Ryan Long <ryan.long@…>
fixed: In 570b558/rtems: […]
20:20 Ticket #4279 (pci_cfg_read.c: Missing break in switch error spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In 0d33d10/rtems: […]
20:19 Ticket #4284 (gr_rasta_io.c: Unchecked return value from library error spotted by ...) closed by Ryan Long <ryan.long@…>
fixed: In b84ce61/rtems: […]
20:19 Ticket #4283 (gr_rasta_spw_router.c: Unchecked return value from library error ...) closed by Ryan Long <ryan.long@…>
fixed: In 04436013/rtems: […]
20:19 Ticket #4278 (cpuusagetop.c: Missing break in switch errors spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In c7eb89f8/rtems: […]
20:19 Ticket #4277 (grtc.c: Missing break in switch errors spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In 13d6fae/rtems: […]
20:19 Ticket #4259 (grspw.c: Unchecked return value error spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In 1eaf4e46/rtems: […]
20:18 Changeset in rtems [1ce127e] by Sebastian Huber <sebastian.huber@…>
validation: Use common wording
20:17 Changeset in rtems-central [c03fbf4] by Sebastian Huber <sebastian.huber@…>
spec: Use common wording
14:43 Ticket #4255 (aarch64 GCC alignment bug) closed by Kinsey Moore <kinsey.moore@…>
fixed: In bbc9974a/rtems: […]
14:43 Ticket #4178 (Resolve use of SUBALIGN in AArch64 under ILP32 multilib variant) closed by Kinsey Moore <kinsey.moore@…>
fixed: In 6bfbfb5/rtems: […]
14:06 Ticket #4206 (aarch64/xilinx_zynqmp_lp64 does not run with RTEMS_DEBUG enabled) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 61d688bf/rtems: […]
09:45 Changeset in rtems-central [d99d7bd] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
09:35 Changeset in rtems-central [dba1ebc] by Sebastian Huber <sebastian.huber@…>
generate_membench.py: New script
06:16 Changeset in rtems-source-builder [102cb1e] by Sebastian Huber <sebastian.huber@…>
7: Update tool chain
06:15 Changeset in rtems-source-builder [d156707] by Sebastian Huber <sebastian.huber@…>
6: Update tool chain

03/04/21:

19:40 Ticket #4302 (Obsolete powerpc/haleakala board) created by Joel Sherrill
This BSP was merged in 1995 and there has been no mention of it …
19:00 Changeset in rtems [f762b7c2] by Ryan Long <ryan.long@…>
grcan.c: Fix Unused value (CID #1437613) CID 1437613: Unused value in grcan_set_filter(). This fix was recommended by Daniel Hellstrom (daniel@…). Closes #4301
18:43 Ticket #4301 (grcan.c: Unused value error spotted by Coverity) created by Ryan Long
CID 1437613: Unused value in grcan_set_sfilter(). […]
17:06 Ticket #4300 (rtl-shell.c: Resource leak error spotted by Coverity) created by Ryan Long
CID 1444140: Resource leak in rtems_rtl_shell_object().
16:59 Ticket #4299 (flashdisk.c: Resource leak error spotted by Coverity) created by Ryan Long
CID 1439298: Resource leak in rtems_fdisk_initialize(). […]
16:53 Changeset in rtems-docs [084a564] by Kinsey Moore <kinsey.moore@…>
user: Update ZynqMP QEMU BSP name The ZynqMP QEMU BSPs have had _qemu added to their names to better identify them as QEMU BSPs similar to other BSPs which are meant to run exclusively on QEMU and not hardware.
16:02 Ticket #4298 (nvdisk.c: Resource leak error spotted by Coverity) created by Ryan Long
CID 1439297: Resource leak in rtems_nvdisk_initialize(). […]
15:59 Ticket #4297 (rtems-fdt.c: Resource leak error spotted by Coverity) created by Ryan Long
CID 1437645: Resource leak in rtems_fdt_load(). […]
15:51 Ticket #4296 (hexdump-parse.c: Resource leak error spotted by Coverity) created by Ryan Long
CID 26032: Resource leak in rtems_shell_hexdump_rewrite(). […]
15:08 Ticket #4295 (b1553brm.c: Unsigned compared against 0 error spotted by Coverity) created by Ryan Long
CID 1399773: Unsigned compared against 0 in brm_write(). […]
15:03 Ticket #4294 (satcan.c: Unsigned compared against 0 error spotted by Coverity) created by Ryan Long
CID 1399768: Unsigned compared against 0 in satcan_ioctl(). […]
08:12 Ticket #4197 (testsuite: ts-validation-0 broken on AArch64 due to SIZE_MAX issues in ...) closed by Sebastian Huber
fixed: Fixed by 8fe59be236e7f2047adb6e393639bbf56bbd996d.
08:10 Ticket #4179 (libbsd select timeout issue) reopened by Sebastian Huber
Sorry, wrong number in commit.
08:08 Ticket #4179 (libbsd select timeout issue) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 8fe59be/rtems: […]
07:12 Changeset in rtems [61d688bf] by Sebastian Huber <sebastian.huber@…>
aarch64: Fix context switch The Per_CPU_Control::isr_dispatch_disable is a 32-bit integer. Close #4206.
06:33 Changeset in rtems-central [9dab58f] by Sebastian Huber <sebastian.huber@…>
spec: Fix message queue construct
02:46 Ticket #4293 (Remove unused files from beatnik/net) closed by Vijay Kumar Banerjee <vijay@…>
fixed: In f4d00aa/rtems: […]

03/03/21:

22:33 Changeset in rtems [f4d00aa]5 by Vijay Kumar Banerjee <vijay@…>
powerpc/beatnik/net: Remove unused files Close #4293
22:32 Ticket #4293 (Remove unused files from beatnik/net) created by Vijay Kumar Banerjee
The powerpc/beatnik has some files that are not being built by the …
21:07 Changeset in rtems [c57079a] by Ryan Long <ryan.long@…>
b1553brm.c: Fix Unsigned compared against 0 (CID #1399773) CID 1399773: Unsigned compared against 0 in brm_write(). Closes #4295
21:04 Ticket #4292 (rtems-rfs-bitmaps.c: Useless call (CID 1399749)) created by Joel Sherrill
Coverity Scan spotted this in rtems-rfs-bitmaps.c as CID 1399749). On …
20:52 Changeset in rtems [1f29ee4] by Ryan Long <ryan.long@…>
satcan.c: Fix Unsigned compared against 0 (CID #1399768) CID 1399768: Unsigned compared against 0 in satcan_ioctl(). Closes #4294
19:53 Changeset in rtems [83835729] by Vijay Kumar Banerjee <vijay@…>
cpukit/include: Remove telnetd.h Update #3850
15:48 Changeset in rtems-tools [420d7a1] by Alex White <alex.white@…>
rld-process: Add named tempfile constructor This adds a new tempfile constructor for creating a named tempfile rather than generating the name.
15:37 Changeset in rtems-tools [a7802e3] by Alex White <alex.white@…>
covoar: Fix DWARF reading There were a couple of issues with the way the DWARF info was being read. The first issue was that it inefficiently included all symbols, even symbols that were not desired. The second issue is that it did not handle inline functions correctly. These have been fixed.
15:36 Changeset in rtems-tools [85eb59e] by Alex White <alex.white@…>
rld-dwarf: Add function::has_entry_pc
09:27 Changeset in rtems [8fe59be] by Sebastian Huber <sebastian.huber@…>
validation: Fix for 64-bit targets Closes #4179.
09:10 Changeset in rtems-central [524ce30] by Sebastian Huber <sebastian.huber@…>
spec: CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE
08:36 Changeset in rtems [1de00d6] by Sebastian Huber <sebastian.huber@…>
CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE Ensure that CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE meets the task storage alignment requirement.
08:33 Changeset in rtems-central [56f715e] by Sebastian Huber <sebastian.huber@…>
spec: Fix RTEMS_TASK_STORAGE_ALIGNMENT
08:23 Changeset in rtems [5248395] by Sebastian Huber <sebastian.huber@…>
score: Ensure stack alignment requirement Make sure that a user-provided stack size is the minimum size allocated for the stack. Make sure we meet the stack alignment requirement also for CPU ports with CPU_STACK_ALIGNMENT > CPU_HEAP_ALIGNMENT.
07:39 Changeset in rtems [4a765b47] by Sebastian Huber <sebastian.huber@…>
score: Enforce CPU_STACK_ALIGNMENT requirements Clarify CPU_STACK_ALIGNMENT requirements in no_cpu port. Add static assertion to enforce CPU_STACK_ALIGNMENT requirements.
07:04 Changeset in rtems [30f6fd5b] by Sebastian Huber <sebastian.huber@…>
rtems: Fix RTEMS_TASK_STORAGE_ALIGNMENT Make sure we meet the stack alignment requirement for user-provided thread storage areas.
02:27 Changeset in rtems-lwip [1d5d514] by Vijay Kumar Banerjee <vijay@…>
add .gitignore
02:27 Changeset in rtems-lwip [3e61278] by Vijay Kumar Banerjee <vijay@…>
Add script to import files from lwip upstream

03/02/21:

21:11 Changeset in rtems-lwip [817dbdb] by Vijay Kumar Banerjee <vijay@…>
Add rtems_waf submodule
21:10 Changeset in rtems-lwip [55ebfa9] by Vijay Kumar Banerjee <vijay@…>
Initial Commit add lwip upstream submodule
20:11 Changeset in rtems [2ee12f02] by Kinsey Moore <kinsey.moore@…>
bsps: Allow override of ARM TM27 IRQs ZynqMP hardware appears to have an odd hard-wired SGI implementation in which the SGIs are permanently set as enabled or disabled. Allow the TM27 IRQs to be overridden as necessary.
18:51 Changeset in rtems [fbab832] by Ryan Long <ryan.long@…>
main_help.c: Unchecked return value from library (CID #1437650) CID 1437650: Unchecked return value from library in rtems_shell_help(). Closes #4291
18:25 Changeset in rtems [f8047788] by Ryan Long <ryan.long@…>
gr_cpci_gr740.c: Unchecked return value from library (CID #1437630) CID 1437630: Unchecked return value from library in gr_cpci_gr740_init1(). Closes #4290
18:17 Changeset in rtems [5f0a7ceb] by Ryan Long <ryan.long@…>
gr_tmtc_1553.c: Unchecked return value from library (CID #1399785) CID 1399785: Unchecked return value from library in gr_tmtc_1553_init1(). Closes #4289
18:10 Changeset in rtems [4c0d9c5a] by Ryan Long <ryan.long@…>
gr_701.c: Unchecked return value from library (CID #1399783) CID 1399783: Unchecked return value from library in gr701_init1(). Closes #4288
18:08 Changeset in rtems [91e38f8] by Ryan Long <ryan.long@…>
gr_rasta_adcdac.c: Fix Unchecked return value from library (CID #1399780) CID 1399780: Unchecked return value from library in gr_rasta_adcdac_init1(). Closes #4287
18:05 Changeset in rtems [17d525b5] by Ryan Long <ryan.long@…>
gr_rasta_tmtc.c: Fix Unchecked return value from library (CID #1399771) CID 1399771: Unchecked return value from library in gr_rasta_tmtc_init1(). Closes #4286
18:01 Changeset in rtems [570b558] by Ryan Long <ryan.long@…>
gr_leon4_n2x.c: Fix Unchecked return value from library (CID #1399767) CID 1399767: Unchecked return value error from library in gr_cpci_leon4_n2x_init1(). Closes #4285
17:50 Changeset in rtems [b84ce61] by Ryan Long <ryan.long@…>
gr_rasta_io.c: Fix Unchecked return value from library (CID #1399763) CID 1399763: Unchecked return value from library in gr_rasta_io_init1(). Closes #4284
17:40 Changeset in rtems [04436013] by Ryan Long <ryan.long@…>
gr_rasta_spw_router.c: Fix Unchecked return value from library (CID #1399760) CID 1399760: Unchecked return value from library in gr_rasta_spw_router_init1(). Closes #4283
16:46 Changeset in rtems [55ba229] by Ryan Long <ryan.long@…>
pwdgrp.c: Fix Unchecked return value from library (CID #1255518) CID 1255518: Unchecked return value from library in pwdgrp_init(). Closes #4282
16:34 Changeset in rtems [8e34aa3] by Ryan Long <ryan.long@…>
main_chmod.c: Fix Unchecked return value from library (CID #1063856) CID 1063856: Unchecked return value from library in rtems_shell_main_chmod(). Closes #4281
16:08 Changeset in rtems [597e4f4] by Ryan Long <ryan.long@…>
gen_uuid.c: Fix two Unchecked return value from library errors CID 1049146: Unchecked return value from library in get_clock(). CID 1049147: Unchecked return value from library in get_random_fd(). Closes #4280
15:49 Ticket #4291 (main_help.c: Unchecked return value from library error spotted by Coverity) created by Ryan Long
CID 1437650: Unchecked return value from library in …
15:41 Ticket #4290 (gr_cpci_gr740.c: Unchecked return value from library error spotted by ...) created by Ryan Long
CID 1437630: Unchecked return value from library in …
15:38 Ticket #4289 (gr_tmtc_1553.c: Unchecked return value from library error spotted by ...) created by Ryan Long
CID 1399785: Unchecked return value from library in …
15:35 Ticket #4288 (gr_701.c: Unchecked return value from library error spotted by Coverity) created by Ryan Long
CID 1399783: Unchecked return value from library in gr701_init1(). […]
15:29 Ticket #4287 (gr_rasta_adcdac.c: Unchecked return value from library error spotted ...) created by Ryan Long
CID 1399780: Unchecked return value from library in …
15:23 Ticket #4286 (gr_rasta_tmtc.c: Unchecked return value from library error spotted by ...) created by Ryan Long
CID 1399771: Unchecked return value from library in …
15:16 Ticket #4285 (gr_leon4_n2x.c: Unchecked return value error from library error ...) created by Ryan Long
CID 1399767: Unchecked return value error from library in …
15:14 Changeset in rtems [8fd29cfb] by Christian Mauderer <christian.mauderer@…>
stm32h7: Add init for sdmmc pins Update #4372
15:09 Ticket #4284 (gr_rasta_io.c: Unchecked return value from library error spotted by ...) created by Ryan Long
CID 1399763: Unchecked return value from library in …
15:06 Ticket #4283 (gr_rasta_spw_router.c: Unchecked return value from library error ...) created by Ryan Long
CID 1399760: Unchecked return value from library in …
15:01 Ticket #4282 (pwdgrp.c: Unchecked return value from library error spotted by Coverity) created by Ryan Long
CID 1255518: Unchecked return value from library in pwdgrp_init(). […]
14:30 Ticket #4281 (main_chmod.c: Unchecked return value from library error spotted by Coverity) created by Ryan Long
CID 1063856: Unchecked return value from library in …
14:26 Ticket #4280 (gen_uuid.c: Unchecked return value from library errors spotted by Coverity) created by Ryan Long
CID 1049146: Unchecked return value from library in get_clock(). CID …
13:00 Changeset in rtems [aa9e3c62] by Christian Mauderer <christian.mauderer@…>
stm32h7: Add SDMMC modules to clock Update #4372
12:53 Changeset in rtems-central [2b135e3] by Sebastian Huber <sebastian.huber@…>
spec: Improve signal catch specification
11:31 Changeset in rtems [83b1b25d] by Sebastian Huber <sebastian.huber@…>
rtems: Simplify rtems_signal_catch() In uniprocessor configurations, we can simplify rtems_signal_catch(). Add a validation test for the SMP special case.
09:55 Changeset in rtems [9a13f37] by Sebastian Huber <sebastian.huber@…>
rtems: Simplify _Signal_Action_handler() Use the invariant that an ASR is only processed if ASR processing is enabled.
07:28 Changeset in rtems-docs [fcac22e] by Sebastian Huber <sebastian.huber@…>
eng: Fix typo Update #3715.
07:27 Changeset in rtems-central [f914a32] by Sebastian Huber <sebastian.huber@…>
config.yml: Generate more chapters
07:27 Changeset in rtems-central [3ea9cd9] by Sebastian Huber <sebastian.huber@…>
config.yml: Generate more chapters
07:02 Changeset in rtems-central [833a7b9] by Sebastian Huber <sebastian.huber@…>
validation: Wrap comment blocks
06:54 Changeset in rtems [c0c4b8b] by Sebastian Huber <sebastian.huber@…>
validation: Format comment blocks

03/01/21:

21:33 Changeset in rtems [0d33d10] by Ryan Long <ryan.long@…>
pci_cfg_read.c: Fix Missing break in switch (CID #1399723) CID 1399723: Missing break in switch in pci_read_addressable(). Closes #4279
21:25 Ticket #4279 (pci_cfg_read.c: Missing break in switch error spotted by Coverity) created by Ryan Long
CID 1399723: Missing break in switch in pci_read_addressable(). […]
21:06 Changeset in rtems [c7eb89f8] by Ryan Long <ryan.long@…>
cpuusagetop.c: Fix three Missing break in switch Coverity errors CID 1399726: Missing break in switch in task_usage(). CID 1399728: Missing break in switch in task_usage(). CID 1399742: Missing break in switch in task_usage(). Closes #4278
21:01 Ticket #4278 (cpuusagetop.c: Missing break in switch errors spotted by Coverity) created by Ryan Long
CID 1399726: Missing break in switch in task_usage(). CID 1399728: …
20:33 Changeset in rtems [13d6fae] by Ryan Long <ryan.long@…>
grtc.c: Fix four Missing break in switch Coverity errors CID 1399761: Missing break in switch in process_dma(). CID 1399765: Missing break in switch in process_dma(). CID 1399766: Missing break in switch in process_dma(). CID 1399777: Missing break in switch in process_dma(). Closes #4277
20:22 Ticket #4277 (grtc.c: Missing break in switch errors spotted by Coverity) created by Ryan Long
CID 1399761: Missing break in switch in process_dma(). CID 1399765: …
17:14 Changeset in rtems-central [442e4ba] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
16:58 Changeset in rtems-tools [0e6c7ec] by Alex White <alex.white@…>
covoar/Reports: Fix empty branch report This makes the branch report more consistent with the other reports when there is no branch information found.
16:44 Changeset in rtems-docs [22d213c] by Vijay Kumar Banerjee <vijay@…>
networking: Rename to legacy networking
16:07 Changeset in rtems [3246fa42] by Ryan Long <ryan.long@…>
main_edit.c: Fix Unchecked return value (CID #1255318) CID 1255318: Unchecked return value in display_line(). Updates #4257
16:06 Changeset in rtems [1eaf4e46] by Ryan Long <ryan.long@…>
grspw.c: Fix Unchecked return value (CID #1399781) CID 1399781: Unchecked return value in grspw_device_init(). Closes #4259
12:27 Changeset in rtems-central [2c1dabc] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
09:28 Changeset in rtems-central [a2189ed] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
09:00 Changeset in rtems-central [6840466] by Sebastian Huber <sebastian.huber@…>
spec: Fix specification references in basedefs
09:00 Changeset in rtems [2ad03de] by Sebastian Huber <sebastian.huber@…>
validation: Add comments to task tests
09:00 Changeset in rtems [54c9630] by Sebastian Huber <sebastian.huber@…>
validation: Add comments to signal tests
08:56 Changeset in rtems-central [595f00f] by Sebastian Huber <sebastian.huber@…>
validation: Add comment to action condition states
07:53 Changeset in rtems-central [d332f8e] by Sebastian Huber <sebastian.huber@…>
spec: Fix barrier release text
07:40 Changeset in rtems-central [bbc7774] by Sebastian Huber <sebastian.huber@…>
spec: Improve event send/receive Add a condition for a NULL pointer for the event set to receive.
07:12 Changeset in rtems [441824a] by Sebastian Huber <sebastian.huber@…>
score: Simplify _Objects_Name_to_id_u32() Remove superfluous check for the objects maximum since the maximum is also used as a loop limit. Fix formatting.

02/28/21:

01:28 Ticket #4266 (motorola_powerpc bootloader images not linking correctly) closed by Chris Johns <chrisj@…>
fixed: In d1bab98/rtems: […]

02/27/21:

22:35 Ticket #4276 (Add Account for Jan Sommer) created by Joel Sherrill
Jan Sommer needs an account on the rtems.org infrastructure. This many …
06:09 Changeset in rtems [f0f8c111] by Vijay Kumar Banerjee <vijay@…>
getgrent.c, record-client.c: Add missing includes for assert.h

02/26/21:

23:54 Changeset in rtems [96918af] by Chris Johns <chrisj@…>
powerpc/motorola_power: Place any common data in the .bss section - It seems the compiler how defaults to -fcommon and this means some uninitialised data is ignored. Closes #4266
23:54 Changeset in rtems [d1bab98]5 by Chris Johns <chrisj@…>
powerpc/motorola_power: Place any common data in the .bss section - It seems the compiler how defaults to -fcommon and this means some uninitialised data is ignored. Closes #4266
23:19 Changeset in rtems [df6d765c] by Vijay Kumar Banerjee <vijay@…>
testsuites: Remove all legacy networking tests Update #3850
23:14 Changeset in rtems [633526d2] by Vijay Kumar Banerjee <vijay@…>
spec: Remove residue bsps spec files Update #3850
23:11 Changeset in rtems-tools [917469b] by Alex White <alex.white@…>
covoar: Fix overflow of high PC address This fixes an integer overflow that would occur if a function's high PC address were zero in the DWARF info.
22:56 Ticket #4262 (rtems-debugger-threads.c: Unchecked return value error spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In e2002659/rtems: […]
22:56 Ticket #4261 (getgrent.c: Unchecked return value error spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In e5e58da/rtems: […]
22:56 Ticket #4260 (record-client.c: Unchecked return value error spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In be3b87d/rtems: […]
22:56 Ticket #4258 (printertask.c: Unchecked return value errors spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In 1b322a6/rtems: […]
22:51 Changeset in rtems [3299dda2] by Vijay Kumar Banerjee <vijay@…>
cpukit: Remove telnetd Update #3850
19:51 Changeset in rtems-central [0d0a7c3] by Sebastian Huber <sebastian.huber@…>
spec: Improve partition create
19:50 Changeset in rtems-central [4d8d73b] by Sebastian Huber <sebastian.huber@…>
spec: Improve return buffer
15:46 Ticket #4275 (GR1553B: use new codec available in GR740 revision 1) created by Daniel Hellstrom
Select the new 1553 codec available specifically in GR740.
15:23 Ticket #4274 (GR1553RT driver: fixes to memory allocation and locking on descriptor ...) created by Daniel Hellstrom
Issues in GRLIB GR1553B RT mode device driver (used by GR740 BSP): …
11:34 Changeset in rtems [08cbd4ba] by Sebastian Huber <sebastian.huber@…>
score: Fix _Stack_Extend_size() Check for an integer overflow. Add a validation test for task create errors.
11:34 Changeset in rtems [9dad735] by Sebastian Huber <sebastian.huber@…>
validation: Improve task construct error tests
11:17 Changeset in rtems-central [9184ea1] by Sebastian Huber <sebastian.huber@…>
spec: Specify task create errors
10:58 Changeset in rtems-central [2d25dc0] by Sebastian Huber <sebastian.huber@…>
spec: Improve task construct validation
10:58 Changeset in rtems-central [a922c6d] by Sebastian Huber <sebastian.huber@…>
spec: Improve documentation
08:56 Changeset in rtems [2428a8ca] by Sebastian Huber <sebastian.huber@…>
build: Install <rtems/score/hash.h> Update #4267.
08:48 Changeset in rtems [de7df04] by Sebastian Huber <sebastian.huber@…>
bsps: Fix legacy build
08:26 Ticket #4270 (A failing task extension produces zombi objects and resource leaks) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 1ac4a85/rtems: […]
07:55 Ticket #4273 (Add a directive to report the RTEMS architecture) created by Sebastian Huber
We have CPU_NAME, however, this string doesn't match with the …
07:19 Changeset in rtems-central [fb3042c] by Sebastian Huber <sebastian.huber@…>
spec: Improve wording
04:19 Ticket #4266 (motorola_powerpc bootloader images not linking correctly) reopened by Chris Johns
The change does not resolve the issue. I am not sure what happened in my testing. The bootloader linked executable has the .text.* sections present. I am wondering if the Motorola debug monitor is not capable of loaded this type of ELF file. As a result the card information is not found and boot process fails. You can observe this by running readelf -a on the rtems.img.elf file created when making the image file. This is the RTEMS 5 executable linked with the RTEMS 6 bootloader: […] The RTEMS 6 executable has more code than the RTEMS 5. I tried a number of combinations in the linker command script but could not find a suitable result. I have now looked into fixing the building of the bootloader in the RTEMS 5 automake build system and there are some fundamental issues present and I am yet to decide how this is to be resolved. The bootloader Makefile has a variable BOOTLOADER_CPU_FLAGS: https://git.rtems.org/rtems/tree/c/src/lib/libbsp/powerpc/motorola_powerpc/bootloader/Makefile.am?h=5#n22 This is empty because CPU_FLAGS is not exported into this file: […] The CPU flags are being provided the globally set CFLAGS and this includes the text and data segment flags which is causing the problem. Adding: […] Results in no valid CPU flags being set. I am reluctant to add exporting the CPU flags to a high level in the build process because it will be seen by all BSPs and it is very difficult to know if there are possible side effects in another BSP. I cannot only see a couple of solutions: 1. Remove the problem flags from the build 2. Find a way to include the config with the flags
Note: See TracTimeline for information about the timeline view.