Timeline



05/15/19:

16:45 GSoC/2019/PRU_support edited by Nils Hölscher
Altered Hardware section (diff)
16:24 GSoC/2019/PRU_support edited by Nils Hölscher
Added Hardware section. (diff)
13:43 Changeset in rtems-libbsd [16fa6a4]5 by Sebastian Huber <sebastian.huber@…>
Update due to API changes Close #3749.
13:43 Changeset in rtems-libbsd [a87e0f4]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Update due to API changes Close #3749.
05:17 Changeset in rtems-docs [7f51440]5 by Sebastian Huber <sebastian.huber@…>
cpu-supplement: Update ARM multilibs Update #3747.
03:13 Changeset in rtems-source-builder [2c264c1]5 by Chris Johns <chrisj@…>
freebsd: Version 12.0+ has unzip in /usr/bin

05/14/19:

19:48 Ticket #3749 (Rtems-libbsd build faiure in SMP configuration) created by Jonathan Brandmeyer
rtems master df8d7bd76f501 introduced an API change to …
07:04 Changeset in rtems [b446457]5 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Adjust machine flags for ARMv7-M Update machine flags for Cortex-M3 and Cortex-M4 based BSPs to account for Cortex-M3 Errata 602117 which required GCC multilib changes. Update #3747.
05:41 Changeset in rtems-source-builder [7a80d6c]5 by Sebastian Huber <sebastian.huber@…>
5: Update GCC 9 baseline to GCC 9.1.0 release
05:27 Changeset in rtems-source-builder [72271f6]5 by Sebastian Huber <sebastian.huber@…>
5: Update GCC 7 baseline Pick up ARM multilib changes to address Cortex-M3 Errata 602117. Update #3747.
00:34 Changeset in rtems [327e45da]5 by Chris Johns <chrisj@…>
libdl: Sort object file symbols and use a binary search to find - Replace the linear object file symbol search with a binary search. - Sort the object file symbols after loading. Closes #3748
00:32 Ticket #3748 (libdl uses a linear symbol search on object file symbols) created by Chris Johns
Symbol searching has two parts, searching the object file and …
00:15 Changeset in rtems [d0f627d]5 by Chris Johns <chrisj@…>
libdl: Fix size bug in loading symbols. This was introduced in 74883be5d4b5fa166179d6003032f6eac2e0f544. Updates #3746

05/13/19:

22:57 Ticket #3746 (libdl test dl05.exe failing) closed by Chris Johns <chrisj@…>
fixed: In 74883be5/rtems: […]
22:39 Changeset in rtems [0b698ba5]5 by Chris Johns <chrisj@…>
doxygen: score: Fix block comment end marker.
13:23 Ticket #3747 (Address Cortex-M3 Errata 602117) created by Sebastian Huber
While testing on a NXP LPC1788 it found that this chip is affected by …
09:19 Changeset in rtems-libbsd [c727e4a]5 by Sebastian Huber <sebastian.huber@…>
Separate libbsd and RTEMS clock ticks
09:19 Changeset in rtems-libbsd [edc4bf9]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Separate libbsd and RTEMS clock ticks
09:14 Changeset in rtems-libbsd [6a850e0]5 by Sebastian Huber <sebastian.huber@…>
Fix USB_DEBUG redefinition warnings
09:14 Changeset in rtems-libbsd [f6075e1]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Fix USB_DEBUG redefinition warnings
09:13 Changeset in rtems-libbsd [4d11b2a]5 by Sebastian Huber <sebastian.huber@…>
Include missing <stdlib.h> to fix warnings
09:13 Changeset in rtems-libbsd [510d1c9]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Include missing <stdlib.h> to fix warnings
08:55 Changeset in rtems-libbsd [061e279]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Remove unused maxusers
08:55 Changeset in rtems-libbsd [1a5db37]5 by Sebastian Huber <sebastian.huber@…>
Remove unused maxusers
08:35 Changeset in rtems-libbsd [b7a88f1]5 by Sebastian Huber <sebastian.huber@…>
Remove jail/prison functions from namespace
08:35 Changeset in rtems-libbsd [d1ad14f]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Remove jail/prison functions from namespace
08:33 Changeset in rtems-libbsd [0a8c0ce]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Remove dangerous weak definition of getentropy() All BSP supporting libbsd should provide this function.
08:33 Changeset in rtems-libbsd [ab80f78]5 by Sebastian Huber <sebastian.huber@…>
Remove dangerous weak definition of getentropy() All BSP supporting libbsd should provide this function.
08:11 Changeset in rtems-libbsd [2f9d60c]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Add hostname related sysctls conditionally This helps to the reduce code size for USB only use cases.
08:11 Changeset in rtems-libbsd [ac9974c]5 by Sebastian Huber <sebastian.huber@…>
Add hostname related sysctls conditionally This helps to the reduce code size for USB only use cases.
08:09 Changeset in rtems-libbsd [6f0b15e]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
usb: Undefine USB_DEBUG In contrast to some other USB options which use 0/1 values, the USB_DEBUG uses defined/undefined to enable/disable the USB debug support.
08:09 Changeset in rtems-libbsd [e9b8413]5 by Sebastian Huber <sebastian.huber@…>
usb: Undefine USB_DEBUG In contrast to some other USB options which use 0/1 values, the USB_DEBUG uses defined/undefined to enable/disable the USB debug support.
07:45 Changeset in rtems-libbsd [3400fa0]5 by Sebastian Huber <sebastian.huber@…>
Add wrapper for abort()
07:45 Changeset in rtems-libbsd [70769b8]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Add wrapper for abort()
07:31 Changeset in rtems-libbsd [5da04d6]5 by Sebastian Huber <sebastian.huber@…>
Fix zero-copy mbuf support In 2017 there was a change in the mbuf API.
07:31 Changeset in rtems-libbsd [6e5c632]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Fix zero-copy mbuf support In 2017 there was a change in the mbuf API.
07:19 Changeset in rtems-libbsd [3549a12]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
IFCONFIG(8): Fix write to const string
07:19 Changeset in rtems-libbsd [60e7537]5 by Sebastian Huber <sebastian.huber@…>
IFCONFIG(8): Fix write to const string
00:46 Changeset in rtems [74883be5]5 by Chris Johns <chrisj@…>
libdl: Fix loading symbol that reference unknown sections. - Make the symbol parsing and loading stage match. - Check for possible overflow of the tables when loading. Closes #3746
00:17 Ticket #3746 (libdl test dl05.exe failing) created by Chris Johns
This test is failing because the second stage of the symbol loading …
00:14 Ticket #3745 (RTL lacks support for `group` (17) type sections) created by Chris Johns
RTL lacks support for group type sections. A group section …

05/11/19:

16:56 Ticket #3744 (A new Constant Bandwidth Server (CBS) version with reduced limitations.) created by jollp
RTEMS provides a version of the CBS scheduler which does not include …
12:57 Changeset in rtems [45d0659]5 by Sebastian Huber <sebastian.huber@…>
bsps: Always build generic interrupt support This makes it possible to write tests for the generic interrupt controller support. Update #3269.

05/10/19:

13:59 Changeset in rtems-libbsd [36e8ad4]5 by Sebastian Huber <sebastian.huber@…>
Use static inline functions for jail and prison This helps the compiler to optimize away dead code.
13:59 Changeset in rtems-libbsd [49c75e3]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Use static inline functions for jail and prison This helps the compiler to optimize away dead code.
12:38 Changeset in rtems [cc060f0]5 by Sebastian Huber <sebastian.huber@…>
shell: Avoid rtems_error() Do not use the rtems_error() function since this function pulls in exit() and abort(). The abort() function pulls in raise() which pulls in the whole POSIX signals support. This change saves about 16KiB of text/rodata on ARM Thumb-2 systems.
12:14 Changeset in rtems-libbsd [7801010]5 by Sebastian Huber <sebastian.huber@…>
Add USB mass storage only build set
12:14 Changeset in rtems-libbsd [99efa82]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Add USB mass storage only build set
07:09 Changeset in rtems [dda1922]5 by Sebastian Huber <sebastian.huber@…>
score: Adjust PER_CPU_CONTROL_SIZE_APPROX Account for recent Per_CPU_Control structure member additions.
02:44 Ticket #3743 (RSB os and arch config logic is broken) closed by Chris Johns <chrisj@…>
fixed: In 0956a2c/rtems-source-builder: […]

05/09/19:

10:31 Changeset in rtems [cf5d5d80]5 by Sebastian Huber <sebastian.huber@…>
bsp/lpc24xx: Fix dynamic EMC configurations
09:41 Changeset in rtems [b00040b2]5 by Nicholas Piggin <npiggin@…>
libfdt: Add FDT_CREATE_FLAG_NO_NAME_DEDUP flag that trades size for speed Searching for duplicate names scales O(n2) with the number of names added to a fdt, which can cause a noticable slowdown with larger device trees and very slow CPU cores. Add FDT_CREATE_FLAG_NO_NAME_DEDUP that allow the caller to trade fdt size for speed in the creation process. Signed-off-by: Nicholas Piggin <npiggin@…> Message-Id: <20190509094122.834-4-npiggin@…> Signed-off-by: David Gibson <david@…>
09:41 Changeset in rtems [adb403b9]5 by Nicholas Piggin <npiggin@…>
libfdt: Introduce fdt_create_with_flags() There is a need to be able to specify some options when building an FDT with the SW interface. This can be accomplished with minimal changes by storing intermediate data in the fdt header itself, in fields that are not otherwise needed during the creation process and can be set by fdt_finish(). The fdt.magic field is already used exactly this way, as a state to check with callers that the FDT has been created but not yet finished. fdt.version and fdt.last_comp_version are used to make room for more intermediate state. These are adjacent and unused during the building process. last_comp_version is not yet used for intermediate state, but it is zeroed and treated as used, so as to allow future growth easily. A new interface, fdt_create_with_flags() is added, which takes 32-bit flag value to control creation. Signed-off-by: Nicholas Piggin <npiggin@…> Message-Id: <20190509094122.834-3-npiggin@…> Signed-off-by: David Gibson <david@…>
09:41 Changeset in rtems [4902d42]5 by Nicholas Piggin <npiggin@…>
libfdt: Ensure fdt_add_property frees allocated name string on failure If fdt_add_property or fdt_property_placeholder fail after allocating a string for the name, they return without freeing that string. This does not change the structure of the tree, but in very specific cases it could lead to undesirable space consumption. Fix this by rolling back the string allocation in this situation. Signed-off-by: Nicholas Piggin <npiggin@…> Message-Id: <20190509094122.834-2-npiggin@…> Signed-off-by: David Gibson <david@…>
07:54 Changeset in rtems [50d8d32]5 by Sebastian Huber <sebastian.huber@…>
bsp/lpc24xx: Use fast slew rate for EMC pins
07:53 Changeset in rtems [0a6b81a]5 by Sebastian Huber <sebastian.huber@…>
bsp/lpc24xx: Add LPC17XX_PIN_TYPE_FAST_SLEW_RATE
07:16 Changeset in rtems [6cad529]5 by Sebastian Huber <sebastian.huber@…>
bsp/lpc24xx: Add SDRAM mode settings comment
06:35 GSoC/2019/PRU_support edited by Nils Hölscher
(diff)

05/08/19:

20:02 GSoC/2019 edited by Vijay Kumar Banerjee
vijayk : add blog (diff)
19:59 GSoC/2019 edited by Vijay Kumar Banerjee
Add project stub for Vijayk (diff)
18:27 GSoC/2019/BBBFrameBuffer created by Vijay Kumar Banerjee
Add GSoC page: BBBFrameBuffer
17:30 GSoC/2019/Basic_Support_for_Trace_Compass edited by Ravindra Kumar Meena
(diff)
16:27 GSoC/2019 edited by Vaibhav Gupta
(diff)
16:24 GSoC/2019/POSIX_Compliance created by Vaibhav Gupta
11:37 Changeset in rtems [0b74d8f0]5 by Sebastian Huber <sebastian.huber@…>
bsp/lpc24xx: Fix LPC24XX_EMC_MT48LC4M16A2 MPU cfg
11:09 Changeset in rtems [271b8a6]5 by Sebastian Huber <sebastian.huber@…>
bsp/lpc24xx: Remove obsolete BSP optinons Update #3725.
11:02 Changeset in rtems [2ffbc4d]5 by Sebastian Huber <sebastian.huber@…>
bsp/lpc24xx: Flexible LPC24XX_EMC_MT48LC4M16A2 cfg
11:02 Changeset in rtems [d49ff3e]5 by Sebastian Huber <sebastian.huber@…>
bsp/lpc24xx: LPC24XX_EMC_MT48LC4M16A2 MPU support
11:01 Changeset in rtems [a6c08e8d]5 by Sebastian Huber <sebastian.huber@…>
bsp/lpc24xx: Support LPC24XX_EMC_SST39VF3201 pins
10:11 GSoC/2019/Basic_Support_for_Trace_Compass created by Ravindra Kumar Meena
09:59 GSoC/2019 edited by Ravindra Kumar Meena
(diff)
09:50 GSoC/2019 edited by Nils Hölscher
Added myself to Tracking Table (diff)
09:41 GSoC/2019/PRU_support created by Nils Hölscher
Firt Setup

