Timeline



12/10/20:

21:08 Ticket #4174 (devctl.h does not compile from C++) closed by Joel Sherrill <joel@…>
fixed: In 803d42c/rtems-source-builder: […]
20:41 Changeset in rtems [9edca35d] by Kinsey Moore <kinsey.moore@…>
bsps/gicv3: Resolve build warnings on 64bit
20:27 Changeset in rtems [9e7b5eb] by Kinsey Moore <kinsey.moore@…>
tm27: Use generic cpu index accessor The arm_cp15 function for accessing the current CPU index is specific to ARMv7 while this header is used for ARMv8 as well. Instead, use a generic accessor that is part of the standard CPU API.
09:49 Changeset in rtems [b5aceef] by Sebastian Huber <sebastian.huber@…>
bsps: Remove gicvx_interrupt_dispatch() Avoid one level of indirection. Update #4202.
08:41 Changeset in rtems [6b79abfb] by Sebastian Huber <sebastian.huber@…>
bsp/realview-pbx-a9: Fix smpfatal04 test
08:09 Changeset in rtems [747fb65] by Sebastian Huber <sebastian.huber@…>
bsps: Add GICv3 arm_gic_irq_processor_count() Update #4202.
07:31 Changeset in rtems-tools [efda67b] by Sebastian Huber <sebastian.huber@…>
config: Remove obsolete BSPs Update #3951.
07:08 Changeset in rtems [105e520] by Sebastian Huber <sebastian.huber@…>
bsps: Remove ARM GIC SGI target filter Remove the target filter for software-generated interrupts since this feature is not supported by the affinity routing in GICv3. Update #4202.
06:52 Changeset in rtems [a299c4fe] by Sebastian Huber <sebastian.huber@…>
arm: Optimize arm_interrupt_disable() Update #4202.
00:07 Ticket #4205 (Add Chapter on Building Applications with Various Build Systems to ...) created by Joel Sherrill
As a project, we don't care what build system an end user wants to …

12/09/20:

23:54 Ticket #4204 (Make Termination Handler which Prints Exit Information Less Scary) created by Joel Sherrill
This task is change the default termination handler to print …
23:52 Ticket #4203 (Improve Exception Output) created by Joel Sherrill
When debugging a divide by zero error on the x86, an exception was …
18:11 Changeset in rtems-central [f166bb0] by Sebastian Huber <sebastian.huber@…>
spec: Fix format
13:31 Ticket #4202 (Add BSP for ARM Fixed Virtual Platform with a Cortex-R52) created by Sebastian Huber
13:29 Changeset in rtems [b6925e1] by Sebastian Huber <sebastian.huber@…>
bsps: Fix GICv3 arm_gic_trigger_sgi() Use the targets parameter to determine the targets of the SGI. Change targets parameter type to 32-bit to ease the parameter passing. GICv3 supports up to 16 targets. Update #4202.
13:25 Changeset in rtems [368fab5] by Sebastian Huber <sebastian.huber@…>
bsps: Print CPU in default fatal error extension
07:27 Changeset in rtems-central [c4b0a5c] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
07:20 Changeset in rtems [0e779a4c] by Sebastian Huber <sebastian.huber@…>
smptests/smpipi01: Fix sporadic test failure
01:46 Ticket #4201 (waf building out of source tree does not find all configured bsps) created by Chris Johns
config.ini is: […] And configure is: […] The same …
00:59 Ticket #4200 (Build system doco link in the User Guide is broken) created by Chris Johns
https://docs.rtems.org/branches/master/user/bld/index.html#commands

12/08/20:

22:57 Changeset in rtems-source-builder [803d42c]5 by Joel Sherrill <joel@…>
Add patch to newlib for devctl.h to compile with C++ Closes #4174.
15:40 Changeset in rtems-tools [2251c5a] by Cláudio Maia <clrrm@…>
tester: Add yaml format to the supported report formats
15:11 Changeset in rtems [d188e6e8] by Kinsey Moore <kinsey.moore@…>
cpukit/aarch64: Add explanation of exception flow
14:47 Changeset in rtems-tools [90342fe] by Sebastian Huber <sebastian.huber@…>
tester: Add support for arm/fvp_cortex_r52 BSP Update #4202.
10:20 Changeset in rtems [9ce47a5] by Sebastian Huber <sebastian.huber@…>
bsps: Add SMP support to ARM GICv3 Update #4202.
08:33 Changeset in rtems [617aeaf5] by Sebastian Huber <sebastian.huber@…>
bsps/arm: Move BSP_START_IN_HYP_SUPPORT option Clarify documentation. Update #4202.
06:56 Changeset in rtems [bd7bef52] by Sebastian Huber <sebastian.huber@…>
bsps/arm: Support system level ARM Generic Timer Update #4202.

12/07/20:

20:51 Changeset in rtems [f046af5] by Kinsey Moore <kinsey.moore@…>
cpukit/aarch64: Use hex consistently for offsets
18:10 Changeset in rtems-docs [94abaa3] by Kinsey Moore <kinsey.moore@…>
user: Add A53 Qemu run instructions
18:10 Changeset in rtems-docs [9c40761] by Kinsey Moore <kinsey.moore@…>
aarch64: Update interrupt details
17:01 Changeset in rtems-docs [265bee7] by Kinsey Moore <kinsey.moore@…>
user: Add aarch64/xilinx-zynqmp
15:43 Changeset in rtems [293cde73] by Sebastian Huber <sebastian.huber@…>
build: Exclude performance-0 in small mem BSPs
13:15 Changeset in rtems [9955487d] by Sebastian Huber <sebastian.huber@…>
arm: Support Armv8 in <rtems/score/arm.h> Update #4202.

12/04/20:

11:07 Changeset in rtems [5efa15b] by Sebastian Huber <sebastian.huber@…>
bsps/arm: Unify ARM Generic Timer options Update #4202.
10:42 Changeset in rtems [e68827e] by Sebastian Huber <sebastian.huber@…>
arm/cache-cp15: Support Armv8 Update #4202.
08:44 Changeset in rtems [b63a187] by Christian Mauderer <christian.mauderer@…>
bsps/imxrt: Split up dts. This allows simpler creation of own dts files for custom boards. Update #4180
08:10 Changeset in rtems [f867e7b] by G S Niteesh Babu <niteesh.gs@…>
libtests/ofw01: Added a test for RTEMS OFW This commit adds a basic test that tests all the implemented RTEMS OFW functions.
08:10 Changeset in rtems [9d2ed41] by G S Niteesh Babu <niteesh.gs@…>
bsps/shared/ofw: Implement RTEMS OFW interface RTEMS OFW is a FDT only implementation of the OpenFirmWare? interface. This API is created to be compatible with FreeBSD OpenFirmWare? interface. The main intention is to make porting of FreeBSD drivers to RTEMS easier. Most functions implemented have an direct one-one mapping with the original OFW API and some extra auxiliary functions were implemented to make working with device trees easier in RTEMS. Update #3784
06:16 Ticket #4198 (arm: Add multilib for Cortex-R52 processor) reopened by Sebastian Huber
There is an issue with the memchr() implementation provided by Newlib: […]

12/03/20:

19:34 Ticket #4198 (arm: Add multilib for Cortex-R52 processor) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 9ef9956/rtems-source-builder: […]
18:24 Changeset in rtems-source-builder [9ef9956] by Sebastian Huber <sebastian.huber@…>
6/7: Add multilib for ARM Cortex-R52 processor Close #4198.
17:05 Ticket #4199 (MSYS2: Building newlib appears to be stuck) created by rmueller
Just reporting this with the hope that I am not the only one with the …
16:58 Changeset in rtems [2365c937] by Kinsey Moore <kinsey.moore@…>
spec: Move zynq-uart into its own object Currently, zynq-uart code is always built and has some requirements for BSPs that use it. Instead of making all BSPs satisfy that requirement or working around it by setting defaults, this moves the zynq-uart code into its own spec build object so it can be included if needed.
14:32 Changeset in rtems [7930fbdd] by Sebastian Huber <sebastian.huber@…>
score: Fix discard 'const' qualifier warning
14:31 Changeset in rtems [81c7f5be] by Sebastian Huber <sebastian.huber@…>
arm/fvp: New BSP This BSP supports the Arm Fixed Virtual Platform. Only the Cortex-R52 processor configuration is supported by the BSP. It should be easy to add support for other variants if needed. Update #4202.
09:08 Changeset in rtems [5b064a4] by Sebastian Huber <sebastian.huber@…>
bsps: Remove unused bsp_stack_main_size
07:59 Ticket #4198 (arm: Add multilib for Cortex-R52 processor) created by Sebastian Huber
This processor uses the ARMv8-R instruction set.
06:10 Changeset in rtems-central [0adc07b] by Sebastian Huber <sebastian.huber@…>
config.yml: Add extra file

