[coreboot] Re: coreboot image forIntel Harcuvar CRB

2021-02-02 Thread Tirumalesh
Hi, I also tried - config_intel_harcuvar config - Built complete image with Intel flash image tool Still not able to see anything on UART. Please some one help with some pointers here. Thanks, Tirumalesh. ‐‐‐ Original Message ‐‐‐ On Monday, February 1, 2021 12:02 PM, Tirumalesh via cor

[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

[coreboot] Re: coreboot image forIntel Harcuvar CRB

2021-02-05 Thread Szafranski, MariuszX
BR, Mariusz From: Tirumalesh Sent: Friday, February 5, 2021 8:54 AM To: Javier Galindo ; coreboot@coreboot.org Subject: [coreboot] Re: coreboot image forIntel Harcuvar CRB 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

[coreboot] Re: coreboot image forIntel Harcuvar CRB

2021-02-07 Thread Tirumalesh
legacy mode) > > config console: > > verify if two first options (bootblock console and postcar console) are > enabled > > As I remember there are two serial port connectors – check if you are using > correct one (try both) > > BR, > > Mariusz > > From: Tiruma