Timeline



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

04/29/19:

21:40 GCI/Coding/POSIXTimingTest edited by deuteriumoxide
(diff)

04/28/19:

12:43 Changeset in rtems [21e691b]5 by Sebastian Huber <sebastian.huber@…>
smpipi01: Ensure IPI works on all processors
12:31 Changeset in rtems [577293f0]5 by Sebastian Huber <sebastian.huber@…>
score: Add _SMP_Synchronize()
12:29 Changeset in rtems [7fdf48a]5 by Sebastian Huber <sebastian.huber@…>
score: Add _SMP_Othercast_action()
12:15 Changeset in rtems [bf867c55]5 by Sebastian Huber <sebastian.huber@…>
score: Remove unused SMP_MESSAGE_TEST All uses were replaced by per-processor jobs.

04/27/19:

12:51 Ticket #3741 (libdl loading ELF objects from libbsd NFS file system ends in a deadlock) created by dufault
For ELF files the run-time loader calls this chain: - …
10:39 Changeset in rtems [fe24820e]5 by Sebastian Huber <sebastian.huber@…>
smpipi01: Use per-CPU jobs for IPI flood test

04/26/19:

13:18 Changeset in rtems [053b17ce] by Daniel Hellstrom <daniel@…>
leon,greth: added support for variable sized descriptor table sizes The descriptor table size is equal to its alignment and set when configuring the HW IP through VHDL generics. This SW patch simply probes the HW how large the RX/TX descriptor tables are and adjusts accordingly. The number of descriptors actual used are controlled by other settings (rxDescs and txDescs) controlled by the user.
13:18 Changeset in rtems [c13205f]5 by Daniel Hellstrom <daniel@…>
leon,greth: added support for variable sized descriptor table sizes The descriptor table size is equal to its alignment and set when configuring the HW IP through VHDL generics. This SW patch simply probes the HW how large the RX/TX descriptor tables are and adjusts accordingly. The number of descriptors actual used are controlled by other settings (rxDescs and txDescs) controlled by the user. Update #4308.
05:21 Ticket #3740 (Libld does not load incrementially linked object file) created by Chris Johns
If separate object files have the same local symbol and are …
Note: See TracTimeline for information about the timeline view.