Re: [edk2] Transition to GitHub is complete

2016-02-06 Thread Jordan Justen
On 2016-02-06 04:43:36, Rafael Machado wrote: >Hi everyone >I just noticed that the driver writers guide is not accessible at the >github wiki. > > https://github.com/tianocore/tianocore.github.io/wiki/UEFI-Driver-Writer%27s-Guide Thanks for pointing that out. I think the PDF link

[edk2] [PATCH v2 0/2] Enhance Shell to support finding help message embeded in resource section.

2016-02-06 Thread Qiu Shumin
1. Enhance Shell to support finding help message in resource section of an application image if .MAN file is missing. 2. Enhance an sample application, HelloWorld, to add sample help message text. Difference with previous version: 1. Remove tailing white space. 2. Refine the length of commit

[edk2] [PATCH v2 1/2] ShellPkg: Support finding help message embedded in resource section.

2016-02-06 Thread Qiu Shumin
UEFI Shell scandalizes the help message in spec level so that a standalone UEFI shell application can never get "-?" switch, instead the Shell core (interpreter) detects the "-?" and finds .MAN file for that shell application in certain spec defined paths, then show the help extracted from that

[edk2] [PATCH v2 2/2] MdeModulePkg: Add sample help information for HelloWorld application.

2016-02-06 Thread Qiu Shumin
Since Shell supports finding help information from resource section of application image. We enhance the HelloWorld to add help information string. After the HelloWorld are loaded in system the help string will be stored in resource section of the application image. Cc: Feng Tian

Re: [edk2] Transition to GitHub is complete

2016-02-06 Thread Rafael Machado
Hi everyone I just noticed that the driver writers guide is not accessible at the github wiki. https://github.com/tianocore/tianocore.github.io/wiki/UEFI-Driver-Writer%27s-Guide Thanks Rafael Machado Em qua, 3 de fev de 2016 às 17:29, Jordan Justen escreveu: > On