Timeline
07/23/21:
- 14:48 Changeset in rtems-central [d382499] by Sebastian Huber <sebastian.huber@…>
- config.yml: Update extra files
- 14:32 Changeset in rtems-central [038f8f1] by Sebastian Huber <sebastian.huber@…>
- modules: Update rtems
- 14:26 Changeset in rtems-central [a415045] by Sebastian Huber <sebastian.huber@…>
- modules: Update rtems
- 14:00 Changeset in rtems [78b83601] by Sebastian Huber <sebastian.huber@…>
- bsps: Fix bsp_fatal_extension() The heap protection is conditional.
- 09:03 Changeset in rtems-central [50aea7a] by Sebastian Huber <sebastian.huber@…>
- spec: Remove always enabled interrupt attribute
- 08:47 Changeset in rtems-central [fc3586f] by Frank Kühndel <frank.kuehndel@…>
-
spec: Fix unstable test of clock manager
The tests of specification get-tod.yml and set.yml were expecting
that no more than five ticks pass between consecutive calls to
rtems_clock_set() and rtems_clock_get_tod(). Yet, in coverage tests
this limit was exceeded.
* All tests are placed in a test suite without clock driver so that
all ticks must be triggered by the test suite.
* The grace period of five ticks has been removed.
* Test which require that the realtime clock has not been set
manipulate RTEMS internal data with
_TOD.is_set = false
. The old function get_tod_before_set_tod() has been removed in favor of this new solution. - 06:45 Changeset in rtems [ebdfa24b] by Sebastian Huber <sebastian.huber@…>
- build: Merge default-by-family into by-variant Prefix the BSP family name with "bsps/" to make it distinct to the BSP variant names. Update #4468.
07/22/21:
- 14:41 Changeset in rtems-central [e579dbc] by Sebastian Huber <sebastian.huber@…>
- spec: Fix typos
- 14:14 Changeset in rtems-central [b2f87ba] by Sebastian Huber <sebastian.huber@…>
- spec: Rename "cause" in "raise"
- 12:52 Changeset in rtems-central [4f5f877] by Sebastian Huber <sebastian.huber@…>
- specview.py: Filter items by validated status
- 09:20 Changeset in rtems-central [306c315] by Sebastian Huber <sebastian.huber@…>
- spec: Fix link which produced a cycle
- 05:28 Changeset in rtems-central [b31b812] by Sebastian Huber <sebastian.huber@…>
- modules: Update rtems
- 01:50 Changeset in rtems-libbsd [1739d74]6-freebsd-12 by Chris Johns <chrisj@…>
- freebsd/sys: Import VFS support Update #4475
07/21/21:
- 19:20 Changeset in rtems [217bf7be] by Sebastian Huber <sebastian.huber@…>
- build: Add "bsps/" prefix to BSP family enable BSP family and BSP variant names may be equal. This prefix avoids ambiguity in the enabled-by expressions.
- 17:17 Changeset in rtems [25f126e] by Sebastian Huber <sebastian.huber@…>
- score: Regenerate <rtems/score/basedefs.h> Reflect renamed specification item.
- 15:57 Packages/LWIP edited by Vijay Kumar Banerjee
- (diff)
- 14:12 Changeset in rtems-central [8b34a18] by Sebastian Huber <sebastian.huber@…>
- specview.py: Display link roles
- 13:54 Changeset in rtems-central [1f0f040] by Sebastian Huber <sebastian.huber@…>
- modules: Update rtems
- 13:42 Changeset in rtems-central [61bd4d5] by Sebastian Huber <sebastian.huber@…>
- config.yml: Use gr712rc BSP
- 07:59 Changeset in rtems-libbsd [e56b5cb]6-freebsd-12 by Chris Johns <chrisj@…>
- kern: Add kernel trace support (KTR) Update #4475
- 05:59 Changeset in rtems-central [94ac94d] by Sebastian Huber <sebastian.huber@…>
- spec: Reorder some interface groups
- 05:22 Changeset in rtems-libbsd [9800a0f]6-freebsd-12 by Chris Johns <chrisj@…>
- kern: Import kern_ktr.c Update #4475
- 05:16 Changeset in rtems [350f501a] by Chris Johns <chrisj@…>
- bsp: Remove fatal from exit(0). Add extended heap error output
- 03:46 Changeset in rtems-libbsd [c7427fc]6-freebsd-12 by Chris Johns <chrisj@…>
- kern: Add a proc0 - Provides the thread's proc pointer and with that access to creds Update #4475
07/20/21:
- 22:41 Changeset in rtems-libbsd [761fd693]6-freebsd-12 by Chris Johns <chrisj@…>
- kern: Import kern_prot.c fnd kern_resource.c for proc0 Update #4475
- 21:02 Changeset in rtems-libbsd [c5e81a2]6-freebsd-12 by Joel Sherrill <joel@…>
- linker_set.h: Add alignof implementation for when not C11 or C++11 The default implementation was completely broken. Use the GCC specific alignof if compiling for C99 or C++03. If not C++11, C11, or GCC, then it is an error.
- 18:27 Ticket #4473 (AddressToLineMapper.h: Pointer to local outside scope error spotted by ...) closed by Alex White <alex.white@…>
- fixed: In 2380886/rtems-tools: […]
- 13:51 Changeset in rtems-tools [68348ad] by Ryan Long <ryan.long@…>
- rtems-utils.h: Create ostream_guard
- 07:42 Changeset in rtems-central [62d7a6f] by Sebastian Huber <sebastian.huber@…>
- specview.py: Substitute attributes during view This helps to catch invalid attribute references.
- 07:29 Changeset in rtems-central [9278d49] by Sebastian Huber <sebastian.huber@…>
- spec: Fix glossary references
- 06:24 Changeset in rtems-libbsd [46a15fa]6-freebsd-12 by Chris Johns <chrisj@…>
-
sys/kern: Add lockmgr support
- See
man lockmgr
- Implement the lock_object and move the RTEMS mutex to that object - Add debug support to track the locks with gdb Update #4475 - 04:09 Changeset in rtems-libbsd [e1ca99b]6-freebsd-12 by Chris Johns <chrisj@…>
- testsuite: Optionally allow all command in a shell Update #4475
07/19/21:
- 13:43 Changeset in rtems [1577a48] by Sebastian Huber <sebastian.huber@…>
- bsp/leon3: Remove <leon.h> include form <bsp.h> The <leon.h> header file contains a lot of implementation details. Hide them from <bsp.h>.
- 08:57 Changeset in rtems-libbsd [2a01430]6-freebsd-12 by Chris Johns <chrisj@…>
- rtemsbsd: Catch timeout overflows Update #4475
- 08:57 Ticket #4475 (Add NFSv4 client support to libbsd) created by Chris Johns
- Add NFSv4 client support to libbsd. The client support is part of …
07/18/21:
- 13:48 Ticket #4474 (module.h not regenerating) created by Husni Faiz
- When I built the libbsd with some modules enabled and then agian …
07/16/21:
- 18:01 Changeset in rtems-tools [2380886] by Alex White <alex.white@…>
- AddressToLineMapper?.h: Remove pointer to temporary string CID 1505281: Pointer to local outside scope Closes #4473
- 17:58 Ticket #4473 (AddressToLineMapper.h: Pointer to local outside scope error spotted by ...) created by Alex White
- CID 1505281: Pointer to local outside scope […]
- 13:34 Changeset in rtems-central [938c279] by Sebastian Huber <sebastian.huber@…>
- spec: Add IRQ(A)MP support function
- 12:32 Changeset in rtems [b24e8142] by Robin Mueller <robin.mueller.m@…>
- STM32H7 ethernet pin corrections These patches were submitted a few months ago, but it was found out that the default-by-family: [] were missing in the GPIO .yml lines. This was fixed in this patch. This patch accounts for different pins for the ETH peripheral on STM32H7 devices. For example, the Nucleo H743ZI has slightly different pins than other STM32H7 boards.
- 12:15 Changeset in rtems-source-builder [c938bd7] by Robin Mueller <robin.mueller.m@…>
- setbuilder minor list-host option This adds a way to print the host triplet Can be useful for cross-compiling toolchains
- 11:27 Changeset in rtems [36655b8] by Sebastian Huber <sebastian.huber@…>
- cpukit: occured -> occurred
- 09:31 Changeset in rtems [c71e34b] by pranav <dangipranav@…>
- bsps: Move optfdt* files to shared parent directory
- 07:06 Changeset in rtems-central [7aa538b] by Sebastian Huber <sebastian.huber@…>
- interface: Do not add group dependencies Do not use the interface groups for interface dependencies. Since this could lead to cyclic dependencies. For example, a group could be placed in a header file and the header file could belong to the group.
07/15/21:
- 17:24 Changeset in rtems-tools [df484a5] by Ryan Long <ryan.long@…>
- ReportsText?.cc: Restore ostream format CID 1505940: Not restoring ostream format Save format of stream before changing it, and change it back before returning. Closes #4472
- 17:21 Changeset in rtems-tools [f7887ec] by Ryan Long <ryan.long@…>
- ReportsHtml?.cc: Restore ostream format CID 1505939: Not restoring ofstream format Save format of stream before changing it, and change it back before returning. Closes #4471
- 17:20 Changeset in rtems-tools [d417918] by Ryan Long <ryan.long@…>
- CoverageMapBase?.cc: Restore ostream format CID 1503022: Not restoring ostream format Save format of stream before changing it, and change it back before returning. Closes #4470
- 17:00 Changeset in rtems-central [24eb00e] by Sebastian Huber <sebastian.huber@…>
- spec: Add APBUART functions
- 16:24 Changeset in rtems-docs [205f755] by Stephen Clark <stephen.clark@…>
- README: Added centOS 8 instructions Added some instructions for setting up CentOS 8.
- 16:08 Changeset in rtems-docs [84f7c6a] by Stephen Clark <stephen.clark@…>
- README: Minor clarifications and fixes Fixed some minor typographical errors. Updated a dead link. Reworded some sentences for clarity.
- 15:32 Changeset in rtems-tools [e146927] by Ryan Long <ryan.long@…>
- rtems-exeinfo.cpp: Restore ostream format CID 1503006: Not restoring ostream format CID 1503007: Not restoring ostream format Used a variable to store the format of the ostream before any changes, and copied what was originally there back into the stream before returning from the function. Closes #4469
- 14:52 Ticket #4472 (ReportsText.cc: Not restoring ostream format error spotted by Coverity) created by Ryan Long
- CID 1505940: Not restoring ostream format in PutSymbolSummaryLine?(). […]
- 14:51 Changeset in rtems [d0de6fd] by Sebastian Huber <sebastian.huber@…>
- score: Add _IO_Relax() This function may be used to burn a couple of processor cycles with minimum impact on the system bus. It may be used in busy wait loops. Since it is a global function, it is possible to wrap it in device driver test code.
- 14:50 Ticket #4471 (ReportsHtml.cc: Not restoring ostream format error spotted by Coverity) created by Ryan Long
- CID 1505939: Not restoring ostream format in PutSymbolSummaryLine?(). […]
- 14:49 Ticket #4470 (CoverageMapBase.cc: Not restoring ostream format error spotted by Coverity) created by Ryan Long
- CID 1503022: Not restoring ostream format in dump(). […]
- 14:46 Ticket #4469 (rtems-exeinfo.cpp: Not restoring ostream format errors spotted by Coverity) created by Ryan Long
- CID 1503006: Not restoring ostream format in …
- 14:13 Changeset in rtems-source-builder [8c8c374] by Jiri Gaisler <jiri@…>
- sis: update to version 2.27
- 13:32 Changeset in rtems-central [5f3d5fa8] by Sebastian Huber <sebastian.huber@…>
- validation: Support test cases in build objects
- 13:31 Changeset in rtems-docs [238b48f9] by Christian Mauderer <christian.mauderer@…>
- user/imxrt: Add notes about problems with EVB There are some possible problems with the i.MXRT1050 evaluation board. Make some notes about that in the BSP manual.
- 12:11 Changeset in rtems-central [e54b1d7] by Sebastian Huber <sebastian.huber@…>
- spec: Add grlib register load/store
- 11:42 Changeset in rtems [19e4a3d2] by Sebastian Huber <sebastian.huber@…>
- build: Use objects of build context for programs
- 10:46 Changeset in rtems [394efd4] by Sebastian Huber <sebastian.huber@…>
- rtems: Fix Doxygen comment
- 08:26 Changeset in rtems-central [5807c6f] by Sebastian Huber <sebastian.huber@…>
- spec: Fix format of some references
- 08:06 Changeset in rtems-central [5685f4b] by Sebastian Huber <sebastian.huber@…>
- spec: Fix sporadic test failures
- 08:02 Changeset in rtems [1410d5b8] by Sebastian Huber <sebastian.huber@…>
- validation: Test Barrier Manager The test source code is generated from specification items by the "./spec2modules.py" script contained in the git://git.rtems.org/rtems-central.git Git repository. Please read the "How-To" section in the "Software Requirements Engineering" chapter of the RTEMS Software Engineering manual to get more information about the process. Update #3716.
- 06:15 Changeset in rtems [90f250e2] by Sebastian Huber <sebastian.huber@…>
- build: Add the BSP family to the enable set This makes it possible to use the BSP family in expressions of the enabled-by attribute.
- 06:15 Changeset in rtems [8bfc208] by Sebastian Huber <sebastian.huber@…>
- build: Fix format
- 06:06 Changeset in rtems [6c1928c] by Sebastian Huber <sebastian.huber@…>
- build: Prefer variant default value over family Update #4468.
- 06:05 Changeset in rtems [b6092cb] by Sebastian Huber <sebastian.huber@…>
- build: Fix bsp_defaults command Update #4468.
- 06:04 Changeset in rtems [6107148] by Sebastian Huber <sebastian.huber@…>
- build: Add missing default-by-family Update #4468.
- 00:03 Ticket #4468 (waf build system does not generate the same bspopts.h) closed by Chris Johns <chrisj@…>
- fixed: In 6f2aa8ad/rtems: […]
07/14/21:
- 13:00 Changeset in rtems [aeaf623] by Sebastian Huber <sebastian.huber@…>
- spcoverage: Remove test program This program contained an optional test case. It was enabled by the RTEMS_COVERAGE define. The functions under test are not implemented by RTEMS.
- 08:55 Changeset in rtems [87609ba] by Chris Johns <chrisj@…>
- build: Fix the motorola_powerpc default baudrate
- 08:50 Changeset in rtems [9e1fc36] by Sebastian Huber <sebastian.huber@…>
- validation: GetTestableInterruptVector?() Update #3269.
- 07:21 Changeset in rtems-central [160a456] by Sebastian Huber <sebastian.huber@…>
- spec: Rework interrupt attributes
- 06:47 Changeset in rtems [6f2aa8ad] by Chris Johns <chrisj@…>
- build: Use BSP family for options - Optionally add support for 'default-by-family' to allow option to be set by a family and so all related BSPs Close #4468
- 04:28 Ticket #4468 (waf build system does not generate the same bspopts.h) created by Chris Johns
-
Building with
autoconf
and the command line of: […] gives: […] …
07/13/21:
- 20:38 Changeset in rtems-docs [821b624] by Stephen Clark <stephen.clark@…>
- user/bsps/aarch64: Minor formatting fix Fixed formatting error in user/bsps/aarch64/a53.rst and user/bsps/aarch64/xilinx-zynqmp.rst.
- 20:35 Changeset in rtems-docs [4ea93d0] by Stephen Clark <stephen.clark@…>
- xilinx-zynqmp.rst: Documented SDIO driver Added documentation for SDIO driver.
- 19:19 Changeset in rtems-tools [6874f94] by Ryan Long <ryan.long@…>
- CoverageReaderTSIM.cc: Fix formatting
- 19:18 Changeset in rtems-tools [ddab7e6] by Ryan Long <ryan.long@…>
- CoverageReaderSkyeye?.cc: Fix formatting
- 19:18 Changeset in rtems-tools [af0c720] by Ryan Long <ryan.long@…>
- CoverageReaderRTEMS.cc: Fix formatting
- 19:18 Changeset in rtems-tools [065b76e] by Ryan Long <ryan.long@…>
- CoverageReaderQEMU.cc: Fix formatting
- 19:18 Changeset in rtems-tools [f7d850a] by Ryan Long <ryan.long@…>
- CoverageFactory?.h: Fix formatting
- 19:18 Changeset in rtems-tools [cdbe330] by Ryan Long <ryan.long@…>
- CoverageFactory?.cc: Fix formatting
- 18:58 Changeset in rtems-tools [32ff9bb] by Ryan Long <ryan.long@…>
- CoverageReader?: Convert to C++
- 18:06 Changeset in rtems-tools [74bb938] by Ryan Long <ryan.long@…>
- ReportsText?.h: Fix formatting
- 18:06 Changeset in rtems-tools [917d859] by Ryan Long <ryan.long@…>
- ReportsText?.cc: Fix formatting
- 18:05 Changeset in rtems-tools [6fa0bb1c] by Ryan Long <ryan.long@…>
- ReportsHtml?.h: Fix formatting
- 18:05 Changeset in rtems-tools [9a26d2a] by Ryan Long <ryan.long@…>
- ReportsHtml?.cc: Fix formatting
- 18:05 Changeset in rtems-tools [c17a15f] by Ryan Long <ryan.long@…>
- ReportsBase?.h: Fix formatting
- 18:05 Changeset in rtems-tools [f0f7b8b] by Ryan Long <ryan.long@…>
- ReportsBase?.cc: Fix formatting
- 15:25 Changeset in rtems-tools [c75f883] by Ryan Long <ryan.long@…>
- CoverageRanges?.cc: Fix formatting
- 15:24 Changeset in rtems-tools [4ca99d0] by Ryan Long <ryan.long@…>
- TraceWriterQEMU.h: Fix formatting
- 15:24 Changeset in rtems-tools [c12fd2b] by Ryan Long <ryan.long@…>
- TraceWriterQEMU.cc: Fix formatting
- 15:23 Changeset in rtems-tools [ce166f0] by Ryan Long <ryan.long@…>
- TraceReaderLogQEMU.h: Fix formatting
- 15:23 Changeset in rtems-tools [63ad1ae] by Ryan Long <ryan.long@…>
- TraceReaderLogQEMU.cc: Fix formatting
- 15:22 Changeset in rtems-tools [9b7064e] by Ryan Long <ryan.long@…>
- CoverageMapBase?.h: Fix formatting
- 15:22 Changeset in rtems-tools [1b32b00] by Ryan Long <ryan.long@…>
- CoverageMapBase?.cc: Fix formatting
- 15:22 Changeset in rtems-tools [8ee4aaa] by Ryan Long <ryan.long@…>
- CoverageMap?.cc: Fix formatting
- 15:21 Changeset in rtems-tools [b887a0a] by Ryan Long <ryan.long@…>
- GcovFunctionData:h: Fix formatting
- 15:21 Changeset in rtems-tools [2b11e36] by Ryan Long <ryan.long@…>
- GcovFunctionData?.cc: Fix formatting
- 15:21 Changeset in rtems-tools [8da8ee4] by Ryan Long <ryan.long@…>
- GcovData?.h: Fix formatting
- 15:20 Changeset in rtems-tools [2c43693] by Ryan Long <ryan.long@…>
- GcovData?.cc: Fix formatting
07/12/21:
- 21:53 Changeset in rtems-tools [703c691] by Ryan Long <ryan.long@…>
- TraceWriter?: Convert to C++
- 21:28 Changeset in rtems-tools [7c8b04d] by Ryan Long <ryan.long@…>
- TraceReader?: Convert to C++
- 21:04 Changeset in rtems-docs [594fe00] by Kinsey Moore <kinsey.moore@…>
- user: Update ZynqMP network configuration Network configuration is now automatic and requires no user configuration.
- 20:06 Changeset in rtems-tools [c3762cd] by Ryan Long <ryan.long@…>
- GcovData?: Convert to C++ Change C-style code to C++
- 18:12 GSoC/2021 edited by pranav
- (diff)
- 16:41 Changeset in rtems-libbsd [c413180]6-freebsd-12 by Stephen Clark <stephen.clark@…>
- nexus: Added SDHCI driver to ZynqMP Made ZynqMP build with the SDHCI driver.
- 16:05 Changeset in rtems [b177cfc1] by Sebastian Huber <sebastian.huber@…>
- sparc: Prefer RTEMS_FATAL_SOURCE_EXCEPTION Prefer RTEMS_FATAL_SOURCE_EXCEPTION over INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNIT since the fatal code (rtems_exception_frame) provides more context.
- 14:51 Changeset in rtems-central [500bde1] by Sebastian Huber <sebastian.huber@…>
- modules: Update rsb
- 13:16 Changeset in rtems-central [cb6eebf] by Sebastian Huber <sebastian.huber@…>
- modules: Update rtems
07/11/21:
07/09/21:
- 20:03 Changeset in rtems-tools [08fbfb4] by Ryan Long <ryan.long@…>
- CoverageWriterTSIM.h: Fix formatting
- 20:02 Changeset in rtems-tools [f5efee5] by Ryan Long <ryan.long@…>
- CoverageWriterTSIM.cc: Fix formatting
- 20:01 Changeset in rtems-tools [dbfbe29] by Ryan Long <ryan.long@…>
- CoverageWriterSkyeye?.h: Fix formatting
- 20:00 Changeset in rtems-tools [bce7f0e] by Ryan Long <ryan.long@…>
- CoverageWriterSkyeye?.cc: Fix formatting
- 20:00 Changeset in rtems-tools [1188c12] by Ryan Long <ryan.long@…>
- CoverageWriterRTEMS.h: Fix formatting
- 19:48 Changeset in rtems-tools [7e199ab] by Ryan Long <ryan.long@…>
- CoverageWriterRTEMS.cc: Fix formatting
- 19:47 Changeset in rtems-tools [ebf8231] by Ryan Long <ryan.long@…>
- CoverageWriterBase?.h: Fix formatting
- 19:43 Changeset in rtems-tools [e2be0f8] by Ryan Long <ryan.long@…>
- CoverageWriter?: Convert to C++
- 14:47 Changeset in rtems-libbsd [1457660]6-freebsd-12 by Kinsey Moore <kinsey.moore@…>
- freebsd/if_cgem: Fail probe for unterminated MII When the MII bus is unterminated on unused interfaces, it results in PHY read timeouts which manifest as spurious PHYs during the attach call. Detect these timeouts during the probe so the device can be ignored.
- 08:40 Changeset in rtems [a398909] by Sebastian Huber <sebastian.huber@…>
- bsps/arm: Fix SMP start Skip the data cache initialization if we are a secondary processor. The bug was introduced by e164df5e33608576443b4cd5923a9046358ee773 and did not show up in tests using Qemu since the data cache behaviour is not emulated.
- 08:39 Changeset in rtems [7b2d569] by Sebastian Huber <sebastian.huber@…>
- bsp/imx: Fix SMP start Flush imx_gic_dist_base so that secondary processors can use the right address.
- 00:43 Changeset in rtems-libbsd [a53aeb5]6-freebsd-12 by Kinsey Moore <kinsey.moore@…>
- rtemsbsd: Present all ZynqMP interfaces by default Now that the issue with false PHY detection on unterminated MII busses has been resolved, present all hardware interfaces for use on ZynqMP.
Note: See TracTimeline
for information about the timeline view.