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

2021-02-04 Thread Angel Pons
Hi Andrew, 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://review.coreboot.org/2 (which merely renames the Kconfig option). Best regard

[coreboot] Re: coreboot image forIntel Harcuvar CRB

2021-02-04 Thread Julien Viard de Galbert
Hi, You should probably try an older version of coreboot, close to when the harcuvar board was introduced and check if that version outputs anything on UART. I did that on a custom board using denverton recently and already proposed a few fix, but I don't have an harcuvar board to test. Hope this

[coreboot] Re: coreboot image forIntel Harcuvar CRB

2021-02-04 Thread Tirumalesh
Thanks for the suggestion I will try that. If you can point me to your fixes I can try them in harcuvar and let you know. Thanks, Tirumalesh On Fri, Feb 5, 2021 at 1:43 AM, Julien Viard de Galbert wrote: > Hi, > > You should probably try an older version of coreboot, close to when the > harcuv

[coreboot] Re: coreboot image forIntel Harcuvar CRB

2021-02-04 Thread Javier Galindo
Did you set the following in your config file --> CONFIG_LEGACY_UART_MODE=y Also have you setup all the proper fsp/ucode binaries that are commented out in the config file (just did a quick review): #Sample settings for Denverton-NS FSP. #CONFIG_ADD_FSP_BINARIES=y #CONFIG_FSP_M_FILE="../intel/fs

[coreboot] Re: coreboot image forIntel Harcuvar CRB

2021-02-04 Thread Tirumalesh
It seems the FSP binaries are auto included, and the configs seems to be of no effect. Is it not right? If so I will try to add binaries and microcode header file. Thanks, Tirumalesh On Fri, Feb 5, 2021 at 11:22 AM, Javier Galindo wrote: > Did you set the following in your config file --> CO