12/02/20:

20:28 Ticket #4197 (testsuite: ts-validation-0 broken on AArch64 due to SIZE_MAX issues in ...) created by Kinsey Moore
The ts-validation-0 test is broken on AArch64 LP64 ABI due to issues …
19:20 Changeset in rtems [2f32370]5 by Kinsey Moore <kinsey.moore@…>
zynq-uart: Fix set_attributes implementation The zynq-uart set_attributes implementation was configured to always return false which causes spconsole01 to fail. This restores the disabled implementation which sets the baud rate registers appropriately and allows spconsole01 to pass. This also expands the set_attributes functionality to allow setting of the stop bits, character width, and parity. Updates #4236
19:20 Changeset in rtems [5686b44d] by Kinsey Moore <kinsey.moore@…>
zynq-uart: Fix set_attributes implementation The zynq-uart set_attributes implementation was configured to always return false which causes spconsole01 to fail. This restores the disabled implementation which sets the baud rate registers appropriately and allows spconsole01 to pass. This also expands the set_attributes functionality to allow setting of the stop bits, character width, and parity.
16:27 Changeset in rtems [2b56f5a] by Kinsey Moore <kinsey.moore@…>
samples/unlimited: Prevent compile error For architectures with relatively large minimum stack sizes, this test breaks during compilation due to a static check. The init task stack size should not need to be set for this test.
16:24 Changeset in rtems [74c1c402] by Kinsey Moore <kinsey.moore@…>
spec/optconminor: Fix value type The option for defining the console minor should be an integer, not a boolean.
16:23 Changeset in rtems [dfa34e0d] by Kinsey Moore <kinsey.moore@…>
spec/a53: Fix SPDX lines
12:42 Changeset in rtems [33fd915] by Jan Sommer <jan.sommer@…>
bsps/xilinx_zynq: Add Xilinx AXI SPI driver to autotools build Closes #4321
12:42 Changeset in rtems [9223931] by Jan Sommer <jan.sommer@…>
bsps/xilinx_zynq: Add SPI driver to autotools build Closes #4320
12:31 Changeset in rtems [06129897] by Jan Sommer <jan.sommer@…>
bsps/xilinx_zynq: Add SPI driver to waf Updates #4320
12:31 Changeset in rtems [7a1edf11] by Jan Sommer <jan.sommer@…>
bsps/shared: Add Xilinx-AXI SPI driver to waf Updates #4321
12:30 Changeset in rtems [c86d5136]5 by Jan Sommer <jan.sommer@…>
bsps/xilinx_zynq: Add SPI driver for cadence-spi Updates #4369
12:30 Changeset in rtems [cc825d0] by Jan Sommer <jan.sommer@…>
bsps/xilinx_zynq: Add SPI driver for cadence-spi Updates #4320
12:18 Changeset in rtems [ef0fe8e] by Sebastian Huber <sebastian.huber@…>
dosfs: Fix Doxygen group placement Update #3706.
12:10 Changeset in rtems [3393ff1d] by Sebastian Huber <sebastian.huber@…>
libfs: Fix Doxygen group placement Update #3706.
12:03 Changeset in rtems [ab85383] by Sebastian Huber <sebastian.huber@…>
nfsclient: Remove from Doxygen output The libnetworking is excluded from the Doxygen output. Exclude also the nfsclient source code, otherwise there are some orphaned Doxygen groups. Update #3706.
12:02 Changeset in rtems [295b05f9] by Sebastian Huber <sebastian.huber@…>
nfsclient: Rework Doxygen groups Update #3706.
11:30 Developer/Git/Users edited by rmueller
github more information on forking (diff)
11:18 Developer/Git/Users edited by rmueller
Git users GMail note (diff)
10:41 Changeset in rtems [7f1ba9c7] by Sebastian Huber <sebastian.huber@…>
build: Add <rtems/rtems/clockimpl.h>
10:34 Changeset in rtems [1fa3821] by Sebastian Huber <sebastian.huber@…>
score: Fix Doxygen group membership Update #3706.
10:34 Changeset in rtems [1c60622] by Sebastian Huber <sebastian.huber@…>
score: Fix Doxygen group name Update #3706.
10:17 Changeset in rtems-central [6856765] by Frank Kühndel <frank.kuehndel@…>
spec: Requirements and validation for basedefs.h
10:12 Changeset in rtems-central [cb4eca2] by Sebastian Huber <sebastian.huber@…>
interfacedoc: Fix format of parameter names
09:58 Changeset in rtems-source-builder [1d9f5d0] by Sebastian Huber <sebastian.huber@…>
6: Add support for gcov info section Update #4196.
09:42 Ticket #4195 (Add gr740 support available in SIS 2.25 to the RTEMS Tester) closed by Sebastian Huber <sebastian.huber@…>
fixed: In d79b044/rtems-source-builder: […]
09:38 Ticket #4196 (Improve gcov support provided by GCC for RTEMS) created by Sebastian Huber
If we want to use gcov in RTEMS to get code coverage in all system …
09:16 Changeset in rtems-tools [97fe5bf] by Sebastian Huber <sebastian.huber@…>
tester: Add support for sparc/gr740 BSP Update #4195.
09:16 Ticket #4195 (Add gr740 support available in SIS 2.25 to the RTEMS Tester) created by Sebastian Huber
09:05 Changeset in rtems-source-builder [675e73f] by Sebastian Huber <sebastian.huber@…>
devel/sis: Update to 2.25 Update #4195.
09:02 Changeset in rtems-source-builder [d79b044] by Sebastian Huber <sebastian.huber@…>
6/7: Update to the latest rtems-tools Close #4195.
07:32 Changeset in rtems [1af4493] by Sebastian Huber <sebastian.huber@…>
rtems: Clarify invalid identifier descriptions Update #3993.
07:31 Changeset in rtems-central [c3193cc] by Sebastian Huber <sebastian.huber@…>
spec: Clarify invalid identifier descriptions
07:29 Changeset in rtems-docs [66bcecf] by Sebastian Huber <sebastian.huber@…>
c-user: Clarify invalid identifier descriptions Update #3993.
07:17 Changeset in rtems-docs [d716c79] by Sebastian Huber <sebastian.huber@…>
c-user: Generate Timer Manager documentation The documentation is a consolidation of the comments in Doxygen markup and the documentation sources in Sphinx markup. The documentation was transfered to interface specification items. The documentation source files were generated from the items by a script. Update #3993.
07:16 Changeset in rtems-central [6edbed9] by Sebastian Huber <sebastian.huber@…>
spec: Fix Doxygen group identifiers
07:15 Changeset in rtems [5555c0c] by Sebastian Huber <sebastian.huber@…>
rtems: Fix Doxygen group name Update #3706.
07:13 Changeset in rtems [226b90b4] by Sebastian Huber <sebastian.huber@…>
rtems: Fix Doxygen group memberships Update #3706.
07:03 Changeset in rtems-central [859d526] by Sebastian Huber <sebastian.huber@…>
spec: Remove interfaces no longer used by the API
06:59 Changeset in rtems-central [3a99494] by Sebastian Huber <sebastian.huber@…>
items: Catch all YAML errors

12/01/20:

18:17 Ticket #4194 (RSB failed with mail subject: Build Linux: PASSED 6/rtems-arm on ...) created by Sebastian Huber
[…] The mail subject should indicated that the build failed.
15:51 Changeset in rtems [5a285e3] by Sebastian Huber <sebastian.huber@…>
rtems: Clarify rtems_partition_delete() Move the PTCB sentence to the notes to be in line with rtems_partition_create(). Update #3993.
15:50 Changeset in rtems-docs [346bbe6] by Sebastian Huber <sebastian.huber@…>
c-user: Clarify rtems_partition_delete() Move the PTCB sentence to the notes to be in line with rtems_partition_create(). Update #3993.
15:48 Changeset in rtems-central [683e0ab] by Sebastian Huber <sebastian.huber@…>
spec: Clarify rtems_partition_delete() Move the PTCB sentence to the notes to be in line with rtems_partition_create().
15:35 Changeset in rtems [8756d5c] by Sebastian Huber <sebastian.huber@…>
rtems: Clarify rtems_partition_create() The rtems_partition_create() returns an object identifier and not just a partition identifier. Update #3993.
15:33 Changeset in rtems-docs [29e6caa] by Sebastian Huber <sebastian.huber@…>
c-user: Clarify rtems_partition_create() The rtems_partition_create() returns an object identifier and not just a partition identifier. Update #3993.
15:32 Changeset in rtems-central [dc19046] by Sebastian Huber <sebastian.huber@…>
spec: Clarify rtems_partition_create() The rtems_partition_create() returns an object identifier and not just a partition identifier.
13:57 Changeset in rtems-central [c970d63] by Sebastian Huber <sebastian.huber@…>
spec: Review Timer Manager API
13:49 Ticket #4193 (devctl.h does not compile from C++ (cloned)) closed by Sebastian Huber <sebastian.huber@…>
fixed: In c576ec2/rtems-source-builder: […]
13:48 Ticket #4193 (devctl.h does not compile from C++ (cloned)) created by Joel Sherrill
Cloned from #4174: ---- The closing boilerplate of the C++ extern C …
13:43 Changeset in rtems-docs [284e8d0] by Sebastian Huber <sebastian.huber@…>
c-user: Fix format in Partition Manager Update #3993.
13:39 Changeset in rtems [7995329] by Sebastian Huber <sebastian.huber@…>
rtems: Fix documentation in <rtems/rtems/part.h> Update #3993.
13:23 Changeset in rtems-central [0500b9a] by Sebastian Huber <sebastian.huber@…>
interface/interfacedoc: Format parameter names
13:09 Changeset in rtems [c296d150] by Sebastian Huber <sebastian.huber@…>
rtems: Fix Doxygen return description
12:23 Changeset in rtems-central [7b864b7] by Sebastian Huber <sebastian.huber@…>
glossary: Use ItemMapper?.add_get_value()
11:07 Changeset in rtems-central [e165b7d6] by Sebastian Huber <sebastian.huber@…>
items: Enable custom get value for lists
09:58 Changeset in rtems-docs [171bbe0] by Christian Mauderer <christian.mauderer@…>
shell: Document i2c and spi commands.

