AMD GetGraphicsID: Difference between revisions

From coreboot
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
[[File:Getid from HDT.png|thumb|right|'''make menuconfig''' in coreboot]]
[[File:Getid from HDT.png|thumb|right|Get ID from HDT]]


[[File:Getid from serial output.png|thumb|right|'''make menuconfig''' in coreboot]]
[[File:Getid from serial output.png|thumb|right|Get ID from serial output]]
 
[[File:Getid from menuconfig.png|thumb|right|Set ID by menuconfig]]


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.
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.

Latest revision as of 09:42, 2 July 2015

Get ID from HDT
Get ID from serial output
Set ID by menuconfig

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.