Timeline



09/19/22:

15:00 Ticket #4719 (risc-v fe310 console driver uart read error) closed by Alan Cudmore <alan.cudmore@…>
fixed: In 88f4d44f/rtems: […]
13:00 Changeset in rtems [d0b92735] by Padmarao Begari <padmarao.begari@…>
bsps/shared/: Use device tree blob If the bsp is integrated and supported a device tree blob(dtb) then use dtb instead of using it from the U-Boot (BSP_START_COPY_FDT_FROM_U_BOOT=False).
13:00 Changeset in rtems [6b0d3c9] by Padmarao Begari <padmarao.begari@…>
bsps/riscv: Add Microchip PolarFire? SoC BSP variant The Microchip PolarFire? SoC support is implemented as a riscv BSP variant to boot with any individual hart(cpu core) or SMP based on the boot HARTID configurable and support components are 4 CPU Cores (U54), Interrupt controller (PLIC), Timer (CLINT), UART.
13:00 Changeset in rtems [974c6ea] by Padmarao Begari <padmarao.begari@…>
spec/build/bsps: Add dtb support Add dtb and dtb header path configurable build option
13:00 Changeset in rtems [9cdc008] by Padmarao Begari <padmarao.begari@…>
bsps/riscv: Add device tree blob Add the basic Microchip PolarFire? SoC device tree source and blob The mpfs-dtb.h is generated by the bin2hex https://github.com/padmaraob/bin2hex 1.Compile and build the bin2hex.c $ gcc -o bin2hex bin2hex.c 2.Generate the mpfs.dtb from the mpfs.dts $ dtc -O dtb -o mpfs.dtb mpfs.dts 3.Generate the mpfs-dtb.h Header file from the mpfs.dtb. $ ./bin2hex mpfs.dtb
11:51 Changeset in rtems [9a55120] by Sebastian Huber <sebastian.huber@…>
bsp/tms570: Add -mbe32 to LINKFLAGS There is not just big-endian on ARM. We have two variants BE32 (obsolete) and BE8. The Cortex-R5F processor supports only BE8, however, some TMS570 variants are BE32 internally. In GCC 8 and later, the --be8 option is passed to the linker based on the selected architecture or CPU. Use BE32 by default for the TMS570 BSP. In GCC, see: commit 63d03dcecdafe34715282a5155cfc2162375feca Author: Richard Earnshaw <rearnsha@…> Date: Mon Jul 3 13:22:05 2017 +0000 [arm] Clean up generation of BE8 format images.
07:01 Ticket #3935 (Remove use of RTEMS_INLINE_ROUTINE in the RTEMS sources) closed by Sebastian Huber <sebastian.huber@…>
fixed: In a660e9dc/rtems: […]

09/18/22:

19:22 Changeset in rtems [88f4d44f] by Alan Cudmore <alan.cudmore@…>
bsps/riscv/riscv: Fix fe310_uart_read Note: Resending after learning how to use git send-email, please disregard previous message. This fixes the riscv fe310 console driver fe310_uart_read function. The function reads the RX status/data register to check if data is available, but discards the data and reads it a seconds time. Also cleared the interrupt enable bit in the first_open function. Close #4719
14:28 Ticket #4719 (risc-v fe310 console driver uart read error) created by Alan Cudmore
In the riscv/riscv fe310_uart_read function, the uart RX data/status …

09/16/22:

17:07 Changeset in rtems [997ba1d9] by Frank Kühndel <frank.kuehndel@…>
tftpDriver.c: Fix Coverity issues CID 1506523: Unchecked return value from library (CHECKED_RETURN) CID 1506522: Unchecked return value from library (CHECKED_RETURN) CID 1437618: Unchecked return value from library (CHECKED_RETURN) Close #4718
16:47 Ticket #4718 (Coverity issues in cpukit/libfs/src/ftpfs/tftpDriver.c) created by Frank Kuehndel
Coverity indicates the following issues in …
06:57 Changeset in rtems-source-builder [e547414] by Chris Johns <chrisj@…>
testproc/gsed: Do not use %include with internal builds
06:55 Changeset in rtems-source-builder [6afc04b]5 by Chris Johns <chrisj@…>
sb/setbuilder: Install the build when stagging or configured to install Updates #4716
06:55 Changeset in rtems-source-builder [f86bc1d] by Chris Johns <chrisj@…>
sb/setbuilder: Install the build when stagging or configured to install

09/15/22:

23:03 Changeset in rtems-source-builder [16d4f2c]5 by Chris Johns <chrisj@…>
rtems/kernel: Support deployment standard buildset configs - Check and optionally support arch/bsp format 'with_rtems_bsp' defines Updates #4717
20:13 Changeset in rtems-libbsd [63dae71]6-freebsd-12 by Kinsey Moore <kinsey.moore@…>
rtemsbsd/arasan_sd: Prevent disabled device probe Probing a SDIO/SDHCI interface that has been disabled by system init via holding it in reset can cause a CPU hang. This prevents probing of devices that have been disabled in such a manner on ZynqMP systems.
08:47 Changeset in rtems [b4d005e3] by Jia Xianhua <jiaxianhua@…>
libdtc: remove duplicate judgments There is no need to check the VALID_DTB repeatedly, and can be combined into one if statement. Signed-off-by: Jia Xianhua <jiaxianhua@…> Signed-off-by: David Gibson <david@…>

09/14/22:

20:52 Ticket #2300 (MIPS Tools fail to build.) closed by Chris Johns <chrisj@…>
fixed: In 468fc79/rtems-source-builder: […]
07:09 Ticket #4717 (Add RSB Deployment support) created by Chris Johns
Provide deployment support for RTEMS 5. The support will be a single …
06:38 Changeset in rtems-source-builder [468fc79] by Chris Johns <chrisj@…>
devel/gcc: Check and build GNU sed if not available on build host Closes #2300
06:37 Changeset in rtems-source-builder [25972d9]5 by Chris Johns <chrisj@…>
sb/setbuilder: Do not install if --no-install option is used - This is a bug introduced in the recent bset tar file changes Updates #4716
06:37 Changeset in rtems-source-builder [6f7eba4] by Chris Johns <chrisj@…>
sb/setbuilder: Do not install if --no-install option is used - This is a bug introduced in the recent bset tar file changes
06:35 Changeset in rtems-source-builder [27c61da] by Chris Johns <chrisj@…>
textproc/gsed: Add GNU sed build support Updates #2300

09/12/22:

08:35 Changeset in rtems [f20078a] by Sebastian Huber <sebastian.huber@…>
build: Use enabled by for defaults Merge the "default" and "default-by-variant" attributes. Use an "enabled-by" expression to select the default value based on the enabled set. This makes it possible to select default values depending on other options. For example you could choose memory settings based on whether RTEMS_SMP is enabled or disabled. The change was tested by comparing the output of ./waf bspdefaults before and after the change.
07:39 Changeset in rtems-central [4f014e5] by Sebastian Huber <sebastian.huber@…>
spec: Generate acfg info section
07:10 Changeset in rtems-docs [31199e3] by Sebastian Huber <sebastian.huber@…>
Update build system related sections for RTEMS 6 Update sections which contained the word "bsp_specs".
07:01 Changeset in rtems-docs [8f4543f] by Sebastian Huber <sebastian.huber@…>
user: Mention that the bsp_specs are gone Update #3250.
07:01 Changeset in rtems-docs [283acbb] by Sebastian Huber <sebastian.huber@…>
user: Clarify -fno-common changes

09/09/22:

21:38 Changeset in rtems-docs [2a2d33c] by Chris Johns <chrisj@…>
user: Add deployment section
14:31 Changeset in rtems-docs [0fc5c03] by Sebastian Huber <sebastian.huber@…>
c-user: Add application config info directives Close #4267. Close #4269.
14:01 Changeset in rtems-central [1d1ca36] by Sebastian Huber <sebastian.huber@…>
spec: Add deadlock detection special case
07:56 Changeset in rtems-source-builder [c0edd80] by Chris Johns <chrisj@…>
rtems/jpeg: Update the checksum
07:54 Changeset in rtems-source-builder [679d2b7] by Chris Johns <chrisj@…>
rtems/bsps: Update the buildset defines to be arch/bsp - Remove the unused defines
07:53 Changeset in rtems-source-builder [dbea623] by Chris Johns <chrisj@…>
rtems/packages: Remove lwip from the generic packages - Networking stacks are selected at the BSP level
07:18 Changeset in rtems-central [fc4490e] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems and rtems-docs
06:10 Changeset in rtems-central [640aab1] by Sebastian Huber <sebastian.huber@…>
spec: Fix integer type in test code
06:07 Changeset in rtems [8d32b988] by Sebastian Huber <sebastian.huber@…>
validation: Fix integer type warning Update #4662.
06:04 Changeset in rtems [4fdf79c] by Sebastian Huber <sebastian.huber@…>
score: Prevent an out of bounds warning Update #4702.
05:46 Ticket #3456 (Add support for CPU counter timestamps) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 270200e/rtems: […]
05:42 Changeset in rtems-docs [13be9a2] by Sebastian Huber <sebastian.huber@…>
user: Document arm/fvp BSP Close #4202.
05:41 Ticket #4202 (Add BSP for ARM Fixed Virtual Platform with a Cortex-R52) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 13be9a2/rtems-docs: […]
05:15 Changeset in rtems-docs [91e8654] by Sebastian Huber <sebastian.huber@…>
user: Document RSB --with/without-newlib-tls Update #4560.
04:51 Ticket #3719 (Update libcrypt to latest FreeBSD to address Coverity Scan Issues) closed by Sebastian Huber
fixed: This should be fixed now.
01:32 Ticket #4710 (RSB does not expand dir type macros correctly) closed by Chris Johns <chrisj@…>
fixed: In 18b4507/rtems-source-builder: […]

09/08/22:

15:25 Changeset in rtems-source-builder [5ad2e80] by Joel Sherrill <joel@…>
rtems-tools-6.cfg: Bump hash to update BSP list
14:29 Ticket #4108 (Review minimum and ensure it really is a minimum configuration) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 120c857e/rtems: […]
14:11 Changeset in rtems [120c857e] by Sebastian Huber <sebastian.huber@…>
minimum: Do not use unified work areas The CONFIGURE_UNIFIED_WORK_AREAS option pulls in a system initialization handler which initializes the unified heap. Close #4108.
13:49 GSoC/2022 edited by Prashanth S
(diff)
13:47 Changeset in rtems [52d566c] by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Enable VRSAVE optimization Close #4712.
13:45 Ticket #4712 (powerpc: Add AltiVec VRSAVE support) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 52d566c/rtems: […]
13:02 Changeset in rtems-lwip [4b51b37] by Kinsey Moore <kinsey.moore@…>
lwip: Provide h_errno Any application using gethostbyname requires h_errno. This restores the ability to link applications that make use of h_errno by way of gethostbyname.
12:31 Changeset in rtems [ac31e2f9] by Sebastian Huber <sebastian.huber@…>
libtests/sha: Add tests for SHA512-256
12:27 Changeset in rtems [fdbf89fe] by Sebastian Huber <sebastian.huber@…>
libtests/sha: Add tests for SHA512-224
12:14 Changeset in rtems [d37baa1] by Sebastian Huber <sebastian.huber@…>
libtests/sha: Add tests for SHA384
12:08 Changeset in rtems [bea7e5a0] by Sebastian Huber <sebastian.huber@…>
libtests/sha: Add tests for SHA224
08:37 Changeset in rtems [a660e9dc] by Sebastian Huber <sebastian.huber@…>
Do not use RTEMS_INLINE_ROUTINE Directly use "static inline" which is available in C99 and later. This brings the RTEMS implementation closer to standard C. Close #3935.
08:15 Ticket #3897 (Dhcpcd does not daemonize) closed by Sebastian Huber
wontfix: The dhcpcd is intended to be started at most once and then run forever. This is a limitation of the libbsd port and related to the fact that RTEMS is a single process operating system.
08:09 Ticket #3924 (Test the application configuration options) closed by Sebastian Huber
fixed: The pre-qualified application configurations are fully specified and validiated.
07:41 Changeset in rtems [270200e] by Sebastian Huber <sebastian.huber@…>
score: Remove _CPU_Counter_difference() All CPU ports used the same _CPU_Counter_difference() implementation. Remove this CPU port interface and mandate a monotonically increasing CPU counter. Close #3456.
07:10 Changeset in rtems-source-builder [ec69635] by Sebastian Huber <sebastian.huber@…>
7: Update Binutils, GDB, and GCC
07:10 Changeset in rtems-source-builder [be84706] by Sebastian Huber <sebastian.huber@…>
6: Update GCC 10 and 12 Update #4712.
07:08 Changeset in rtems-source-builder [40af3b4d] by Sebastian Huber <sebastian.huber@…>
6/7: Update Newlib
06:35 Changeset in rtems-docs [c33cca3] by Sebastian Huber <sebastian.huber@…>
eng: Document new build item attributes Close #4670.
06:33 Changeset in rtems-central [5ee830f] by Sebastian Huber <sebastian.huber@…>
spec: Add attributes to build items Update #4670.
06:26 Ticket #4670 (Add option to build RTEMS with coverage instrumentation) closed by Sebastian Huber <sebastian.huber@…>
fixed: In c33cca3/rtems-docs: […]
06:18 Changeset in rtems-central [d803efb] by Sebastian Huber <sebastian.huber@…>
interface: Restrict includes to header files
06:09 Changeset in rtems [85d482f] by Sebastian Huber <sebastian.huber@…>
rtems: Include <rtems/score/cpuopts.h> Directly include <rtems/score/cpuopts.h> in header files using CPU build options.
06:06 Changeset in rtems [548d0050] by Sebastian Huber <sebastian.huber@…>
score: Improve formatting
05:45 Changeset in rtems-source-builder [6116d9c]5 by Chris Johns <chrisj@…>
sb: Back port fixes from the development branch Updates #4716
05:31 Ticket #4716 (Backport RSB fixes from Development) created by Chris Johns
Backport RSB fixes from the development branch.
05:31 Ticket #4078 (GCC C++ compiler for powerpc defines _GNU_SOURCE as a built-in) closed by Sebastian Huber
fixed: Fixed in GCC 10, 11, 12, and 13.
05:24 Ticket #4668 (Use thread-local storage in libstdc++) closed by Sebastian Huber
fixed: Integrated in GCC master branch and RSB for GCC 10 and 12 as patches.
04:46 Changeset in rtems-source-builder [db3d470]5 by Chris Johns <chrisj@…>
sb/getsources: Fixes to configurations Updates #4715
03:50 Changeset in rtems-source-builder [3138ff5]5 by Chris Johns <chrisj@…>
sb/getsources: Fix getting sources - Back ported from the development branch Updates #4715
03:40 Ticket #4715 (RSB get sources misses a number of files) created by Chris Johns
Back port the changes from the development branch. The get sources …
03:36 Ticket #4058 (RSB 5/rtems-riscv fails to build on Windows) closed by Chris Johns
wontfix: Please use RTEMS 6. The RISCV is in the tier-4 list for this release.

09/07/22:

22:15 Changeset in rtems-source-builder [3a4892d] by Chris Johns <chrisj@…>
sb/setbuilder: Support line continuation
22:15 Changeset in rtems-source-builder [e85e2a7]5 by Chris Johns <chrisj@…>
sb/setbuilder: Support line continuation Updates #4716
21:34 Changeset in rtems-source-builder [be25bee] by Chris Johns <chrisj@…>
sb/rtems-kernel-config-check: Reformat using yapf
15:01 Changeset in rtems-tools [53a8d85] by Joel Sherrill <joel@…>
rtems-bsps-aarch64.ini, rtems-bsps-tiers.ini: Remove versal ilp32 variants
14:15 Changeset in rtems-central [544347a] by Sebastian Huber <sebastian.huber@…>
spec: Refine unspecified interfaces
11:53 Changeset in rtems-central [5644b1f] by Sebastian Huber <sebastian.huber@…>
spec: Use proper type for interface functions
11:48 Changeset in rtems-central [a9dde25] by Sebastian Huber <sebastian.huber@…>
spec: Improve formatting
11:45 Changeset in rtems-central [a503858] by Sebastian Huber <sebastian.huber@…>
spec: Use design group for external interfaces
09:20 Changeset in rtems-central [b1033ea] by Sebastian Huber <sebastian.huber@…>
spec: Fix placement of external interfaces
08:23 Changeset in rtems-source-builder [17106e0] by Chris Johns <chrisj@…>
sb/rtems-kernel-config-check: Support multiple BSPs and add a test option
08:22 Changeset in rtems-source-builder [1ce3694] by Chris Johns <chrisj@…>
sb/build.py: Output build scripts to trace - Only remove the build directory when not a dry run
08:22 Changeset in rtems-source-builder [bf079c1] by Chris Johns <chrisj@…>
rtems/libbsd: Update to the latest on the 6-freebsd-12 branch
08:22 Changeset in rtems-source-builder [c12cbad] by Chris Johns <chrisj@…>
rtems/kernel: Update the confg file support - Check for config file tests and install if enabled - Support buildset BSP options defines if building a single BSP - Remove bootstrap and autotools fragments
08:21 Changeset in rtems-source-builder [e1f87e5] by Chris Johns <chrisj@…>
rtems/rtems-bsp: Support a kernel configuration file - Support a single BSP defined in a kernel config file

09/06/22:

22:31 Changeset in rtems-docs [8741d2c] by Joel Sherrill <joel@…>
posix-users/process_creation_and_execution.rst: Update pthread_atfork() Updates #4713.
21:59 Ticket #4713 (Make pthread_atfork follow FACE Technical Standard Behavior for Single ...) closed by Joel Sherrill <joel@…>
fixed: In dbba9430/rtems: […]
14:08 Ticket #4225 (Cobham Gaisler NOEL-V RISC-V 32- and 64-bit processor BSP) closed by Martin Aberg <maberg@…>
fixed: In 9ec9be83/rtems: […]
07:25 Changeset in rtems [6cef96b1] by Sebastian Huber <sebastian.huber@…>
bsp/lpc32xx: Increase SDRAM size to 64MiB Increase stage 2 bootloader size to 16MiB.
07:23 Changeset in rtems [b0285e5c] by Sebastian Huber <sebastian.huber@…>
bsp/lpc32xx: Remove hard to maintain comments These comments duplicate the memory and region definitions of the linker command file.
06:49 Changeset in rtems [3803757] by Sebastian Huber <sebastian.huber@…>
validation: Test deadlock detection special case Update #3716.

09/05/22:

14:25 Changeset in rtems-central [9ff4661] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems and rtems-docs
13:52 Changeset in rtems-central [48bcaff] by Sebastian Huber <sebastian.huber@…>
spec: Application configuration options validation
13:33 Changeset in rtems [4e227f4] by Sebastian Huber <sebastian.huber@…>
validation: CONFIGURE_SCHEDULER_TABLE_ENTRIES Test this option in a configuration with only one processor. Update #3716.
12:33 Changeset in rtems [444f56cd] by Sebastian Huber <sebastian.huber@…>
score: Regenerate <rtems/score/basedefs.h> Two interface specification items moved.
12:28 Changeset in rtems [9835313] by Sebastian Huber <sebastian.huber@…>
validation: Refine basedefs specification Update #3716.
12:08 Changeset in rtems [33f1223c] by Sebastian Huber <sebastian.huber@…>
config: Add SMP scheduler configuration errors Issue an error message if an SMP-specific scheduler is used and RTEMS_SMP is disabled. This might be a more informative compared to compiler or linker errors.
08:03 Changeset in rtems-central [002e64d] by Sebastian Huber <sebastian.huber@…>
spec: Refine basedefs specification
07:15 Changeset in rtems-central [3c76793] by Sebastian Huber <sebastian.huber@…>
spec: Add not pre-qualified constraint
06:56 Changeset in rtems-central [654b3ee] by Sebastian Huber <sebastian.huber@…>
spec: Ignore array bounds warnings Update #4702.
06:55 Changeset in rtems [9e9ce43d] by Sebastian Huber <sebastian.huber@…>
validation: Regenerate Update #4702.
06:54 Changeset in rtems [b06ec5b6] by Sebastian Huber <sebastian.huber@…>
config: Document CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR Update #4691.
06:53 Ticket #4691 (Add support for FACE Technical Standard Restriction on POSIX Absolute ...) closed by Joel Sherrill <joel@…>
fixed: In 4f9e9e5/rtems-docs: […]
06:47 Changeset in rtems-central [1a5be0d] by Sebastian Huber <sebastian.huber@…>
spec: Add glossary link Updates #4691.
Note: See TracTimeline for information about the timeline view.