11/30/20:

18:32 Changeset in rtems [23494c2] by Sebastian Huber <sebastian.huber@…>
score: Always define RTEMSScoreMRSP group This fixes a Doxygen warning.
13:00 Changeset in rtems [70dbafb] by Sebastian Huber <sebastian.huber@…>
config: Canonicalize @defgroup and @file comments Adjust group identifier and names to be in line with a common pattern. Use common phrases for the group and file brief descriptions. Update #3706.
11:53 Changeset in rtems [b1a8be4] by Sebastian Huber <sebastian.huber@…>
rtems: Simplify includes in version.c
11:19 Changeset in rtems-central [0a5afb3] by Sebastian Huber <sebastian.huber@…>
Format specification items
10:43 Changeset in rtems [3732c93] by Sebastian Huber <sebastian.huber@…>
posix: Delete unused _POSIX_Fatal_error()

11/28/20:

10:16 Changeset in rtems [3db9c820] by Sebastian Huber <sebastian.huber@…>
sapi: Canonicalize @defgroup and @file comments Adjust group identifier and names to be in line with a common pattern. Use common phrases for the group and file brief descriptions. Update #3706.
08:44 Changeset in rtems [501bd46f] by Sebastian Huber <sebastian.huber@…>
shell: Rename "IO" typedef for better Doxygen An automatic link from every place in the documentation which mentions "IO" to this dd command internal "IO" typedef is not really nice.

