Re: [SeaBIOS] [PATCH] usb: Update USB hub code to support super speed hubs

2014-12-16 Thread Paul Menzel
Dear Kevin, thank you for the patch! I am adding Werner to CC. Am Montag, den 15.12.2014, 21:47 -0500 schrieb Kevin O'Connor: > Super speed hubs (usb3 spec) have specific initialization > requirements. Add the code necessary to detect and initialize these > hubs. Could you please add how you

[SeaBIOS] [PATCH] sdcard: Initial support for SD cards on PCI SDHCI controllers on QEMU

2014-12-16 Thread Kevin O'Connor
This adds basic read/write support for SD cards emulated by QEMU. This code is not expected to work on real hardware, because the current controller and card initialization is not robust. Signed-off-by: Kevin O'Connor --- PCI SDHCI support was just added to QEMU git (qemu commit 224d10ff). This

[SeaBIOS] [PATCH] Add wiki documentation to repository

2014-12-16 Thread Kevin O'Connor
Add a docs/ directory that contains the contents of the SeaBIOS wiki. Signed-off-by: Kevin O'Connor --- docs/Build_overview | 41 + docs/Debugging | 38 docs/Developer_Documentation | 13 +++ docs/Developer_links | 64 + docs/Downlo

[SeaBIOS] [RFC] Add SeaBIOS wiki documents to git repo

2014-12-16 Thread Kevin O'Connor
I've been thinking of adding the SeaBIOS wiki documents into the SeaBIOS git repo. The following patch shows what that might look like. (It creates a new "docs/" directory with files for each page currently on the wiki.) I'm not sure if doing this is a good idea. It would be nice to have the do