Timeline



09/05/14:

11:33 Changeset in rtems [8d30713d]4.115 by Sebastian Huber <sebastian.huber@…>
tmtests/tmcontext01: Improve cache dirty function
08:18 Changeset in rtems-tools [31bf375]4.104.115 by Chris Johns <chrisj@…>
Remove march/mcpu and add RTEMS BSP and cflags support.
08:16 Changeset in rtems-tools [7ccb6701]4.104.115 by Chris Johns <chrisj@…>
Add support for RTEMS BSP or user supplied CFLAGS. Remove march/mcpu. Added support to read an RTEMS BSP pkgconfig file and ste the CC flags.
08:10 Changeset in rtems-tools [2f48445]4.104.115 by Chris Johns <chrisj@…>
Return the requested label. This completes this code to a basic working level. It usable for the RTEMS pc files but not as a full pkgconfig replacement. The python version in the RSB is more complete.
07:48 Changeset in rtems [33676c8c]4.115 by Sebastian Huber <sebastian.huber@…>
doc/arm: Update floating point unit support
07:47 Changeset in rtems [b8662cf]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Do not build unused file
07:27 Changeset in rtems [b802353]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Include missing header file
07:27 Changeset in rtems [07b4594]4.115 by Sebastian Huber <sebastian.huber@…>
sptests/spcontext01: Fix warning
07:13 Changeset in rtems [05ac47d]4.115 by Sebastian Huber <sebastian.huber@…>
posix: Use RTEMS_DECONST()
07:13 Changeset in rtems [4d5250c]4.115 by Sebastian Huber <sebastian.huber@…>
posix: Fix warning
07:12 Changeset in rtems [8dab980]4.115 by Sebastian Huber <sebastian.huber@…>
libcsupport: Use RTEMS_DECONST()
07:12 Changeset in rtems [ddf8d12]4.115 by Sebastian Huber <sebastian.huber@…>
libchip/dwmac: Use RTEMS_DEVOLATILE()
06:32 Changeset in rtems [a72f16e]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add RTEMS_DECONST|DEVOLATILE|DEQUALIFY()
06:24 Changeset in rtems [b2356837]4.115 by Sebastian Huber <sebastian.huber@…>
tmtests/tmcontext01: Plot a legend
03:29 Changeset in rtems [960c9f0]4.115 by Chris Johns <chrisj@…>
tools: Remove invalid cpp characters from the header guards. The waf converter in examples-v2 uses an absolute path and this creates defines with invalid characters.
01:02 Changeset in rtems-source-builder [a36e63b]4.104.114.95 by Chris Johns <chrisj@…>
doc: Update the Fedora package list for Fedora 19.

09/04/14:

20:41 Changeset in rtems [f535fe53]4.115 by Joel Sherrill <joel.sherrill@…>
tod.h -> libcsupport like other driver and helper prototype files This rippled into the handful of files that should have been using <rtems/tod.h>.
20:39 Changeset in rtems [f641b15]4.115 by Joel Sherrill <joel.sherrill@…>
Revert: rtems-rfs-buffer.c: Correct printf() format specifiers to eliminate warnings This may actually be a problem in inttypes.h.
18:49 Changeset in rtems [05e4e599]4.115 by Jennifer Averett <jennifer.averett@…>
capture: Removal of capture task tracking. This patch removes functionality for stack checking from the capture engine and requiresi the use of existing rtems functions for this information. It modifies ctload to use functionality similar to rtems cpuusage. It removes the capture task and stores a new capture task record the first time the task is seen. The per task data that was still needed is scaled down and stored in the tcb.
17:55 Changeset in rtems [bc35eeca]4.115 by Hesham ALMatary <heshamelmatary@…>
Regenerate preinstall.am for score/cpu/or1k This patch regenerates preinstall.am file after Chris fixup regarding preinstall.am files gerenration from bootstrap -p command.
15:08 Changeset in rtems [6cd2074]4.115 by Joel Sherrill <joel.sherrill@…>
pc386/.../bsp.h: Do not include crt.h crt.h defines such lovely constants as "RED" and "GREEN" which have a nasty habit of conflicting with non-BSP code. There is no reason to include this private .h from bsp.h and pollute the namespace for applications.
13:59 Changeset in rtems [8fbe2e6]4.115 by Joel Sherrill <joel.sherrill@…>
Use correct prototype of benchmark_timer_read() This change starts with removing the effectively empty file timerdrv.h. The prototypes for benchmark_timer_XXX() were in btimer.h which was not universally used. Thus every use of timerdrv.h had to be changed to btimer.h. Then the prototypes for benchmark_timer_read() had to be adjusted to return benchmark_timer_t rather than int or uint32_t. I took this opportunity to also correct the file headers to separate the copyright from the file description comments which is needed to ensure the copyright isn't propagated into Doxygen output.

09/03/14:

16:02 Changeset in rtems [4d69276]4.115 by Joel Sherrill <joel.sherrill@…>
nios2_iss/Makefile.am: Add cache
15:21 Changeset in rtems [a864016f]4.115 by Joel Sherrill <joel.sherrill@…>
spcpuset01: Use %zd for size_t to eliminate warning
15:16 Changeset in rtems [de549c3]4.115 by Joel Sherrill <joel.sherrill@…>
Misc psxtmtests: Use uint32_t not long for end_time to match printf() format expectations
15:07 Changeset in rtems [9aa6ddf]4.115 by Joel Sherrill <joel.sherrill@…>
spfreechain01/init.c: Use %zd for size_t to eliminate warning
14:59 Changeset in rtems [06ac8b71]4.115 by Joel Sherrill <joel.sherrill@…>
shell.c: Add cast to match printf() expectations for width specifier
14:59 Changeset in rtems [2dd1e75e]4.115 by Joel Sherrill <joel.sherrill@…>
rtems-rfs-buffer.c: Correct printf() format specifiers to eliminate warnings
03:15 Changeset in rtems [5f9c208]4.115 by Chris Johns <chrisj@…>
libfs: Fix the warning in the RFS. Return the first error if one or more happen when deleting an inode.

09/02/14:

23:07 Changeset in rtems [3bff410]4.115 by Joel Sherrill <joel.sherrill@…>
rtems/score/assert.h: Rework to allow use of NDEBUG
23:07 Changeset in rtems [9d95ef9]4.115 by Joel Sherrill <joel.sherrill@…>
mprotect.c: Remove warning for no prototype
23:06 Changeset in rtems [78364c7d]4.115 by Joel Sherrill <joel.sherrill@…>
tms570/Makefile.am: Remove bad networking build info
23:05 Changeset in rtems [4761761c]4.115 by Joel Sherrill <joel.sherrill@…>
lpc23xx_tli800-testsuite.tcfg: Add tests which do not link with debug enabled
23:04 Changeset in rtems [f58f6a7a]4.115 by Joel Sherrill <joel.sherrill@…>
lpc2362-testsuite.tcfg: Add tests which do not link with debug enabled
23:04 Changeset in rtems [4058aa0f]4.115 by Joel Sherrill <joel.sherrill@…>
lm3s3749-testsuite.tcfg: Add tests which do not link with debug enabled
23:04 Changeset in rtems [9f144dda]4.115 by Joel Sherrill <joel.sherrill@…>
rtl22xx/.../bspreset.c: Eliminate warning for set not used variable
23:04 Changeset in rtems [88d9f1cb]4.115 by Joel Sherrill <joel.sherrill@…>
lpc24xx/.../bspreset.c: Eliminate warning for set not used variable
23:03 Changeset in rtems [3e0638f1]4.115 by Joel Sherrill <joel.sherrill@…>
lpc176x/.../bspreset.c: Eliminate warning for set not used variable
23:03 Changeset in rtems [6fc2ea37]4.115 by Joel Sherrill <joel.sherrill@…>
lm3s69xx/.../bspreset.c: Eliminate warning for set not used variable
23:02 Changeset in rtems [08bcf01]4.115 by Joel Sherrill <joel.sherrill@…>
smdk2410/.../bspreset.c: Eliminate warning for set not used variable
23:02 Changeset in rtems [59cb7e9]4.115 by Joel Sherrill <joel.sherrill@…>
stm32f4/.../bspreset.c: Eliminate warning for set not used variable
23:01 Changeset in rtems [2f8c267]4.115 by Joel Sherrill <joel.sherrill@…>
gp32/.../bspreset.c: Eliminate warning for set not used variable
23:01 Changeset in rtems [3d05302]4.115 by Joel Sherrill <joel.sherrill@…>
csb337/.../bspreset.c: Eliminate warning for set not used variable
23:00 Changeset in rtems [be4992b1]4.115 by Joel Sherrill <joel.sherrill@…>
raspberrypi: Use shared bspreset.c
17:30 Changeset in rtems [e1462e1]4.115 by Joel Sherrill <joel.sherrill@…>
sp19: Eliminate warnings
17:30 Changeset in rtems [ce134f74]4.115 by Joel Sherrill <joel.sherrill@…>
score603e/start/start.S: Add start symbol to eliminate warning
17:29 Changeset in rtems [ae03ad26]4.115 by Joel Sherrill <joel.sherrill@…>
mcf5235/.../linkcmds: Use dram region consistently like other variants "ram" and "dram" regions were used inconsistently. Most variants used the "dram" memory region so this was changed to be consistent.
15:57 Changeset in rtems [2617cd3e]4.115 by Joel Sherrill <joel.sherrill@…>
or1ksim/Makefile.am: Install shared tm27.h and regenerate preinstall.am
12:10 Changeset in rtems [fe826e2]4.115 by Sebastian Huber <sebastian.huber@…>
sapi: Add profiling report begin/end message

