Attention is currently required from: Mike Banon. Hello Mike Banon, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/32352
to look at the new patch set (#39).
Change subject: configs: add Lenovo G505S sample configuration (use with dGPU patches) ......................................................................
configs: add Lenovo G505S sample configuration (use with dGPU patches)
This sample .config could not be merged before the dGPU patches at CB:58745 (see https://review.coreboot.org/c/coreboot/+/58745 for more info). I'm sharing it with you here mostly for the archival purposes.
After you have installed the dGPU patches above, can use this .config as the base config for your G505S by saving it to ./coreboot/.config - however, you may want to change some of its' configs! I.e. it specifies
CONFIG_VGA_BIOS_DGPU_FILE="pci1002,6665.rom" CONFIG_VGA_BIOS_DGPU_ID="1002,6665"
which is compatible with R5-M230 dGPU, but if your G505S has HD-8570M discrete GPU instead - you will need to change these configs to ",6663". Or, if your G505S does not have a discrete GPU at all, please disable
CONFIG_AMD_DGPU_WITHOUT_EEPROM=y
and those DGPU configs will be disabled. Also, if you are using a SSD - may want to change the "CONFIG_HUDSON_SATA_MODE" from "0: NATIVE" to "2: AHCI". Also I've disabled the Intel WiFi at my .config to save space ( CONFIG_DRIVERS_INTEL_WIFI is not set ).
If you have any questions/suggestions about this .config, please e-mail.
Signed-off-by: Mike Banon mikebdp2@gmail.com Change-Id: I85f17395afca52ef690f24fcef746d74bb72aab7 --- A configs/config.lenovo_g505s_use_with_dgpu_patches 1 file changed, 629 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/32352/39