Timeline



2017-08-09:

19:00 Changeset in mainline [d31705d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Added missing command deallocation.
17:05 Changeset in mainline [9ee13a7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Fixed deallocation, corrected cstyle, removed trailing whitespace, …

2017-08-08:

14:09 Changeset in mainline [6fa91e4c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Michal Staruch <salmelu@…>
Added macros for device initialization for roothub.

2017-08-03:

08:06 Changeset in mainline [65c28f7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
libposix: add dlfcn.h, stdbool.h and sys/time.h

2017-08-01:

20:36 Ticket #686 (IRQ pseudo code registration/deregistration broken) created by Jakub Jermář
The IRQ pseudocode registration mechanism requires a unique "devno" …
13:04 Changeset in mainline [834d354]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Petr Manek <petr.manek@…>
Corrected cstyle.

2017-07-31:

20:00 Changeset in mainline [174788f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Started working on device allocation.
19:59 Changeset in mainline [7428b92]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Fixed a typo, added ADD_SET macros for input ctrl context, removed …
19:58 Changeset in mainline [73e5b62]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
DCBAA now correctly holds physical addresses of the device contexts, a …

2017-07-30:

16:01 Changeset in mainline [c9bec1c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Refactored the add_command function, the return of the cmd was meant …

2017-07-29:

21:55 Changeset in mainline [0cabd10]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Petr Manek <petr.manek@…>
Added command to set TR dequeue pointer.
20:35 Changeset in mainline [9f5b613]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Petr Manek <petr.manek@…>
Fixed assert assignment typo.

2017-07-24:

20:00 Changeset in mainline [66dcc24]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Fixed port regs reading on port change event, new devices are now …
19:10 Changeset in mainline [f7bd246]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Fixed hub port extraction. Also refactored padding in op_regs, because …
18:16 Changeset in mainline [7dee9b7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Fixed portrs offset in op_regs, now when we add a device the correct - …
13:36 Changeset in mainline [1b78a7c1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Added setter/getter macro for command trbs to eliminate repeated …
13:08 Changeset in mainline [2fa43d1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Command handling is now less error prone as we search the list of …
01:46 Changeset in mainline [3dc519f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Added the ability to stop and abort the command ring, though …
00:21 Changeset in mainline [60f7c590]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Fixed crashes cause by deallocating statically allocated trbs pointed …

2017-07-23:

21:42 Changeset in mainline [eff60ca]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Refactored the code to ease up the load of irrelevant information in …
19:31 Changeset in mainline [2e7692f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Removed redundant setting of the trb's pcs flag - it is set in …
19:23 Changeset in mainline [c46c356]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Added command list deallocation during hc finalization.
19:14 Changeset in mainline [e50bdd92]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Event handler now processes all event trbs that belong to us on the …
19:13 Changeset in mainline [c4d4fa2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Removed unused parameter to command waiting function. Removed …
01:31 Changeset in mainline [a06fd64]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Fixed the ERDP update, we were missing macro definitions for EHB and …

2017-07-22:

23:09 Changeset in mainline [aee352c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Added a temporary workaround about faulty interrupts (IP being reset …
23:07 Changeset in mainline [110d795]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Overhauled command system, not a special structure is passed that can …
01:07 Changeset in mainline [9af3281]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Added initialization of allocated ERST segments, previously garbage …

2017-07-21:

20:00 Changeset in mainline [3009164]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Deduplicate multiboot cmdline parsing code
19:21 Changeset in mainline [9ef1fade]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Support boot_args also for multiboot2 boots

2017-07-19:

18:29 Changeset in mainline [12fba858]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Fixed the value of ERDP sent to the xHC, according to section 4.9.4 it …

2017-07-18:

17:22 Changeset in mainline [955e988]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Fixed cstyle.

2017-07-17:

15:34 Changeset in mainline [cded246]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Applied similar fix to the dcbaa one, crc_hi was rewriting crc_lo.
15:12 Changeset in mainline [79d1e13]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Fixed dcbaap_hi accessor macro, it was the same as dcbaap_lo and since …
14:57 Changeset in mainline [37789b5f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Fixed the dcbaa pointer passed to the xHC.

2017-07-16:

17:55 Changeset in mainline [9f64c1e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Fix fat32 EBPB packing. Fix 32-bit FAT BS being detected as MBR. Fix …
17:24 Changeset in mainline [c8bb7090]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Corrected cstyle.
17:20 Changeset in mainline [fe5db713]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Added stream context and input control context extraction macros.
17:19 Changeset in mainline [c058a388]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Added reset device command sender, assertions to sender and TODOs …

2017-07-14:

21:31 Changeset in mainline [5772aa1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
VBD needs to empty a newly created partition before exposing it to the …
17:28 Changeset in mainline [7bd99bf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Michal Staruch <salmelu@…>
Added roothub communication for adding devices.

2017-07-13:

19:28 Changeset in mainline [05aeee0e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Added reset endpoing and stop endpoint sending functions.
18:59 Changeset in mainline [4fa5342]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Added more compact way to report error codes similar to the trb type …
18:42 Changeset in mainline [c9ce62a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Added sending function for the evaluate context command.
18:28 Changeset in mainline [665bf3c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Added a function that sends the configure endpoint command. Refactored …
15:13 Changeset in mainline [8db42f7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Added ADDRESS DEVICE command sender and a basic handler.
14:26 Changeset in mainline [5ac5eb1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Added means to send & handle disable slot command, improved cstyle and …
13:20 Changeset in mainline [c362127]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jaroslav Jindrak <dzejrou@…>
Updated .bzrignore to include the HelenOS executable of the xhci driver.
Note: See TracTimeline for information about the timeline view.