Timeline



11/12/15:

22:11 Changeset in rtems [74172b7d]5 by Pavel Pisa <pisa@…>
bsp/tms570: use common tms570ls3137.inc file for all board ling variants. Signed-off-by: Pavel Pisa <pisa@…>
22:11 Changeset in rtems [dec479b]4.11 by Pavel Pisa <pisa@…>
bsp/tms570: use common tms570ls3137.inc file for all board ling variants. Signed-off-by: Pavel Pisa <pisa@…>
22:11 Changeset in rtems [38404cb]5 by Premysl Houdek <kom541000@…>
bsp/tms570: separate Flash variants to one which boots directly and one for boot loader. The default tms570ls3137_hdk variant is for building RTEMS application image starting directly from start of Flash. Variant tms570ls3137_hdk_with_loader skips 256kB at start of Flash to allow use with application loader. Signed-off-by: Pavel Pisa <pisa@…>
22:11 Changeset in rtems [85750d1]4.11 by Premysl Houdek <kom541000@…>
bsp/tms570: separate Flash variants to one which boots directly and one for boot loader. The default tms570ls3137_hdk variant is for building RTEMS application image starting directly from start of Flash. Variant tms570ls3137_hdk_with_loader skips 256kB at start of Flash to allow use with application loader. Signed-off-by: Pavel Pisa <pisa@…>
22:11 Changeset in rtems [416cd88]4.11 by Pavel Pisa <pisa@…>
bsp/tms570: use POM only when application image does not start at address 0. Parameters overlay module is initialized and cleared first. It is used later to replace exception target vectors only if that is required. The application loader code with CPU and SDRAM setup code has to provide well defined pattern of instructions at addresses 0x00000000 and 0x0000001f, because only data read accesses can be processed reliably by POM. The expected instruction pattern can be seen in the next example https://github.com/hornmich/tms570ls3137-hdk-sdram/blob/master/SDRAM_SCI_configuration/source/sys_intvecs.asm Comments with detailed description of code, background and reasons for selected approach have been included in TMS570 bsp startup code. Signed-off-by: Pavel Pisa <pisa@…> Signed-off-by: Premysl Houdek <kom541000@…>
22:11 Changeset in rtems [870ff8e9]5 by Pavel Pisa <pisa@…>
bsp/tms570: use POM only when application image does not start at address 0. Parameters overlay module is initialized and cleared first. It is used later to replace exception target vectors only if that is required. The application loader code with CPU and SDRAM setup code has to provide well defined pattern of instructions at addresses 0x00000000 and 0x0000001f, because only data read accesses can be processed reliably by POM. The expected instruction pattern can be seen in the next example https://github.com/hornmich/tms570ls3137-hdk-sdram/blob/master/SDRAM_SCI_configuration/source/sys_intvecs.asm Comments with detailed description of code, background and reasons for selected approach have been included in TMS570 bsp startup code. Signed-off-by: Pavel Pisa <pisa@…> Signed-off-by: Premysl Houdek <kom541000@…>
22:11 Changeset in rtems [2f95794e]5 by Premysl Houdek <kom541000@…>
bsp/tms570: updated reserved space for vector overlay in internal RAM
22:11 Changeset in rtems [572f5df]4.11 by Premysl Houdek <kom541000@…>
bsp/tms570: updated reserved space for vector overlay in internal RAM
22:11 Changeset in rtems [08a98f7]4.11 by Premysl Houdek <kom541000@…>
bsp/tms570: fixed sci driver freeze when closing terminal bug tms570_sci_interrupt_last_close: do not wait for old data transmit. Signed-off-by: Premysl Houdek <kom541000@…>
22:11 Changeset in rtems [7e18dd9]5 by Premysl Houdek <kom541000@…>
bsp/tms570: fixed sci driver freeze when closing terminal bug tms570_sci_interrupt_last_close: do not wait for old data transmit. Signed-off-by: Premysl Houdek <kom541000@…>
22:11 Changeset in rtems [e5d5767e]5 by Premysl Houdek <kom541000@…>
bsp/tms570: Pinmux support and EMAC pin definition added Signed-off-by: Premysl Houdek <kom541000@…>
22:11 Changeset in rtems [e73d932]4.11 by Premysl Houdek <kom541000@…>
bsp/tms570: Pinmux support and EMAC pin definition added Signed-off-by: Premysl Houdek <kom541000@…>
22:11 Changeset in rtems [6302c61]5 by Premysl Houdek <kom541000@…>
bsp/tms570: EMAC control header file corrected and EMAC interrupt vector added Signed-off-by: Premysl Houdek <kom541000@…> Signed-off-by: Pavel Pisa <pisa@…>
22:11 Changeset in rtems [fb5d60d]4.11 by Premysl Houdek <kom541000@…>
bsp/tms570: EMAC control header file corrected and EMAC interrupt vector added Signed-off-by: Premysl Houdek <kom541000@…> Signed-off-by: Pavel Pisa <pisa@…>
15:16 Ticket #2467 (tems/c/src/lib/libbsp/arm/stm32f7x/hal/STM32F7xx_HAL_Driver/Src/stm32f7 ...) created by David Binderman
[rtems/c/src/lib/libbsp/arm/stm32f7x/hal/STM32F7xx_HAL_Driver/Src/stm32 …
12:16 Changeset in rtems-libbsd [06d8316]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
testsuite/ppp01: Avoid build error on SMP
12:12 Changeset in rtems-libbsd [c689915]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Use optimization level -O2
12:10 Changeset in rtems-libbsd [d6c6017]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Python 3 compatibility
12:01 Changeset in rtems-libbsd [ba44613]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
dwc_otg: Port to RTEMS
12:01 Changeset in rtems-libbsd [c5a141a]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
dwc_otg: Import from FreeBSD trunk 2015-11-10
12:01 Changeset in rtems-libbsd [02279d6]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
USB: Update to FreeBSD trunk 2015-11-10
10:30 Changeset in rtems [06ef76e3]5 by Sebastian Huber <sebastian.huber@…>
Update config.guess and config.sub Update via: wget -O config.guess 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD' wget -O config.sub 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD'
10:15 Changeset in rtems-tools [04a5204]4.105 by Sebastian Huber <sebastian.huber@…>
Python 3 compatibility
06:48 Changeset in rtems-tools [ab922fe]4.105 by Chris Johns <chrisj@…>
Add tools patches for RTEMS 4.12.

11/11/15:

16:22 Ticket #2466 (Review and Incorporate Unified BSP Coding Rules) created by Joel Sherrill
Vipul Nayyar prepared a set of BSP coding guidelines as part of GSOC …
16:09 Ticket #2465 (Update Hello World Instructions to include MSYS2) created by Joel Sherrill
A ticket to prod Chris into adding to the ([wiki:GSoC/GettingStarted
13:47 Changeset in rtems [459ebc8]5 by Sebastian Huber <sebastian.huber@…>
libtests/termios04: Avoid use of freed memory
13:37 Developer/Simulators/QEMU/CANEmulation edited by Pavel Pisa
Add links to CAN QEMU RTLWS 2015 article. (diff)
11:05 Changeset in rtems [610909f]5 by Sebastian Huber <sebastian.huber@…>
irq-server: Fix race condition on SMP systems
10:49 Changeset in rtems [0c9bf40b]4.11 by Sebastian Huber <sebastian.huber@…>
Fix interrupt epilogue for ARMv7-AR and PowerPC Close #2470.
10:49 Changeset in rtems [5c7bfcf]5 by Sebastian Huber <sebastian.huber@…>
Fix interrupt epilogue for ARMv7-AR and PowerPC
09:47 Changeset in rtems [4fee129]5 by Sebastian Huber <sebastian.huber@…>
Introduce general purpose system server event Use this event for the interrupt server to avoid conflicts with application events used by interrupt handlers.
09:18 Changeset in rtems-tools [5cb66b4]4.105 by Sebastian Huber <sebastian.huber@…>
rtd-rtems.cpp: Default to version 4.12

11/10/15:

16:23 Changeset in rtems [72857659]4.11 by Sebastian Huber <sebastian.huber@…>
score: Fix race condition on SMP We must ensure that the Thread_Control::Wait information update is visible to the target thread before we update its wait flags, otherwise we may return out of date events or a wrong status. Close #2471.
16:23 Changeset in rtems [b84a51c]5 by Sebastian Huber <sebastian.huber@…>
score: Fix race condition on SMP We must ensure that the Thread_Control::Wait information update is visible to the target thread before we update its wait flags, otherwise we may return out of date events or a wrong status.
14:16 Ticket #2464 (RSB: Tool patches use the RTEMS version) created by Sebastian Huber
In rtems/conifg/rtems-urls.bset the tool patches are set to an RTEMS …
09:19 Changeset in rtems-libbsd [c164446]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Rename kernel space log() to _bsd_log() This avoids a conflict with the standard math library log() function.
09:19 Changeset in rtems-libbsd [e18bac8]4.11 by Sebastian Huber <sebastian.huber@…>
Rename kernel space log() to _bsd_log() This avoids a conflict with the standard math library log() function.
09:17 Ticket #2434 (general gpio.h is no longer installed leading to build breakage) reopened by Sebastian Huber
On 06/11/15 23:57, André Marques wrote: > Hello, > > This issue was resolved earlier with the following patch > > https://git.rtems.org/rtems/commit/c/src/lib/libbsp/Makefile.am?id=a57b72ded94b4e77fd4f9bd3cc37380a02e3e35a > > where the inclusion of the GPIO API header file was removed from the libbsp/shared makefile and moved (in the case of the Raspberry Pi, but I forgot about the beagle BSP) to the BSP makefile which intends to use the API. This avoids these name clashes with BSPs that already have a gpio.h header file. > > However the following patch reintroduced the gpio API header on the libbsp/shared makefile > > https://git.rtems.org/rtems/commit/c/src/lib/libbsp/Makefile.am?id=6f6e5d758f6a1e7dcae74e151c3dd3d1034da232 > > This last patch should be reverted, and the shared/include/gpio.h should be included in the beagle BSP makefile that requires it, and motivated this reintroduction. > > I think it is better to have the BSPs include the gpio API header file if they actually implement the API, than forcing the header to all BSPs and creating these problems. > > > Às 14:29 de 05-11-2015, Sebastian Huber escreveu: >> On 05/11/15 15:17, Martin Galvan wrote: >>> The LPC1768 variants have a gpio.h file whose name clashes with the gpio.h from >>> the new GPIO API. This results on the BSPs failing to compile. >>> >>> This patch renames the LPC1768 gpio.* files to lpc-gpio.*, as it's done on other >>> BSPs (e.g. Beaglebone). >>> >>> Closes #2441. >> >> Thanks.
08:23 Ticket #2463 (rtems-syms assumes that 4.11 tools are installed) created by Sebastian Huber
For example: […]

11/09/15:

18:41 Ticket #2462 (shared/gpio.c possible memory leaks) created by Gedare Bloom
rtems_gpio_enable_interrupt() in libbsp/shared/gpio.c should free the …
18:30 Changeset in rtems [f8bdd12]5 by Gedare Bloom <gedare@…>
gpio: free memory in error path Updates #2462.
17:41 TBR/BSP/Leon3 edited by Gedare Bloom
add cmdline for qemu leon3 (diff)

11/06/15:

15:18 Changeset in rtems-source-builder [7164e61]4.104.95 by Sebastian Huber <sebastian.huber@…>
Add RTEMS 4.12 build set

11/05/15:

19:53 Ticket #2460 (arm-gic.h - GIC_ID_TO_TWO_BITS_REG_OFFSET(id) incorrectly defined) created by Adit
This bug pertains to the ARM Generic Interrupt Controller (GIC) …
14:28 Ticket #2441 (lpc1768 variants fail to build with error in gpio.c) closed by Martin Galvan <martin.galvan@…>
fixed: In 1d55e157ca9f4a9ff806f8fa5fcc79b03a7b8178/rtems: […]
14:17 Changeset in rtems [1d55e15]5 by Martin Galvan <martin.galvan@…>
LPC1768: Fix compilation error The LPC1768 variants have a gpio.h file whose name clashes with the gpio.h from the new GPIO API. This results on the BSPs failing to compile. This patch renames the LPC1768 gpio.* files to lpc-gpio.*, as it's done on other BSPs (e.g. Beaglebone). Closes #2441.
10:51 Changeset in rtems [c1e98cd]5 by Sebastian Huber <sebastian.huber@…>
Resurrect make/Templates/Makefile.lib This file was accidentally removed by 370c09a1f4012139aebabb4f2c9ec081855fc94d.
10:33 Ticket #2459 (Add rtems_chain_get_first_unprotected() to chain API) closed by Sebastian Huber
fixed: [aa473025f70d144ef9b50e833e7d9b91aad134f9/rtems]
10:28 Ticket #2459 (Add rtems_chain_get_first_unprotected() to chain API) created by Sebastian Huber

11/04/15:

17:58 Changeset in rtems-source-builder [6bef80f]4.104.95 by Gedare Bloom <gedare@…>
doc: fix link to patch for CVS
17:37 GSoC/GettingStarted edited by Gedare Bloom
Fix link to RSB Doc (diff)
06:53 Ticket #2454 (Warning in threadqops.c) closed by Sebastian Huber <sebastian.huber@…>
fixed: In eab538cf9e6c16f3ff902bf340ed0111d58fc35b/rtems: […]
06:39 Changeset in rtems [eab538c]5 by Sebastian Huber <sebastian.huber@…>
score: Fix warning Close #2454.
06:37 Changeset in rtems [893f9ef]5 by Sebastian Huber <sebastian.huber@…>
sptests/spsimplesched02: Fix warning Close #2455.

11/03/15:

20:06 Ticket #2458 (Remove powerpc/score603e BSP) created by Joel Sherrill
Remove the powerpc/score603e BSP per the instructions at …
20:06 Ticket #2457 (Remove powerpc/ep1a BSP) created by Joel Sherrill
Remove the powerpc/ep1a BSP per the instructions at …
18:59 Ticket #2456 (Warning in beagle bbb-gpio.c) closed by Ben Gras <beng@…>
fixed: In 2502e26ddae7c8b5780b89c5d3b85fbe5b9ca6fa/rtems: […]
17:00 Changeset in rtems [2502e26d]5 by Ben Gras <beng@…>
Leftover gpio function rename Rename rtems_bsp_select_specific_io to rtems_gpio_bsp_select_specific_io. Should've gone with 5c337d7. Fixes #2456.
15:54 Ticket #2456 (Warning in beagle bbb-gpio.c) created by Joel Sherrill
../../../../../../../../rtems/c/src/lib/libbsp/arm/beagle/gpio/bbb-gpio …
15:53 Ticket #2455 (Warning in spsimplesched02) created by Joel Sherrill
This may apply to the 4.11 branch as well. I am not sure. …
15:52 Ticket #2454 (Warning in threadqops.c) created by Joel Sherrill
This may apply to the 4.11 branch as well. I am not sure. …
15:33 Developer/Removing_a_Port edited by Joel Sherrill
Add RTEMS repos which know about GNU tools (diff)
15:31 Ticket #2453 (Remove h8300/h8sim BSP) created by Joel Sherrill
Remove the h8300/h8sim BSP per the instructions at …
15:30 Ticket #2452 (Remove H8300 Architectual Port) created by Joel Sherrill
Remove the H8300 port per the instructions at …
15:25 Ticket #2451 (Remove arm/gp32 BSP) created by Joel Sherrill
Remove the arm/gp32 BSP per the instructions at …
15:22 Ticket #2450 (Remove arm/nds) created by Joel Sherrill
Remove the arm/nds BSP per the instructions at …
15:21 Ticket #2449 (Remove arm/gba BSP) created by Joel Sherrill
Remove the arm/gba BSP per the instructions at …
14:54 Ticket #2448 (Remove mips/mongoose BSP) created by Joel Sherrill
Remove the m32r/m32rsim BSP per the instructions at …
14:47 Developer/Removing_a_BSP edited by Joel Sherrill
Add miscellaneous things to clean up (diff)
14:42 Ticket #2447 (Remove m32r/m32rsim) created by Joel Sherrill
Remove the m32r/m32rsim BSP per the instructions at …
14:41 Ticket #2446 (Remove M32R Architectural Port) created by Joel Sherrill
Remove the M32R port per the instructions at …
10:44 Changeset in rtems [d9bd59da]5 by Sebastian Huber <sebastian.huber@…>
bsp/irq-server: Support shared interrupts
10:14 Changeset in rtems [8dbb14d5]5 by Sebastian Huber <sebastian.huber@…>
bsp/irq-server: Use proper chain API
10:10 Changeset in rtems [aa47302]5 by Sebastian Huber <sebastian.huber@…>
sapi: Add rtems_chain_get_first_unprotected() Close #2459.
00:25 Ticket #2445 (Remove m68k/sim68000 BSP) created by Joel Sherrill
Remove the m68k/sim68000 BSP per the instructions at …
00:25 Ticket #2444 (Remove m68k/mvme136 BSP) created by Joel Sherrill
Remove the m68k/mvme136 BSP per the instructions at …
00:23 Developer/Removing_a_Port edited by Joel Sherrill
Added more (diff)
00:10 Developer/Removing_a_Port edited by Joel Sherrill
Add first steps (diff)

11/02/15:

18:04 Ticket #2443 (Remove AVR Architectural Port) created by Joel Sherrill
Remove the AVR port per the instructions at …
18:01 Developer/Removing_a_Port created by Joel Sherrill
Stub
18:00 Ticket #2442 (Remove avrtest BSP) created by Joel Sherrill
Remove the avr/avrtest BSP per the instructions at …
17:55 Developer/Removing_a_BSP edited by Joel Sherrill
Upadte (diff)
17:53 Developer/Removing_a_BSP created by Joel Sherrill
17:44 GSoC/GettingStarted edited by Gedare Bloom
delete mention of RPMs (diff)
17:25 WikiStart edited by Joel Sherrill
Add links to unwritten sections for removing a BSP and architecture. (diff)
17:12 Ticket #2441 (lpc1768 variants fail to build with error in gpio.c) created by Joel Sherrill
arm-lpc1768_mbed_ahb_ram_eth arm-lpc1768_mbed_ahb_ram arm-lpc1768_mbed …
08:17 Ticket #2440 (rtems_waf: Install is broken for version != 4.11) created by Sebastian Huber
"waf install" is broken for version != 4.11 due to use of hard-coded …
07:20 Changeset in rtems [08a807b0]5 by Sebastian Huber <sebastian.huber@…>
libblock: Print block sizes and count
03:14 Changeset in rtems [4cd742e]5 by Ngie Cooper <ngie@…>
timecounter: Merge FreeBSD change r290257 Define fhard in pps_event(..) only when PPS_SYNC is defined to mute an -Wunused-but-set-variable warning Reported by: FreeBSD_HEAD_amd64_gcc4.9 jenkins job Sponsored by: EMC / Isilon Storage Division Update #3175.
00:04 Ticket #2439 (GCC 4.9.3 ARM build fails on OS X 10.11 (El Capitan)) created by Chris Johns
Building 4.11/rtems-arm with the RSB fails with (error report …

10/30/15:

13:14 Changeset in rtems-libbsd [524990c]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Provide ffs() and ffsl() via builtins
13:14 Changeset in rtems-libbsd [293fefa]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
testsuite: Add bdbuf configuration
12:00 Changeset in rtems [09d4f62]5 by Sebastian Huber <sebastian.huber@…>
libblock: Avoid NULL pointer access
12:00 Changeset in rtems [12b5264]4.11 by Sebastian Huber <sebastian.huber@…>
libblock: Avoid NULL pointer access
11:45 Changeset in rtems-libbsd [ac45be9]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
media01: Add mount etc. commands
07:03 Changeset in rtems-libbsd [00c8792]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Initialize interrupt server early This enables its use before the Nexus device exists.
07:01 Changeset in rtems-libbsd [55d372f]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Declare flsll()
07:00 Changeset in rtems-libbsd [fa69a12]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Dummy PHOLD() and PRELE()

10/29/15:

21:10 Changeset in rtems [65243416]5 by Jan Sommer <soja-lists@…>
ada: Add missing include Include stackimpl.h otherwise PTHREAD_MINIMUM_STACK_SIZE cannot be evaluated.
21:10 Changeset in rtems [b2d788b3]4.11 by Jan Sommer <soja-lists@…>
ada: Add missing include Include stackimpl.h otherwise PTHREAD_MINIMUM_STACK_SIZE cannot be evaluated.
19:44 Ticket #2438 (ARM cache problem after libdl load) created by Patrick Gauvin
* RTEMS Version: Branch "4.11", commit …
Note: See TracTimeline for information about the timeline view.