Timeline



08/26/22:

21:44 Changeset in rtems-lwip [2306c45] by Kinsey Moore <kinsey.moore@…>
lwipopts: Update for NTP The default ZynqMP configuration is missing some definitions required for NTP to function. This adjusts the default ZynqMP configuration to be compatible with the NTP library's requirements.
13:52 Changeset in rtems-lwip [e0c63a3] by Kinsey Moore <kinsey.moore@…>
lwip.py: Build BSD compatibility as part of lwIP Include the BSD compatibility functions as part of lwIP to be provided to consumers of this network stack and install the headers so they can be compiled against.
10:48 GSoC/2022 edited by Mahmoud Abumandour
(diff)
01:38 Ticket #4709 (Installed header break C++) created by Chris Johns
Some headers generate C++ errors and so cannot be included.

08/25/22:

20:19 Packages/LWIP edited by Kinsey Moore
update and slim down (diff)
19:23 Changeset in rtems-lwip [edef121] by Kinsey Moore <kinsey.moore@…>
lwip.py: Support Python earlier than 3.9 The removeprefix method is only available on Python 3.9 and later. This replaces it with an equivalent function.
18:13 Packages/LWIP edited by Kinsey Moore
(diff)
16:25 Packages/LWIP edited by Kinsey Moore
update git link and add current lwIP version information (diff)
05:00 Ticket #4708 (Add i2c command) created by Chris Johns
The command: 1. Detects devices 2. Reads or writes blocks of data to …
04:10 Changeset in rtems [a932829b] by Chris Johns <chrisj@…>
libdebugger/aarch64: Set .start section to RW - Stops the server crashing when setting breakpoints in .start

08/24/22:

20:53 Changeset in rtems-lwip [444dc8a] by Kinsey Moore <kinsey.moore@…>
lwip: Update to 2.1.3 This updates lwIP to the STABLE-2_1_3_RELEASE tag.
20:16 Changeset in rtems-lwip [b7cee0c] by Kinsey Moore <kinsey.moore@…>
Update lwip submodule to 2.1.3
18:22 Changeset in rtems-lwip [20dd29f] by Kinsey Moore <kinsey.moore@…>
lwip-to-rtems.py: Add support for reverse changes This adds the necessary support for moving changes back and forth to the upstream repository.
18:19 Changeset in rtems-lwip [2694ffa] by Kinsey Moore <kinsey.moore@…>
lwip: Finish cleaning up source imports This removes all changes that weren't gated properly on rtems including moving getaddrinfo to rtemslwip/. The imported lwip source is now ready to be updated when necessary.
16:07 GSoC/2022 edited by Duc Doan
(diff)
15:36 GSoC/2022 edited by Prashanth S
(diff)
13:19 Changeset in rtems-lwip [db04777] by Kinsey Moore <kinsey.moore@…>
lwip.py: Add libm accessibility This allows linking with libm. Previously, waf was unware that libm existed and would omit it during the linking step.
12:54 Changeset in rtems-lwip [23bf773] by Kinsey Moore <kinsey.moore@…>
lwip.py: Remove usage of YAML YAML is not supported in base Python installs and so is not safe to blindly assume is available. This swaps existing usage to JSON to be more compatible.

08/22/22:

21:51 Ticket #4693 (Remove ILP32 aarch64/xilinx_versal_* BSPs) closed by Chris Johns <chrisj@…>
fixed: In dee5ea81/rtems: […]
19:11 Changeset in rtems [c738be9] by Stephen Clark <sclark@…>
bsps/amd64: remove -Werror from ABI flags The ABI flags for the amd64 BSP contain the -Werror=return-type flag. There is no reason for this to be there so it has been removed. The same option has also been removed amd64.cfg file.
18:51 Changeset in rtems-source-builder [f7e754b]5 by Ryan Long <ryan.long@…>
Add QEMU 5 configuration files
18:49 Changeset in rtems-source-builder [73e426d]5 by Ryan Long <ryan.long@…>
glib-2.48.2-1.cfg: Fix checksum of patch
06:54 Changeset in rtems [a3b0f7d] by Chris Johns <chrisj@…>
bsps/xilinx/versal: Add Cadence I2C driver support
03:47 Changeset in rtems [dee5ea81] by Chris Johns <chrisj@…>
bsps/xilinx/versal: Remove IPL32 BSPs, add aiedge and change defaults - Versal has IO mapped to the upper 64bit address space and needs full 64bit addresses. - Add xilinx_versal_aiedge for custom hardware - Make the hardware settings the defaults and qemu as variants Closes #4693

08/21/22:

15:59 GSoC/2022 edited by Prashanth S
(diff)

08/19/22:

21:49 Changeset in rtems-lwip [f2caefb] by Kinsey Moore <kinsey.moore@…>
rtemslwip: Document a deficiency in syslog
21:42 Changeset in rtems-lwip [3a4b606] by Kinsey Moore <kinsey.moore@…>
lwip: Use definitions from tools This alters lwip to use network structs from the toolchain headers instead of redefining them slightly differently itself. This is important for being able to port code to work on lwip as most ported code will depend on the tools headers instead of being written specifically for lwIP and the mismatches caused result in memory corruption and other problems. This also brings the changes in these lwIP headers in line with the add-only code import philosophy.
18:40 Ticket #4707 (Unable to run coverage with GCC 12) created by Ryan Long
When trying to run coverage on the tests, rtems-test will generate the …
14:14 Changeset in rtems-tools [99cc1fb] by Daniel Cederman <cederman@…>
tester: Load RISC-V image using -bios and increase memory size This avoids overlapping the RTEMS image with the builtin opensbi image and the location of the fdt.
14:12 Changeset in rtems-tools [a5d0291] by Daniel Cederman <cederman@…>
tester: Add option to specify how to load image with QEMU Defaults to "-kernel", but can be changed to, for example, "-bios".
06:50 Changeset in rtems [a329579] by Chris Johns <chrisj@…>
cpukit/include: Fix including in C++ UPdates #4706
05:22 Changeset in rtems [c5b7942]5 by Chris Johns <chrisj@…>
cpukit/include: Fix including in C++ Closes #4709
05:22 Changeset in rtems [f5233fe] by Chris Johns <chrisj@…>
cpukit/include: Fixes for C++ Updates #4706
05:09 Changeset in rtems [eae542c0] by Chris Johns <chrisj@…>
spec/librtemscpu: Fix installed headers - pci.h is only for sparc - keyimpl.h is not referenced and so not needed Updates #4705
05:07 Changeset in rtems [bb09755] by Chris Johns <chrisj@…>
spec/bsps/aarch64: Install ELF machine types for libdl Updates #4705
05:06 Changeset in rtems [e49a1c9b] by Chris Johns <chrisj@…>
spec/bsps: Do not install tm27.h Updates #4705
04:49 Ticket #4706 (Installed header break C++) created by Chris Johns
Some headers generate C++ errors and so cannot be included.
04:48 Ticket #4705 (Installed header clean up) created by Chris Johns
A number of headers are installed when they should not or are not …

08/17/22:

14:25 GSoC/2022 edited by Duc Doan
(diff)
14:07 GSoC/2022 edited by Mahmoud Abumandour
(diff)
13:55 GSoC/2022 edited by Duc Doan
(diff)
07:19 Changeset in rtems [ca07efd5] by Daniel Cederman <cederman@…>
bsp/riscv: Work area size based on /memory node in fdt Uses the first entry in the /memory node to determine the end of the work area. Falls back on linker symbol if unable to parse the node.
06:12 Ticket #4704 (Fix invalid RSB source URLs) created by Chris Johns
Some packages now have invalid source URLs
06:09 Ticket #4024 (NFS Client is broken on 64-bit targets) closed by Chris Johns
wontfix: Use master or RTEMS 6.
06:08 Ticket #3571 (Stream of Unicode Warnings from git hook on Commit) closed by Chris Johns
fixed: There has been no feedback so lets consider it closed.

08/16/22:

23:27 Changeset in rtems-source-builder [3cb78b0] by Chris Johns <chrisj@…>
config: Various updates to fix downloading of sources
23:25 Changeset in rtems-source-builder [66cfc00] by Chris Johns <chrisj@…>
sb/gcc-common: Allow URL overrides for downloaded source - This allows the URL for an older package to be defined when gcc no longer hosts it
17:06 Changeset in rtems [f045b9d] by Ryan Long <ryan.long@…>
psxkey07/init.c: Add pragma for gcc 12 warning Updates #4662
17:05 Changeset in rtems [f60f349] by Ryan Long <ryan.long@…>
psxclock/init.c: Change print format for warning Updates #4662
17:04 Changeset in rtems [978022ee] by Ryan Long <ryan.long@…>
ttest01/test-checks.c: Initialize variables These uninitialized variables were causing warnings to be generated. Updates #4662
17:04 Changeset in rtems [a447b9b3] by Ryan Long <ryan.long@…>
malloctest/init.c: Added pragmas to address gcc 12 warnings Updates #4662
17:03 Changeset in rtems [dc0dccc] by Ryan Long <ryan.long@…>
dl09/dl-load.c: Fix gcc 12 warning Changed format of size_t variable being printed. Updates #4662
17:02 Changeset in rtems [b092ad57] by Ryan Long <ryan.long@…>
cpu.h: Fix gcc 12 warnings Added two pragmas to address, and changed the value of AARCH64_EXCEPTION_MAKE_ENUM_64_BIT to INT_MAX because the old value was not in range of an int. Updates #4662
17:01 Changeset in rtems [9e228978] by Ryan Long <ryan.long@…>
test.h: Add pragma for gcc 12 warning Updates #4662
17:00 Changeset in rtems [5b875915] by Ryan Long <ryan.long@…>
schedulerpriority.h: Fix gcc 12 warning Changed the size of the array to 1 to get rid of the warning. Updates #4662
16:59 Changeset in rtems [c55bd160] by Ryan Long <ryan.long@…>
percpu.h: Add pragma for gcc 12 warning Updates #4662
16:59 Changeset in rtems [df3fa4e0] by Ryan Long <ryan.long@…>
interr.h: Fix gcc 12 warning The warning that this fixes states that "ISO C restricts enumerator values to range of 'int'." Updates #4662
16:58 Changeset in rtems [f9302067] by Ryan Long <ryan.long@…>
linkersets.h: Fix gcc 12 warning Changing the offset from 0 to 1 got rid of a warning stating that offset 0 is out of bounds. Updates #4662
16:57 Changeset in rtems [ec7d6c0] by Ryan Long <ryan.long@…>
threads.h: Add pragmas to get rid of gcc 12 errors Updates #4662
06:24 Ticket #4703 (NetSNMP 5.7.2.1 Patch) closed by Chris Johns
fixed
06:22 Ticket #4703 (NetSNMP 5.7.2.1 Patch) created by Chris Johns
This ticket is a place holder for the NetSNMP patch moving it out of …

08/15/22:

19:39 Ticket #4702 (Fix warnings for indexing past array bounds (primarily validation tests)) created by Ryan Long
Building for AArch64 <BSP> it looks like most of the warnings are for …

08/14/22:

12:04 Changeset in rtems-source-builder [cbcf8698] by Chris Johns <chrisj@…>
sb/get-sources: Fix getting sources with archs - Add a stop on error option - Add listing root or toplevel buildset files - Add used and unused file output to track what is not used for clean ups - Update to handle macro expanded includes in buildset files

08/12/22:

14:18 Ticket #4692 (Python 3.8 introduces new warning about using operator "is" with a literal) closed by Konrad Schwarz <konrad.schwarz@…>
fixed: In 04d6aa3/rtems-tools: […]
14:18 Ticket #4700 (Fix instances of "is" operator used with literals) closed by Ryan Long <ryan.long@…>
fixed: In f3d9c87/rtems-tools: […]
08:02 Ticket #4701 (Relocatable write data is placed in read-only region on some BSPs) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 21a36ed1/rtems: […]
08:01 Ticket #4701 (Relocatable write data is placed in read-only region on some BSPs) created by Sebastian Huber
The .data.rel.ro* linker input section pattern accidentally matches …
07:44 Changeset in rtems [21a36ed1] by Sebastian Huber <sebastian.huber@…>
bsps: Fix .data.rel.ro placement The .data.rel.ro* linker input section pattern accidentally matches with writeable data those symbol name starts with "ro". Close #4701.
06:03 Changeset in rtems-docs [10e8dcc] by Chris Johns <chrisj@…>
pdf: Set TEXINPUTS to the tex source path
06:02 Changeset in rtems-docs [94af618] by Chris Johns <chrisj@…>
user/arm/beagle: Fix image path after section change
Note: See TracTimeline for information about the timeline view.