[coreboot] Re: Problem with rewriting gpio config using coreboot PAD_CFG_* macros

2019-07-09 Thread Maxim Poliakov
Hi all! In the commit https://review.coreboot.org/c/coreboot/+/33565, I tried to rewrite the Sunruse PCH GPIOs configuration using macros instead of raw values of the DW0 and DW1 registers. However, macros from src/soc/intel/common/block/include/intelblocks/gpio_defs.h can't define the

[coreboot] Re: disabling Intel iGPU on Skylake/Kaby Lake CPU

2019-04-18 Thread Maxim Poliakov
mmon/common_init.c is now used. https://review.coreboot.org/c/coreboot/+/29682 Can I remove legacy code? Thanks! // Regards, // Max ср, 10 апр. 2019 г. в 20:36, Nico Huber : > On 10.04.19 14:31, Maxim Poliakov wrote: > > But, in this case, the loading of the coreboot stops after running th

[coreboot] disabling Intel iGPU on Skylake/Kaby Lake CPU

2019-04-10 Thread Maxim Poliakov
Hi all! I have a problem with disabling the internal Intel GPU in the coreboot for the Skylake/Kaby Lake processor. If I understand correctly, in order to disable the iGPU, I must to set "InternalGfx" to 0 in UPD options for Intel FSP.