AMT SOL on Lenovo X250

2017-03-14 Thread Martijn Verschoor
Dear subscribers of the Genode mailinglist, After some help by Christian Prochaska I managed to setup AMT SOL on Lenovo X250. I thought I’d share my experience because there are some pitfalls of which I was unaware. On older systems like the Lenovo X201, you had to enable Legacy Redirection

Re: Exceptions in with_libc not working

2017-03-14 Thread Christian Helmuth
Hello Boris, On Tue, Mar 14, 2017 at 03:11:27PM +0100, Boris Mulder wrote: > Whenever I throw an exception somewhere in code inside a with_libc > lambda expression, and try to catch it outside of that block, it will > not catch that exception. As I know the inner workings of the libc execution

Exceptions in with_libc not working

2017-03-14 Thread Boris Mulder
Hi all, Whenever I throw an exception somewhere in code inside a with_libc lambda expression, and try to catch it outside of that block, it will not catch that exception. Example: |t||ry {| |Libc::with_libc([&] () { ... throw E||xception(); ... } );| |} catch

Re: Moving from 16.11 to 17.02 with base-hw kernel

2017-03-14 Thread Bob Stewart
Thanks for the explanations, Stefan. I think I'll wait until the base-hw changes are complete in the May release. Bob Get Outlook for Android On Tue, Mar 14, 2017 at 5:53 AM -0400, "Stefan Kalkowski" wrote: Hi Bob On 03/13/2017 10:23

Re: Moving from 16.11 to 17.02 with base-hw kernel

2017-03-14 Thread Stefan Kalkowski
Hi Bob On 03/13/2017 10:23 PM, Bob Stewart wrote: > Hi, > > I'm in the process of moving my TI AM437x (Cortex A9) Genode > implementation to 17.02 and trying to get familiar with the lower level > structural changes (of which there are many) in base-hw as I progress. > After cleaning up some

Moving from 16.11 to 17.02 with base-hw kernel

2017-03-14 Thread Bob Stewart
Hi, I'm in the process of moving my TI AM437x (Cortex A9) Genode implementation to 17.02 and trying to get familiar with the lower level structural changes (of which there are many) in base-hw as I progress. After cleaning up some of my deprecated usages, correctly wrapping my components that