Re: arm64 glass console

2019-08-12 Thread Mark Kettenis
> Date: Mon, 12 Aug 2019 14:17:55 +0200 > From: Krystian Lewandowski > > Hi, > had a chance to build efiboot with the patch eventually. > > Works fine on: > - Pinebook 11" (1080p) > - A64+ with 1080p display via HDMI Thanks! I have committed a axppmic(4) diff based on your code for the

Re: arm64 glass console

2019-08-12 Thread Krystian Lewandowski
Hi, had a chance to build efiboot with the patch eventually. Works fine on: - Pinebook 11" (1080p) - A64+ with 1080p display via HDMI -- Krystian

Re: arm64 glass console

2019-08-11 Thread Matthieu Herrb
On Sat, Aug 10, 2019 at 12:16:14AM +0200, Mark Kettenis wrote: > The diff below makes it possible to switch over to the framebuffer > console in the bootloader. Currently, we'll use whatever device is > designated in the device tree (or the ACPI SPCR table) as the console. > With this diff you

arm64 glass console

2019-08-09 Thread Mark Kettenis
The diff below makes it possible to switch over to the framebuffer console in the bootloader. Currently, we'll use whatever device is designated in the device tree (or the ACPI SPCR table) as the console. With this diff you can use: boot> set tty fb0 to override that default. ok? Index: