Re: announcing XHCI support (USB 3.0)

2020-08-17 Thread Thomas Frauendorfer
Hi Jan, I noticed that the code will not handle XHCI controllers with multiple USB 3 port ranges. This is no problem with USB 3.0 controllers, but the USB 3.1 and USB 3.2 specs brought additional speeds. At my workplace we have a Ryzen mainboard with an XHCI controller where 2 ports support up to

Re: [PATCH] Fix typo

2020-08-17 Thread Daniel Kiper
On Mon, Aug 03, 2020 at 09:22:49PM +, Ave Milia via Grub-devel wrote: > --- > grub-core/video/bochs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/grub-core/video/bochs.c b/grub-core/video/bochs.c > index 3bcfa53a9..7a249eb21 100644 > --- a/grub-core/video/bochs.c

Re: [PATCH] i386/relocator_common.S: drop empty #ifdef

2020-08-17 Thread Daniel Kiper
On Wed, Aug 12, 2020 at 05:28:14PM +0800, Cao jin wrote: > Signed-off-by: Cao jin Reviewed-by: Daniel Kiper Daniel ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [CRYPTOMOUNT-TEST 0/7] Add LUKS1/2 tests for cryptomount

2020-08-17 Thread Glenn Washburn
Ugh, I accidentally send this patch series unthreaded. Also, the v2 patches for patches 6 and 7 supersede the original ones. There is a bug fix for grub-shell-luks-tester when using --debug and a the changes in grub_cmd_cryptomount are essentially functionally equivalent to the original (mostly

[CRYPTOMOUNT-TEST v2 6/7] tests: Add grub-shell-luks-tester to facilitate functional LUKS1/2 testing.

2020-08-17 Thread Glenn Washburn
Signed-off-by: Glenn Washburn --- Makefile.util.def| 6 + tests/util/grub-shell-luks-tester.in | 321 +++ 2 files changed, 327 insertions(+) create mode 100644 tests/util/grub-shell-luks-tester.in diff --git a/Makefile.util.def b/Makefile.util.def

[CRYPTOMOUNT-TEST v2 7/7] test: Add cryptomount test.

2020-08-17 Thread Glenn Washburn
Signed-off-by: Glenn Washburn --- Makefile.util.def | 6 ++ tests/grub_cmd_cryptomount.in | 154 ++ 2 files changed, 160 insertions(+) create mode 100644 tests/grub_cmd_cryptomount.in diff --git a/Makefile.util.def b/Makefile.util.def index