Hello everyone, I'm currently trying to get Tianocore running as a coreboot payload, but it just resets the machine, so I tried to increase the log level. As a EDK II newbie, it's really hard to figure out where to raise the log level. I found the Debug FAQ which tells me about PcdDebugPropertyMask and PcdDebugPrintErrorLevel. So I looked the values up and found that they are set in MdePkg/MdePkg.dsc. After setting these to 0xff... I rebuilt but there is still no output at all. I also switched the TARGET to DEBUG, but it doesn't help. So what am I missing here? I tried building both Ovmf and the Coreboot payload, but neither of them logs anything. Regards Janne