RE: Minimal requirements to run L4linux using only a serial console

2014-08-30 Thread Masti Ramya Jayaram
From: Martin Schröder [mschroe...@web.de] Sent: 29 August 2014 23:23 To: Masti Ramya Jayaram; l4-hackers@os.inf.tu-dresden.de Subject: Re: Minimal requirements to run L4linux using only a serial console Hi Ramya, Tx path of UART is working but the Rx part not due to missing interrupts

RE: Minimal requirements to run L4linux using only a serial console

2014-08-29 Thread Masti Ramya Jayaram
To: Masti Ramya Jayaram; l4-hackers@os.inf.tu-dresden.de Subject: Re: Minimal requirements to run L4linux using only a serial console Hi Masti, you have all of them already! I did not alter any other file beside the files you already sent. I inserted them into a fresh snapshot (http://l4re.org

RE: Minimal requirements to run L4linux using only a serial console

2014-08-29 Thread Masti Ramya Jayaram
From: Masti Ramya Jayaram Sent: 29 August 2014 12:15 To: Martin Schröder; l4-hackers@os.inf.tu-dresden.de Subject: RE: Minimal requirements to run L4linux using only a serial console Hey Martin, I cleaned up my build and it worked - the mistake was mine. I had

RE: Minimal requirements to run L4linux using only a serial console

2014-08-29 Thread Masti Ramya Jayaram
; l4-hackers@os.inf.tu-dresden.de Subject: RE: Minimal requirements to run L4linux using only a serial console Hey Martin, Back on the list ;-) Ok, I can confirm that when I busy loop during fiasco init, I can actually see the character that I typed. So would I have to change the l4ser driver

Re: Minimal requirements to run L4linux using only a serial console

2014-08-29 Thread Martin Schröder
Hi Ramya, Am 29.08.2014 um 14:29 schrieb Masti Ramya Jayaram: Hi Martin, Thanks for checking that. I also see that my build works provided I don't apply a special patch meant for my board (Intel SCC). The patch essentially only alters the frequency and disables the PIC. If you disable the

Re: Minimal requirements to run L4linux using only a serial console

2014-08-29 Thread Martin Schröder
Sent: 29 August 2014 15:55 To: Martin Schröder; l4-hackers@os.inf.tu-dresden.de Subject: RE: Minimal requirements to run L4linux using only a serial console Hey Martin, Back on the list ;-) Ok, I can confirm that when I busy loop during fiasco init, I can actually see the character that I typed

RE: Minimal requirements to run L4linux using only a serial console

2014-08-29 Thread Masti Ramya Jayaram
Ramya Jayaram Sent: 29 August 2014 15:55 To: Martin Schröder; l4-hackers@os.inf.tu-dresden.de Subject: RE: Minimal requirements to run L4linux using only a serial console Hey Martin, Back on the list ;-) Ok, I can confirm that when I busy loop during fiasco init, I can actually see

Re: Minimal requirements to run L4linux using only a serial console

2014-08-29 Thread Martin Schröder
@os.inf.tu-dresden.de Subject: Re: Minimal requirements to run L4linux using only a serial console Hi Ramya, Why did you disable the PIC? What is your aim with ACPI and why should this lead to a change in the UART driver? And what has the serial console to do with ACPI tables? For me the topics have

RE: Minimal requirements to run L4linux using only a serial console

2014-08-29 Thread Masti Ramya Jayaram
-dresden.de] on behalf of Martin Schröder [martin.schroe...@openlimit.com] Sent: 29 August 2014 17:35 To: l4-hackers@os.inf.tu-dresden.de Subject: Re: Minimal requirements to run L4linux using only a serial console Hi Ramya, a: No, its not a must. The UART could also be polled (by a timer) to see

RE: Minimal requirements to run L4linux using only a serial console

2014-08-29 Thread Masti Ramya Jayaram
Also with acpi on, it does enter the debugger in qemu. Best, Ramya From: Masti Ramya Jayaram Sent: 29 August 2014 17:45 To: Martin Schröder; l4-hackers@os.inf.tu-dresden.de Subject: RE: Minimal requirements to run L4linux using only a serial console Hey

RE: Minimal requirements to run L4linux using only a serial console

2014-08-29 Thread Masti Ramya Jayaram
console Also with acpi on, it does enter the debugger in qemu. Best, Ramya From: Masti Ramya Jayaram Sent: 29 August 2014 17:45 To: Martin Schröder; l4-hackers@os.inf.tu-dresden.de Subject: RE: Minimal requirements to run L4linux using only a serial console

Re: Minimal requirements to run L4linux using only a serial console

2014-08-29 Thread Martin Schröder
-dresden.de Subject: Re: Minimal requirements to run L4linux using only a serial console Hi Ramya, a: No, its not a must. The UART could also be polled (by a timer) to see if something arrived. b: At least regarding l4linux there is nothing more to it - afaik. But let's go back to the hello word example

Re: Minimal requirements to run L4linux using only a serial console

2014-08-27 Thread Martin Schröder
Hi Masti, I just applied your config, replaced drops-rd.rd by ramdisk-x86.rd and everything (command prompt, debugger) runs fine as expected in Qemu. Maybe you ran into a similar problem as described in this thread: http://os.inf.tu-dresden.de/pipermail/l4-hackers/2012/thread.html#5165 Best

RE: Minimal requirements to run L4linux using only a serial console

2014-08-27 Thread Masti Ramya Jayaram
...@openlimit.com] Sent: 27 August 2014 16:28 To: l4-hackers@os.inf.tu-dresden.de Subject: Re: Minimal requirements to run L4linux using only a serial console Hi Masti, I just applied your config, replaced drops-rd.rd by ramdisk-x86.rd and everything (command prompt, debugger) runs fine as expected

Re: Minimal requirements to run L4linux using only a serial console

2014-08-27 Thread Martin Schröder
From: l4-hackers [l4-hackers-boun...@os.inf.tu-dresden.de] on behalf of Martin Schröder [martin.schroe...@openlimit.com] Sent: 27 August 2014 16:28 To: l4-hackers@os.inf.tu-dresden.de Subject: Re: Minimal requirements to run L4linux using only a serial console Hi Masti, I just applied your