From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web11.3102.1627400936356801543 for ; Tue, 27 Jul 2021 08:48:56 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: linux.intel.com, ip: 192.55.52.43, mailfrom: maciej.rabeda@linux.intel.com) X-IronPort-AV: E=McAfee;i="6200,9189,10057"; a="298049379" X-IronPort-AV: E=Sophos;i="5.84,274,1620716400"; d="scan'208";a="298049379" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jul 2021 08:48:55 -0700 X-IronPort-AV: E=Sophos;i="5.84,274,1620716400"; d="scan'208";a="516985295" Received: from mrabeda-mobl.ger.corp.intel.com (HELO [10.237.140.110]) ([10.237.140.110]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jul 2021 08:48:54 -0700 To: "devel@edk2.groups.io" From: "Maciej Rabeda" Subject: "StdLibPkg" branch on edk2-staging Message-ID: <536ad140-d964-27e2-aedc-6ff4aa384d21@linux.intel.com> Date: Tue, 27 Jul 2021 17:48:48 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: pl Hi, I have submitted a new edk2-staging branch named "StdLibPkg". https://github.com/tianocore/edk2-staging/tree/StdLibPkg Branch contains initial implementation of C standard library and intrinsic library for UEFI to smoothen open-source submodule integration (instead of implementing those functions in each new package introducing an external submodule dependent on C stdlib). More details on the package, its contents and feature scope are placed in that branch, in StdLibPkg/Readme.md file. https://github.com/tianocore/edk2-staging/blob/StdLibPkg/StdLibPkg/Readme.md Feel free to play around. Any and all feedback is welcome. Thanks, Maciej