[edk2-devel] [edk2-libc Patch 0/1] edk2-libc - Enhancements to StdLibc

Jayaprakash, N posted 1 patch 6 months, 1 week ago
Failed in applying to current master (apply log)
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
[edk2-devel] [edk2-libc Patch 0/1] edk2-libc - Enhancements to StdLibc
Posted by Jayaprakash, N 6 months, 1 week ago
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/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-