Re: [PATCH v14 10/10] tests: Add LoongArch to various test cases

2023-04-12 Thread Glenn Washburn
On 4/10/23 07:58, Xiaotian Wu wrote: 在 2023-04-10星期一的 15:36 +0800,Xiaotian Wu写道: 在 2023-04-10星期一的 03:20 -0300,Glenn Washburn写道: On 4/8/23 02:05, Xiaotian Wu wrote: The test results of running "make check" with qemu 7.2 are as follows: ===

Re: [PATCH v3 11/12] cryptodisk: Support key protectors

2023-04-12 Thread Glenn Washburn
On 4/12/23 06:15, Gary Lin wrote: From: Hernan Gatta Add a new parameter to cryptomount to support the key protectors framework: -P. The parameter is used to automatically retrieve a key from specified key protectors. The parameter may be repeated to specify any number of key protectors. These

Re: [PATCH] tests/util/grub-fs-tester: Add missing redirect to /dev/null

2023-04-12 Thread Daniel Kiper
On Mon, Apr 10, 2023 at 03:15:57AM +, Glenn Washburn wrote: > In filesystem timestamp test, a check is done to verify that the timestamp > for a file as reported in Linux by the filesystem is within a few seconds > of the timestamp as reported by GRUB. This is done by grepping the output > of G

[PATCH] Feature: Expose x86 CPU FMS from cpuid module

2023-04-12 Thread Paterson, Harley via Grub-devel
This patch exposes an x86 CPU's model, family, and stepping via flag in the `cpuid` command. Invoking `cpuid -f` will set the Grub environment variables `CPUID_FAMILY`, `CPUID_MODEL`, and `CPUID_STEP` for consumption by Grub scripts. Accessing the CPU FMS data requires a `cpuid(0x1)` call on both

reading grub.cfg

2023-04-12 Thread Laszlo Ersek
Hi, sorry for the beginner questions in advance. How does grub2 locate and read "grub.cfg"? My (very superficial) understanding is this: - grub2 relies on its own filesystem drivers; for example, it does not attempt to consume EFI_SIMPLE_FILE_SYSTEM_PROTOCOL directly on a UEFI system -- it pres

Re: [PATCH v14 10/10] tests: Add LoongArch to various test cases

2023-04-12 Thread Glenn Washburn
On 4/11/23 03:02, Xiaotian Wu wrote: 在 2023-04-10星期一的 15:58 +0800,Xiaotian Wu写道: 在 2023-04-10星期一的 15:36 +0800,Xiaotian Wu写道: 在 2023-04-10星期一的 03:20 -0300,Glenn Washburn写道: On 4/8/23 02:05, Xiaotian Wu wrote: The test results of running "make check" with qemu 7.2 are as follows: ==

Re: [PATCH v14 10/10] tests: Add LoongArch to various test cases

2023-04-12 Thread Glenn Washburn
On 4/10/23 07:58, Xiaotian Wu wrote: 在 2023-04-10星期一的 15:36 +0800,Xiaotian Wu写道: 在 2023-04-10星期一的 03:20 -0300,Glenn Washburn写道: On 4/8/23 02:05, Xiaotian Wu wrote: The test results of running "make check" with qemu 7.2 are as follows: ===