[coreboot] Re: Could anyone successfully using T440p to boot Windows share your config or build output image?

2020-03-30 Thread Dalao via coreboot
> this looks much like the ID of the card reader, and it didn't get the > subsystem ID because it's not mentioned in the devicetree. Only devices that > are explicitly mentioned will be considered "onboard" and inherit the IDs. > You can add a `device pci 0.0 on end` below the `1c.0` bridge.

[coreboot] Re: Could anyone successfully using T440p to boot Windows share your config or build output image?

2020-03-28 Thread Dalao via coreboot
With the help from reddit, it works now! The reason is I need to remove the code added by this patch. https://review.coreboot.org/c/coreboot/+/38723/6/src/mainboard/lenovo/t440p/romstage.c  This patch is for dGPU, my model does not have dGPU. I didn't thought it would affect my model, but

[coreboot] Could anyone successfully using T440p to boot Windows share your config or build output image?

2020-03-28 Thread Dalao via coreboot
I have almost tried everything these days trying to boot Windows 10 using T440p with coreboot, but still haven't succeed. I had created my Windows 10 installer usb by writing the en_windows_10_business_editions_version_1909_updated_jan_2020_x64_dvd_e9cb5542.iso to usb drive through Rufus, and

[coreboot] Re: Some problems with graphic display when using coreboot + seabios.

2020-03-27 Thread Dalao via coreboot
;>>> >>>>>>>> >>>>>>>> Architecture(s)  = IA32 >>>>>>>> Build target = DEBUG >>>>>>>> Toolchain    = MYTOOLS >>>>>>>> >>>>>>>> Active

[coreboot] Re: Some problems with graphic display when using coreboot + seabios.

2020-03-24 Thread Dalao via coreboot
gt; flyingfishfin...@gmail.com>> : >> >>> FWIW I use Grub to load either SeaBIOS or Tianocore at boot, defaulting to >>> Tianocore for this exact problem. Hope that's of some help :) >>> >>> R >>> >>> On Fri, Mar 20, 2020

[coreboot] Re: Some problems with graphic display when using coreboot + seabios.

2020-03-21 Thread Dalao via coreboot
:55 AM by flyingfishfin...@gmail.com: > FWIW I use Grub to load either SeaBIOS or Tianocore at boot, defaulting to > Tianocore for this exact problem. Hope that's of some help :) > > R > > On Fri, Mar 20, 2020 at 1:35 PM Dalao via coreboot <> coreboot@coreboot.org> > > wrote:

[coreboot] Re: Some problems with graphic display when using coreboot + seabios.

2020-03-20 Thread Dalao via coreboot
rary/BasePcdLibNull/BasePcdLibNull.inf >> [IA32, MYTOOLS, DEBUG] >> >> - Failed - >> Build end time: 11:48:28, Mar.15 2020 >> Build total time: 00:00:10 >> >> [dalao@pc edk2]$ >> >> > Personally, given that it's 2020, I'd not bother with le

[coreboot] Re: Trying to debug T440p's display problem, compared it with T420.

2020-03-16 Thread Dalao via coreboot
> For systems from the last 10 years, Windows only needs the VBT, AIUI. Make > sure it's added to your coreboot image. Yes it added. I see the option is on by default for both T420 and T440p. 2020年3月16日 17:38 来自 nic...@gmx.de: > Hello Dalao, > > On 16.03.20 09:23, Dalao vi

[coreboot] Trying to debug T440p's display problem, compared it with T420.

2020-03-16 Thread Dalao via coreboot
I'm trying to debug T440p's display problem, tested many times and also compared it with T420. Here are the results: 1, Run VGA Option ROMs+Legacy VGA text mode+VGA BIOS+SeaBIOS: T420: Everything works fine Can see SeaBIOS menu?: y Can see Linux/Windows bootloader? (the Manjaro's start screen

[coreboot] Re: Some problems with graphic display when using coreboot + seabios.

2020-03-14 Thread Dalao via coreboot
does boot the archlinux in UEFI mode. I'm wondering is this the problem with my display (I have tried both "Use libgfxinit" and "Run VGA Option ROMs" with tianocore) or the tianocore has nothing to display to select boot media? Mar 15, 2020, 10:08 by matt.devill...@gmail.com:

[coreboot] Re: Some problems with graphic display when using coreboot + seabios.

2020-03-14 Thread Dalao via coreboot
@gmail.com: > On Sat, Mar 14, 2020 at 8:33 PM Dalao via coreboot > wrote: > >> >> >> I have just corebooted T440p. Then I noticed some graphic display problems... >> >> Firstly I "Use libgfxinit" with "Legacy VGA text mode", insert a usb

[coreboot] Some problems with graphic display when using coreboot + seabios.

2020-03-14 Thread Dalao via coreboot
I have just corebooted T440p. Then I noticed some graphic display problems... Firstly I "Use libgfxinit" with "Legacy VGA text mode", insert a usb disk with archlinux's latest install image iso. I can see a text mode of archlinux's start screen. https://imgur.com/0QqQgJn But when I hit

[coreboot] Re: How to get a working snapshot of coreboot, submodules, seabios... everything for T440p?

2020-03-14 Thread Dalao via coreboot
by th3fan...@gmail.com: > Hi Dalao, > > On Sat, Mar 14, 2020 at 10:26 PM Dalao via coreboot > wrote: > >> >> Finally make it boot now! I have asked for help on reddit >> https://www.reddit.com/r/coreboot/comments/fibu68/after_several_days_work_still_cant_get_coreb

[coreboot] Re: How to get a working snapshot of coreboot, submodules, seabios... everything for T440p?

2020-03-14 Thread Dalao via coreboot
> > mainboard and adding the mrc.bin should result in a bootable build. It >>>>> > will print a large warning, though >>>>> I also tried this, the log is the same as above. >>>>> >>>>> > Okay, that matches with the mrc.bin

[coreboot] Re: How to get a working snapshot of coreboot, submodules, seabios... everything for T440p?

2020-03-14 Thread Dalao via coreboot
above. >>>>> >>>>> > Okay, that matches with the mrc.bin of peppy. The one I use (from wolf) >>>>> > has a different hash, no idea as to why. >>>>> I tried both peppy's and wolf's mrc.bin, the result is the same. >>>>> >>

[coreboot] Re: How to get a working snapshot of coreboot, submodules, seabios... everything for T440p?

2020-03-13 Thread Dalao via coreboot
the vendor bios with me_cleaned, so I >>> assembled the laptop with the me_cleaned 8MB vendor bios. >>> >>> There does somethings different at the 0x51 section between the >>> t440p_original_bios_with_me_cleaned with coreboot.rom. What's this and does

[coreboot] Re: How to get a working snapshot of coreboot, submodules, seabios... everything for T440p?

2020-03-13 Thread Dalao via coreboot
resulting >>> t440p_original_bios_with_me_cleaned.bin works ok, intelmetool says the "ME: >>> Current Working State   : Initializing" and there is no 30 minute shutdown. >>> So everything seems fine for the vendor bios with me_cleaned, so I >>> assem

[coreboot] Re: How to get a working snapshot of coreboot, submodules, seabios... everything for T440p?

2020-03-13 Thread Dalao via coreboot
> >> Some of those issues remind me of ones I noticed when using me_cleaner >> (vendor firmware too only worked with the soft-disable-only flag). I'd be >> curious to know what ME_CLEANER_ARGS is set to. >> >> I think it's somewhat common knowledge that removing the M

[coreboot] Re: How to get a working snapshot of coreboot, submodules, seabios... everything for T440p?

2020-03-13 Thread Dalao via coreboot
3, 2020, 1:07 p.m. Angel Pons, <> th3fan...@gmail.com> > wrote: > >> Hi Dalao, >> >> On Fri, Mar 13, 2020 at 3:36 PM Dalao via coreboot >> <>> coreboot@coreboot.org>> > wrote: >> > >> > I'm trying to build coreboot for T44

[coreboot] How to get a working snapshot of coreboot, submodules, seabios... everything for T440p?

2020-03-13 Thread Dalao via coreboot
I'm trying to build coreboot for T440p and still can't boot. I have tried the official repo's latest master branch, it can't boot. The power button led is on, keyboard led on for a second and then off, fan is on, but the screen is not. I don't have a debug device. Ordered a FT232H but it's on