|
[PATCH v5 2/4] CI: add ~/.local/bin to PATH (Linux only)
Fix pip install.
Signed-off-by: Oliver Steffen <osteffen@...>
---
.azurepipelines/templates/platform-build-run-steps.yml | 6 ++++++
.azurepipelines/templates/pr-gate-steps.yml | 6
Fix pip install.
Signed-off-by: Oliver Steffen <osteffen@...>
---
.azurepipelines/templates/platform-build-run-steps.yml | 6 ++++++
.azurepipelines/templates/pr-gate-steps.yml | 6
|
By
Oliver Steffen
·
#93997
·
|
|
[PATCH v5 1/4] CI: don't force python verison (Linux only)
Use the Python supplied by the container image.
Signed-off-by: Oliver Steffen <osteffen@...>
---
.azurepipelines/templates/platform-build-run-steps.yml | 1 +
Use the Python supplied by the container image.
Signed-off-by: Oliver Steffen <osteffen@...>
---
.azurepipelines/templates/platform-build-run-steps.yml | 1 +
|
By
Oliver Steffen
·
#93996
·
|
|
[PATCH v5 0/4] CI: Use Fedora 35 container for Linux jobs
Update CI, run all Linux (aka Ubuntu-GCC5) based jobs in custom
containers.
The container image provides the required compiler toolchains and Qemu
for the supported architectures. These are then no
Update CI, run all Linux (aka Ubuntu-GCC5) based jobs in custom
containers.
The container image provides the required compiler toolchains and Qemu
for the supported architectures. These are then no
|
By
Oliver Steffen
·
#93995
·
|
|
Re: measurement to command-line/initrd for loading kernel via -kernel option
Of course, in a vertically integrated boot stack design, you would
never measure the same thing twice.
However, we have created such a spectacular mess for ourselves, with
loaders that call
Of course, in a vertically integrated boot stack design, you would
never measure the same thing twice.
However, we have created such a spectacular mess for ourselves, with
loaders that call
|
By
Ard Biesheuvel
·
#93994
·
|
|
Re: measurement to command-line/initrd for loading kernel via -kernel option
Nope. QemuLoadKernelImage loads the linux kernel from the virtual
filesystem created by QemuKernelLoaderFsDxe. And for the initrd it'll
just pass 'inittd=initrd' and the stub loads it.
We have two
Nope. QemuLoadKernelImage loads the linux kernel from the virtual
filesystem created by QemuKernelLoaderFsDxe. And for the initrd it'll
just pass 'inittd=initrd' and the stub loads it.
We have two
|
By
Gerd Hoffmann
·
#93993
·
|
|
Re: measurement to command-line/initrd for loading kernel via -kernel option
[pjones added because he's done a huge amount of work to get shim to
measure stuff correctly]
Wait, we have two separate cases: when the kernel boots via grub, which
is not direct boot and grub
[pjones added because he's done a huge amount of work to get shim to
measure stuff correctly]
Wait, we have two separate cases: when the kernel boots via grub, which
is not direct boot and grub
|
By
James Bottomley
·
#93992
·
|
|
Re: measurement to command-line/initrd for loading kernel via -kernel option
Hi,
Nope. OVMF just places kernel, initrd and cmdline images into a virtual
filesystem (see QemuKernelLoaderFsDxe), so the linux kernel efi stub is
able to load things using the efi file
Hi,
Nope. OVMF just places kernel, initrd and cmdline images into a virtual
filesystem (see QemuKernelLoaderFsDxe), so the linux kernel efi stub is
able to load things using the efi file
|
By
Gerd Hoffmann
·
#93991
·
|
|
[PATCH 2/2] MdeModulePkg/UsbBusDxe: Reset the device on error
Try a port reset if GetPortStatus returns and error.
Cc: Hao A Wu <hao.a.wu@...>
Cc: Ray Ni <ray.ni@...>
Signed-off-by: Sean Rhodes <sean@...>
---
Try a port reset if GetPortStatus returns and error.
Cc: Hao A Wu <hao.a.wu@...>
Cc: Ray Ni <ray.ni@...>
Signed-off-by: Sean Rhodes <sean@...>
---
|
By
Sean Rhodes
·
#93990
·
|
|
[PATCH 1/2] MdeModulePkg/UsbBusDxe: Avoid continuing on error path
Zero out the PortState in case GetPortStatus didn't set it, to avoid
continuing with EFI_DEVICE_ERROR.
Cc: Hao A Wu <hao.a.wu@...>
Cc: Ray Ni <ray.ni@...>
Signed-off-by: Sean Rhodes
Zero out the PortState in case GetPortStatus didn't set it, to avoid
continuing with EFI_DEVICE_ERROR.
Cc: Hao A Wu <hao.a.wu@...>
Cc: Ray Ni <ray.ni@...>
Signed-off-by: Sean Rhodes
|
By
Sean Rhodes
·
#93989
·
|
|
Re: measurement to command-line/initrd for loading kernel via -kernel option
I agree with this in principle. However, there are corner cases that
we would like to cover, such as booting Linux from the EFI shell. Or
in general, any loader that knows how to load an image and
I agree with this in principle. However, there are corner cases that
we would like to cover, such as booting Linux from the EFI shell. Or
in general, any loader that knows how to load an image and
|
By
Ard Biesheuvel
·
#93988
·
|
|
Re: measurement to command-line/initrd for loading kernel via -kernel option
(cc Ilias, Matt, Peter[], Daniel[])
Thanks for the example, this is helpful.
I am anticipating this if () to grow more branches pretty soon, so it
is high time we have a discussion about how to
(cc Ilias, Matt, Peter[], Daniel[])
Thanks for the example, this is helpful.
I am anticipating this if () to grow more branches pretty soon, so it
is high time we have a discussion about how to
|
By
Ard Biesheuvel
·
#93987
·
|
|
[PATCH] UefiPayloadPkg: Provide a wrapper for UniversalPayloadBuild.py
From: VictorX Hsu <victorx.hsu@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4071
Provide a wrapper to wrap UniversalPayloadBuild.py
Cc: Guo Dong <guo.dong@...>
Cc: James
From: VictorX Hsu <victorx.hsu@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4071
Provide a wrapper to wrap UniversalPayloadBuild.py
Cc: Guo Dong <guo.dong@...>
Cc: James
|
By
victorx.hsu@...
·
#93986
·
|
|
Re: [PATCH] MdeModulePkg/Bus/Pci/XhciDxe: Fix the Bug of clean InputContext in XhcEvaluateContext64();
Hi Miki:
I want to file a Bugzilla to track this issue , but I haven't a Bugzilla account yet, could you please help to
Hi Miki:
I want to file a Bugzilla to track this issue , but I haven't a Bugzilla account yet, could you please help to
|
By
Jiading Zhang
·
#93985
·
|
|
Re: Logical operator function in shell environment
Hi, Ray:
Thanks for your reply!
I looked it up in shell spec, not find logical operator functions supported.
I found shell supported redirect output to an environment variable.
But I could not
Hi, Ray:
Thanks for your reply!
I looked it up in shell spec, not find logical operator functions supported.
I found shell supported redirect output to an environment variable.
But I could not
|
By
Tiger Liu(BJ-RD)
·
#93984
·
|
|
Re: Logical operator function in shell environment
I don't know whether Shell supports such capability. Can you check the Shell spec?
It's also possible that Spec supports such capability but implementation doesn't.
Then you are welcome to implement
I don't know whether Shell supports such capability. Can you check the Shell spec?
It's also possible that Spec supports such capability but implementation doesn't.
Then you are welcome to implement
|
By
Ni, Ray
·
#93983
·
|
|
Re: [PATCH] MdeModulePkg/Bus/Pci/XhciDxe: Fix the Bug of clean InputContext in XhcEvaluateContext64();
Thanks.
Could you help to:
1) File a Bugzilla to track this issue at https://bugzilla.tianocore.org/enter_bug.cgi?product=EDK2;
2) Send a new version of the patch for code changes (please update
Thanks.
Could you help to:
1) File a Bugzilla to track this issue at https://bugzilla.tianocore.org/enter_bug.cgi?product=EDK2;
2) Send a new version of the patch for code changes (please update
|
By
Wu, Hao A
·
#93982
·
|
|
Re: [PATCH] MdeModulePkg/Bus/Pci/XhciDxe: Fix the Bug of clean InputContext in XhcEvaluateContext64();
I update XhcEvaluateContext64 according your suggesting and test in my platform, the KB and mass storage both can work!
I update XhcEvaluateContext64 according your suggesting and test in my platform, the KB and mass storage both can work!
|
By
Jiading Zhang
·
#93981
·
|
|
Logical operator function in shell environment
Hi, Experts:
I am writing a shell script.
I have a few questions about shell script syntax.
For examples:
1. Could I save register content (which is read with mm command) to a local variable?
Take
Hi, Experts:
I am writing a shell script.
I have a few questions about shell script syntax.
For examples:
1. Could I save register content (which is read with mm command) to a local variable?
Take
|
By
Tiger Liu(BJ-RD)
·
#93980
·
|
|
Re: [PATCH] MdeModulePkg/Bus/Pci/XhciDxe: Fix the Bug of clean InputContext in XhcEvaluateContext64();
Sorry, missed one change, “EPState” field should be cleared to 0 for input context:
INPUT_CONTEXT_64 *InputContext;
DEVICE_CONTEXT_64 *OutputContext;
Sorry, missed one change, “EPState” field should be cleared to 0 for input context:
INPUT_CONTEXT_64 *InputContext;
DEVICE_CONTEXT_64 *OutputContext;
|
By
Wu, Hao A
·
#93979
·
|
|
Re: [PATCH] MdeModulePkg/Bus/Pci/XhciDxe: Fix the Bug of clean InputContext in XhcEvaluateContext64();
Thanks for the information.
Yes, I think the “EPType” field should be initialized properly for the Evaluate Context command to work.
The spec mentions in 6.2.3 Endpoint Context that:
* Note:
Thanks for the information.
Yes, I think the “EPType” field should be initialized properly for the Evaluate Context command to work.
The spec mentions in 6.2.3 Endpoint Context that:
* Note:
|
By
Wu, Hao A
·
#93978
·
|