Re: Regarding GSOC 2016 BSP for BBB

2016-02-15 Thread punit vara
On Mon, Feb 15, 2016 at 9:46 PM, Joel Sherrill wrote: > > > On Mon, Feb 15, 2016 at 7:31 AM, punit vara wrote: >> >> I am in my final year of Master of embedded system course. Last year >> only I came to know about GSOC .I came to know about amazing rtos >> rtems while searching for embedded syst

Re: Warning: Subdir-objects is disabled

2016-02-15 Thread punit vara
On Mon, Feb 15, 2016 at 6:56 PM, Marcos Díaz < marcos.d...@tallertechnologies.com> wrote: > You should use the toolchain built with the source builder to do the > bootstrapping > > On Mon, Feb 15, 2016 at 10:24 AM, Marcos Díaz < > marcos.d...@tallertechnologies.com> wrote: > >> Check your automake

[PATCH 0/7] i386 paravirtualization

2016-02-15 Thread Gedare Bloom
These patches prepare i386 for paravirtualization by moving privileged and sensitive instructions into the BSP. The pc386 should operate as before, and no BSP is currently being provided for any particular hypervisor. We attempted to make the i386 similar to the paravirtualized sparc. Note that a p

[PATCH 7/7] i386: refactor libcpu/cpu.h into rtems/score/i386.h

2016-02-15 Thread Gedare Bloom
From: Joel Sherrill Fixes #2515. --- c/src/lib/libbsp/i386/pc386/include/bsp.h | 2 +- c/src/lib/libbsp/i386/shared/irq/idt.c | 2 +- c/src/lib/libbsp/i386/shared/irq/irq_init.c| 2 +- .../libbsp/i386/shared/realmode_int/realmode_int.h | 2 +- c/src/lib/libbs

[PATCH 6/7] i386 ..score/cpu.h: Fix spacing

2016-02-15 Thread Gedare Bloom
From: Joel Sherrill --- cpukit/score/cpu/i386/rtems/score/cpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpukit/score/cpu/i386/rtems/score/cpu.h b/cpukit/score/cpu/i386/rtems/score/cpu.h index 34845b0..18b63af 100644 --- a/cpukit/score/cpu/i386/rtems/score/cpu.h +

[PATCH 4/7] i386: relocate fatal halt to bsp layer

2016-02-15 Thread Gedare Bloom
--- c/src/lib/libbsp/i386/pc386/Makefile.am | 1 + c/src/lib/libbsp/i386/pc386/startup/bsp_fatal_halt.c | 20 cpukit/score/cpu/i386/rtems/score/cpu.h | 11 ++- 3 files changed, 23 insertions(+), 9 deletions(-) create mode 100644 c/src/lib/li

[PATCH 1/7] version.c: Add space so printing is neater

2016-02-15 Thread Gedare Bloom
From: Joel Sherrill --- c/src/support/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/src/support/version.c b/c/src/support/version.c index a1ed752..4caf0bd 100644 --- a/c/src/support/version.c +++ b/c/src/support/version.c @@ -23,4 +23,4 @@ #endif const char

[PATCH 3/7] i386: remove redundant CPP defines

2016-02-15 Thread Gedare Bloom
--- cpukit/score/cpu/i386/rtems/score/interrupts.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/cpukit/score/cpu/i386/rtems/score/interrupts.h b/cpukit/score/cpu/i386/rtems/score/interrupts.h index 5ae172a..9cf0c99 100644 --- a/cpukit/score/cpu/i386/rtems/score/interrupts.h +++ b/cpukit/

[PATCH 2/7] i386: move idle thread into BSP layer

2016-02-15 Thread Gedare Bloom
--- c/src/lib/libbsp/i386/pc386/Makefile.am | 1 + c/src/lib/libbsp/i386/pc386/include/bsp.h | 3 +++ c/src/lib/libbsp/i386/pc386/startup/bspidle.S | 19 +++ cpukit/score/cpu/i386/cpu.c | 8 cpukit/score/cpu/i386/rtems/score/cpu.h | 2

[PATCH 5/7] i386: prepare for paravirtualized interrupts

2016-02-15 Thread Gedare Bloom
--- c/src/lib/libbsp/i386/pc386/startup/bsp_fatal_halt.c | 5 ++--- cpukit/score/cpu/i386/cpu.c | 4 cpukit/score/cpu/i386/rtems/score/cpu.h | 7 +++ cpukit/score/cpu/i386/rtems/score/interrupts.h | 9 - 4 files changed, 21 insertions(+)

Re: Regarding GSOC 2016 BSP for BBB

2016-02-15 Thread Joel Sherrill
On Mon, Feb 15, 2016 at 7:31 AM, punit vara wrote: > I am in my final year of Master of embedded system course. Last year > only I came to know about GSOC .I came to know about amazing rtos > rtems while searching for embedded system projects. I was bit late to > proceed proposal last year as I w

RTEMS Open Class in Huntsville March 14-18

2016-02-15 Thread Joel Sherrill
Hi Just a quick reminder that there is an Open Class scheduled in Huntsville Alabama USA for the week of March 14 - 18. Details and registration forms are at http://rtems.com/trainingschedule If you have questions, feel free to email me privately. Thanks. --joel sherrill __

Regarding GSOC 2016 BSP for BBB

2016-02-15 Thread punit vara
I am in my final year of Master of embedded system course. Last year only I came to know about GSOC .I came to know about amazing rtos rtems while searching for embedded system projects. I was bit late to proceed proposal last year as I was not aware that much.This could be my last chance to get se

Re: Warning: Subdir-objects is disabled

2016-02-15 Thread Marcos Díaz
You should use the toolchain built with the source builder to do the bootstrapping On Mon, Feb 15, 2016 at 10:24 AM, Marcos Díaz < marcos.d...@tallertechnologies.com> wrote: > Check your automake and autoconf versions, I think they must be automake > 1.12.6 and autoconf 2.69 The bootstrapping sho

Re: Warning: Subdir-objects is disabled

2016-02-15 Thread Marcos Díaz
Check your automake and autoconf versions, I think they must be automake 1.12.6 and autoconf 2.69 The bootstrapping should throw you no warnings On Mon, Feb 15, 2016 at 10:21 AM, punit vara wrote: > Today I was trying to bootstrap rtems. I have cloned repo. > > git clone git://git.rtems.org/rtem

Warning: Subdir-objects is disabled

2016-02-15 Thread punit vara
Today I was trying to bootstrap rtems. I have cloned repo. git clone git://git.rtems.org/rtems.git When I perform ./bootstrap It generates lots of warning Makefile.am:24: warning: source file 'start/start.S' is in a subdirectory, Makefile.am:24: but option 'subdir-objects' is disabled I have fo

ANN: RTEMS@embedded world2016: Meeting with Chillout Hour

2016-02-15 Thread Thomas Doerfler
Hi, just to let anyone know: RTEMS@embedded world === The embedded brains GmbH will be present at the "embedded world 2016" trade show in Nuremberg, Germany, which is opened from February 23 'til February 25 2016, see: http://www.embedded-world.de One major topic on our stand 53