05/07/19:

20:01 Changeset in rtems [6d3e3934]5 by Joel Sherrill <joel@…>
Makefile.am: Add psxhdrs/termios files to build
08:32 Ticket #3736 (PowerPC Beatnik BSP C++ exceptions broken) closed by Sebastian Huber <sebastian.huber@…>
fixed: In f6895c6/rtems: […]
08:17 Changeset in rtems [30d61a6]5 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Fix constructors with priority Update #3339.
08:16 Changeset in rtems [f6895c6]5 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Fix C++ exception handling Close #3736.
06:44 Changeset in rtems [f4db49a1]5 by Sebastian Huber <sebastian.huber@…>
bsp/motorola_powerpc: Fix bootloader output

05/06/19:

23:13 Ticket #3743 (RSB os and arch config logic is broken) created by Chris Johns
The config file processing of conditionals: - %ifos - %ifnos - …
23:13 Changeset in rtems-source-builder [0956a2c]5 by Chris Johns <chrisj@…>
sb/config: Fix os and arch conditional logic. Correctly split the argument list and check each element. Closes #3743
19:01 Changeset in rtems [7bd38f8]5 by Jacob Shin <jacobshin313@…>
psxhdrs: Add POSIX API Signature Compliance Tests for termios.h
06:59 Changeset in rtems-source-builder [c80ab5b]5 by Sebastian Huber <sebastian.huber@…>
6: Update unstable RTEMS 6 tool chain
05:57 Ticket #3742 (T_config conflicting type qualifiers for 'config') closed by Sebastian Huber <sebastian.huber@…>
fixed: In 8bd4f61c/rtems: […]
05:56 Changeset in rtems [8bd4f61c]5 by Sebastian Huber <sebastian.huber@…>
bsps: Remove bogus config declaration Replace it with a proper struct rtems_bsdnet_ifconfig forward declaration. Close #3742.

05/05/19:

04:02 Changeset in rtems-source-builder [8e5a201]5 by Chris Johns <chrisj@…>
5/rtems-tools: Update RTEMS tools
00:46 Changeset in rtems-tools [925448a]5 by Chris Johns <chrisj@…>
rtemstoolkit: columns are only ints.

05/04/19:

02:22 Ticket #3741 (libdl loading ELF objects from libbsd NFS file system ends in a deadlock) closed by Chris Johns <chrisj@…>
fixed: In b36c5209/rtems: […]
02:20 Ticket #3742 (T_config conflicting type qualifiers for 'config') created by Chris Johns
Running the rtems-bsp-builder on FreeBSD is give an error in …

05/03/19:

00:15 Changeset in rtems [b36c5209]5 by Chris Johns <chrisj@…>
libdl: Do not access the ELF file while the allocator is locked. - Load symbols before allocation. - Parse reloc records and place any reloc recs in a cache to use while the allocator is locked. - Relocate symbols after section allocation. - Split section loading into allocation/locating and loading. - Update all arch back-ends with a new reloc interface to control tramp handling. - Add -a and -t to the object list shell command. Closes #3741

05/02/19:

03:29 Changeset in rtems [9b8e85e2]5 by Sebastian Huber <sebastian.huber@…>
score: Remove superfluous include
Note: See TracTimeline for information about the timeline view.