coreboot-kgpe-d16/src/southbridge/nvidia/mcp55
Yinghai Lu 18c70d7222 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>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2776 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2007-09-14 14:58:33 +00:00
..
chip.h Add support for the NVIDIA MCP55 southbridge. 2007-02-01 00:10:05 +00:00
Config.lb Add support for the NVIDIA MCP55 southbridge. 2007-02-01 00:10:05 +00:00
id.inc Add support for the NVIDIA MCP55 southbridge. 2007-02-01 00:10:05 +00:00
id.lds Add support for the NVIDIA MCP55 southbridge. 2007-02-01 00:10:05 +00:00
mcp55.c Fix some CHIP_NAME() entries to use canonical names. 2007-02-19 19:11:20 +00:00
mcp55.h Add support for the NVIDIA MCP55 southbridge. 2007-02-01 00:10:05 +00:00
mcp55_aza.c Add support for the NVIDIA MCP55 southbridge. 2007-02-01 00:10:05 +00:00
mcp55_early_ctrl.c Add support for the NVIDIA MCP55 southbridge. 2007-02-01 00:10:05 +00:00
mcp55_early_setup_car.c Add support for the NVIDIA MCP55 southbridge. 2007-02-01 00:10:05 +00:00
mcp55_early_setup_ss.h Add support for the NVIDIA MCP55 southbridge. 2007-02-01 00:10:05 +00:00
mcp55_early_smbus.c Add support for the NVIDIA MCP55 southbridge. 2007-02-01 00:10:05 +00:00
mcp55_enable_rom.c More range for HT_CHAIN_UNITID_BASE and HT_CHAIN_END_UNITID_BASE. 2007-09-14 14:58:33 +00:00
mcp55_enable_usbdebug_direct.c More range for HT_CHAIN_UNITID_BASE and HT_CHAIN_END_UNITID_BASE. 2007-09-14 14:58:33 +00:00
mcp55_ht.c Add support for the NVIDIA MCP55 southbridge. 2007-02-01 00:10:05 +00:00
mcp55_ide.c Add support for the NVIDIA MCP55 southbridge. 2007-02-01 00:10:05 +00:00
mcp55_lpc.c Add support for the NVIDIA MCP55 southbridge. 2007-02-01 00:10:05 +00:00
mcp55_nic.c Add support for the NVIDIA MCP55 southbridge. 2007-02-01 00:10:05 +00:00
mcp55_pci.c Add support for the NVIDIA MCP55 southbridge. 2007-02-01 00:10:05 +00:00
mcp55_pcie.c Add support for the NVIDIA MCP55 southbridge. 2007-02-01 00:10:05 +00:00
mcp55_reset.c Add support for the NVIDIA MCP55 southbridge. 2007-02-01 00:10:05 +00:00
mcp55_sata.c Add support for the NVIDIA MCP55 southbridge. 2007-02-01 00:10:05 +00:00
mcp55_smbus.c Add support for the NVIDIA MCP55 southbridge. 2007-02-01 00:10:05 +00:00
mcp55_smbus.h Nvidia MCP55 uses CMD to send/receive bytes instead of DAT0, 2007-02-03 15:23:34 +00:00
mcp55_usb.c Add support for the NVIDIA MCP55 southbridge. 2007-02-01 00:10:05 +00:00
mcp55_usb2.c This patch adds the MCP55 PCI IDs (without which the southbridge code 2007-02-01 01:53:55 +00:00
romstrap.inc Add support for the NVIDIA MCP55 southbridge. 2007-02-01 00:10:05 +00:00
romstrap.lds Add support for the NVIDIA MCP55 southbridge. 2007-02-01 00:10:05 +00:00