Platform Initialization Self-Certification Test 20080120 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Platform Initialization Self-Certification Test 20080120 (Default branch)
# 1  
Old 02-28-2008
Platform Initialization Self-Certification Test 20080120 (Default branch)

The Platform Initialization Self-CertificationTest (pi-sct) project is intended to verify thata given UEFI-based module is compatible with thePI specification, using specific tests on PEI andDXE Foundations from the PI Spec on the UEFI Web site.License: Eclipse Public LicenseChanges:
EDK 1.0.4 can now be used to build PI SCT. The test case for the DXE image service uses the updated device path subtype of the PIWG firmware file. The test case for the PEI FV service uses the updated parameter types. Test assertions have been added in the DXE compliant test case to check for the existence of the capsule architectural protocol and status code runtime protocol. A bug where the FFS format test would hang or dead-loop on some platforms has been fixed. A facility to create flash images of the test system has been added.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. AIX

IBM AIX certification (Test 00190)

I am planning to do AIX certification (190). Please can anyone suggest me a book from where I can prepare. Waiting anxiously for your reply !!! NOMEE (3 Replies)
Discussion started by: nomeealy
3 Replies
Login or Register to Ask a Question
Module::Build::Platform::MacOS(3pm)			 Perl Programmers Reference Guide		       Module::Build::Platform::MacOS(3pm)

NAME
Module::Build::Platform::MacOS - Builder class for MacOS platforms DESCRIPTION
The sole purpose of this module is to inherit from "Module::Build::Base" and override a few methods. Please see Module::Build for the docs. Overridden Methods new() MacPerl doesn't define $Config{sitelib} or $Config{sitearch} for some reason, but $Config{installsitelib} and $Config{installsitearch} are there. So we copy the install variables to the other location make_executable() On MacOS we set the file type and creator to MacPerl so it will run with a double-click. dispatch() Because there's no easy way to say "./Build test" on MacOS, if dispatch is called with no arguments and no @ARGV a dialog box will pop up asking what action to take and any extra arguments. Default action is "test". ACTION_realclean() Need to unlock the Build program before deleting. AUTHOR
Michael G Schwern <schwern@pobox.com> SEE ALSO
perl(1), Module::Build(3), ExtUtils::MakeMaker(3) perl v5.12.5 2012-11-03 Module::Build::Platform::MacOS(3pm)