Project

General

Profile

Feature #583 » gma-pid.diff

Bill XIE, 04/22/2025 01:50 AM

View differences:

src/northbridge/intel/sandybridge/early_init.c
case 0x016a: /* IvyBridge */
break;
default:
printk(BIOS_DEBUG, "Graphics not supported by this CPU/chipset.\n");
return;
printk(BIOS_DEBUG, "Graphics %04x not supported by this CPU/chipset.\n", reg16);
break;
}
printk(BIOS_DEBUG, "Initializing Graphics...\n");
(18-18/20)