AMD GetGraphicsID: Difference between revisions

From coreboot
Jump to navigation Jump to search
(Created page with "thumb|right|'''make menuconfig''' in coreboot When we build coreboot for Merlin Falcon, we need to configure the Graphics OptionRom with the...")
 
No edit summary
Line 1: Line 1:
[[File:Coreboot menuconfig.png|thumb|right|'''make menuconfig''' in coreboot]]
[[File:Getid from HDT.png|thumb|right|'''make menuconfig''' in coreboot]]





Revision as of 09:38, 2 July 2015

make menuconfig in coreboot


When we build coreboot for Merlin Falcon, we need to configure the Graphics OptionRom with the same device ID as silicon graphics ID. We need to build the coreboot with the following steps.

Get the Graphics device ID on your platform. The Graphics Device is Bus 0, Device 1, Function 0

  • Get Device ID from HDT.

Boot the board with TCMEF1D3.rom. Connect the HDT header with HDT. Search the PCI device. The row “internal GPU”, column DID (In this example, 9874) is the graphics device ID.


  • Get from serial debug message.

Boot the board with TCMEF1D3.rom. Connect the LPC header with a mini-board which can translate the UART signal to serial port. The Peanut is an example. Search the debug message from serial port like the Figure 2 says. In this example, the ID is 0x9874.

Build the Coreboot with correct graphics device ID

In coreboot configuration menu, select Device -> Add a VGA BIOS image. -> VGA device PCI IDs.