Timeline



07/19/21:

14:29 Changeset in rtems [32ff602] by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Move and simplify bsp_irq_fixup()
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>.
09:06 Changeset in rtems [31494546] by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Add LEON3_L2CACHE_BASE
09:05 Changeset in rtems [37880fc6] by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Use new L2CACHE register block API
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 …
08:52 Changeset in rtems [ac9c55b] by Sebastian Huber <sebastian.huber@…>
bsp/leon3: LEON3_PLB_FREQUENCY_DEFINED_BY_GPTIMER
07:26 Changeset in rtems [d85c505a] by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Use new GPTIMER register block API

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 […]
14:07 Changeset in rtems [c77a20e] by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Use new IRQ(A)MP register block API
13:34 Changeset in rtems-central [938c279] by Sebastian Huber <sebastian.huber@…>
spec: Add IRQ(A)MP support function
12:35 Changeset in rtems [a5f95cb] by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Untangle interrupt controller support Separate the probing of the interrupt controller from the initialization.
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:32 Changeset in rtems [de278269] by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Add LEON3_HAS_ASR_22_23_UP_COUNTER
09:31 Changeset in rtems [c71e34b] by pranav <dangipranav@…>
bsps: Move optfdt* files to shared parent directory
09:28 Changeset in rtems [3f1186f] by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Add LEON3_IRQAMP_PROBE_TIMESTAMP
09:19 Changeset in rtems [824556e0] by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Add LEON3_IRQAMP_BASE
09:18 Changeset in rtems [8f23579] by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Add LEON3_GPTIMER_BASE
08:35 Changeset in rtems [fc97810] by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Add LEON3_APBUART_BASE
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:47 Changeset in rtems [2ede66f] by Sebastian Huber <sebastian.huber@…>
validation: grlib Update #3716.
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 [ce166f06] 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:

10:33 GSoC/2021 edited by Matthew Joyce
(diff)

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.

07/07/21:

19:02 Changeset in rtems-tools [5902a88] by Ryan Long <ryan.long@…>
Reports: Convert to C++
14:37 Changeset in rtems [89b652a5] by Christian Mauderer <christian.mauderer@…>
bsps/imxrt: Fix undefined symbol
12:38 Changeset in rtems [b28c0c66] by Sebastian Huber <sebastian.huber@…>
bsp/raspberrypi: Fix <bsp/irq.h> header guard
11:44 Changeset in rtems [b910e60] by Sebastian Huber <sebastian.huber@…>
bsp/raspberrypi: Add interrupt get/set affinity Add default implementations for bsp_interrupt_get_affinity() and bsp_interrupt_set_affinity() which are required to link all tests in SMP configurations. Update #3269.
07:52 Changeset in rtems [1b560731] by Sebastian Huber <sebastian.huber@…>
bsp/imx: Fix pointer from integer warning
01:06 GSoC/2021 edited by Ida Delphine
(diff)

07/06/21:

17:00 Changeset in rtems [85a3785] by Sebastian Huber <sebastian.huber@…>
bsps/irq: bsp_interrupt_set_affinity() Return a status code for bsp_interrupt_set_affinity(). Update #3269.
16:39 Changeset in rtems [23ec04c] by Sebastian Huber <sebastian.huber@…>
bsps/irq: bsp_interrupt_get_affinity() Return a status code for bsp_interrupt_get_affinity(). Update #3269.
15:53 Changeset in rtems [8b0e3334] by Pranav Dangi <dangipranav@…>
bsps/arm: Add start up support for ARMv6 RPi Models
12:03 Changeset in rtems [4969af4] by Sebastian Huber <sebastian.huber@…>
rtems: Add RTEMS_FATAL_SOURCE_SPURIOUS_INTERRUPT Add RTEMS_FATAL_SOURCE_SPURIOUS_INTERRUPT as the fatal source for spurious interrupts. Use the interrupt vector number of the spurious interrupt for the fatal code. Update #3269.
11:27 Changeset in rtems-central [9063300] by Sebastian Huber <sebastian.huber@…>
spec: Specify bsp_interrupt_spurious()
10:45 GSoC/2021 edited by Husni Faiz
(diff)
10:41 GSoC/2021 edited by Husni Faiz
(diff)
10:37 GSoC/2021 edited by Husni Faiz
(diff)
08:36 Changeset in rtems-central [10982ce] by Sebastian Huber <sebastian.huber@…>
spec: Specify rtems_interrupt_set_affinity()
08:33 Changeset in rtems [17fb5239] by Sebastian Huber <sebastian.huber@…>
validation: Test rtems_interrupt_set_affinity() Update #3269.
06:39 Changeset in rtems [1b3b5b84] by Sebastian Huber <sebastian.huber@…>
bsps/irq: Canonicalize get/set affinity errors Bring the error conditions and status in line with rtems_task_get_affinity() and rtems_task_set_affinity(). Update #3269.
06:18 Changeset in rtems [bfec448] by Sebastian Huber <sebastian.huber@…>
validation: GetValidInterruptVectorNumber?() Update #3269.
06:04 Changeset in rtems [aab3713] by Sebastian Huber <sebastian.huber@…>
validation: Test rtems_interrupt_get_affinity() Update #3269.
05:48 Changeset in rtems [c9e0445] by Sebastian Huber <sebastian.huber@…>
build: Add option to customize the LINKFLAGS
04:25 GSoC/2021/beaglebone-usb-support edited by Husni Faiz
(diff)
03:21 GSoC/2021/beaglebone-usb-support created by Husni Faiz
create template

07/05/21:

17:37 Changeset in rtems-central [1f509ab] by Sebastian Huber <sebastian.huber@…>
spec: Specify rtems_interrupt_get_affinity()
16:15 Changeset in rtems [b5f8504] by Richi Dubey <richidubey@…>
Fix compiler warnings for schedulerstrongapa.c
14:35 Changeset in rtems [32c0cd8] by Sebastian Huber <sebastian.huber@…>
validation: Test rtems_interrupt_raise_on() Update #3269.
14:14 Changeset in rtems-central [c467bdb] by Sebastian Huber <sebastian.huber@…>
spec: Specify rtems_interrupt_cause_on()
13:50 Changeset in rtems [163c1fd] by Sebastian Huber <sebastian.huber@…>
validation: Test rtems_interrupt_is_pending() Update #3269.
13:48 Changeset in rtems-central [4aaf82c] by Sebastian Huber <sebastian.huber@…>
spec: Specify rtems_interrupt_is_pending()
12:01 Changeset in rtems-central [dd7ede6] by Sebastian Huber <sebastian.huber@…>
spec: Specify rtems_interrupt_clear()
12:01 Changeset in rtems [1bf8139a] by Sebastian Huber <sebastian.huber@…>
validation: Test rtems_interrupt_clear() Update #3269.
11:29 Changeset in rtems [faa4b636] by Sebastian Huber <sebastian.huber@…>
rtems: Add rtems_interrupt_is_pending() Update #3269.
11:28 Changeset in rtems [deb5afb] by Sebastian Huber <sebastian.huber@…>
bsps/irq: Add rtems_interrupt_is_pending() Add a default implementation which just returns RTEMS_UNSATISFIED. Update #3269.
06:37 Changeset in rtems [4341058] by Sebastian Huber <sebastian.huber@…>
validation: Test rtems_interrupt_raise() Update #3269.
Note: See TracTimeline for information about the timeline view.