09/01/14:

15:16 Changeset in rtems [8ae6f26]4.115 by Sebastian Huber <sebastian.huber@…>
samples/iostream: Produce proper begin/end message
14:12 Changeset in rtems [5689d72]4.115 by Sebastian Huber <sebastian.huber@…>
smptests/smplock01: Update screen file
11:28 Changeset in rtems [5cb5342]4.115 by Sebastian Huber <sebastian.huber@…>
libtests/capture01: Fix test name
09:01 Changeset in rtems [4030ccc]4.115 by Sebastian Huber <sebastian.huber@…>
tests: Add documentation
08:08 Changeset in rtems [979d95e]4.115 by Sebastian Huber <sebastian.huber@…>
libtests/capture01: Force error if SMP enabled This prevents infinite test runs on SMP due to the recursive interrupt lock acquire.
06:45 Changeset in rtems [c147a139]4.115 by Sebastian Huber <sebastian.huber@…>
smptests/smpfatal08: Fix link error
06:00 Changeset in rtems [aacb7e6]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/ngmp: Use -mcpu=leon3 GCC option There is support for the LEON3 processor available in Binutils 2.24 and the GCC 4.8 branch and GCC mainline. GCC 4.8 branch: http://gcc.gnu.org/viewcvs/gcc/branches/?view=log&pathrev=205331 GCC mainline: http://gcc.gnu.org/viewcvs/gcc/trunk/?view=log&pathrev=202664 It is mandatory to use this option for SMP on LEON3 since it enables usage of C11 atomic operations. It makes it also possible to use an inline function for _CPU_SMP_Get_current_processor() which avoids the function call overhead in critical sections.
03:26 Changeset in rtems-tools [40fd7a0]4.104.115 by Chris Johns <chrisj@…>
rld: Split the file into a path module for path specific functions. This allows resued for other parts of the system not dependent on objcet files or archives.

08/31/14:

23:29 Changeset in rtems [305357e]4.115 by Hesham ALMatary <heshamelmatary@…>
or1k: Implement context validate and context volatile clobber functions. score/cpu/or1k: Add two new assembly functions: _CPU_Context_validate and _CPU_Context_volatile_clobber; their implementation follows corresponding ARM functions.
23:28 Changeset in rtems [23e8f3d]4.115 by Hesham ALMatary <heshamelmatary@…>
Add missing r31 load instruction _ISR_Handler _ISR_Handler: r31 was not loaded in restore function. This patch adds this load.

08/29/14:

10:13 Changeset in rtems-source-builder [cf9d27e]4.104.114.95 by Matt Carberry <mcarberry@…>
Fixes qemu build error. Since 1.5 qemu defaults to gtk. Since then, the install command triggers the use of xgettext and msgmerge, both of which are unable to find the libgettextsrc library without passing LD_LIBRARY_PATH.
09:15 Changeset in rtems-libbsd [e96e008]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
nexus: Add DISABLE_INTERRUPT_EXTENSION Add an easy way to avoid the interrupt extension API for BSPs that do not support it.
09:05 Changeset in rtems-libbsd [62bdb6a]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
C++ compatibility for some kernel headers
09:01 Changeset in rtems-libbsd [7e982cf]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Add file to ensure some C++ compatibility
03:14 Changeset in rtems-source-builder [d790668]4.104.114.95 by Chris Johns <chrisj@…>
sb: Add support for the standard git protocols for the %source command. The source selector 'git://' now supports a protocol option that lets you set the specific protocol git is to use to access a remote repository.
02:48 Changeset in rtems [59990cc]4.115 by Chris Johns <chrisj@…>
Regenerate all preinstall.am files. With this patch the preinstall.am files are in a set order and not dependent on now perl implements a hash.
01:39 Changeset in rtems [93d0ddd]4.115 by Chris Johns <chrisj@…>
bootstrap: Sort the various hash keys used in generating preinstall.am. Something must have changed in perl to change the way the keys are ordered by default.

08/28/14:

20:42 Changeset in rtems-libbsd [b7ea2dd]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Install missing header files
20:31 Changeset in rtems-libbsd [3d01336]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Fix library creation Delete library and create it from scratch to avoid problems with non-unique file names.
17:14 Changeset in rtems-source-builder [183626a]4.104.114.95 by Hesham ALMatary <heshamelmatary@…>
Add support for building bare-metal or1ksim. This patch adds support to enable RSB to build or1ksim emulator (the main OpenRISC 1000 simulator) from latest or1ksim github repo.
17:14 Changeset in rtems-source-builder [e7a6292]4.104.114.95 by Hesham ALMatary <heshamelmatary@…>
Fix bug of uncompressing zip files. This patch uses unzip macro for uncompressing zip files instead of the wrong zip macro which is not defined in defaults.mc file.
13:44 Changeset in rtems [b597c0d]4.115 by Joel Sherrill <joel.sherrill@…>
Regenerate all preinstall.am files. Apparently, at some point automake output changed and these were not updated.
04:34 Changeset in rtems [d04cb124]4.115 by Chris Johns <chrisj@…>
arm: Add tests which fail to build with C++ enabled.
00:08 Changeset in rtems [5826a1b]4.115 by Chris Johns <chrisj@…>
preinstall: Regenerated files differ from the repo.

08/27/14:

17:50 Changeset in rtems [bfa2b8c]4.115 by Joel Sherrill <joel.sherrill@…>
virtex5/.../bsp.h: Add BSP_Convert_decrementer() macro required by MPC6xx timer driver
16:00 Changeset in rtems [6e60140d]4.115 by Joel Sherrill <joel.sherrill@…>
nds/Makefile.am: Rework to avoid creating ltos of .rel files This was necessary to enable all tests to link.
13:00 Changeset in rtems-libbsd [8e2e9b3]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Update due to rbtree API changes
12:06 Changeset in rtems [34db8ec]4.115 by Sebastian Huber <sebastian.huber@…>
rtems: SMP fix for timer server
10:04 Changeset in rtems [614a088]4.115 by Chris Johns <chrisj@…>
arm/lm3s3749: Add tests that do not fit. You need --enable-c++ for the c++ tests.

08/26/14:

19:42 Changeset in rtems [2cd68a8b]4.115 by Hesham ALMatary <heshamelmatary@…>
Add or1ksim (sim.cfg) configuration file and edit README. OpenRISC/or1ksim BSP: The new sim.cfg file configures or1ksim emulator with HW capabilities that the current RTEMS/or1ksim BSP supports. README: HOWTO run the or1ksim simulator.
18:53 Changeset in rtems [7d3a345]4.115 by Joel Sherrill <joel.sherrill@…>
lpc40xx_ea_rom_int-testsuite.tcfg: New file
14:59 Changeset in rtems [9907dde]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/altera-cyclone-v: Update to hwlib 13.1 This version is distributed with SoC EDS 14.0.0.200.
14:02 TBR/BSP/Tms570 edited by PavelPisa
(diff)
14:00 Changeset in rtems [76386c1]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/altera-cyclone-v: Add DMA support hwlib files
12:21 Ticket #2187 (Broken build SPARC RTEMS 4.11) closed by Andrey
fixed: Replying to comment:2: > Hi, > > Was this fixed in e7a42a0 "score: Add missing define to cache manager"? > > Daniel Yes, was fixed:) I've tested on 'rtems: Add more clock tick functions' 96ec8ee
04:57 Changeset in rtems-tools [3162858]4.104.115 by Chris Johns <chrisj@…>
gdb-python: Update so 'rtems task' lists the classic tasks. This is a first pass at cleaning up the support. To use: $ waf configure --prefix=$HOME/development/rtems/4.11 $ waf build install Start GDB and break at Init: (gdb) py import rtems (gdb) rtems task will list the classic API tasks.

08/25/14:

