public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Jayaprakash, N" <n.jayaprakash@intel.com>
To: devel@edk2.groups.io
Cc: Jayaprakash N <n.jayaprakash@intel.com>
Subject: [edk2-devel] [edk2-libc Patch 0/1] edk2-libc - Enhancements to StdLibc
Date: Fri, 20 Oct 2023 19:34:05 +0530	[thread overview]
Message-ID: <20231020140406.2432-1-n.jayaprakash@intel.com> (raw)

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]
-=-=-=-=-=-=-=-=-=-=-=-



             reply	other threads:[~2023-10-20 14:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-20 14:04 Jayaprakash, N [this message]
2023-10-20 14:04 ` [edk2-devel] [edk2-libc Patch 1/1] ek2-libc: Enhance StdLib for supporting Aarch64 and ARM Jayaprakash, N
2023-10-20 19:54   ` Michael D Kinney
2023-10-23 12:19     ` Leif Lindholm
2023-10-20 20:26   ` Pedro Falcato
2023-10-22 16:15     ` Jayaprakash, N

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231020140406.2432-1-n.jayaprakash@intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox