diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-03-23 13:54:51 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-03-24 11:24:30 +0800 |
commit | f6830005bb1a2fc225c89cdb1367b5058e939acc (patch) | |
tree | 392f476c5b51b73d85d2c3013ecfb4feb9d55159 /ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.c | |
parent | b99e9ca9163ae6298bb66cad705c3dc87f722bb0 (diff) | |
download | edk2-platforms-f6830005bb1a2fc225c89cdb1367b5058e939acc.tar.xz |
MdeModulePkg/PciBus: Should reserve enough bus number for HPC
When there is no bridge before the HPC (hot plug controller),
the issue cannot be seen.
But when there are bridges before the HPC, the PciBus will only
use the value (= <CurrentBusNumber> + <ReservedBusNumber>) as the
sub-ordinary bus number for HPC.
The correct sub-ordinary bus number should be:
<CurrentBusNumber> + <OccupiedBusNumber>(by earlier bridges) +
<ReservedBusNumber>.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
Diffstat (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.c')
0 files changed, 0 insertions, 0 deletions