22:07 Changeset in rtems [8f1bdcb9]4.115 by Joel Sherrill <joel.sherrill@…>
or1k/Makefile.am: libbsp_a_CPPFLAGS was defined twice
21:53 Changeset in rtems [3d99c17]4.115 by Joel Sherrill <joel.sherrill@…>
gensh4: Improve ROM vs RAM startup configuration
21:52 Changeset in rtems [bf1f8764]4.115 by Joel Sherrill <joel.sherrill@…>
gensh4/bsp_specs: Account for big/little endian
21:51 Changeset in rtems [e75907d]4.115 by Joel Sherrill <joel.sherrill@…>
simsh4-testsuite.tcfg: new file
21:51 Changeset in rtems [d26cded]4.115 by Joel Sherrill <joel.sherrill@…>
simsh2e-testsuite.tcfg: new file
21:50 Changeset in rtems [a4d355b4]4.115 by Joel Sherrill <joel.sherrill@…>
shsim/bsp_specs: Account for big/little endian
11:39 Changeset in rtems [4b104834]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/mpc55xx: Fix comment
10:59 Changeset in rtems [fecaeca1]4.115 by Daniel Cederman <cederman@…>
score: Define _CPU_Start_multitasking only for LEON SPARC, not SPARC in general Rename _BSP_Start_multitasking to _LEON3_Start_multitasking to show that it is LEON specific
07:30 Changeset in rtems [f3237a3c]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/mpc55xx: Add defines for MPC5668
07:09 Changeset in rtems [0a314839]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/mpc55xx: Limit flash support to MPC55[56]X
06:48 Changeset in rtems [e7a42a0c]4.115 by Daniel Cederman <cederman@…>
score: Add missing define to cache manager

08/24/14:

23:48 Changeset in rtems-tools [4dbd0db]4.104.115 by Chris Johns <chrisj@…>
Fix README mistakes.
23:40 Changeset in rtems-tools [504e1de]4.104.115 by Chris Johns <chrisj@…>
gdb-python: Add waf script to install under a prefix.
23:39 Changeset in rtems-tools [f750e82]4.104.115 by Chris Johns <chrisj@…>
gdb-python: Clean up and ignore waf generated files.
06:59 Ticket #2187 (Broken build SPARC RTEMS 4.11) created by Andrey
The same problem on CentOS and MacOS maverick reproduced. latest …

08/23/14:

13:26 Changeset in rtems-source-builder [2b4cd57]4.104.114.95 by Chris Johns <chrisj@…>
sb: Fix the if logic for parameters.
13:24 Changeset in rtems-source-builder [f022f82]4.104.114.95 by Chris Johns <chrisj@…>
rtems-4.11: Use the internal autoconf build.
13:23 Changeset in rtems-source-builder [5d9b153]4.104.114.95 by Chris Johns <chrisj@…>
config: Detect a pipe error on command failure.
13:19 Changeset in rtems-source-builder [cd93d89]4.104.114.95 by Chris Johns <chrisj@…>
rtems-4.11: Fix the broken RTEMS build on 4.11.

08/22/14:

20:22 Changeset in rtems [baa3c91]4.115 by Hesham ALMatary <heshamelmatary@…>
or1ksim BSP: Include cache manager stubs, and re-generate preinstall.am files.
20:22 Changeset in rtems [e5f6ca8]4.115 by Hesham ALMatary <heshamelmatary@…>
Add or1k to the list of targets that use IEEE 754 in xdr_float.c
20:21 Changeset in rtems [9d92a43]4.115 by Hesham ALMatary <heshamelmatary@…>
Rename or1k_or1ksim BSP to or1ksim
20:20 Changeset in rtems [eeea9e30]4.115 by Hesham ALMatary <heshamelmatary@…>
libcpu: Add new entry for or1k cpu and include cache manager stubs.
20:20 Changeset in rtems [23b14f87]4.115 by Hesham ALMatary <heshamelmatary@…>
sptests/spcache01: Make inline assembly conditional to account for OpenRISC l.nop instruction.
15:20 Changeset in rtems [d13ce75]4.115 by Pavel Pisa <pisa@…>
bsp/tms570: implemented and tested initialization of Cortex-R performance counters. The code is written as BSP specific now but it should work for all Cortex-A and R based CPUs and can be moved to ARM generic place in future. StackOverflow? suggested sequences of writes to the registers required to start counters is used. http://stackoverflow.com/questions/3247373/how-to-measure-program-execution-time-in-arm-cortex-a8-processor
15:09 Changeset in rtems [96ec8ee8]4.115 by Sebastian Huber <sebastian.huber@…>
rtems: Add more clock tick functions Add rtems_clock_tick_later(), rtems_clock_tick_later_usec() and rtems_clock_tick_before().
14:39 Changeset in rtems [f553c6e]4.115 by Sebastian Huber <sebastian.huber@…>
rtems: Inline rtems_clock_get_ticks_since_boot() Update documentation.
06:53 Changeset in rtems [d5f5432]4.115 by Christian Mauderer <Christian.Mauderer@…>
libchip/dwmac: Make PHY address user configurable This patch allows the user to configure the PHY address for the DWMAC driver by giving a pointer to a dwmac_user_cfg structure to network stack via rtems_bsdnet_ifconfig::drv_ctrl.
Note: See TracTimeline for information about the timeline view.