<br><br>On Thursday, January 12, 2017, Kevin O'Connor <<a href="mailto:kevin@koconnor.net">kevin@koconnor.net</a>> wrote:<br>> On Thu, Jan 12, 2017 at 04:53:32PM +0200, Евгени Димитров wrote:<br>>> On Thu, Jan 12, 2017 at 4:45 PM, Kevin O'Connor <<a href="mailto:kevin@koconnor.net">kevin@koconnor.net</a>> wrote:<br>>> > The additional debugging reports the controller is running and not<br>>> > reporting an error (which is in addition to the transfer descriptor<br>>> > reporting that it is also running without error).  I'm not sure what<br>>> > is going on.  Can you try disabling CONFIG_MALLOC_UPPERMEMORY and<br>>> > retry?<br>>><br>>> That did it. Do you think it's safe to just leave this option off?<br>><br>> Yes, it's safe.  Some chipsets wont do DMA to the memory region<br>> between 0xc0000-0x100000.  It looks like you have one of those boards.<br>> This can also be specified in the coreboot build - see<br>> src/mainboard/intel/mohonpeak/config_seabios and<br>> src/mainboard/intel/mohonpeak/Kconfig for an example of how to do<br>> that.<br>><br>> -Kevin<br>><br><br>Thank you very much :)