gbe_bin_generater: fix two bugs.
authorZhigang Gong <zhigang.gong@linux.intel.com>
Fri, 23 May 2014 10:21:04 +0000 (18:21 +0800)
committerZhigang Gong <zhigang.gong@intel.com>
Fri, 23 May 2014 11:04:07 +0000 (19:04 +0800)
commite710ac9243cacd2f9c0ec2a2854946a3f7ff81a6
tree70a1526d9e5c231b479327f7f8d0ce53a2230d2e
parentd365c54253050dd280b79250c3e9e0ed0da324a8
gbe_bin_generater: fix two bugs.

The pci id detecting method is broken on some system.
And the gen pci id parsing in gbe_bin_generater is incorrect when
the pci id has a-f hex digit.

v2:
Add VGA to filter out some nonVGA devices.
Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
backend/src/gbe_bin_generater.cpp
src/GetGenID.sh