|
Re: About edk2-platforms release
Hi Ming, (+Mike, -Martin)
(Apologies, I had last week off work.)
So - first of all, you can always reference a commit hash for your
upload. That will never change.
We have discussed doing that.
Hi Ming, (+Mike, -Martin)
(Apologies, I had last week off work.)
So - first of all, you can always reference a commit hash for your
upload. That will never change.
We have discussed doing that.
|
By
Leif Lindholm
·
#292
·
|
|
Re: [RFC/Discussion]: StandAloneMM in OP-TEE
Hi,
Currently it is not based on SPCI interface, but discussions have started
in that direction also.
But I think from non-secure world it will be simple OP-TEE communication
like it happens between
Hi,
Currently it is not based on SPCI interface, but discussions have started
in that direction also.
But I think from non-secure world it will be simple OP-TEE communication
like it happens between
|
By
Sahil Malhotra
·
#291
·
|
|
Re: About OpenSSL updating
Which openssl release version will be chosen to update?
Which openssl release version will be chosen to update?
|
By
wenyi,xie
·
#290
·
|
|
Re: About OpenSSL updating
There's a plan to complete both upgrade in Q3.
Regards,
Jian
There's a plan to complete both upgrade in Q3.
Regards,
Jian
|
By
Wang, Jian J
·
#289
·
|
|
About OpenSSL updating
May I ask when we will update OpenSSl,Do we have any plan? Now edk2 are using openssl 1.1.1d,and when I update openssl to release 1.1.1f, I meet an issue that TlsDxe initial failed.
May I ask when we will update OpenSSl,Do we have any plan? Now edk2 are using openssl 1.1.1d,and when I update openssl to release 1.1.1f, I meet an issue that TlsDxe initial failed.
|
By
wenyi,xie
·
#288
·
|
|
Re: Qemu command
Because the UEFI variable store needs to exist in an emulated flash
chip, and "-bios" doesn't do that.
If you use "-bios", OVMF can only fake the UEFI variable runtime
services for the guest in such
Because the UEFI variable store needs to exist in an emulated flash
chip, and "-bios" doesn't do that.
If you use "-bios", OVMF can only fake the UEFI variable runtime
services for the guest in such
|
By
Laszlo Ersek
·
#287
·
|
|
Re: Qemu command
Please check this page.
https://github.com/tianocore/tianocore.github.io/wiki/How-to-run-OVMF
Thanks,
Bob
Please check this page.
https://github.com/tianocore/tianocore.github.io/wiki/How-to-run-OVMF
Thanks,
Bob
|
By
Bob Feng
·
#286
·
|
|
Re: Qemu command
Use whatever qemu-system-x86_64 command you would otherwise use, with
the following remarks:
(1) Do not use "-bios" or "-L".
(2) Do not use "-boot", in general. Special cases you can use:
-boot
Use whatever qemu-system-x86_64 command you would otherwise use, with
the following remarks:
(1) Do not use "-bios" or "-L".
(2) Do not use "-boot", in general. Special cases you can use:
-boot
|
By
Laszlo Ersek
·
#285
·
|
|
Re: Build UEFI application
I can give you three
By
Laszlo Ersek
·
#284
·
|
|
Re: Qemu command
Hi Peter,
This pair of options should do the trick:
-drive if=pflash,format=raw,readonly,file=path/to/OVMF_CODE.fd
-drive if=pflash,format=raw,file=path/to/OVMF_VARS.fd
Note that
Hi Peter,
This pair of options should do the trick:
-drive if=pflash,format=raw,readonly,file=path/to/OVMF_CODE.fd
-drive if=pflash,format=raw,file=path/to/OVMF_VARS.fd
Note that
|
By
Tomas Pilar (tpilar)
·
#283
·
|
|
Re: Build UEFI application
Hi Peter,
I don’t recall a specific application-writer's-guide but the Driver Writer's Guide and the UEFI Specification are quite comprehensive.
That said, you want to have a look at existing
Hi Peter,
I don’t recall a specific application-writer's-guide but the Driver Writer's Guide and the UEFI Specification are quite comprehensive.
That said, you want to have a look at existing
|
By
Tomas Pilar (tpilar)
·
#282
·
|
|
Re: "edk2-discuss" list settings change
Thanks Laszlo for quick turnaround. I can see my comment now.
Mayur
Thanks Laszlo for quick turnaround. I can see my comment now.
Mayur
|
By
Mayur Gudmeti
·
#281
·
|
|
Re: "edk2-discuss" list settings change
Hi laszlo,
I have newly joined this discuss@edk2.groups.io group. I posted a comment on this thread https://edk2.groups.io/g/discuss/topic/74206642#228 couple of days back. But do not see my comment
Hi laszlo,
I have newly joined this discuss@edk2.groups.io group. I posted a comment on this thread https://edk2.groups.io/g/discuss/topic/74206642#228 couple of days back. But do not see my comment
|
By
Mayur Gudmeti
·
#280
·
|
|
Haiku's ARM efi bootloader
Good morning!
I'm getting a bit desperate, so posting here for any ideas :-)
I've been working on porting Haiku's x86_64 EFI bootloader over to ARM.
We're super close, but have been hung up for a
Good morning!
I'm getting a bit desperate, so posting here for any ideas :-)
I've been working on porting Haiku's x86_64 EFI bootloader over to ARM.
We're super close, but have been hung up for a
|
By
Alexander von Gluck IV
·
#279
·
|
|
About edk2-platforms release
Hi Martin, Leif,
Right now we are using edk2-platforms open source code as a part to build our ARM platform UEFI implementations.
Due to our production development work flow, we need to upload a
Hi Martin, Leif,
Right now we are using edk2-platforms open source code as a part to build our ARM platform UEFI implementations.
Due to our production development work flow, we need to upload a
|
By
Huangming (Mark) <huangming23@...>
·
#278
·
|
|
Re: [RFC/Discussion]: StandAloneMM in OP-TEE
Hi Sahil,
This proposal interests us too. Got a question for you. I assume that OPTEE-STMM interfaces will be based on SPCI specifications, both in secure and non-secure side. Is that assumption
Hi Sahil,
This proposal interests us too. Got a question for you. I assume that OPTEE-STMM interfaces will be based on SPCI specifications, both in secure and non-secure side. Is that assumption
|
By
Mayur Gudmeti
·
#277
·
|
|
Build UEFI application
Hi, all!
I have built EDK II and then OVMF. Now I want to develop an UEFI application with EDK II. Is there any documentation about that?
Greetings
Peter
Hi, all!
I have built EDK II and then OVMF. Now I want to develop an UEFI application with EDK II. Is there any documentation about that?
Greetings
Peter
|
By
Peter Wiehe <info@...>
·
#276
·
|
|
Qemu command
Hello,
can You tell me what qemu command is used to run OVMF?
Thanks in advance
Peter
Hello,
can You tell me what qemu command is used to run OVMF?
Thanks in advance
Peter
|
By
Peter Wiehe <info@...>
·
#275
·
|
|
Re: "edk2-discuss" list settings change
Hello Mayur,
Thanks for the heads-up.
For some reason, I still do not receive moderation notifications from
groups.io, for the edk2-discuss mailing list. I receive such
notifications for edk2-devel,
Hello Mayur,
Thanks for the heads-up.
For some reason, I still do not receive moderation notifications from
groups.io, for the edk2-discuss mailing list. I receive such
notifications for edk2-devel,
|
By
Laszlo Ersek
·
#274
·
|
|
Re: ReadSaveStateRegister/WriteSaveStateRegister functions
Not sure *why* you'd like to access specific registers from the SMM save
state map in PiSmmCore.
But, these functions are exposed though a standard interface too; see
EFI_SMM_CPU_PROTOCOL (or rather
Not sure *why* you'd like to access specific registers from the SMM save
state map in PiSmmCore.
But, these functions are exposed though a standard interface too; see
EFI_SMM_CPU_PROTOCOL (or rather
|
By
Laszlo Ersek
·
#273
·
|