[ipxe-devel] Implement scaffolding for new efimap command

aaron.young at oracle.com aaron.young at oracle.com
Wed Feb 6 18:16:44 UTC 2019



On 02/06/2019 05:42 AM, Geert Stappers wrote:
> On Tue, Feb 05, 2019, Aaron Young wrote:
>> Implement scaffolding for new efimap command.
>>
>      ...
>> index 3c14a2c..a902934 100644
>> --- a/src/config/general.h
>> +++ b/src/config/general.h
>> @@ -154,6 +154,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
>>   //#define PROFSTAT_CMD		/* Profiling commands */
>>   //#define NTP_CMD		/* NTP commands */
>>   //#define CERT_CMD		/* Certificate management commands */
>> +#define EFIMAP_CMD		/* EFI Map command */
>>   
>>   /*
>>    * ROM-specific options
> The new command is default enabled.
     Not sure I understand the comment.

     If EFIMAP_CMD is not defined, the efimap command is not included in 
the build (I am building target bin-x86_64-efi/1af41000.efirom).

     i.e. If I remove this #define from general.h, the efimap is not 
found from the iPXE shell, e.g.:

iPXE> efimap
efimap: command not found

     Please advise or clarify your comment.

     Thanks,

     -Aaron


>
>
> Cheers
> Geert Stappers
>
> P.S.
> Other ideas how to prevent that patches get lost in email traffic are welcome.
> _______________________________________________
> ipxe-devel mailing list
> ipxe-devel at lists.ipxe.org
> https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel




More information about the ipxe-devel mailing list