Re: [coreboot] Coreboot hangs during SYS_RESET

2018-11-12 Thread Antony AbeePrakash X V
for issuing soft reset ? Please provide feedback on this. Thanks & Regards, Antony From: Naresh G. Solanki [mailto:naresh.solanki.2...@gmail.com] Sent: Wednesday, November 07, 2018 11:09 PM To: Aaron Durbin Cc: Antony AbeePrakash X V ; coreboot ; Dinesh Kumar Subject: Re: [coreboot] Coreboot h

[coreboot] Coreboot hangs during SYS_RESET

2018-11-08 Thread Antony AbeePrakash X V
Hi, We are developing coreboot (with Intel FSP) for apollo lake platform custom board. We are facing a hang issue during the SYS_RESET button press. Observations: * With soft reset the board gets hang(occurs within 2 or 3 reboot) with POST code 0x38 and the coreboot log stops during the

Re: [coreboot] Coreboot hangs during SYS_RESET

2018-11-07 Thread Naresh G. Solanki
1. Can you make sure right microcode based on the CPUID is added. This is must. Based on CPUID(I guess 506cX for APL), you can locate them at 3rdparty/blobs/.. Select CBFS GENERATE and specify CPU UCODE BINARIES path. 2. Can you provide complete log and config(after adding microcode into cbfs) if

Re: [coreboot] Coreboot hangs during SYS_RESET

2018-11-07 Thread Aaron Durbin via coreboot
On Wed, Nov 7, 2018 at 6:47 AM Antony AbeePrakash X V wrote: > > Hi, > > > > We are developing coreboot (with Intel FSP) for apollo lake platform custom > board. We are facing a hang issue during the SYS_RESET button press. > > > > Observations: > > With soft reset the board gets hang(occurs