Timeline



10/25/22:

22:22 Ticket #2871 (Use bibtex references thoughout the documentation) closed by Joel Sherrill
fixed: Classic API Guide has a generated references section now
19:03 Changeset in rtems [5a37722b] by Kinsey Moore <kinsey.moore@…>
spec/pkgconfig: Allow builds to override headers This allows any builds targeting an installed RTEMS BSP to override headers in the installed BSP reliably, including headers previously installed by that or other builds. This includes applications, network stacks, libraries, and any other builds. Closes #4896
17:41 Changeset in rtems-source-builder [cb8821e] by Joel Sherrill <joel@…>
Update mipstx39 gdb version to pick up fix to make simulator work Closes #4689.
17:41 Changeset in rtems [080dc5d] by Kinsey Moore <kinsey.moore@…>
cpukit/aarch64: Emulate FPSR for FENV traps The AArch64 TRM specifies that when FPCR is set to trap floating point exceptions, the FPSR exception bits are not set. This ensures that FPSR is updated as FENV expects even if floating point exception traps are enabled.
15:01 Changeset in rtems-docs [9d0f454] by Hesham Almatary <heshamelmatary@…>
bsp/riscv: Add a section about running on QEMU
14:31 Changeset in rtems-docs [c234a7b] by Hesham Almatary <heshamelmatary@…>
bsps/riscv: Remove inaccurate statement about reliance on a boot loader The BSP is capable of initialising the hardware being the first software that takes control on hardware reset (after the bootrom). For instance, using on QEMU's virt platforms, RTEMS runs as a bios without BBL. Similarily, RTEMS can also be run on harware/FPGA and loaded using GDB; the bootrom (or a GDB script) should just set the a0/a1 registers with the boot HART ID and DTB address respectively.
11:44 Ticket #4745 (Subscribing to the mailing lists is not working) created by dsa93
Hi Subscribing to the devel and users lists is not working. No matter …
09:11 Changeset in rtems [1eae6f2] by Dariusz Sabala <dariusz.sabala@…>
bsps/arm: fix Cortex-M7 systick reload value - see ARM DUI 0646C Arm Cortex-M7 Devices Generic User Guide "The RELOAD value is calculated according to its use. For example, to generate a multi-shot timer with a period of N processor clock cycles, use a RELOAD value of N-1. If the SysTick? interrupt is required every 100 clock pulses, set RELOAD to 99." - see routines used in CMSIS project for reference Close #4746.
08:38 Changeset in rtems [aca1724] by Sebastian Huber <sebastian.huber@…>
build: Optionally use a VERSION file Define the RTEMS version in the wscript. Optionally use a VERSION file to change the default values of the wscript. Allow the command line option --rtems-version to override RTEMS_MAJOR. Remove support for command line configurable options (--rtems-option). Rename internal define RTEMS_VERSION_VC_KEY to RTEMS_VERSION_CONTROL_KEY.
05:59 Changeset in rtems [f6bcf163] by Sebastian Huber <sebastian.huber@…>
sptests: Avoid fatal error to end a test End the test with a normal exit instead of INTERNAL_ERROR_THREAD_EXITTED.
03:11 Ticket #4744 (libdebugger arm backend does not single step) created by Chris Johns
Single stepping with the ARM backend does not cleanly step instructions.
03:10 Ticket #3779 (arm_switch_reg undeclared when building libdebugger/rtems-debugger-arm) closed by Chris Johns
fixed

10/24/22:

13:37 Changeset in rtems [c3e1401] by Alex White <alex.white@…>
bsps/microblaze: Fix console interrupt build errors This fixes build errors seen when building with console interrupts enabled. A few places were missing bspopts.h includes, and one of the UART functions was not defined.
13:33 Changeset in rtems-source-builder [b02f778] by Karel Gardas <karel@…>
devel/sis: fix compilation of SIS on Mac OS X SIS compiles on Mac OS X fine, but without providing --host/--build configure options. Removing them solves the issue of configure not being able to recognize arm64-darwin platform.
13:09 Changeset in rtems-central [817131c] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
11:29 Changeset in rtems [468f21e] by Sebastian Huber <sebastian.huber@…>
bsps: Add Cache Manager implementation group Update #3707.

