From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pl1-f176.google.com (mail-pl1-f176.google.com [209.85.214.176]) by mx.groups.io with SMTP id smtpd.web11.6497.1627486468559423772 for ; Wed, 28 Jul 2021 08:34:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@nuviainc-com.20150623.gappssmtp.com header.s=20150623 header.b=wysNhyzv; spf=pass (domain: nuviainc.com, ip: 209.85.214.176, mailfrom: rebecca@nuviainc.com) Received: by mail-pl1-f176.google.com with SMTP id i10so3154302pla.3 for ; Wed, 28 Jul 2021 08:34:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuviainc-com.20150623.gappssmtp.com; s=20150623; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding:content-language; bh=6E/F+ZVjxWjMax0oQmD0cTv0NuQvwvALj0Cbs+EZeTc=; b=wysNhyzv0rBYSI92dUqa51D8ihvCq4TuSPVnmVj7fNFd/3S8LzIR545vjhlg1L8Siw m1Nn0WZC+D1vCzjZPh/XMXOeyO3JEoh04WrnEI2QZebT35xjE3rGQC+xWj5jn9mNCzOk vRxGxLld/BNEVldojlWLMLy8131uutb4+Pg3qwLj5dzQh/vQFnAd5jE3ISZiBvi3i5z5 kP89gg0oGAcm4fpxrmk9JOWwUrGyB/vyCEJSJrIAAtxDt1/PaGTJgh8WTxdzbKMeqPo5 qbNO7jL+/356eR4EpK0/maO77DWjHjm0tEDzFXH1hNn+ucb7Ogzvtbp4LQnhRw4FEGmf XfjQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=6E/F+ZVjxWjMax0oQmD0cTv0NuQvwvALj0Cbs+EZeTc=; b=LtDIvmBwnzf6A3yqTVswpwVHgJVhnYiesiBEF6zhWZPCY2MGw+FAUIcpGKRVbMoc05 D45Xcwa9eXB2GuKHDTf+qgWSU3zGjILBAHQfhts+UutGTkjWr0ChqWh8VgVX8gQvdPq5 pTgylEcAoWyMezgL+a8tapiufmzZbCmajQlx5zNnscVWxkvaTO5yo5+NoptoyNi1fLTm uGDKEb2p4X2Bvivdzph7BCNSqfx7tR5jpMGOGxmAW1Oe8qoD8XCdpLONDWgtP0APkMVF Rsb0pbcFhCd2BsZsZvpsaeOK76T8VF/8HMOus2EKm4MdVCPXSMERyLcXfw40802TyJiy iZ9Q== X-Gm-Message-State: AOAM533zAZAsh9NK01CIOgHvcV6CP70WSpMFdjPBqJCHUHJ0r2nP/Kow sk034ICUP1xc9/fh9o+fthlatw== X-Google-Smtp-Source: ABdhPJyYiRYo2BE2+uU7KDt68ul3Xb6m9cCb78yikapxGHuNS+uLY8paOEVXZzwGmdVitu67UCPFhw== X-Received: by 2002:a63:25c4:: with SMTP id l187mr343836pgl.227.1627486468063; Wed, 28 Jul 2021 08:34:28 -0700 (PDT) Return-Path: Received: from linbox.int.bluestop.org (c-174-52-16-57.hsd1.ut.comcast.net. [174.52.16.57]) by smtp.gmail.com with ESMTPSA id i24sm334719pfr.207.2021.07.28.08.34.27 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 28 Jul 2021 08:34:27 -0700 (PDT) Subject: Re: [edk2-devel] "StdLibPkg" branch on edk2-staging To: devel@edk2.groups.io, maciej.rabeda@linux.intel.com References: <536ad140-d964-27e2-aedc-6ff4aa384d21@linux.intel.com> From: "Rebecca Cran" Message-ID: Date: Wed, 28 Jul 2021 09:34:25 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 In-Reply-To: <536ad140-d964-27e2-aedc-6ff4aa384d21@linux.intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Are you aware of the edk2-libc project at https://github.com/tianocore/edk2-libc ? -- Rebecca Cran On 7/27/21 9:48 AM, Maciej Rabeda wrote: > 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 > > > > >