On 07/10/14 15:53, Hesham Moustafa wrote:
Hi,
I want to send shutdown signal from RTEMS to qemu. Joel said that
qemu-system-i386 does so; can anyone refers me to how to implement that for
qemu-system-or32 (openrisc)?
This is target dependent. Some targets implement the registers of the reset
On 07/10/14 23:00, Karel Gardas wrote:
Hello,
I'm trying to build HEAD with latest toolchain available from ftp's SOURCES
directory (RSB is not working yet for me) on Solaris 11 and while I configured
pc386 BSP with:
~/vcs/rtems/configure --target=i386-rtems4.11
--prefix=/export/home/karel/sfw
Hello,
I'm trying to build HEAD with latest toolchain available from ftp's
SOURCES directory (RSB is not working yet for me) on Solaris 11 and
while I configured pc386 BSP with:
~/vcs/rtems/configure --target=i386-rtems4.11
--prefix=/export/home/karel/sfw/rtems-4.11-2014-10-07/bsps/pc386-qe
Hi
In reviewing the warnings in the build logs, I realized that
the Moxies port does not implement _ISR_Disable or
_ISR_Enable.
Anthony, could you provide the little bit of code needed for
this? It appears to just be writing a 1 to special register 1
but you know better than anyone. :)
Thanks.
This patch is not to be committed but is for discussion purposes.
Adding percpu instances will be implemented prior to committing.
---
cpukit/libmisc/capture/capture.c | 243 +++
cpukit/libmisc/capture/captureimpl.h | 19 ++-
2 files changed, 171 insertions(+),
---
cpukit/libmisc/capture/capture.c| 39 +--
cpukit/libmisc/capture/capture.h| 24 +++-
cpukit/libmisc/capture/capture_user_extension.c | 51 +
3 files changed, 78 insertions(+), 36 deletions(-)
diff --git a/cpukit/l
Add a simple Termios console driver using a table for statically
registered devices used in console_initialize() and dynamic installation
via console_device_install().
---
c/src/lib/libbsp/Makefile.am | 1 +
c/src/lib/libbsp/preinstall.am| 4 +
c/src/li
Use the Termios device API.
---
c/src/lib/libbsp/arm/altera-cyclone-v/Makefile.am | 7 +-
.../arm/altera-cyclone-v/console/console-config.c | 159 +++--
c/src/lib/libbsp/arm/lpc176x/Makefile.am | 7 +-
.../libbsp/arm/lpc176x/console/console-config.c| 168 +++--
c/src/lib/libbsp
---
cpukit/libnetworking/net/ppp_tty.c | 11 ++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/cpukit/libnetworking/net/ppp_tty.c
b/cpukit/libnetworking/net/ppp_tty.c
index 85a336c..1051048 100644
--- a/cpukit/libnetworking/net/ppp_tty.c
+++ b/cpukit/libnetworking/net/ppp_
---
c/src/libchip/serial/ns16550-context.c | 130 ++---
c/src/libchip/serial/ns16550.h | 2 +
2 files changed, 120 insertions(+), 12 deletions(-)
diff --git a/c/src/libchip/serial/ns16550-context.c
b/c/src/libchip/serial/ns16550-context.c
index 0b5d1b05..00a
Move interrupt lock to device context and expose only this structure to
the read, write and set attributes device handler. This makes these
device handler independent of the general Termios infrastructure
suitable for direct use in printk() support.
---
c/src/lib/libbsp/arm/tms570/console/tms570-
---
c/src/lib/libbsp/arm/tms570/console/tms570-sci.c | 5 +--
c/src/lib/libbsp/sparc/leon3/console/console.c | 2 +
cpukit/libcsupport/include/rtems/termiostypes.h | 35 -
cpukit/libcsupport/src/termios.c | 23 +++
doc/bsp_howto/console.t
Call rtems_termios_dequeue_characters() only in case all characters of
the last write handler invocation have been transmitted. This avoids
problems with pppstart() since the start line discipline does not know
how many characters have been dequeued and assumes the maximum.
---
c/src/libchip/seri
On 10/07/2014 03:51 PM, Gedare Bloom wrote:
On Tue, Oct 7, 2014 at 5:10 AM, Daniel Hellstrom wrote:
---
c/src/lib/libbsp/sparc/leon3/include/bsp.h | 11 +++
c/src/lib/libbsp/sparc/shared/irq/irq-shared.c | 38
2 files changed, 43 insertions(+), 6 deletio
Hi,
I want to send shutdown signal from RTEMS to qemu. Joel said that
qemu-system-i386 does so; can anyone refers me to how to implement that for
qemu-system-or32 (openrisc)?
Regards,
Hesham
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/
Manupilating the interrupt control registers directly instead
of going through the interrupt layer can be deceiving.
---
c/src/lib/libbsp/shared/include/fatal.h |1 +
c/src/lib/libbsp/sparc/leon3/clock/ckinit.c | 23 ---
2 files changed, 21 insertions(+), 3 deletions(
The LEON2 and ERC32 maps the new macros to CPU0 since they do not
support SMP. With the LEON3 a specific CPU's interrupt controller
registers can be modified using macros.
---
c/src/lib/libbsp/sparc/erc32/include/erc32.h | 14 ++-
c/src/lib/libbsp/sparc/leon2/include/leon.h | 12 ++
c
---
c/src/lib/libbsp/sparc/leon3/include/bsp.h | 11 +++
c/src/lib/libbsp/sparc/shared/irq/irq-shared.c | 38
2 files changed, 43 insertions(+), 6 deletions(-)
diff --git a/c/src/lib/libbsp/sparc/leon3/include/bsp.h
b/c/src/lib/libbsp/sparc/leon3/include/bsp.
---
c/src/lib/libbsp/sparc/shared/irq/irq-shared.c | 54
1 files changed, 27 insertions(+), 27 deletions(-)
diff --git a/c/src/lib/libbsp/sparc/shared/irq/irq-shared.c
b/c/src/lib/libbsp/sparc/shared/irq/irq-shared.c
index af1ce44..757208e 100644
--- a/c/src/lib/libbsp
19 matches
Mail list logo