11/27/20:

19:13 Changeset in rtems [dbe830c9] by Tom Rix <trix@…>
jffs2: remove trailing semicolon in macro definition The macro use will already have a semicolon. Signed-off-by: Tom Rix <trix@…> Signed-off-by: Richard Weinberger <richard@…>
18:51 Changeset in rtems [b48b1808] by Sebastian Huber <sebastian.huber@…>
score: Delete empty pheapinit.c
16:21 Changeset in rtems [9278f3d] by Sebastian Huber <sebastian.huber@…>
score: Canonicalize Doxygen @file comments Use common phrases for the file brief descriptions. Update #3706.
15:14 Changeset in rtems [6c8c774] by Sebastian Huber <sebastian.huber@…>
rtems: Remove empty and unused rtclock.c
13:43 Changeset in rtems [cadbd7d1] by Jan Sommer <jan.sommer@…>
bsp/xilinx_zynq: Enable support for 4kiB MMU pages - Disabled by default - Enable using ARM_MMU_USE_SMALL_PAGES option Close 4192.
13:34 Ticket #4192 (bsp/xilinx_zynq: Enable support for small MMU pages) created by Jan Sommer
Enable the xilinx_zynq based BSPs to support the configuration of the …
10:05 Changeset in rtems-central [eb8410c] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
10:04 Changeset in rtems-central [89eaf3a] by Sebastian Huber <sebastian.huber@…>
spec: Add test suite for model based testing
09:34 Ticket #4191 (MSYS2 build error) created by rmueller
I think this is an issue which has happended before: …
08:52 Changeset in rtems [6e566bad] by Sebastian Huber <sebastian.huber@…>
config: CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE Fix the documentation. Update #4181.
08:36 Changeset in rtems-central [fd89864] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems-docs
08:35 Changeset in rtems-central [0b3ed2a] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
08:16 Ticket #4181 (Add CONFIGURE_INIT_TASK_STORAGE_SIZE) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 00b3444/rtems-docs: […]
08:13 Changeset in rtems-docs [a08e672] by Sebastian Huber <sebastian.huber@…>
eng: Add design group requirement item type Update #3715.
07:38 Changeset in rtems-central [29f0401] by Sebastian Huber <sebastian.huber@…>
spec: Review Classic API implementation group

11/26/20:

18:53 Changeset in rtems [9c20b987] by Sebastian Huber <sebastian.huber@…>
rtems: Add <rtems/rtems/clockimpl.h>
10:45 Changeset in rtems [6b5f22dc] by Sebastian Huber <sebastian.huber@…>
rtems: Canonicalize Doxygen @file comments Use common phrases for the file brief descriptions. Update #3706.
10:29 Changeset in rtems [3a5c33a7] by Sebastian Huber <sebastian.huber@…>
sapi: Remove obsolete README file
10:08 Changeset in rtems [b2a677b] by Sebastian Huber <sebastian.huber@…>
rtems: Move "Set Errno" group to the API
09:42 Changeset in rtems [c81ac0e] by Sebastian Huber <sebastian.huber@…>
score: Canonicalize Doxygen groups Adjust group identifier and names to be in line with a common pattern. Use common phrases for the group brief descriptions. Update #3706.
09:01 Changeset in rtems [41725e95] by Sebastian Huber <sebastian.huber@…>
score: Change _Per_CPU_Information declaration Change the _Per_CPU_Information declaration so that Doxygen can parse it. This attribute placement is also in line with the _Alignas() specifier of C11.
07:57 Changeset in rtems [139306c] by Sebastian Huber <sebastian.huber@…>
rtems: Remove unused barriermp.h
07:13 Changeset in rtems [fe58f6ce] by Sebastian Huber <sebastian.huber@…>
bsp/stm32h7: Add and use BSP Doxygen group Update #3910.
Note: See TracTimeline for information about the timeline view.