From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mout01.posteo.de (mout01.posteo.de [185.67.36.65]) by mx.groups.io with SMTP id smtpd.web08.4066.1648675137908778168 for ; Wed, 30 Mar 2022 14:18:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@posteo.de header.s=2017 header.b=CuEjj0SU; spf=pass (domain: posteo.de, ip: 185.67.36.65, mailfrom: mhaeuser@posteo.de) Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 26EAC240028 for ; Wed, 30 Mar 2022 23:18:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1648675135; bh=yNqd8KuxFnq4K9HNpZ+rGjBtSXflXCRikpXYQApWqOU=; h=Date:Subject:To:From:Cc:From; b=CuEjj0SUXA1ZodTvUKR/3ia1mmzgXJqcuwKhfjWzR9ReJV7C5aWDybRrZgoDBS0WL frp455+QF0h0DGEln6fPGRwxF9SvD2tDz1CeQrEoT/8iFfzOpkRFHAcSzA7N/4HVib OmTG4llwW5k/9YZnhJyQPLk96i2imi2HEGSot28gfzg081xAlLkoZ/+G3kip05FKyb 4TmgEQjirRPFB+4M+QlWung2r/bSWbUXxLuPLDKXaTUu0FFjn7OPY9KvsvWRAHORyG vyeqKPpb7AftdLLndihFLb1el2LNE5O/csutvTVYUoSCgcdKorCsDePkXSeJa4HWpg bp/+3K5D/j5Fw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4KTK7165GPz6tnZ; Wed, 30 Mar 2022 23:18:53 +0200 (CEST) Message-ID: <82a068ff-683f-e07d-1206-dfb908ebc6a1@posteo.de> Date: Wed, 30 Mar 2022 21:18:53 +0000 MIME-Version: 1.0 Subject: Re: [edk2-devel] [GSoC 2022] How to begin contributing? To: devel@edk2.groups.io, tejesh.anand@hotmail.com References: From: =?UTF-8?B?TWFydmluIEjDpHVzZXI=?= Cc: Andrew Fish , Leif Lindholm , nathaniel.l.desimone@intel.com, Michael D Kinney In-Reply-To: Content-Language: en-GB Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hey Tejesh, Sorry your mail doesn't get much activity. I think parsing-related things are most important: - String functions in BaseLib: https://github.com/tianocore/edk2/blob/55637a2894babca97945eeca1da0d431f74f8627/MdePkg/Library/BaseLib/String.c - DevicePathLib: https://github.com/tianocore/edk2/tree/55637a2894babca97945eeca1da0d431f74f8627/MdePkg/Library/UefiDevicePathLib I/O and protocols could also be interesting: - Many firmware have this in prod, maybe UART: https://github.com/tianocore/edk2/blob/master/MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.c Maybe security guarantees: - TCG Measuring is frankly very overcomplicated, but key: https://github.com/tianocore/edk2/blob/master/SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.c - Basically SMAP in software: https://github.com/tianocore/edk2/blob/55637a2894babca97945eeca1da0d431f74f8627/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c Good luck with your proposal! Best regards, Marvin On 18.03.22 00:21, Tejesh Anand wrote: > Hello all, My name is Tejesh Anand, a first year computer engineering > student. I'm interested applying for the task of writing more unit > tests for edk2. I wanted to ask if anyone had any advice for a first > issue to begin to contribute with? > > Thanks in advance! >