[coreboot] Re: T440P porting and issues

2021-02-27 Thread crabstorage
what do you mean "coreboot driver"? libgfxinit? Yes, that's what's being used. The first logo looks full sized and the "press enter" message is on the actual bottom of the screen. Then tianocore boots and the logo is the same size but tianocore interface is just slightly bigger. It's all cente

[coreboot] Re: T440P porting and issues

2021-02-27 Thread crabstorage
Is this why haswell minidp sound is broken? /** * snd_hdac_i915_set_bclk - Reprogram BCLK for HSW/BDW * @bus: HDA core bus * * Intel HSW/BDW display HDA controller is in GPU. Both its power and link BCLK * depends on GPU. Two Extended Mode registers EM4 (M value) and EM5 (N Value) * are

[coreboot] Re: T440P porting and issues

2021-02-27 Thread Matt DeVillier
On Sat, Feb 27, 2021 at 7:43 AM wrote: > > > what do you mean "coreboot driver"? libgfxinit? > > Yes, that's what's being used. The first logo looks full sized and the > "press enter" message is on the actual bottom of the screen. > Then tianocore boots and the logo is the same size but tianocore

[coreboot] Re: T440P porting and issues

2021-02-27 Thread Benjamin Doron
> the Tianocore UI is centered in the display, it's not supposed to be > full-screen. If the logo is showing at proper/native resolution, then > everything is working as intended. The display resolution may be set as expected, but the text mode output is being restricted by a PCD in UefiPayloadPk

[coreboot] Re: T440P porting and issues

2021-02-27 Thread crabstorage
On 2021-02-27 12:39, Benjamin Doron wrote: the Tianocore UI is centered in the display, it's not supposed to be full-screen. If the logo is showing at proper/native resolution, then everything is working as intended. The display resolution may be set as expected, but the text mode output is bei

[coreboot] Re: T440P porting and issues

2021-02-27 Thread crabstorage
It worked!! Alignment and the font needs a bump but it's full sized now! ___ coreboot mailing list -- coreboot@coreboot.org To unsubscribe send an email to coreboot-le...@coreboot.org