Timeline



10/02/17:

11:47 Ticket #3161 (I2C EEPROM driver uses incorrect address format) closed by Sebastian Huber
fixed: [8ca15e26ba98f172ee1396f34269ca664925427d/rtems]
11:47 Ticket #3162 (I2C EEPROM driver uses incorrect program timeout handling) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 1a21831/rtems: […]
11:41 Ticket #3163 (Add I2C device driver for temperature sensor LM75A) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 4cfce5c/rtems: […]
11:40 Ticket #3163 (Add I2C device driver for temperature sensor LM75A) created by Sebastian Huber
11:28 Changeset in rtems [1a21831]4.11 by Sebastian Huber <sebastian.huber@…>
i2c: Fix EEPROM driver program timeout handling The RTEMS_MILLISECONDS_TO_TICKS() macro doesn't round up. Do not use it to calculate the program timeout in ticks. Check program done condition after the timeout check to account for pre-emptions. Close #3162.
11:28 Changeset in rtems [9c063df]5 by Sebastian Huber <sebastian.huber@…>
i2c: Fix EEPROM driver program timeout handling The RTEMS_MILLISECONDS_TO_TICKS() macro doesn't round up. Do not use it to calculate the program timeout in ticks. Check program done condition after the timeout check to account for pre-emptions. Update #3162.
11:28 Ticket #3162 (I2C EEPROM driver uses incorrect program timeout handling) created by Sebastian Huber
The RTEMS_MILLISECONDS_TO_TICKS() macro doesn't round up. Do not use …
11:06 Changeset in rtems [2e1d595]5 by Sebastian Huber <sebastian.huber@…>
i2c: Send MSB of address first for EEPROMs Update #3161.
11:06 Changeset in rtems [8ca15e26]4.11 by Sebastian Huber <sebastian.huber@…>
i2c: Send MSB of address first for EEPROMs Close #3161.
09:02 Ticket #3161 (I2C EEPROM driver uses incorrect address format) created by Sebastian Huber
The I2C EEPROM driver must send the MSB of the address bytes first.
07:57 Changeset in rtems-libbsd [d18c643]55-freebsd-126-freebsd-12 by Christian Mauderer <Christian.Mauderer@…>
Allow to set optimization level during configure. This allows to set the optimization level for libbsd via a configure switch. Useful for building with for example no optimization during debug or with size optimization for space restricted targets.
00:14 Ticket #3159 (Examples v2 trace linker ini files reference non-existing dump-on-error) closed by Chris Johns
fixed
00:13 Ticket #3158 (Examples v2 does not build) closed by Chris Johns
fixed

10/01/17:

23:58 Changeset in rtems_waf [de75eec] by Chris Johns <chrisj@…>
Add a rootfd module to make it easier for users.
23:57 Changeset in rtems_waf [0c2d2a3] by Chris Johns <chrisj@…>
Use the returned cflags. Add a Python 3 print helper.
00:23 Ticket #3160 (Trace linker score support is broken) created by Chris Johns
The trace linker needs to be updated to build. I am not sure which bit …
00:21 Ticket #3159 (Examples v2 trace linker ini files reference non-existing dump-on-error) created by Chris Johns
Remove the dump-on-error option.
00:20 Ticket #3158 (Examples v2 does not build) created by Chris Johns
Updating waf breaks the rootfs. Add rootfs support to rtems-waf.git.

09/30/17:

07:25 Ticket #3157 (PowerPC tools don't build on 32-bit hosts) closed by Sebastian Huber
duplicate: Duplicate of #2540.

09/29/17:

20:31 Ticket #3157 (PowerPC tools don't build on 32-bit hosts) created by Jeff Mayes
Using RSB and trying to build PowerPC. Updated RSB just a few days …
08:43 Changeset in rtems [f043b9b]5 by Sebastian Huber <sebastian.huber@…>
bsp/imx: Add I2C bus driver Update #3090.
05:43 Changeset in rtems [0b134aca]5 by Sebastian Huber <sebastian.huber@…>
bsp/bf537Stamp: Fix warning
05:06 Ticket #3156 (rtems-fdt probably not supported on 64-bit PowerPC) created by Sebastian Huber
The following warnings indicate that there are some problems on 64-bit …
05:05 Ticket #3155 (libdl not supported on 64-bit PowerPC) created by Sebastian Huber
There are several warnings: […] Due to vast ABI differences …

09/28/17:

11:18 Changeset in rtems [71923138]5 by Sebastian Huber <sebastian.huber@…>
shell: Fix missing prototype warning
11:18 Changeset in rtems [910adc3]5 by Sebastian Huber <sebastian.huber@…>
bsps: Fix integer to/from pointer warnings Update #3082.
11:17 Changeset in rtems [610ffd7]5 by Sebastian Huber <sebastian.huber@…>
bsp/gen5200: Fix warning Update #3122.
09:31 Changeset in rtems [9db9024]5 by Sebastian Huber <sebastian.huber@…>
bsp/imx: Fix I2C register header Update #3090.
09:02 Ticket #3154 (Add recovery support for I2C bus) created by Sebastian Huber
FreeBSD has a recovery support for the I2C bus. Port this to RTEMS …
08:03 Changeset in rtems [ce28d601]5 by Sebastian Huber <sebastian.huber@…>
bsp/imx: Add imx_get_reg_of_node() Update #3090.
07:29 Changeset in rtems [7e195e66]5 by Sebastian Huber <sebastian.huber@…>
bsp/imx: Add imx_get_irq_of_node() Update #3090.
06:13 Changeset in rtems [4cfce5c]5 by Sebastian Huber <sebastian.huber@…>
i2c: Add temperature sensor LM75A driver Close #3163.
05:12 Changeset in rtems [f2b5d672]5 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Fix print format warnings
05:05 Changeset in rtems [441993a8]5 by Sebastian Huber <sebastian.huber@…>
network: Add missing forward declaration

09/27/17:

13:14 Changeset in rtems [dbdb6a32]5 by Sebastian Huber <sebastian.huber@…>
posix: Remove superfluous includes
13:08 Changeset in rtems [de59c065]5 by Sebastian Huber <sebastian.huber@…>
posix: Implement self-contained POSIX mutex POSIX mutexes are now available in all configurations and no longer depend on --enable-posix. Update #2514. Update #3112.
12:55 Changeset in rtems-docs [87e1929]5 by Sebastian Huber <sebastian.huber@…>
Mention i.MX 7 SMP support Update #3090.
12:37 Changeset in rtems [e2fe881a]5 by Sebastian Huber <sebastian.huber@…>
score: Simplify red-black tree debug support Make the RBTree_Node layout independent of RTEMS_DEBUG (and all other build configuration options). This allows the use of this structure in Newlib. Update #3112.
10:07 Changeset in rtems [e460cd00]5 by Sebastian Huber <sebastian.huber@…>
score: Rename to _Scheduler_Control Rename struct Scheduler_Control to _Scheduler_Control to allow its use in standard header files, e.g. <pthread.h>. Update #3112.
07:55 Changeset in rtems-libbsd [91a7527]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
ffec: Support more rgmii variants
07:54 Changeset in rtems-libbsd [ba0b059]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
ffec: Add FECFLAG_AVB variant flag This flag is analogous to the Linux driver FEC_QUIRK_HAS_AVB. It indicates an FEC with support for Audio Video Bridging (AVB). This indicator is used for various other parts in the Linux driver (drivers/net/ethernet/freescale/fec_main.c). Use it to customize the receive/transmit buffer alignment. The receive buffer alignment increased to 64-bytes on the i.MX 6SoloX and i.MX 7Dual. There are no hard alignment restrictions for transmit buffers on these chips. Fix the ffec_softc::fectype type to provide enough storage for the feature flags.
07:42 Changeset in rtems-libbsd [e2e4bf4]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
ffec: Avoid AXI bus issues due to a MAC reset
07:38 Changeset in rtems-libbsd [9c34735]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
ffec: Use explicit cache synchronization
07:37 Changeset in rtems-libbsd [a70edfc]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
ffec: Add wmb() to descriptor updates
07:33 Changeset in rtems-libbsd [7f7a339]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
ffec: Support up to three interrupt requests
07:23 Changeset in rtems-libbsd [1378632]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
ffec: Increase descriptor ring alignment For optimal performance a 64-byte alignment is recommended.

09/26/17:

12:01 Changeset in rtems [362e96ab]5 by Sebastian Huber <sebastian.huber@…>
bsp/imx: Provide a default console Update #3090.
05:52 Changeset in rtems [ef18d36]5 by Sebastian Huber <sebastian.huber@…>
posix: Remove superfluous includes
05:49 Changeset in rtems [5222488]5 by Sebastian Huber <sebastian.huber@…>
posix: Implement self-contained POSIX condvar POSIX condition variables are now available in all configurations and no longer depend on --enable-posix. Update #2514. Update #3113.
05:31 Changeset in rtems [4bf2ce31]5 by Sebastian Huber <sebastian.huber@…>
bsp/imx: Add register headers Update #3090.
05:10 Changeset in rtems [5616983]5 by Sebastian Huber <sebastian.huber@…>
bsp/imx: Add nocache section Update #3090.

09/24/17:

01:29 SOCIS/2017 edited by Mikail Yayla
(diff)

09/22/17:

12:40 Changeset in rtems-libbsd [b469163]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Generalize bsp_fdt_map_intr() Update #3090.
11:48 Changeset in rtems [29919242]5 by Sebastian Huber <sebastian.huber@…>
bsp/imx: Add SMP support Update #3090.
11:48 Changeset in rtems [8e6a407a]5 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Copy FDT only on boot processor Update #3090.
11:15 Changeset in rtems [3ad3849a]5 by Sebastian Huber <sebastian.huber@…>
bsp/imx: Add register headers Update #3090.
09:18 Changeset in rtems [560acb62]5 by Sebastian Huber <sebastian.huber@…>
score: Include missing header file Update #3059.
07:41 Changeset in rtems-libbsd [c6f4aa6]55-freebsd-126-freebsd-12 by Christian Mauderer <Christian.Mauderer@…>
if_atsam: Allow fixed MII settings.
07:41 Changeset in rtems-libbsd [0190cfd]55-freebsd-126-freebsd-12 by Christian Mauderer <Christian.Mauderer@…>
if_atsam: Move statistics to sysctl.
07:41 Changeset in rtems-libbsd [80a7fe6]55-freebsd-126-freebsd-12 by Christian Mauderer <Christian.Mauderer@…>
if-atsam: Port to rtems-libbsd.
07:41 Changeset in rtems-libbsd [b16eca9]55-freebsd-126-freebsd-12 by Christian Mauderer <Christian.Mauderer@…>
rtemsbsd/if-atsam: Copy from RTEMS. Copied from RTEMS commit 146adb1edf from 17.07.2017.
06:46 Ticket #3153 (Accept PTHREAD_PROCESS_SHARED for POSIX rwlocks) closed by Sebastian Huber <sebastian.huber@…>
fixed: In bdc468a/rtems: […]
06:22 Changeset in rtems [bdc468a]5 by Sebastian Huber <sebastian.huber@…>
posix: Allow PTHREAD_PROCESS_SHARED for rwlocks Close #3153.
06:13 Ticket #3153 (Accept PTHREAD_PROCESS_SHARED for POSIX rwlocks) created by Sebastian Huber
Since we have only one process, sharing between processes is trivial.
05:27 Ticket #3152 (Beaglebone Black crashes on u-boot master build.) created by Chris Johns
The crash with a Linux type image and no FDT is: […] and the code …
01:55 Changeset in rtems-source-builder [1519d11]5 by Chris Johns <chrisj@…>
sb: Ignore untracked files or detached HEAD in the dirty repo check. Closes #2960.
01:54 Changeset in rtems-source-builder [55f2d69]5 by Chris Johns <chrisj@…>
sb: Allow checking if '.' exists as a path.

09/21/17:

23:34 Ticket #3151 (Should Tests Be Added to .tcfg file Which Only Fail to Link with RTEMS ...) created by Joel Sherrill
A recent build sweep with RTEMS debug enabled shows a number of BSPs …
20:20 Changeset in rtems [40c623a8]5 by Joel Sherrill <joel@…>
powerpc/shared/startup/linkcmds.base: Add wildcards on some sections Closes #3307.
15:17 Ticket #3148 (PSXRDWRV Test failure on Beaglebone Black) closed by Joel Sherrill <joel@…>
fixed: In 714cb06/rtems: […]
15:16 Changeset in rtems [714cb06]5 by Joel Sherrill <joel@…>
psxrdwrv/test.c: Clear iovec to ensure consistent results closes #3148.
13:42 Changeset in rtems [89fc9345]5 by Sebastian Huber <sebastian.huber@…>
posix: Implement self-contained POSIX rwlocks POSIX rwlocks are now available in all configurations and no longer depend on --enable-posix. Update #2514. Update #3115.
12:13 Changeset in rtems [e67929c]5 by Sebastian Huber <sebastian.huber@…>
posix: Implement self-contained POSIX barriers POSIX barriers are now available in all configurations and no longer depend on --enable-posix. Update #2514. Update #3114.
11:34 Changeset in rtems-tools [3c7cd05]5 by Chris Johns <chrisj@…>
tester: Fix the TFTP ok to kill deadlock.
11:33 Changeset in rtems-tools [3ed65c0]5 by Chris Johns <chrisj@…>
Lower the step size for the TFTP timeout.
11:32 Changeset in rtems [a4bca685]5 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Fix robust thread dispatch Implement thread dispatch code in ppc_exc_wrapup() similar to ppc_exc_interrupt(). Update #2811.
11:32 Changeset in rtems [b800f88]5 by Sebastian Huber <sebastian.huber@…>
bsp/t32mppc: PPC_EXC_CONFIG_USE_FIXED_HANDLER Fix link-time error. Update #3085.
08:26 Changeset in rtems-tools [3a867a4]5 by Chris Johns <chrisj@…>
Add TFTP as a back end option for testing. Add telnet as a console option. TFTP runs a local TFTP server on port 69 or another specified port and serves each test for any requested file. Telnet is now a console option.
07:45 Changeset in rtems-tools [fa81491]5 by Chris Johns <chrisj@…>
Move the reraise logic into the tool kit.
07:30 Ticket #3150 (SP 51 Test failure on Beaglebone Black) created by Chris Johns
Running rtems-test with a recent u-boot and a current master this …
07:26 Ticket #3149 (SP 37 Test failure on Beaglebone Black) created by Chris Johns
Running rtems-test with a recent u-boot and a current master this …
06:44 Ticket #3148 (PSXRDWRV Test failure on Beaglebone Black) created by Chris Johns
Running rtems-test with a recent u-boot and a current master this …
06:23 Ticket #3147 (DEBUGGER01 Test failure on Beaglebone Black) created by Chris Johns
Running rtems-test with a recent u-boot and a current master this …
06:19 Ticket #3146 (FSJFFS2GC Test failure on Beaglebone Black) created by Chris Johns
Running rtems-test with a recent u-boot and a current master this …

09/20/17:

23:42 SOCIS/2017 edited by Mikail Yayla
(diff)
15:48 SOCIS/2017 edited by Mikail Yayla
(diff)
15:37 SOCIS/2017 edited by Mikail Yayla
(diff)
09:34 SOCIS/2017 edited by Mikail Yayla
(diff)
08:30 Changeset in rtems [821acce]5 by Sebastian Huber <sebastian.huber@…>
bsp/qemuppc: Fix for RTEMS_DEBUG
08:18 Changeset in rtems [cf2ec29d]5 by Sebastian Huber <sebastian.huber@…>
bsp/psim: Fix for RTEMS_DEBUG
08:11 Ticket #3145 (pthread_getattr_np does not work) created by ye0me0ge0tt
I can not get attributes of thread via this function. The code shows …
07:39 Changeset in rtems [927e1f8]5 by Sebastian Huber <sebastian.huber@…>
bsp/mpc8260ads: Fix for RTEMS_DEBUG
07:35 Changeset in rtems [4e0dd1f]5 by Sebastian Huber <sebastian.huber@…>
bsp/mpc8260ads: Fix for RTEMS_DEBUG
05:18 Changeset in rtems [d7ed684]5 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Fix PPC_EXC_CONFIG_USE_FIXED_HANDLER Fix link-time error on BSPs not using PPC_EXC_CONFIG_USE_FIXED_HANDLER. Update #3085.

09/19/17:

23:58 SOCIS/2017 edited by Mikail Yayla
add future works (diff)
14:22 Ticket #3144 (shm does not use create plugin) created by Joel Sherrill
I have written a plugin for the SHM for a paravirtualized environment. …
12:42 Ticket #3085 (Add hypervisor support for QorIQ BSPs) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 4c1f442/rtems: […]
12:40 Changeset in rtems [4c1f442]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Update README Close #3085.
12:35 Changeset in rtems [f100a58]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Add hypervisor guest SMP support Update #3085.
12:34 Changeset in rtems [31540bfb]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: MMU configuration as hypervisor guest Re-enable MMU configuration as hypervisor guest. Make sure the QORIQ_TLB1_ENTRY_COUNT is set according to the hypervisor configuration. Update #3085.
12:10 Changeset in rtems [47b1e31]5 by Sebastian Huber <sebastian.huber@…>
posix: Optimize pthread_once_t Reduce size of pthread_once_t and make it zero-initialized. Update #3142.
11:35 Ticket #3143 (Remove obsolete rtems_gxx_*() implementation) created by Sebastian Huber
GCC versions prior to 6.1 used a RTEMS thread model based on …
11:17 Ticket #3142 (POSIX: Reduce size of pthread_once_t and make it zero-initialized) created by Sebastian Huber
A zero-initialized pthread_once_t reduces the ROM usage of RTEMS …
08:57 Ticket #3140 (CPU Kit broken with --enable-rtems-debug) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 9a50e32/rtems: […]
08:56 Changeset in rtems [9a50e32]5 by Sebastian Huber <sebastian.huber@…>
score: Include missing <limits.h> Update #2132. Close #3140.
08:19 Changeset in rtems [2720fbf0]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Avoid IVOR38..42 access as hv guest Update #3085.
08:16 Changeset in rtems [6600882b]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Avoid MAS8 access as hypervisor guest Update #3085.
08:06 Changeset in rtems [44c0114]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Reduce static memory demands Update #3085.
07:12 Changeset in rtems [ec28f31]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Add decrementer clock driver Update #3085.
07:02 Changeset in rtems [599e6fbd]5 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: PPC_EXC_CONFIG_USE_FIXED_HANDLER Make PPC_EXC_CONFIG_USE_FIXED_HANDLER mandatory for BSPs using ppc_exc_interrupt(). Pass exception number to bsp_interrupt_dispatch() to allow processing of decrementer and doorbell exceptions as hypervisor guest. Update #3085.

09/18/17:

23:05 Ticket #3141 (Change the BSP Howto's name to something smaller.) created by Chris Johns
The BSP Howto's current name is: RTEMS BSP and Device Driver …
22:53 Ticket #3140 (CPU Kit broken with --enable-rtems-debug) created by Chris Johns
Building with: […] results in an error: […] We need the …
09:31 Changeset in rtems [a029230a]5 by Sebastian Huber <sebastian.huber@…>
Add "\n" to "\r\n" translation to rtems_putc() Update #3122.
09:28 Changeset in rtems [fd70e206]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Add early debug output initialization Update #3085.
06:31 Ticket #3139 (Remove old ISR parameter from Clock_driver_support_install_isr() and ...) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 27515ec/rtems-docs: […]
06:26 Changeset in rtems-docs [27515ec]5 by Sebastian Huber <sebastian.huber@…>
bsp-howto: Clock_driver_support_install_isr() Close #3139.
06:22 Changeset in rtems [f3b29236]5 by Sebastian Huber <sebastian.huber@…>
bsps: Clock_driver_support_install_isr() Remove old ISR parameter since is not used by the clock driver shell. Make an implementation optional. Update #3139.
06:02 Ticket #3139 (Remove old ISR parameter from Clock_driver_support_install_isr() and ...) created by Sebastian Huber
The old ISR is not used by the clock driver shell.
05:00 Ticket #3137 (Accept PTHREAD_PROCESS_SHARED for POSIX condition variables) closed by Sebastian Huber <sebastian.huber@…>
fixed: In c030edd/rtems: […]
05:00 Ticket #3126 (Accept PTHREAD_PROCESS_SHARED for POSIX barriers) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 8230a329/rtems: […]
05:00 Ticket #3125 (Accept PTHREAD_PROCESS_SHARED for POSIX mutexes) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 3b47ce7/rtems: […]
05:00 Ticket #3133 (Remove rtems_libio_t::driver) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 8fa75d3/rtems: […]
Note: See TracTimeline for information about the timeline view.