Timeline



05/14/13:

14:18 Changeset in rtems [a0f3ce2]4.115 by Ralf Kirchner <ralf.kirchner@…>
dosfs: Fix typo
11:23 Changeset in rtems [8cacceb]4.115 by Sebastian Huber <sebastian.huber@…>
smp: Delete bsp_smp_secondary_cpu_initialize() Do not call bsp_smp_secondary_cpu_initialize() in rtems_smp_secondary_cpu_initialize(). This allows more flexibilty in the BSP low-level code. Specify context requirements for a call to rtems_smp_secondary_cpu_initialize().
10:26 Changeset in rtems [42eee51]4.115 by Sebastian Huber <sebastian.huber@…>
smp: Delete rtems_smp_send_message()
10:25 Changeset in rtems [9f703b46]4.115 by Sebastian Huber <sebastian.huber@…>
smp: Delete rtems_smp_initialize_per_cpu()
08:12 Changeset in rtems [baf8f4d]4.115 by Sebastian Huber <sebastian.huber@…>
smp: Simplify main CPU initialization Call _SMP_Handler_initialize() later and move bsp_smp_initialize() into _SMP_Handler_initialize(). Change bsp_smp_initialize() prototype to match integer types of calling context.
01:12 Changeset in rtems-source-builder [8a1e7a0]4.104.114.95 by Chris Johns <chrisj@…>
Add better error messages.
01:08 Changeset in rtems-source-builder [1a56a07]4.104.114.95 by Chris Johns <chrisj@…>
Add bare/config and move the source-builder/config to it. Rework the RTEMS build set files to point to the new location. Move the files into devel, this follows the ports naming in FreeBSD. Update the macros, defaults, and options to support this.

05/13/13:

23:06 Ticket #2123 (Could RSB automatically install autoconf/automake if the versions are ...) closed by cynt6007
worksforme
13:44 Changeset in rtems [10643e9]4.115 by Sebastian Huber <sebastian.huber@…>
smp: Make CPU_ALLOCATE_INTERRUPT_STACK optional
13:39 Changeset in rtems [a29704eb]4.115 by Sebastian Huber <sebastian.huber@…>
smp: Rely on BSS initialization The _Per_CPU_Information is part of the BSS segment and must be zero initialized. Some processors may already poll some per-CPU fields and wait for a state change at this point.
11:37 Changeset in rtems [6c2eedc]4.115 by Sebastian Huber <sebastian.huber@…>
smp: Add maximum_processors field to config Delete rtems_configuration_get_smp_maximum_processors(). Delete rtems_configuration_smp_maximum_processors variable. Add maximum_processors field to rtems_configuration_table if RTEMS_SMP is defined. Add rtems_configuration_get_maximum_processors().
07:42 Changeset in rtems [9984acd]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Add CLOCK_DRIVER_USE_FAST_IDLE option
04:48 Changeset in rtems-source-builder [df9c081]4.104.114.95 by Chris Johns <chrisj@…>
Newlib CVS: 13-May-2013. Pick up the atexit changes.
04:47 Changeset in rtems-source-builder [04f447f]4.104.114.95 by Chris Johns <chrisj@…>
Show a trace message on copy when with --dry-run.
04:46 Changeset in rtems-source-builder [ca047f1e]4.104.114.95 by Chris Johns <chrisj@…>
Better error message on rmdir failure.
04:44 Changeset in rtems-source-builder [5237f1cc]4.104.114.95 by Chris Johns <chrisj@…>
Fix support for Windows (MinGW) native builds using MSYS. Fix paths that need to be coverted to host format. The shell expansion needs to invoke a shell on Windows as cmd.exe will not work. Munch the paths into smaller sizes for Windows due to the limited path size.
02:22 Changeset in rtems-source-builder [e226605]4.104.114.95 by Chris Johns <chrisj@…>
Add an RTEMS config wrapper around Makefile.inc. This is an internal command that wraps the Makefile.inc file in a BSP so you can get at the configuration values from the command line without knowing anything about Makefile.inc. To use: $ ../source-builder/sb-rtems-config \ --rtems=$HOME/development/rtems/4.11 \ --rtems-bsp=sis \ rtems_cpu_cflags The option '--list' lists all available configuration values. The configuration values are match case insensitive and you can list a number with each printed on a separate line. The --rtems-bsp can be in new coming standard of arch/bsp such as 'sparc/sis' or you can just supply the bsp, eg 'sis'.

05/10/13:

18:53 GSoC/2013/ParavirtualizationOfRTEMS edited by Phipse
/* RTEMS startup as a guest */ build process layout (diff)
15:25 Ticket #2123 (Could RSB automatically install autoconf/automake if the versions are ...) created by cynt6007
Could RSB run an automake and autoconf check at the beginning of the …
12:03 Ticket #2122 (RTEMS Source Builder fails to build if no info files are generated) closed by cynt6007
fixed: Copied binutils spec file, deleted the touch info line, the problem went away.
09:59 Changeset in rtems [b71336c]4.115 by Sebastian Huber <sebastian.huber@…>
libcsupport: Avoid division by zero
09:58 Changeset in rtems [9deed9ed]4.115 by Sebastian Huber <sebastian.huber@…>
libtests/malloc04: Prevent compiler optimizations
08:33 Changeset in rtems [3806e01a]4.115 by Chris Johns <chrisj@…>
Revert bootstrap whitespace changes.
08:13 Changeset in rtems-source-builder [e191ce8]4.104.114.95 by Chris Johns <chrisj@…>
Match output with the bootstrap script.
06:36 GSoC/2013 edited by Mat
(diff)
02:46 Ticket #2122 (RTEMS Source Builder fails to build if no info files are generated) created by cynt6007
touch: cannot touch …
01:10 Changeset in rtems-source-builder [8ee8460]4.104.114.95 by Chris Johns <chrisj@…>
Add check_output if on Python 2.6, ie CentOS.

05/09/13:

22:33 Changeset in rtems-source-builder [dd8534a]4.104.114.95 by Chris Johns <chrisj@…>
MIPS patches in newlib head and we are using that.

05/08/13:

16:11 Projects/libdl edited by Peng Fan
/* Open Projects */ (diff)
12:41 Changeset in rtems [ffd8002d]4.115 by Daniel Hellstrom <daniel@…>
GR-CPCI-LEON4-N2X: added PCI peripheral driver for PCI device Interrupts have not been test yet
12:38 Changeset in rtems [8aa446a]4.115 by Daniel Hellstrom <daniel@…>
GRPCI2: updated register layout to newer specification
07:30 Changeset in rtems [cfd8d7a]4.115 by Sebastian Huber <sebastian.huber@…>
arm: Support VFP-D32 and Neon

05/07/13:

23:56 Changeset in rtems-source-builder [bc19332]4.104.114.95 by Chris Johns <chrisj@…>
Newlib 8-May-2013: Include Sebastian's atexit changes.
23:56 Changeset in rtems-source-builder [0e358bf]4.104.114.95 by Chris Johns <chrisj@…>
By default hard reset the RTEMS repo on a build.
23:55 Changeset in rtems-source-builder [c8c60e5]4.104.114.95 by Chris Johns <chrisj@…>
Add svn in /usr/local for FreeBSD.
10:05 Changeset in rtems [9dcc683]4.115 by Sebastian Huber <sebastian.huber@…>
arm: Simplify architecture selection
09:24 Changeset in rtems [ad4ef3c]4.115 by Sebastian Huber <sebastian.huber@…>
sparc: Fix problem with assembler files
09:22 Changeset in rtems [aedeb57]4.115 by Sebastian Huber <sebastian.huber@…>
arm: Add FUNCTION_THUMB_ENTRY(), etc. Add FUNCTION_THUMB_ENTRY(), FUNCTION_ENTRY() and FUNCTION_END().
08:14 Changeset in rtems [39993d6]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add CPU context validation

05/06/13:

18:29 TBR/Website/Board_Support_Packages edited by Gedare
(diff)
18:28 TBR/Website/Board_Support_Packages edited by Gedare
Gedare moved page BoardSupportPackageInformation? to Board Support Packages (diff)
18:28 TBR/Website/Board_Support_Packages edited by Gedare
(diff)
18:19 WikiStart edited by Gedare
/* RTEMS General Information */ (diff)
12:34 Changeset in rtems [a94d46c8]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/xilinx-zynq: New BSP
12:01 Changeset in rtems [12d182c4]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Fix register usage
10:23 Changeset in rtems [b1ce6f29]4.115 by Mohammed Khoory <mkhoory@…>
sparc.h: Included stdint.h This header uses uint32_t but does not include stdint.h This may cause problems when compiling applications that include BSP headers that include this file (leon.h for example)
08:59 Changeset in rtems [e37d57bc]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Add shared GIC tmtests/tm27 support
08:20 Changeset in rtems [33c98fd]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Remove superfluous parameter
07:59 Changeset in rtems [f2e9d0d]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/raspberrypi: Use shared start code
07:54 Changeset in rtems [86b79fb]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/lm3s69xx: Fix initialization value
07:37 Changeset in rtems [9159711]4.115 by Alan Cudmore <alan.cudmore@…>
bsp/raspberrypi: Enable unaligned access

05/05/13:

22:02 Changeset in rtems [9bc1913e]4.115 by Eugeniy Meshcheryakov <eugen@…>
bsp/lm3s69xx: Use interrupts for UART receive This makes continuous UART polling unnecessary.
22:02 Changeset in rtems [847e2cac]4.115 by Eugeniy Meshcheryakov <eugen@…>
bsp/lm3s69xx: More access macros for UART data register Add mask for receive error bits and getter macro for the data field.
16:30 Changeset in rtems-schedsim [d84b7a5] by Joel Sherrill <joel.sherrill@…>
UsingTheSchedulerSimulator?.txt: New asciidoc
00:42 GSoC/2013/ParavirtualizationOfRTEMS edited by Phipse
Added link to source code on github (diff)

05/04/13:

19:33 GSoC/2013/ParavirtualizationOfRTEMS edited by Phipse
/* Questionable parts */ libcpu parts (diff)
16:20 GSoC/2013/ParavirtualizationOfRTEMS edited by Phipse
/* GSoC 2012 Project */ IRQ handling (diff)
16:15 GSoC/2013/ParavirtualizationOfRTEMS edited by Phipse
/* libcpu/score split */ list of privileged functions in score/cpu/i386 (diff)
15:49 GSoC/2013/ParavirtualizationOfRTEMS edited by Phipse
/* GSoC 2012 Project */ (diff)
15:27 GSoC/2013/ParavirtualizationOfRTEMS edited by Phipse
Misc section explaining terminology (diff)

05/03/13:

21:44 GSoC/2013/ParavirtualizationOfRTEMS edited by Phipse
/* Compile POK partition in RTEMS */ debug results (diff)
15:28 Changeset in rtems [85387db5]4.115 by Sebastian Huber <sebastian.huber@…>
libtests/malloc04: Adjust for new sbrk() support
14:46 Changeset in rtems [936c8d6]4.115 by Sebastian Huber <sebastian.huber@…>
psxtests/psxtime: Reduce test time
14:14 Changeset in rtems [2bbea4dd]4.115 by Sebastian Huber <sebastian.huber@…>
arm: Switch to ARM only for Thumb-1 The Thumb-2 instruction set as encodings for the relevant instructions.
14:07 Changeset in rtems [57c05b54]4.115 by Sebastian Huber <sebastian.huber@…>
arm: Fix DEFINE_FUNCTION_ARM() for ARMv7-AR
13:32 GSoC/2013/ParavirtualizationOfRTEMS edited by Phipse
/* RTEMS startup as a guest */ Build POK Partition binary in RTEMS (diff)
08:39 Changeset in rtems [fb0584f]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Move implementation to inline functions
00:39 Changeset in rtems-source-builder [a6d6d31]4.104.114.95 by Chris Johns <chrisj@…>
Forgot to remove the master branch from the URL.
00:08 Changeset in rtems-source-builder [6159bfd]4.104.114.95 by Chris Johns <chrisj@…>
Reset the repo before the pull it avoid any local changes effecting things.

05/02/13:

21:53 Changeset in rtems-source-builder [cd3d3ae]4.104.114.95 by Chris Johns <chrisj@…>
Move to the gcc-4.8 branch until 4.8.1 comes out.
20:52 GSoC/2013/ParavirtualizationOfRTEMS edited by Phipse
/* AADL */ (diff)
19:38 GSoC/2013 edited by Sreeharshakonduri
/* Students Proposals */ (diff)
15:42 Changeset in rtems [037e8ae5]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Add arm_cp15_set_trans*_table_entries()
15:41 Changeset in rtems [544615d]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Add arm_cp15_mmu_disable()
15:40 Changeset in rtems [d2d02961]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Add arm_cp15_get_min_cache_line_size()
11:37 Changeset in rtems [9ce65803]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Copy vector table only if necessary
11:36 Changeset in rtems [27690ec3]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Move .vector section The .vector section contains read-write data (several mode stacks). Move it to the read-write data area.
09:41 Changeset in rtems [ecf7dd9]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Move CP15 start initialization
09:18 Changeset in rtems [962e0fac]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Add and use bsp_translation_table_base
09:09 Changeset in rtems [fd51f7e]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Support ARMv7 VMSA sections and control
06:35 GSoC/2013 edited by Prateekt
/* Students Proposals */ (diff)

05/01/13:

21:32 Projects/Scheduler edited by JoelSherrill
/* Scheduler Simulator */ Update (diff)
16:09 Changeset in rtems-schedsim [4f740d3] by Joel Sherrill <joel.sherrill@…>
schedsim/shell/schedsim_smpsimple/config.c: Disable use of bsp.h
16:08 Changeset in rtems-schedsim [dc2edbe] by Joel Sherrill <joel.sherrill@…>
schedsim/shell/shared/Makefile.am: Add POSIX includes
16:08 Changeset in rtems-schedsim [6bc3451] by Joel Sherrill <joel.sherrill@…>
schedsim/shell/schedsim_smpsimple/Makefile.am: Add POSIX includes
16:07 Changeset in rtems-schedsim [2c73384] by Joel Sherrill <joel.sherrill@…>
schedsim/shell/schedsim_priority/Makefile.am: Add POSIX includes
16:07 Changeset in rtems-schedsim [eeb1494] by Joel Sherrill <joel.sherrill@…>
schedsim/rtems/Makefile.am: Add POSIX includes
16:05 Changeset in rtems-schedsim [972ce8d] by Joel Sherrill <joel.sherrill@…>
aclocal/*posix*.m4: Change so POSIX can be Enabled The real RTEMS code ensures that POSIX is enabled only for targets matching *-*-rtems*. The Scheduler Simulator runs natively.
16:04 Changeset in rtems-schedsim [ec622ba] by Joel Sherrill <joel.sherrill@…>
alocal/*smp*.m4: Change so SMP can be enabled on Scheduler Simulator The real RTEMS code ensures that SMP is enabled only for targets supporting it.
14:13 Ticket #2120 (pc386dx BSP fails to link with gcc-head (4.9)) closed by Joel Sherrill
fixed
03:04 Projects/Scheduler edited by JoelSherrill
/* Scheduler Simulator */ Add meat. (diff)
02:30 Projects/Scheduler edited by JoelSherrill
/* Thread Ready Set and Block 2-n Refactoring */ Add Scheduler Simulator section (diff)
00:42 Changeset in rtems [77ebea3]4.115 by Joel Sherrill <joel.sherrill@…>
SUPPORT: Fix phone number
00:42 Changeset in rtems-schedsim [2c98493] by Joel Sherrill <joel.sherrill@…>
SUPPORT: Fix phone number
00:42 Changeset in rtems-source-builder [df56f7e]4.104.114.95 by Chris Johns <chrisj@…>
Improve the email reporter.
00:41 Changeset in rtems-schedsim [a2aad55] by Joel Sherrill <joel.sherrill@…>
Remove CVS $
00:33 Changeset in rtems-schedsim [40cadee] by Joel Sherrill <joel.sherrill@…>
aclocal/*.m4: Update from RTEMS
00:14 Changeset in rtems [d23c44d5]4.115 by Joel Sherrill <joel.sherrill@…>
score/cpu/.../i386.h: PR2020: Remove soft float references i386 soft-float is no longer supported by gcc. Dropping related code in the i386 score/cpu code.
00:08 Changeset in rtems-source-builder [c914e1d]4.104.114.95 by Chris Johns <chrisj@…>
Add tail support to the log. Email the log tail in a failure.
00:06 Changeset in rtems-schedsim [7c50462] by Joel Sherrill <joel.sherrill@…>
schedsim_priority/config.c: Disable use of bsp.h
00:06 Changeset in rtems-schedsim [957ce33] by Joel Sherrill <joel.sherrill@…>
schedsim/rtems/wkspace.c: Update to match current prototype
00:05 Changeset in rtems-schedsim [caee146] by Joel Sherrill <joel.sherrill@…>
schedsim/.../cpu.h: Account for new types and methods
00:05 Changeset in rtems-schedsim [783fbfe] by Joel Sherrill <joel.sherrill@…>
schedsim/rtems/rtems_init.c: Update to current RTEMS
00:04 Changeset in rtems-schedsim [524baa9] by Joel Sherrill <joel.sherrill@…>
schedsim/rtems/Makefile.am: Update to current RTEMS
00:02 Changeset in rtems-schedsim [189bbf4] by Joel Sherrill <joel.sherrill@…>
.cvsignore: Remove all
00:02 Changeset in rtems-schedsim [d24f2bd] by Joel Sherrill <joel.sherrill@…>
.gitignore: New file

04/30/13:

22:34 Changeset in rtems-source-builder [3c69de0]4.104.114.95 by Chris Johns <chrisj@…>
Add the missing Windows versions or MinGW.
20:29 Changeset in rtems-source-builder [84924e4]4.104.114.95 by Chris Johns <chrisj@…>
Fix the open calls to use a host path.
19:30 Changeset in rtems-source-builder [2edd4c9]4.104.114.95 by Chris Johns <chrisj@…>
Produce a better error message if the host support code does not load.
19:17 Changeset in rtems-source-builder [a128418]4.104.114.95 by Chris Johns <chrisj@…>
Use float for version number such as CentOS 6.3.
17:31 Changeset in rtems [5aa4ed9]4.115 by Joel Sherrill <joel.sherrill@…>
i386: PR2010: Remove pc386 BSPs using soft-float i386 soft-float is no longer supported by gcc. Dropping all references to soft-float in the pc386 BSP.
13:23 Changeset in rtems [88cf23f8]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Add arm_cp15_set_exception_handler()
07:55 Changeset in rtems-source-builder [9815f5f]4.104.114.95 by Chris Johns <chrisj@…>
CVS is required. The newlib version is based on cvs for 4.11.
07:49 Changeset in rtems [ecbd577]4.115 by Daniel Hellstrom <daniel@…>
AMBAPP: update AMBA PnP ID database
07:27 Changeset in rtems-source-builder [cb5fc2c]4.104.114.95 by Chris Johns <chrisj@…>
The dist version is index 1 not 2.
07:23 Changeset in rtems-source-builder [49c668c]4.104.114.95 by Chris Johns <chrisj@…>
Fix the dist_ver bug. Covert the string to an int.
07:02 Ticket #2121 (CVS command failure clean up.) created by Chris Johns
If a CVS checkout command fails it is best to clean up the directory …
05:09 Changeset in rtems-source-builder [1aade53]4.104.114.95 by Chris Johns <chrisj@…>
rtems-4.11: binutils 2.23.2, gcc-4.8.0, newlib-cvs-30-April-2013, gdb-7.6
05:01 Changeset in rtems-source-builder [a48a478]4.104.114.95 by Chris Johns <chrisj@…>
Updated 4.11 tool versions.
03:22 Changeset in rtems-source-builder [5a546fa]4.104.114.95 by Chris Johns <chrisj@…>
Add mail and personal macros.
03:22 Changeset in rtems-source-builder [fbb39e7]4.104.114.95 by Chris Johns <chrisj@…>
Add options help.
01:20 Changeset in rtems-source-builder [97a685f]4.104.114.95 by Chris Johns <chrisj@…>
Add mail support to mail reports.
01:19 Changeset in rtems-source-builder [dfdc129]4.104.114.95 by Chris Johns <chrisj@…>
Add user private macro loading.
01:18 Changeset in rtems-source-builder [1c44f1c]4.104.114.95 by Chris Johns <chrisj@…>
Add a get value call for macros.
Note: See TracTimeline for information about the timeline view.