Files
slimbootloader/BootloaderCorePkg/Tools
Aiden Park 0dfed64e6f Add PCI Enumeration policy info (#559)
PciEnumeration() scans a single PCI root bridge currently.
The PCI_ENUM_POLICY_INFO structure will be generated at build time,
and this will allow PCI enumeration more flexible.

typedef struct {
  UINT8           DowngradeIo32;// default:1
  UINT8           DowngradeMem64; // default:1
  UINT8           DowngradePMem64;// default:1
  UINT8           Reserved;
  UINT8           BusScanType;    // default:0 (0: list, 1: range)
  UINT8           NumOfBus;       // the number of BusScanItems
  UINT8           BusScanItems[0];
} PCI_ENUM_POLICY_INFO;

Signed-off-by: Aiden Park <aiden.park@intel.com>
2020-02-20 14:22:36 -08:00
..
2019-12-02 16:21:19 -08:00
2020-01-14 13:54:14 -07:00
2019-12-02 16:21:19 -08:00
2020-01-14 13:54:14 -07:00
2019-12-02 16:21:19 -08:00
2020-02-07 22:43:45 -07:00