10/23/22:

21:28 Changeset in rtems-source-builder [0388c4b] by Karel Gardas <karel@…>
testproc/gsed: fix compilation of GNU sed on Mac OS X GNU sed compiles on Mac OS X fine, but without providing --host/--build configure options. Hence removing them solved the issue of configure not being able to recognize arm64-darwin platform.

10/21/22:

20:49 Changeset in rtems-source-builder [3dc0431]5 by Chris Johns <chrisj@…>
5: Update RTEMS, LibBSD and Tools builds to the latest 5 hash

10/19/22:

18:46 Changeset in rtems [9d5354e] by Ryan Long <ryan.long@…>
bsps/microblaze: Add device tree support to UART Lite
10:40 Ticket #4743 (rtems-libbsd license?) created by Sam Caulfield
Hi there, What are the licensing implications for a user of …
09:54 Ticket #4742 (Deadlock risk of Immediate Ceiling Priority Protocol (ICPP) with ...) created by Junjie Shi
In the current implementation of Immediate Ceiling Priority Protocol …

10/18/22:

22:36 Ticket #4740 (Teach libdebugger to wait for GDB to connect and ask to continue) closed by Chris Johns <chrisj@…>
fixed: In d574e08/rtems: […]
17:11 Changeset in rtems [3fd8cf2d] by Ryan Long <ryan.long@…>
bsps/microblaze: Add device tree support to JFFS2 QSPI
15:21 Changeset in rtems [cbac78a] by Ryan Long <ryan.long@…>
bsps/microblaze: Add device tree support to AXI interrupt controller

10/17/22:

20:44 Changeset in rtems [eb94aaf] by Alex White <alex.white@…>
bsps/microblaze: Add device tree support to timer
20:42 Changeset in rtems [63b21ad5] by Alex White <alex.white@…>
bsps/microblaze: Add device tree getter This allows drivers to read configuration data from the device tree if the BSP is built with device tree support.
18:16 Changeset in rtems-libbsd [01b04a0]6-freebsd-12 by Kinsey Moore <kinsey.moore@…>
Revert "waf: Move the tools/BSP include path to be last" This reverts commit 6ee31ae968323c71c478b2f52ec5a5cbff8c8f5d. A fix has been committed to RTEMS pkgcfg and Makefile generation to handle this issue and having this in place with the fix in RTEMS causes a failure to build.
05:25 Changeset in rtems [d574e08] by Chris Johns <chrisj@…>
libdebugger: Add a target break call to suspend all running threads - Optionally wait if there is no remote debugger connected and break when the remote connects Closes #4740

10/15/22:

08:19 Ticket #4741 (Fix GCC PR 107248) closed by Sebastian Huber <sebastian.huber@…>
fixed: In e24641b/rtems-source-builder: […]

10/14/22:

14:23 Changeset in rtems [ecd8aec9] by Joel Sherrill <joel@…>
Remove remnants of rtems_io_lookup_name Updates #3420.
13:05 Changeset in rtems-central [576ea6a] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems-docs
13:04 Ticket #4741 (Fix GCC PR 107248) created by Sebastian Huber
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107248
13:04 Ticket #4728 (RISC-V console device tree parsing fails with a list of properties) closed by Alan Cudmore <alan.cudmore@…>
fixed: In 1d2fab8/rtems: […]
13:04 Changeset in rtems-central [ddf7bbd] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
13:03 Changeset in rtems-central [56065a9] by Sebastian Huber <sebastian.huber@…>
spec: Use correct number of idle tasks
09:32 Changeset in rtems-source-builder [e24641b] by Sebastian Huber <sebastian.huber@…>
7: Update Binutils, GDB, and GCC Close #4741.
09:29 Changeset in rtems-source-builder [36a3d88] by Sebastian Huber <sebastian.huber@…>
6: Update GCC 10 and 12 Update #4741.
09:14 Changeset in rtems-source-builder [2624a5e] by Sebastian Huber <sebastian.huber@…>
6/7: Update Newlib
08:52 Changeset in rtems [e9a69c5] by Sebastian Huber <sebastian.huber@…>
riscv: Move functions to avoid build issues The _RISCV_Map_cpu_index_to_hardid() and _RISCV_Map_hardid_to_cpu_index() functions must be available to all riscv BSPs.
08:46 Changeset in rtems [15bba4ae] by Sebastian Huber <sebastian.huber@…>
score: Move Thread_Control::Registers member Place this member placed directly after the end of the common block so that the structure offsets are as small as possible. This helps on instruction set architectures with a very limited range for intermediate values. For example, see the aeabi_read_tp() implementation for ARM Thumb-1. Update #3835.
06:49 Changeset in rtems [a770651] by Sebastian Huber <sebastian.huber@…>
validation: Use correct number of idle tasks Update #3716.
05:41 Changeset in rtems [a1f23c2] by Sebastian Huber <sebastian.huber@…>
powerpc: Conditionally provide Context_Control_fp This avoids a pedantic warning about a zero size Context_Control_fp.
05:41 Changeset in rtems [985aaac0] by Sebastian Huber <sebastian.huber@…>
powerpc: Fix 'noreturn' function does return
02:43 Changeset in rtems [580a3a68] by Chris Johns <chrisj@…>
libmisc/rtems-fdt: Fix return error values Updates #4729

10/13/22:

15:41 Changeset in rtems-docs [e3cbdca] by Frank Kühndel <frank.kuehndel@…>
TFTPFS: Adding missing diagram
09:51 Ticket #4740 (Teach libdebugger to wait for GDB to connect and ask to continue) created by Kévin Le Gouguec
In #4739, Chris noted this snippet in the reproducer: […] Chris …
04:23 Changeset in rtems [97fce51] by Sebastian Huber <sebastian.huber@…>
build: Enable RISCV_BOOT_HARTID only for riscv
01:23 Changeset in rtems-docs [c9c5a17] by Chris Johns <chrisj@…>
README: Add a note about image tools

10/12/22:

15:56 Changeset in rtems-source-builder [652822f] by Ryan Long <ryan.long@…>
rtems-tools-6.cfg: Bump tools hash
13:44 Changeset in rtems-tools [40529bc] by Ryan Long <ryan.long@…>
_libelf_config.h: Add removed Cygwin code This code was removed for some reason. Without it, we are unable to build RTEMS with Cygwin.
12:53 Changeset in rtems-docs [355a65f] by Matt Joyce <matthew.joyce@…>
bsp-howto: Specify name of clock driver init func

10/11/22:

18:26 Changeset in rtems [8632d58] by Tadeusz Struk <tadeusz.struk@…>
libfdt: add fdt_get_property_by_offset_w helper Add a new fdt_get_property_by_offset_w helper function. It is a wrapper on fdt_get_property_by_offset that returns a writable pointer to a property at a given offset. Signed-off-by: Tadeusz Struk <tadeusz.struk@…> Message-Id: <20221011182611.116011-1-tadeusz.struk@…> Signed-off-by: David Gibson <david@…>
06:02 Changeset in rtems-central [6e057a0] by Sebastian Huber <sebastian.huber@…>
spec: Move to another acfg group
01:50 Changeset in rtems [fe104e39] by Chris Johns <chrisj@…>
libmisc/rtems-fdt: Fix missing error string - Coverity CID 1515930 issue Updates #4729
Note: See TracTimeline for information about the timeline view.