Re: [PATCH v2 0/7] Add xHCI USB support

2021-02-26 Thread Glenn Washburn
Good day Patrick, On Wed, 24 Feb 2021 07:46:48 +0100 Patrick Rudolph wrote: > Hi Glenn, > yes it's the same patch series, but has been cleaned and improved a > lot. I've addressed most of the comments received earlier. I see that I implied that you hadn't and I didn't mean to. I only meant to s

Re: [PATCH v2 0/7] Add xHCI USB support

2021-02-23 Thread Patrick Rudolph
Hi Glenn, yes it's the same patch series, but has been cleaned and improved a lot. I've addressed most of the comments received earlier. As stated in the commit message, USB 3.1 and USB 3.2 are not tested, as I lack hardware to test this. I'm not going to look into this any further into this as it

Re: [PATCH v2 0/7] Add xHCI USB support

2021-02-19 Thread Glenn Washburn
Hi Patrick, Thanks for the contribution. I think this would be a great addition to GRUB. However, there are a few issues I see at the moment. On Mon, 7 Dec 2020 08:41:20 +0100 Patrick Rudolph wrote: > Add basic support for xHCI USB controllers and non root xHCI hubs. > The motivation is to use

[PATCH v2 0/7] Add xHCI USB support

2020-12-06 Thread Patrick Rudolph
Add basic support for xHCI USB controllers and non root xHCI hubs. The motivation is to use this code on platforms that do not provide user input by runtime services (like BIOS or UEFI platform) do. This is the case when GRUB is used as coreboot payload for example. The code is based on seabios im