EDK的默认logo是“Put Your Logo Here”,这个Logo是在Sample/Platform/Generic/Logo这个目录,
修改的方法是:
1.换自己的logo为logo.bmp(现在好像只支持bmp图片格式)覆盖原来这个目录下的logo文件,或者改logo.inf里面的
[sources.common]段,改为自己logo的名字。
2.改Sample/Platform/Nt32/Build/Nt32.dsc文件中的,Sample/Platform/Generic/Logo/Logo.inf这一行,改为:
Sample/Platform/Generic/Logo/Logo.inf SOURCE_OVERRIDE_PATH=自己logo.bmp文件所在的目录
关于SOURCE_OVERRIDE_PATH的定义在EDKReferenceManual.pdf中有介绍,
Defines a directory where to search for source files and include files.
This directory will be searched before each component's directory.
This option can also be specified in each component's invocation.
另,用VS2005编译EDK前需将Sample/Platform/Nt32/Build/Config.env中USE_VC8设成YES.
摘自:http://tspiao.blogspot.com/