On May 31, 2013, at 9:44 AM, Stephen Polkowski <step...@centtech.com> wrote:
> Hello, > > Is there a way to query the PI version from a shell application? > If so, where is it located? > You can check for the existence of the DXE_SERVICES table, and if it exists then the platform supports PI, and you can get the version out of the table header. https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/MdePkg/Include/Pi/PiDxeCis.h Search the edk2 MdePkg for DXE_SERVICES and find the library function that looks up the table and sets the gDS global to find example code of how to locate the table. Thanks, Andrew Fish > Thanks, > > Stephen > > ------------------------------------------------------------------------------ > Get 100% visibility into Java/.NET code with AppDynamics Lite > It's a free troubleshooting tool designed for production > Get down to code-level detail for bottlenecks, with <2% overhead. > Download for free and get started troubleshooting in minutes. > http://p.sf.net/sfu/appdyn_d2d_ap2 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/edk2-devel ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite It's a free troubleshooting tool designed for production Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap2 _______________________________________________ edk2-devel mailing list edk2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-devel