SourcePoint Intel Help

Table of Contents

PCI Devices Window Introduction

The PCI Devices window displays basic information for the PCI devices on the target. It scans the PCI buses you specify, using a process called PCI device enumeration, and displays a summary of each PCI device found ordered by its bus, device, and function numbers. ย Select View | PCI Devices in the menu or click the PCI Devices icon on the toolbar to access the PCI Devices window.

PCI Devices window

When you open the PCI Devices window, it first displays the Refresh PCI Devices dialog box, which requires you to specify the starting and ending PCI bus numbers to scan. Click the Refresh button to start PCI device enumeration.

While the PCI buses are being scanned, the PCI Devices window is filled in with the PCI functions found while a progress bar is displayed. You can cancel the scan prematurely by clicking the Cancel button. There can be a maximum of 256 PCI buses on a target. Each bus can have a maximum of 32 devices, and each device can have a maximum of 8 functions. The PCI Devices window displays a function on each row of the grid. Each PCI device's function has 256 bytes of configuration registers.

PCI Devices Window Columns:

โ€ข The Vendor column displays the manufacturer's name string.

โ€ข The Vendor ID column displays the manufacturer's unique 16-bit identifier in hexadecimal.

โ€ข The Device ID column displays the device's unique 16-bit identifier in hexadecimal.

โ€ข The Bus column displays the bus number in decimal.

โ€ข The Dev column displays the device number in decimal.

โ€ข The Func column displays the function number in decimal.

โ€ข The Description column displays the device's description string.

The PCI Devices window is resizable. All columns are of fixed width except the Description column, which automatically resizes to fit the window.

Note: Opening the PCI Devices window immediately after target reset may not reveal all PCI devices on the target. Some chipset initialization may be required to enable all devices to be found during PCI device enumeration. The PCI Express configuration space also may not be available at reset.

Refresh PCI Devices Dialog Box

The Refresh PCI Devices dialog box lets you specify the starting and ending PCI bus numbers to scan, as well as the base memory address for PCI Express devices.

Refresh PCI Devices Dialog

Open the Refresh PCI Devices dialog box by clicking on the option from the menu or by right clicking in the window. Enter the first bus and last bus to scan. Scanning all PCI buses, from 0 to 255, may take considerable time. It is recommended that you start by scanning buses 0 to 3.

Enter the base memory address for PCI Express devices. This 8-digit hexadecimal number, for example E0000000, indicates the location in target memory where the PCI Express configuration space is located. Since this value is target specific, it cannot be automatically determined.

Click the Refresh button to begin scanning.

PCI Devices Window Menu

The context menu contains two items, Refresh and View Registers.

Refresh. ย Opens the Refresh PCI Devices dialog box.

View Registers. ย Opens the PCI Registers dialog box. The PCI Registers dialog box can also be opened by double-clicking an entry in the PCI Devices window.

PCI Registers Dialog Box

You can view more detailed information about a PCI device by opening the PCI Registers dialog box. Here you find a list of the configuration registers and device capabilities for the currently selected PCI function. You can display multiple PCI Registers dialog boxes for different PCI devices at the same time.

PCI Registers Dialog

The Registers column displays the name of the register as a text string. The Offset column denotes the register's location (byte offset) in hexadecimal with respect to the start of the function's configuration data. The Value column displays the value of the register in hexadecimal. Note that register sizes vary.

Click on one of the tabs at the bottom to change the display format. The Standard tab displays the standard PCI-compatible register set. The Capabilities tab displays the PCI Capability and PCI Express Extended Capability register sets. The Byte, Word, and Dword tabs display all the registers in a hexadecimal format, 256 bytes for PCI functions and 4096 bytes for PCI Express functions.

Enable Auto Update to have the Registers dialog box automatically refresh itself each time the target stops.

This is a resizable modeless dialog box, meaning that it stays on top of other windows and allows you to switch to other windows while staying active until you close it.

Registers Dialog Box Menu

The context menu contains four items: Edit, Expand, Refresh and Auto Update.

Edit. ย Puts the currently selected register's Value cell in edit mode for modifying. Hit the <Enter> key when done editing a value. All the registers are read back from the target after editing a register in case the modification affects other register values.

Expand. ย Opens the Expand dialog box which allows editing of individual bits.

Expand Dialog

Refresh. ย Reads the register values from the target and updates the grid.

Auto Update. ย Causes the registers to be refreshed from the target when ever the target stops.

ย