|
Re: [PATCH v1 0/3]: Fix RustPkg/Tests in edkii-rust branch edk2-staging
Hello Jiewen,
I am a 2nd year University student and am interested in applying for GSoC 2022. I found the project Tasks-Add-Rust-Support-to-EDK-II and it contained links to the edkii-rust repository
Hello Jiewen,
I am a 2nd year University student and am interested in applying for GSoC 2022. I found the project Tasks-Add-Rust-Support-to-EDK-II and it contained links to the edkii-rust repository
|
By
Ayush Singh
·
#87760
·
|
|
Re: [PATCH v1 0/3]: Fix RustPkg/Tests in edkii-rust branch edk2-staging
Thank you very much Marvin and Ayush.
Glad you have interest on Rust.
May I know what is your goal for this patch? Do you just want to make it pass build?
Or want to work on something
Thank you very much Marvin and Ayush.
Glad you have interest on Rust.
May I know what is your goal for this patch? Do you just want to make it pass build?
Or want to work on something
|
By
Yao, Jiewen
·
#87759
·
|
|
Re: [PATCH v1 0/3]: Fix RustPkg/Tests in edkii-rust branch edk2-staging
I see. While the other mails got the CC from the commits, the cover letter also needs to do a CC separately. Will keep this in mind from the next commit.
Ayush Singh
I see. While the other mails got the CC from the commits, the cover letter also needs to do a CC separately. Will keep this in mind from the next commit.
Ayush Singh
|
By
Ayush Singh
·
#87758
·
|
|
Re: [PATCH v1 0/3]: Fix RustPkg/Tests in edkii-rust branch edk2-staging
You didn’t actually CC, done.
Best regards,
Marvin
You didn’t actually CC, done.
Best regards,
Marvin
|
By
Marvin Häuser
·
#87757
·
|
|
[PATCH v1 3/3] RustPkg/Test/TestRustLangApp: Fix building
Removed defination of _fltused from
RustPkg/Library/UefiRustIntrinsicLib since compiler_builtins now
provides one
Cc: Jiewen Yao <jiewen.yao@...>
Signed-off-by: Ayush Singh
Removed defination of _fltused from
RustPkg/Library/UefiRustIntrinsicLib since compiler_builtins now
provides one
Cc: Jiewen Yao <jiewen.yao@...>
Signed-off-by: Ayush Singh
|
By
Ayush Singh
·
#87756
·
|
|
[PATCH v1 2/3] RustPkg/Test/TestRustLangLib: Fix Building
From: Ayush Singh <ayushsingh1325@...>
Removed the Alloc trait usage which seems to have been removed from
Rust now.
Cc: Jiewen Yao <jiewen.yao@...>
Signed-off-by: Ayush Singh
From: Ayush Singh <ayushsingh1325@...>
Removed the Alloc trait usage which seems to have been removed from
Rust now.
Cc: Jiewen Yao <jiewen.yao@...>
Signed-off-by: Ayush Singh
|
By
Ayush Singh
·
#87755
·
|
|
[PATCH v1 1/3] RustPkg/Test: Replace cargo-xbuild with build-std
From: Ayush Singh <ayushsingh1325@...>
Tests Migrated:
- Test/HelloWorld
- Test/HelloWorld2
Cc: Jiewen Yao <jiewen.yao@...>
Signed-off-by: Ayush Singh <ayushdevel1325@...>
---
From: Ayush Singh <ayushsingh1325@...>
Tests Migrated:
- Test/HelloWorld
- Test/HelloWorld2
Cc: Jiewen Yao <jiewen.yao@...>
Signed-off-by: Ayush Singh <ayushdevel1325@...>
---
|
By
Ayush Singh
·
#87754
·
|
|
[PATCH v1 0/3]: Fix RustPkg/Tests in edkii-rust branch edk2-staging
CC Jiewen Yao
This is my 2nd email about this patch to fix edkii-rust branch in
edk2-staging repo, this time hopefully following contributing procedure
better.
I have tried to to fix
CC Jiewen Yao
This is my 2nd email about this patch to fix edkii-rust branch in
edk2-staging repo, this time hopefully following contributing procedure
better.
I have tried to to fix
|
By
Ayush Singh
·
#87753
·
|
|
Re: [Patch] BaseTools: Remove the redundant __FLEXIBLE_SIZE from PcdValueInit.c
Liming, Christine
Could you review this patch?
Thanks,
Bob
Liming, Christine
Could you review this patch?
Thanks,
Bob
|
By
Bob Feng
·
#87752
·
|
|
Re: [PATCH 0/6] [RFC] Rework UefiCpuPkg
Just aware that I didn’t Cc stakeholders to the cover letter, add those people in CC.
Just aware that I didn’t Cc stakeholders to the cover letter, add those people in CC.
|
By
Abner Chang
·
#87751
·
|
|
Re: [PATCH 0/6] [RFC] Rework UefiCpuPkg
Hi Abner,
Will OpenSBI content be needed by libs/modules outside of UefiCpuPkg?
Should OpenSBI includes be promoted to MdePkg?
I do not think the dir name "RISC-V" follows the file/dir name
Hi Abner,
Will OpenSBI content be needed by libs/modules outside of UefiCpuPkg?
Should OpenSBI includes be promoted to MdePkg?
I do not think the dir name "RISC-V" follows the file/dir name
|
By
Michael D Kinney
·
#87750
·
|
|
[GSoC 2022] How to begin contributing?
Hello all, My name is Tejesh Anand, a first year computer engineering student. I'm interested applying for the task of writing more unit tests for edk2. I wanted to ask if anyone had any advice for a
Hello all, My name is Tejesh Anand, a first year computer engineering student. I'm interested applying for the task of writing more unit tests for edk2. I wanted to ask if anyone had any advice for a
|
By
Tejesh Anand <tejesh.anand@...>
·
#87749
·
|
|
[PATCH] UefiPayloadPkg: Make Boot Timeout configurable
Signed-off-by: Sean Rhodes <sean@...>
---
UefiPayloadPkg/UefiPayloadPkg.dsc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/UefiPayloadPkg/UefiPayloadPkg.dsc
Signed-off-by: Sean Rhodes <sean@...>
---
UefiPayloadPkg/UefiPayloadPkg.dsc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/UefiPayloadPkg/UefiPayloadPkg.dsc
|
By
Sean Rhodes
·
#87748
·
|
|
Re: [PATCH] MdeModulePkg: Make RSP 16-byte boundary aligned for PEI 64bit
Thanks Marvin for your feedback. I think your direction is right. The original stack alignment is correct before switching to new stack but the current implementation in SecCore's
Thanks Marvin for your feedback. I think your direction is right. The original stack alignment is correct before switching to new stack but the current implementation in SecCore's
|
By
Kuo, Ted
·
#87747
·
|
|
Re: [PATCH V4 09/10] MdeModulePkg: Update PciEnumeratorSupport to ignore OptionRom if needed
Reviewed-by: Ray Ni <ray.ni@...>
Reviewed-by: Ray Ni <ray.ni@...>
|
By
Ni, Ray
·
#87746
·
|
|
Re: [PATCH V9 35/47] MdeModulePkg: Skip setting IA32_ERER.NXE if it has already been set
Reviewed-by: Ray Ni <ray.ni@...>
Reviewed-by: Ray Ni <ray.ni@...>
|
By
Ni, Ray
·
#87745
·
|
|
[PATCH v6 0/2] ShellPkg/AcpiView: Adds ACPI_PARSER bitfield parser
Replaced shift operator with compiler intrinsic functions.
Cc: Ray Ni <ray.ni@...>
Cc: Zhichao Gao <zhichao.gao@...>
Cc: Sami Mujawar <sami.mujawar@...>
Abdul Lateef Attar (2):
Replaced shift operator with compiler intrinsic functions.
Cc: Ray Ni <ray.ni@...>
Cc: Zhichao Gao <zhichao.gao@...>
Cc: Sami Mujawar <sami.mujawar@...>
Abdul Lateef Attar (2):
|
By
Abdul Lateef Attar
·
#87744
·
|
|
[PATCH v6 2/2] ShellPkg/AcpiView: PrintFormatter for FADT Flags field
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3839
Adds PrintFormatter function to the FADT flags field.
Prints indivisual flag name along with flag value.
Cc: Ray Ni <ray.ni@...>
Cc:
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3839
Adds PrintFormatter function to the FADT flags field.
Prints indivisual flag name along with flag value.
Cc: Ray Ni <ray.ni@...>
Cc:
|
By
Abdul Lateef Attar
·
#87743
·
|
|
[PATCH v6 1/2] ShellPkg/AcpiView: Adds ACPI_PARSER bitfield parser
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3839
Adds ParseAcpiBitFields() which is based on
ParseAcpi() and capable of parsing the bit fields.
Supports parsing of UINT8, UINT16, UINT32 and
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3839
Adds ParseAcpiBitFields() which is based on
ParseAcpi() and capable of parsing the bit fields.
Supports parsing of UINT8, UINT16, UINT32 and
|
By
Abdul Lateef Attar
·
#87742
·
|
|
Re: [PATCH v7 1/1] CryptoPkg: Add new hash algorithm ParallelHash256HashAll in BaseCryptLib.
Merged https://github.com/tianocore/edk2/pull/2650
Merged https://github.com/tianocore/edk2/pull/2650
|
By
Yao, Jiewen
·
#87741
·
|