/[Development]
ViewVC logotype

Revision 2776


Jump to revision: Previous Next
Author: stepan
Date: Fri Sep 14 14:58:33 2007 UTC (5 years, 8 months ago)
Changed paths: 6
Log Message:
More range for HT_CHAIN_UNITID_BASE and HT_CHAIN_END_UNITID_BASE.

For example: in C51/MCP55 or C51/MCP51

Will allow
1. C51 at 0x10 to 0x14, and MCP at 0 to 4
2. C51 at 1 to 4, and MCP at 7 to 0x0a

The reason is c51/mcp51/mcp55 reported unitid is 0x0f (far beyond it
needed), and will prevent us from putting them on bus 0.

Typical values for c51/mcp55 or c51/mcp51:
HT_CHAIN_UNITID_BASE = 0x10 # for C51
HT_CHAIN_END_UNITID_BASE = 0 # for mcp

If only have mcp with c51, 
HT_CHAIN_UNITID_BASE = 0 # for MCP
#HT_CHAIN_END_UNITID_BASE = 0 # default value 0x20

Signed-off-by: Yinghai Lu <yinghai.lu@amd.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



Changed paths

Path Details
Directorytrunk/LinuxBIOSv2/src/devices/hypertransport.c modified , text changed
Directorytrunk/LinuxBIOSv2/src/northbridge/amd/amdk8/early_ht.c modified , text changed
Directorytrunk/LinuxBIOSv2/src/northbridge/amd/amdk8/incoherent_ht.c modified , text changed
Directorytrunk/LinuxBIOSv2/src/northbridge/amd/amdk8/northbridge.c modified , text changed
Directorytrunk/LinuxBIOSv2/src/southbridge/nvidia/mcp55/mcp55_enable_rom.c modified , text changed
Directorytrunk/LinuxBIOSv2/src/southbridge/nvidia/mcp55/mcp55_enable_usbdebug_direct.c modified , text changed

Stefan Reinauer">Stefan Reinauer
ViewVC Help
Powered by ViewVC 1.1.15