Re: [U-Boot] [PATCH 19/24] sandbox: Support wide-screen LCD emulation

2015-05-12 Thread Simon Glass
On 4 May 2015 at 15:36, Simon Glass s...@chromium.org wrote: Hi Joe, On 4 May 2015 at 15:27, Joe Hershberger joe.hershber...@gmail.com wrote: Hi Simon, On Mon, May 4, 2015 at 12:31 PM, Simon Glass s...@chromium.org wrote: Increase the LCD size to 1366x768. Signed-off-by: Simon Glass

[U-Boot] [PATCH 19/24] sandbox: Support wide-screen LCD emulation

2015-05-04 Thread Simon Glass
Increase the LCD size to 1366x768. Signed-off-by: Simon Glass s...@chromium.org --- arch/sandbox/dts/sandbox.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/sandbox/dts/sandbox.dts b/arch/sandbox/dts/sandbox.dts index efa2097..6bfa735 100644 ---

Re: [U-Boot] [PATCH 19/24] sandbox: Support wide-screen LCD emulation

2015-05-04 Thread Simon Glass
Hi Joe, On 4 May 2015 at 15:27, Joe Hershberger joe.hershber...@gmail.com wrote: Hi Simon, On Mon, May 4, 2015 at 12:31 PM, Simon Glass s...@chromium.org wrote: Increase the LCD size to 1366x768. Signed-off-by: Simon Glass s...@chromium.org --- Is this actually emulated somehow? Maybe I

Re: [U-Boot] [PATCH 19/24] sandbox: Support wide-screen LCD emulation

2015-05-04 Thread Joe Hershberger
Hi Simon, On Mon, May 4, 2015 at 12:31 PM, Simon Glass s...@chromium.org wrote: Increase the LCD size to 1366x768. Signed-off-by: Simon Glass s...@chromium.org --- Is this actually emulated somehow? Maybe I just don't see it since I'm SSH'ed into my build machine? Thanks, -Joe