Timeline



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

10/10/22:

06:54 Changeset in rtems-docs [c360e28] by Padmarao Begari <padmarao.begari@…>
user/bsps: Update riscv for PolarFire? SoC Update the riscv documentation for the Microchip PolarFire? SoC BSP variant including information about SMP test procedure for the Microchip PolarFire? Icicle Kit.
00:30 Ticket #4729 (Add 64bit address support to RTEMS FDT) closed by Chris Johns <chrisj@…>
fixed: In 40eb58f/rtems: […]
Note: See TracTimeline for information about the timeline view.