8e78950ac7
[Voyageurs] Send AddressDevice Command to move port to 'Addressed' State.
dd2687a59a
[Voyageurs] Additional logging about command completion events.
4cb0b0b2ae
[Voyageurs] XHCI Event Segment working with polling.
b41784b938
[Voyageurs] Create an abstraction for managing TRBs.
2228b5b52e
[Voyageurs] First Pass XHCI Controller, resets the controller.
3bacfea183
[Yellowstone] Add method to get XHCI configuration space.
80e734855c
Fix spelling errors in first posts (yikes).
adeb3cf394
Blind SQL Injection Post
27c39d05e8
[Yunq] Add basic test for repeated fields.
65e9fa1767
Update asm compiler for test-mem as well.
9222f59da3
[Yunq] Add tests for capability serialization.
01e10fb47e
Set asm att compiler to gcc in the test environment.
a98e66ac47
[Yunq] Add serialization tests for Types message.
3114ac110a
[Glacier] Fix string memory deletion (thanks valgrind)../scripts/qemu.sh
cd1304beae
[Denali] Add back accidentally deleted files.
a1f0197e83
[Yunq] Add parse/serialize for i64 field along with tests.
e83720e67c
[Yunq] Only generate client and server files if an interface exists.
9c860dd6a4
[Yunq] Add support for repeated nested fields
05f2403dc2
[Mammoth] Allow allocating slightly more memory.
9e12531651
[Yunq] Move method numbers to a scheme set by the parser.
3b91819a4b
[Yunq] Move message fields to a numbering scheme set by the parser.
ee341fa739
Draft 0.1.1 release notes added with work so far.
984d8b143e
[Yunq] Move message parser to shared internal function.
a71d5e9d24
[Yunq] Explicitly specialize serialization template functions.
7ec4f696a8
[Yunq] Move serialization to yunq library.
0135d8d844
[Yunq] Accept a message view on message parsing.
75d84a0fa5
[Yunq] Read capabilities using the parsing library.
0e6aa532a1
[Yunq] Move MessageView higher in call stack.
30b220b2fb
[Yunq] Move repeated field parsing to the yunq library.
9e9ef21a3d
[Yunq] POC for moving yunq parsing to a library.
5eb72da9c8
Move glcr::Array & glcr::ArrayView loops to range-based.
0a57d149b6
[Glacier] Add iterator to Array and ArrayView.
66e7e95855
[Glacier] Factor Vector iterator logic into standalone class.
b2354ae341
Move many loops over glcr::Vector to range-based loops.
c06d1741f3
[Glacier] Add a vector iterator.
36a09f98c9
[Glacier] Add a vector move contructor test.
1b18739403
Separate memory testing script and only generate Cmake dir if necessary.
5f1053cf17
[Glacier] Add Vector tests with memory check.