public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] [edk2-libc Patch 0/1] edk2-libc - Enhancements to StdLibc
@ 2023-10-20 14:04 Jayaprakash, N
  2023-10-20 14:04 ` [edk2-devel] [edk2-libc Patch 1/1] ek2-libc: Enhance StdLib for supporting Aarch64 and ARM Jayaprakash, N
  0 siblings, 1 reply; 6+ messages in thread
From: Jayaprakash, N @ 2023-10-20 14:04 UTC (permalink / raw)
  To: devel; +Cc: Jayaprakash N

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-10-23 12:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-20 14:04 [edk2-devel] [edk2-libc Patch 0/1] edk2-libc - Enhancements to StdLibc Jayaprakash, N
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox