Timeline



2013-01-25:

22:55 Changeset in mainline [945d66c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
libusbdev: Don't use the descriptor field directly. Make descriptor …
22:21 Changeset in mainline [c39e9fb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
usb, drivers: Use usb_device_* wrappers.
22:20 Changeset in mainline [f6b2a76]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
libusbdev: Add name getting wrapper.
21:51 Changeset in mainline [ffa254f1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
usbflbks: Remove dummy ctl function. It did nothing.

2013-01-24:

22:31 Changeset in mainline [7275e520]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32, boot: Keep ICache and BPredictors enabled on armv7. Works OK.
22:07 Changeset in mainline [005b765]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Merge arm improvements. Speed up boot by enabling caches early (but …
22:04 Changeset in mainline [24bead17]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32, boot: Remove unnecessary gta02 cache flush.
21:50 Changeset in mainline [378757f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
bootloader mm: add r0 to the list of clobbered registers in …
21:41 Changeset in mainline [6968948]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
bootloader mm: add support to the cacheable property for am335x.
21:19 Changeset in mainline [0f4bff8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
libusbdev: Add and use few new wrappers.
21:18 Changeset in mainline [077b9172]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Merge changes from jan.vesely/helenos/arm
21:18 Changeset in mainline [b1011dae]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Merge changes from jan.vesely/helenos/arm
21:15 Changeset in mainline [0e63d34]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Fix build failures.
20:21 Changeset in mainline [5e761f3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
boot mm.c fixes: - disable the MMU before starting changing the page …
19:53 Changeset in mainline [b7e41ac]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Add beaglebone BOOT_BASE and PA_OFFSET properties
19:48 Changeset in mainline [c124dce3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Typos and comments.
15:50 Ticket #413 (Port GNU Compiler Collection (gcc) to HelenOS) updated by Vojtech Horky
Status, Owner changed
13:55 Changeset in mainline [7699c21]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add setbuf() function (C89)
13:31 Ticket #510 (Switching between Virtual Console using F1-F11 key) updated by Martin Decky
Also please make sure that the F10 key does not get actually …
13:24 Ticket #510 (Switching between Virtual Console using F1-F11 key) updated by Vojtech Horky
I am not able to reproduce this. I tried both simulated USB keyboard …
08:29 Ticket #12 (Eliminate one of two copies during IPC_M_DATA_WRITE) updated by Man OS
Status, Owner changed
08:18 Ticket #12 (Eliminate one of two copies during IPC_M_DATA_WRITE) updated by Jakub Jermář
Note that this ticket requires understanding of and fiddling with …

2013-01-23:

20:57 Changeset in mainline [cfeb368]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32, boot: Remove redundant parameter.
20:52 Changeset in mainline [df334ca]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32, boot: Enable all caches on all ARMs. We disable them again later.
20:48 Changeset in mainline [b80d132]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32, boot: Flush everything to PoC (memory) and disable caches …
13:19 Ticket #12 (Eliminate one of two copies during IPC_M_DATA_WRITE) updated by Man OS
Status, Owner changed
07:19 Ticket #511 (Keys not work in some cases) updated by Man OS
I am using 1) QEMU emulator 2) prepared image ia32 , version-0.5.0 …
07:18 Ticket #510 (Switching between Virtual Console using F1-F11 key) updated by Man OS
I am using 1) QEMU emulator 2) prepared image ia32- version 0.5.0 …
00:12 Changeset in mainline [bfb6576]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32, boot: Rework boot time cache handling. Enable Icache early. …
00:11 Changeset in mainline [c19808fd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32, barriers: Add note about availability of Cache line size information

2013-01-21:

15:29 Ticket #511 (Keys not work in some cases) created by Man OS
1) Ctrl+s is for saving a file , Our keyboard have two controls but …
14:09 Ticket #510 (Switching between Virtual Console using F1-F11 key) created by Man OS
Switching between Virtual Consoles using F1-F11 keys does not work for …
00:22 Changeset in mainline [c9d0642d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32, bbxm: Disable boot time caches yet again. Boot fails after …
00:14 Changeset in mainline [a14f346]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
amdm37x_dispc: Replace kenrel driver with uspace one. Works on qemu.
00:10 Changeset in mainline [c7d11a0b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
amdm37x_dispc: Fixes. Assign vizualizer ops. Store pointer to newly …

2013-01-20:

23:00 Changeset in mainline [6ab189f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
amdm37x_dispc: Set correct match id.
22:59 Changeset in mainline [943a1dc6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
amdm37x_dispc: Set workhorse function on mode switch.
22:40 Changeset in mainline [f03f107]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
amdm37x_dispc: Implement damage_handling. Copied over from kfb.
22:17 Changeset in mainline [7fa2031]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
amdm37x_dispc: Implement mode changing.
21:35 Changeset in mainline [e1530ec2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
use uImage OS type 2 (NetBSD) to prevent u-boot from corrupting the …
21:34 Changeset in mainline [96228d0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
amdm37x_dispc: Initialize associated visualizer in dispc_init
21:06 Changeset in mainline [9cc4b2b4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
amdm37x_dispc: Init vizualizer.
20:47 Changeset in mainline [74db5a1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
amdm37x_dispc: Add function initialization. Covnert register map to …
20:45 Changeset in mainline [163bc23]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
libdrv: Add useful macros to ddf logger.
20:04 Changeset in mainline [4e3bfab]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
amdm37x_dispc: Convert main.c file
20:02 Changeset in mainline [d57ff6f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
amdm37x_dispc: Begin conversion, remove unused header.
19:44 Changeset in mainline [079cacf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
amdm37x_dispc: Copy register map from kernel.
19:40 Changeset in mainline [a202dbb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add amdm37x_dispc driver as a copy of the kfb driver.
17:46 Changeset in mainline [297fda2c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Implement smc_coherence_block.
17:41 Changeset in mainline [33d394a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Implement smc_coherence.
17:39 Changeset in mainline [9a5ccc14]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Fix smc_coherence call.
17:23 Changeset in mainline [bafd198]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32, fpu: minor cleanup
16:39 Changeset in mainline [b8bb2bc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Drop bbxm specific optimizations.
16:02 Changeset in mainline [83742a4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Add cache maintenance to jump_to_kernel, enable caches on bbxm …
11:47 Changeset in mainline [4a79e6f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32, sec_sext: Fix incorrect ifdef
11:45 Changeset in mainline [c8a5c8c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Start performance counters only if we can't use timer extensions.
11:42 Changeset in mainline [7a38962]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Replace cortex-a8 compile check with runtime cache type check. …
00:27 Changeset in mainline [9043e7e0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Count every 64th cycle. The coutner is 32bit, at 600Mhz it …
00:11 Changeset in mainline [9eec7bc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Enable branch predictors on Cortex-A8. It seems to work ok on bbxm.

2013-01-19:

23:59 Changeset in mainline [3fa509b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32, armv7: Add reading of performance cycles counter. Fix comment …
22:59 Changeset in mainline [4b28c70]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: CLIDR is armv7 only.
22:37 Changeset in mainline [c3213bb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32, cp15: Add Cache Type Register values.
19:01 Changeset in mainline [612edca]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32, page_fault: Use cp15 helpers.
18:50 Changeset in mainline [26e3db2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Switch cpu identification to cp15 helpers.
18:17 Changeset in mainline [a03b609]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Convert sctlr use to cp15 helpers.
16:59 Changeset in mainline [827aae5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: disable boot caches on bbxm. Does not work.
16:35 Changeset in mainline [bad1f53]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Detect caches on armv7
11:28 fat.disasm attached to Ticket #509 by Jakub Jermář
fat.disasm, mainline,1741
11:26 SAM_1336.JPG attached to Ticket #509 by Jakub Jermář
Screenshot depicting one of these crashes, mainline,1741
11:15 Ticket #509 (Applications crash in malloc() in the recent gta02 builds) created by Jakub Jermář
As of mainline,1741, but also prior to this revision, …
02:25 Changeset in mainline [5fcd537]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Merge mainline changes. Includes bbxm fpu fix and other arm changes. …

2013-01-18:

22:30 Changeset in mainline [6218d4b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix build on gta02.
20:49 Changeset in mainline [660e8fa]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Merge arm fpu fixes. Enable FPU coprocessor (cp10/11) access. Test …
20:06 Changeset in mainline [a640bc1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm, sec extensions: Add comments and remove use of sec extensions. …

2013-01-17:

19:58 Changeset in mainline [9f8a07d3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
bootloader: add support to the beaglebone UART0
19:57 Changeset in mainline [28a6190]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
mm: add support to the beaglebone
19:56 Changeset in mainline [47bd0f8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
bbone initialization: - initialize the DMTIMER0. - the …

2013-01-16:

23:09 Changeset in mainline [cd8db93]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: check only monitor mode to determine secure state. Accessing …

2013-01-15:

21:50 Changeset in mainline [ef40434]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
usb: Drop deprecated usb hc interface functions.
20:39 Changeset in mainline [ef4e8eb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Remove unused usb hub code. All the functionality is now handled by …
20:01 Changeset in mainline [918e1e84]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
usbinfo: Remove the old way to list devices.
19:56 Changeset in mainline [16b64b8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
usbinfo: Add a new way to list usb devices.
19:55 Changeset in mainline [94fbf78]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
libdrv: Add function for creating direct connections to devices.

2013-01-13:

14:59 Changeset in mainline [17cc8f4f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Merge mainline changes

2013-01-11:

01:34 Changeset in mainline [3de8aaa6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32, fpu:Remove useless double check form fpu context save/restore. …
01:33 Changeset in mainline [bedd81b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32, fpu: Disable exception checking in context save.
01:28 Changeset in mainline [07d62a9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: remove debug output.
01:27 Changeset in mainline [eb1d9c1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32, cp15: Fix write macro to actually generate writes. Fixes fpu …
00:34 Changeset in mainline [7e87436]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Add Security extensions basics. No monitor call handling, just …

2013-01-10:

22:35 Changeset in mainline [b9f72b97]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32, fpu: Put function declarations near enum values.
22:33 Changeset in mainline [97718a5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32, fpu: Switch to new coprocessor macros. Disable code accessing …
22:33 Changeset in mainline [7dc8bf1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Implement barriers for armv7-a
22:31 Changeset in mainline [1f271d9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Fix cp15 access generator macro.
20:53 Changeset in mainline [467f0c0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Only check cpacr on armv7. Earlier versions do not support the …

2013-01-09:

19:36 Changeset in mainline [6a6ebde]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Add some cp15 register values. Change MODE_ values to enum Add …
08:10 Ticket #508 (Parallel sessions don't mix well with call forwarding) created by Jakub Jermář
As of mainline,1739, there appear to be two problems with …

2013-01-08:

23:40 Changeset in mainline [813b024]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Add a single header with all system control coprocessor accessors
21:10 Ticket #507 (Kernel assertion fail at phone_deallocp() at ...) created by Jan Vesely
bug in uhci driver caused an ipc storm that produced this: failed …

2013-01-07:

21:41 Changeset in mainline [1c73603]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
libusbhost: release address on device removal
17:37 Changeset in mainline [a5a470c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
usbhub: Decrease op count on error paths.
17:30 Changeset in mainline [c9467b0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
usbhub: Fix after porting to new usb ops. Check attached handle …
17:29 Changeset in mainline [e6becb9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
libusbhost: Don't try to destroy device if unbind fails.
16:52 Changeset in mainline [3df8ea9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
usbhub: Switch to new usb interface functions and provided …
16:50 Changeset in mainline [c8c758d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
libusbdev: Create USB bus connection during initialization.
16:38 Changeset in mainline [56bd6f11]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
libusbhost: Implement new usb interface functions.
16:26 Changeset in mainline [e938fa6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
libdrv: Add hub required bus functions to usb iface.

2013-01-06:

23:24 Changeset in mainline [61b5cf0c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: More info about coprocessors.
20:00 Changeset in mainline [b4b3a4cb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Print message when accessing coprocessors would fail.
19:52 Changeset in mainline [de36fdd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Move fpu handling code to .s file. restrict kernel fpu …
19:20 Changeset in mainline [664fd6d5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Check access to CP10 and CP11 before using fpu instructions.
16:19 Changeset in mainline [b995183]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
libusbhost: Add support for device removal. Use address as id.
14:46 Changeset in mainline [be554d9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
uhci: Add workaround for certain hw. Fixes UHCI on acer aspire …
13:19 Changeset in mainline [e646c61]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
uhci: Add rh debug messages
13:18 Changeset in mainline [5c058b6e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
libusbvirt: Add malloc check.
12:20 Changeset in mainline [44d518b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
uhci: Fix port status conversion.
02:59 Changeset in mainline [74271e0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Remove all traces of uhcirh
02:47 Changeset in mainline [3848fec]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
uhci: Switch to new emulated root hub.
02:46 Changeset in mainline [c95c00e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
uhci: Add root hub emulation. This device uses libusbvirt and si …
02:36 Changeset in mainline [ea30cc1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
libsubdev: Add delay parameter to autopol. usbhub: Set delay to 255 …
01:14 Changeset in mainline [dc1d499]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
usbhub: Print more info about power switching
01:13 Changeset in mainline [f3185a5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
libusbvirt: Fix sending of hub descriptor.
00:28 Changeset in mainline [6f53811]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
libusb: Implement hub descriptor dump.

2013-01-05:

23:27 Changeset in mainline [1da979d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
vhc: Report no power control and no oc on root hub.
21:52 Changeset in mainline [32c2c8f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
libusbvirt: Add basic hub device implementation. It takes care of …
19:49 Changeset in mainline [b997e7b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
libusbvirt: Add support for status requests
18:23 Changeset in mainline [2a6e2358]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
libusbvirt: Make request creation macros available in header.
17:05 Changeset in mainline [c9399c0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
libusbvirt: Drop custom request type format. use the one provided by …
13:29 Changeset in mainline [d1974966]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
libusbvirt: More const.
12:48 Changeset in mainline [97663ee]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
libusbvirt: Add few const qualifiers.
11:36 Changeset in mainline [f704194]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
vhc: Whitespace fixes
11:35 Changeset in mainline [bbd68a4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
libisbhost: Add message to error path.

2013-01-04:

21:31 Changeset in mainline [a3886be]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
libusbhost: Remove the old root hub initialization code.
20:31 Changeset in mainline [ae86f89]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Have a safe path that only enables paging.
19:12 Changeset in mainline [ceb444c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
ohci: Switch to new root hub initialization. Change few messages to …
16:51 Changeset in mainline [0e97b4b5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
vhc: Switch to new roothub initialization. Remove device address …
16:49 Changeset in mainline [237df2f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
libusbhost: Add host side device initialization. Add new roothub …
16:09 UsersGuide/CompilingFromSource edited by Martin Sucha
Add links to more information about running HelenOS (diff)
16:03 UsersGuide/CompilingFromSource edited by Martin Sucha
Add information about toolchain dependencies (diff)
15:55 UsersGuide/CompilingFromSource edited by Martin Sucha
Add a note about a possibility to use custom toolchain installation … (diff)
14:18 Changeset in mainline [daf199f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
libusbdev: Drop special handling of multiinterface device match id …
12:55 Changeset in mainline [b4c1c95]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
libusbhost: Add more hcd wrappers.
11:22 Changeset in mainline [0816c2e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
libusbhost: Add hcd endpoint manipulation wrappers
10:40 Changeset in mainline [17bbb28]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
libusbhost: Sync function definition param.

2013-01-03:

20:49 Changeset in mainline [9b6e40b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Add memory barrier before ICache flush. just to be sure there …
20:46 Changeset in mainline [2a8f38a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Implement memory barriers for armv6 and armv7. Older arms are …
20:30 Changeset in mainline [f65b8e0c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Make cpu_sleep implementation depend on PROCESSOR macros. Add …

2013-01-01:

18:17 Changeset in mainline [2a77eaa2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32, boot: Drop l2 cache enabling. Add armv7 cache invalidate. L2 …
17:03 Changeset in mainline [e55fcd2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Disable branch predictors for general operations. Branch …
12:15 Changeset in mainline [0acd339]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32,bbxm: Make boot mapping pages cacheable
11:48 Changeset in mainline [1a3a632]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32, boot: Merge Cortex-A8 and gta02 paths. We enable caches and …
11:46 Changeset in mainline [4a46ccc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32,boot: Remove nested ifdef
11:44 Changeset in mainline [029e3cc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Mainline changes (boot caching for gta02)

2012-12-31:

08:41 Changeset in mainline [b5a3b50]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Enable ARM caches in the boot stage of HelenOS to speed up the …

2012-12-30:

21:18 Changeset in mainline [a4afc8d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Sync boot and kernel cache handling.
21:17 Changeset in mainline [46a6a5d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Reorganize CPU initialization. Extensions that have safe …
20:14 Changeset in mainline [9e2132a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
usbmid: Don't use ddf_fun_data_implant. Remove unused pointer to …
19:56 Changeset in mainline [6df4adc4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
usbmid: Spawn ddf functions sooner.
19:49 Changeset in mainline [68e1023]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
usbmid: Use function name in debug messages.
19:04 Changeset in mainline [34289ea]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
usmid: return error code instead of weird bool rc conversions.
14:39 Changeset in mainline [876160ca]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32, boot: LImit chache enabling to Cortex-A8 MPU. Cache behavior …
14:05 Changeset in mainline [e7b0b85]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Re introduce PROCESSOR macro.
13:37 Changeset in mainline [bfb57fb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Consolidate machine specific defines
13:32 Changeset in mainline [5d9e36b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Rename PROCESSOR macro to PROCESSOR_ARCH We'll need PROCESSOR …

2012-12-29:

23:23 Changeset in mainline [949869d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
armv7: Enable flow predictions.
23:15 Changeset in mainline [2826998]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm32: Enable I-Cache for arm7 in boot code. We enable it later for …
23:12 Changeset in mainline [26e550c2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
arm: Implement WFI routine for icp.
22:16 Changeset in mainline [b26396e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Mainline changes
20:07 Changeset in mainline [b55877d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
arm32: Do not destroy the restart PC when restarting an atomic sequence.
10:48 Changeset in mainline [e1a27be]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Merge mainline changes

2012-12-26:

19:02 Changeset in mainline [db8b7ca]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
libusbdev: Drop support for custom function data and ops. Unused and …
Note: See TracTimeline for information about the timeline view.