[coreboot] Re: coreboot image forIntel Harcuvar CRB

2021-02-05 Thread Szafranski, MariuszX
Hi Tirumalesh, Please verify if FSP is correctly integrated. Especially if FSP-T part is enabled and used for setting up CAR. config mainboard section: vendor->Intel, model->Harcuvar, romsize ->16M, (insert your actual SPI flash size) cbfs size 8M (0x80) (or adjust for your needs) config chip

[coreboot] Coreboot and Tianocore

2021-02-05 Thread techmindams04
Hi, I have generated a payload from edk2 2017. When i booting with payload i got struck after the below message. The keyboard is not detecting so i can't press any key. Mouse got powered up. Even i exchanged the usb ports but still keyboard not detecting. I am using coreboot and edk2 payload.

[coreboot] Re: Coreboot and Tianocore

2021-02-05 Thread Paul Menzel
Dear techmindams04, Am 05.02.21 um 14:11 schrieb techmindam...@gmail.com: I have generated a payload from edk2 2017. When i booting with payload i got struck after the below message. The keyboard is not detecting so i can't press any key. Mouse got powered up. Even i exchanged the usb ports b

[coreboot] Re: Coreboot and Tianocore

2021-02-05 Thread Lance Zhao
Can't remember the detail but that maybe related to timer, i believe we have that build flag set when build payload from coreboot. 于 2021年2月5日周五 下午9:11写道: > Hi, > > I have generated a payload from edk2 2017. When i booting with payload i > got struck after the below message. The keyboard is not

[coreboot] New Defects reported by Coverity Scan for coreboot

2021-02-05 Thread scan-admin--- via coreboot
Hi, Please find the latest report on new defect(s) introduced to coreboot found with Coverity Scan. 3 new defect(s) introduced to coreboot found with Coverity Scan. 2 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan. New defect(s) Re

[coreboot] Re: Which of these mini-ITX mainboards is best supported?

2021-02-05 Thread Andrew Luke Nesbit
On 04/02/2021 09:41, Angel Pons wrote: Hi Andrew, Hi Angel, Thanks for the reply. On Wed, Feb 3, 2021 at 11:46 PM U'll Be King Of The Stars wrote: - Intel D410PT (doesn't seem to be in current source tree) The D410PT and the D510MO use the same code. Support was added in https://revie

[coreboot] Re: Which of these mini-ITX mainboards is best supported?

2021-02-05 Thread Angel Pons
Hi Andrew, On Fri, Feb 5, 2021 at 6:06 PM Andrew Luke Nesbit wrote: > > On 04/02/2021 09:41, Angel Pons wrote: > > Hi Andrew, > > Hi Angel, > > Thanks for the reply. > > > On Wed, Feb 3, 2021 at 11:46 PM U'll Be King Of The Stars > > wrote: > >> > >> - Intel D410PT (doesn't seem to be in curre

[coreboot] Re: Which of these mini-ITX mainboards is best supported?

2021-02-05 Thread U'll Be King Of The Stars
On 04/02/2021 05:11, Peter Stuge wrote: U'll Be King Of The Stars wrote: - Intel D510MO (my personal favorite of this list) - Intel D945GCLF (and D945GCLF2, D945GCLF2D) I have 945 bias. But it's mature, has received a lot of work, and I would expect it to work well or be easy to fix. Tha

[coreboot] Re: Coreboot and Tianocore

2021-02-05 Thread Lance Zhao
I have commit https://review.coreboot.org/c/coreboot/+/28542/ before, though I can't remember that's the same error behavior. Lance Zhao 于2021年2月5日周五 下午10:30写道: > Can't remember the detail but that maybe related to timer, i believe we > have that build flag set when build payload from coreboot.