From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id F275D7803D0 for ; Fri, 20 Oct 2023 14:04:30 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=hopixXRTLaC1UXimYYkDaEyIe8nDu7yTih2ei20ch4M=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1697810669; v=1; b=M07CE2tjXt3kObqCLxv8xJ9m6p1vMZCLMj7l9EOUZdmIq/kfut8+vrPJBCLN763xOBGTbf5i d6XogS/HCY+zJyemm1ygFo7YOJip6j/I07a05q08noxytOoWUO2Uo7fB0TYuYG0UMe7+XQ49Dy6 SeEtisf6V2kMQvCmteIGj9OU= X-Received: by 127.0.0.2 with SMTP id 4NTrYY7687511x1TPCmzJUCZ; Fri, 20 Oct 2023 07:04:29 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.31]) by mx.groups.io with SMTP id smtpd.web10.55104.1697810668535948722 for ; Fri, 20 Oct 2023 07:04:28 -0700 X-IronPort-AV: E=McAfee;i="6600,9927,10869"; a="450727854" X-IronPort-AV: E=Sophos;i="6.03,239,1694761200"; d="scan'208";a="450727854" X-Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Oct 2023 07:04:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10869"; a="848092322" X-IronPort-AV: E=Sophos;i="6.03,239,1694761200"; d="scan'208";a="848092322" X-Received: from njayapra-mobl.gar.corp.intel.com ([10.213.115.250]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Oct 2023 07:04:25 -0700 From: "Jayaprakash, N" To: devel@edk2.groups.io Cc: Jayaprakash N Subject: [edk2-devel] [edk2-libc Patch 0/1] edk2-libc - Enhancements to StdLibc Date: Fri, 20 Oct 2023 19:34:05 +0530 Message-Id: <20231020140406.2432-1-n.jayaprakash@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,n.jayaprakash@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: GN95cYIHxSaksFewK5oENxWOx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=M07CE2tj; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io This patch request contains enhancements made to StdLibc through BZ https://bugzilla.tianocore.org/show_bug.cgi?id=4570 Jayaprakash N (1): ek2-libc: Enhance StdLib for supporting Aarch64 and ARM StdLib/Include/Aarch64/machine/int_fmtio.h | 211 +++++++++ StdLib/Include/Arm/machine/int_fmtio.h | 211 +++++++++ StdLib/Include/Ia32/machine/int_fmtio.h | 212 +++++++++ StdLib/Include/X64/machine/int_fmtio.h | 324 ++++++------- StdLib/Include/getopt.h | 76 +++ StdLib/Include/inttypes.h | 2 +- StdLib/Include/sys/socket.h | 6 + StdLib/Include/unistd.h | 7 +- StdLib/LibC/LibC.inf | 1 + StdLib/LibC/Uefi/Uefi.inf | 1 + StdLib/LibC/Uefi/compat.c | 40 +- StdLib/LibC/Uefi/getopt_long.c | 523 +++++++++++++++++++++ 12 files changed, 1406 insertions(+), 208 deletions(-) create mode 100644 StdLib/Include/Aarch64/machine/int_fmtio.h create mode 100644 StdLib/Include/Arm/machine/int_fmtio.h create mode 100644 StdLib/Include/Ia32/machine/int_fmtio.h create mode 100644 StdLib/Include/getopt.h create mode 100644 StdLib/LibC/Uefi/getopt_long.c -- 2.40.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109868): https://edk2.groups.io/g/devel/message/109868 Mute This Topic: https://groups.io/mt/102081649/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-