[gem5-dev] Re: ARM full system boot that uses the HDLCD?

2020-11-02 Thread Gabe Black via gem5-dev
Thanks Ciro. Looking at that, my guess is that the kernel I'm using doesn't
have HDLCD drivers, so it never sets that up and never tells it to start
processing frames. That should hopefully be fairly easy to fix :-).

Gabe

On Mon, Nov 2, 2020 at 2:50 AM Ciro Santilli via gem5-dev 
wrote:

> Gabe, last time I touched HDLCD a while back, it worked on fs.py with this
> setup:
> https://stackoverflow.com/questions/50364863/how-to-get-graphical-gui-output-and-user-touch-keyboard-mouse-input-in-a-ful/50364864#50364864
>  I suppose the other main in-tree arm scripts would also work.
> --
> *From:* Gabe Black via gem5-dev 
> *Sent:* Friday, October 30, 2020 1:41 AM
> *To:* gem5 Developer List 
> *Cc:* Gabe Black 
> *Subject:* [gem5-dev] ARM full system boot that uses the HDLCD?
>
> Hey ARM folks. I want to take a look at optimizing the HDLCD framebuffer
> output, VNC output, etc., since that's a big bottleneck when, for instance,
> running Fast Model simulation.
>
> Is there a simple config I can run without using fast model, etc, which I
> can use to test the HDLCD and those video features? I'll check how much
> performance gain there is later on, but for now I just want to make sure I
> don't break anything.
>
> Gabe
> ___
> gem5-dev mailing list -- gem5-dev@gem5.org
> To unsubscribe send an email to gem5-dev-le...@gem5.org
> %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
___
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

[gem5-dev] Re: ARM full system boot that uses the HDLCD?

2020-11-02 Thread Ciro Santilli via gem5-dev
Gabe, last time I touched HDLCD a while back, it worked on fs.py with this 
setup: 
https://stackoverflow.com/questions/50364863/how-to-get-graphical-gui-output-and-user-touch-keyboard-mouse-input-in-a-ful/50364864#50364864
 I suppose the other main in-tree arm scripts would also work.

From: Gabe Black via gem5-dev 
Sent: Friday, October 30, 2020 1:41 AM
To: gem5 Developer List 
Cc: Gabe Black 
Subject: [gem5-dev] ARM full system boot that uses the HDLCD?

Hey ARM folks. I want to take a look at optimizing the HDLCD framebuffer 
output, VNC output, etc., since that's a big bottleneck when, for instance, 
running Fast Model simulation.

Is there a simple config I can run without using fast model, etc, which I can 
use to test the HDLCD and those video features? I'll check how much performance 
gain there is later on, but for now I just want to make sure I don't break 
anything.

Gabe
___
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s