sdk/emulator/emulator-kernel.git
12 years agovirtio-esm: Clean-up source code.
syeon.hwang [Thu, 20 Dec 2012 02:14:50 +0000 (11:14 +0900)]
virtio-esm: Clean-up source code.

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
12 years agomaru_camera : remove sonar viloation
jinhyung.jo [Thu, 20 Dec 2012 01:47:14 +0000 (10:47 +0900)]
maru_camera : remove sonar viloation

remove sonar violation

Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
12 years agoMerge "maru_codec : Fixed a bug when audio some codecs are decoded simultaneously...
Yeongkyoon Lee [Tue, 18 Dec 2012 04:59:29 +0000 (13:59 +0900)]
Merge "maru_codec : Fixed a bug when audio some codecs are decoded simultaneously." into release

12 years agomaru_virtio_keyboard : Modified virtio_keyboard driver.
Kitae Kim [Mon, 17 Dec 2012 06:02:25 +0000 (15:02 +0900)]
maru_virtio_keyboard : Modified virtio_keyboard driver.

Goto statement, comment and etc. in this driver break the sonar rules in C.

Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
12 years ago[Title]modified for removing sonar violation
sungmin ha [Tue, 18 Dec 2012 01:20:12 +0000 (10:20 +0900)]
[Title]modified for removing sonar violation
[Desc.]
[Issue]Numeric variables being used within a for loop for iteration counting shall not be modified in the body of the loop

12 years agomaru_codec : Fixed a bug when audio some codecs are decoded simultaneously.
Kitae Kim [Mon, 17 Dec 2012 17:10:23 +0000 (02:10 +0900)]
maru_codec : Fixed a bug when audio some codecs are decoded simultaneously.

Source cleanup and codec driver can get and set offset of device memory for audio type.

Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
Conflicts:

package/changelog

12 years agopackage: version up
syeon.hwang [Mon, 17 Dec 2012 08:58:39 +0000 (17:58 +0900)]
package: version up

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
12 years ago[Title]modified for removing sonar violation
sungmin ha [Mon, 17 Dec 2012 08:26:34 +0000 (17:26 +0900)]
[Title]modified for removing sonar violation
[Desc.]
[Issue]

12 years agovirtio-esm: Add missing source file
syeon.hwang [Thu, 13 Dec 2012 08:30:55 +0000 (17:30 +0900)]
virtio-esm: Add missing source file

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
12 years agovirtio-esm: First introduce of virtio-esm
syeon.hwang [Wed, 12 Dec 2012 08:04:04 +0000 (17:04 +0900)]
virtio-esm: First introduce of virtio-esm

Introduce "Maru VirtIO EmulatorStatusMedium" for represent boot up progress.

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
12 years agoMerge "maru_camera : fixed a bug locking up" into release
Yeongkyoon Lee [Mon, 17 Dec 2012 04:29:26 +0000 (13:29 +0900)]
Merge "maru_camera : fixed a bug locking up" into release

12 years agomaru_camera : fixed a bug locking up
jinhyung.jo [Mon, 17 Dec 2012 04:11:32 +0000 (13:11 +0900)]
maru_camera : fixed a bug locking up

fixed a bug locking up when the camera starting.

Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
12 years agomodified maru_usb_mass_storage for removing remanent sonar violations
sungmin ha [Thu, 13 Dec 2012 10:52:12 +0000 (19:52 +0900)]
modified maru_usb_mass_storage for removing remanent sonar violations

12 years agomodified maru usb, jack and power supply for removing sonar violations
sungmin ha [Thu, 13 Dec 2012 10:38:26 +0000 (19:38 +0900)]
modified maru usb, jack and power supply for removing sonar violations

12 years agomaru_brightness : remove Sonar violations
jinhyung.jo [Fri, 14 Dec 2012 09:41:08 +0000 (18:41 +0900)]
maru_brightness : remove Sonar violations

remove Sonar violations

Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
12 years agomaru_overlay : remove Sonar violations
jinhyung.jo [Fri, 14 Dec 2012 09:40:40 +0000 (18:40 +0900)]
maru_overlay : remove Sonar violations

remove Sonar violations

Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
12 years agomaru_camera : remove Sonar violations
jinhyung.jo [Fri, 14 Dec 2012 09:40:23 +0000 (18:40 +0900)]
maru_camera : remove Sonar violations

remove Sonar violations

Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
12 years agopackage: version up
giwoong.kim [Tue, 27 Nov 2012 07:42:39 +0000 (16:42 +0900)]
package: version up

1.4.4

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
12 years agotouchscreen: modified touch device range for ABS_X/Y
giwoong.kim [Tue, 27 Nov 2012 07:39:39 +0000 (16:39 +0900)]
touchscreen: modified touch device range for ABS_X/Y

temporary patch

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
12 years agomaru_virtio_keyboard : a bug for free corruption fixed when virtio-keyboard driver...
Kitae Kim [Wed, 14 Nov 2012 13:10:15 +0000 (22:10 +0900)]
maru_virtio_keyboard : a bug for free corruption fixed when virtio-keyboard driver is removed.

When virtio-keyboard driver is removed, the bug is rarely happend.
The reason why the bug is happend is that virtio-keyboard driver uses
wrong input APIs. input_free_device cannot use after input_unregister_device func.

Signed-off-by : Kitae Kim <kt920.kim@samsung.com>

12 years agomaru_virtio_keyboard : change a way to transfer data between qemu and kernel.
Kitae Kim [Wed, 7 Nov 2012 13:30:25 +0000 (22:30 +0900)]
maru_virtio_keyboard : change a way to transfer data between qemu and kernel.

The previous way to transfer data between qemu and kernel had a problem,
when key events were copied concurrently. So, add a queue for key event.

Signed-off-by : Kitae Kim <kt920.kim@samsung.com>

12 years agopackage: version up
giwoong.kim [Mon, 12 Nov 2012 08:43:33 +0000 (17:43 +0900)]
package: version up

1.4.3

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
12 years agoinit: removed an invalid symbolic-link
giwoong.kim [Mon, 12 Nov 2012 08:37:06 +0000 (17:37 +0900)]
init: removed an invalid symbolic-link

touchscreen0, keyboard0, smotion node

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
12 years agopackage: version up
giwoong.kim [Mon, 5 Nov 2012 11:45:16 +0000 (20:45 +0900)]
package: version up

1.4.2

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
12 years agoinput: do not ignore a touch event on emulator
giwoong.kim [Mon, 5 Nov 2012 08:08:10 +0000 (17:08 +0900)]
input: do not ignore a touch event on emulator

A click event of host mouse is a touch event on emulator.
The current touch event may be same as the previous coordinate data.
In this case, do not ignore a touch event.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
12 years agoMerge branch 'develop' into release
Kitae Kim [Fri, 2 Nov 2012 08:26:23 +0000 (17:26 +0900)]
Merge branch 'develop' into release

Conflicts:
package/changelog
package/pkginfo.manifest

12 years agoMerge "package : update changelog and package version" into develop
Yeongkyoon Lee [Wed, 31 Oct 2012 11:47:43 +0000 (20:47 +0900)]
Merge "package : update changelog and package version" into develop

12 years agopackage : update changelog and package version
jinhyung.jo [Wed, 31 Oct 2012 10:41:15 +0000 (19:41 +0900)]
package : update changelog and package version

update version to 1.3.24

Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
12 years agoarm_kernel : disable Linux logo config.
Kitae Kim [Wed, 31 Oct 2012 10:34:08 +0000 (19:34 +0900)]
arm_kernel : disable Linux logo config.

As x86 emulator does not display the Linux logo during booting,
arm emulator need to be the same as it.

12 years agopackage: enable to build arm packages.
Kitae Kim [Wed, 31 Oct 2012 10:26:49 +0000 (19:26 +0900)]
package: enable to build arm packages.

Since build environment has been set, enable to build arm package.

Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
12 years agomaru_bl : modified the range of the brightness level
jinhyung.jo [Wed, 31 Oct 2012 04:51:15 +0000 (13:51 +0900)]
maru_bl : modified the range of the brightness level

original range : 1 ~ 24
modified range : 0 ~ 100

Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
12 years agopackage: update changelog
Kitae Kim [Tue, 30 Oct 2012 12:21:46 +0000 (21:21 +0900)]
package: update changelog

Update changelog for 1.3.22 package.

Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
12 years agopackage: Comment out build routine for arm packages.
Kitae Kim [Tue, 30 Oct 2012 12:01:08 +0000 (21:01 +0900)]
package: Comment out build routine for arm packages.

Prevents kernel from compiling arm arch temporarily.

Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
12 years agobuild: Refining build script
syeon.hwang [Tue, 30 Oct 2012 06:02:21 +0000 (15:02 +0900)]
build: Refining build script

Make build script for arm kernel.
Modify build script for x86 kernel avoid mis-build on x86_64

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
12 years agoMerge branch 'tizen-arm' into develop
syeon.hwang [Tue, 30 Oct 2012 05:34:36 +0000 (14:34 +0900)]
Merge branch 'tizen-arm' into develop

12 years agomaru_virtio_keyboard : add virtio-keyboard driver.
Kitae Kim [Fri, 26 Oct 2012 06:45:19 +0000 (15:45 +0900)]
maru_virtio_keyboard : add virtio-keyboard driver.

Implement a driver for virtio-keyboard device.
In addition to this, enable CONFIG_HOTPLUG_PCI_ACPI to support pci hotplug feature.

Signed-off-by : Kitae Kim <kt920.kim@samsung.com>

12 years agopackage: version up
giwoong.kim [Wed, 24 Oct 2012 07:24:15 +0000 (16:24 +0900)]
package: version up

1.3.21

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
12 years agoinput-bridge: modified dump key command
giwoong.kim [Wed, 24 Oct 2012 03:14:25 +0000 (12:14 +0900)]
input-bridge: modified dump key command

KEY_FRONT -> KEY_MENU
Since X key map has been changed, bridge key has to be changed.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
12 years agokeysym: modified kernel keycode of menu
giwoong.kim [Tue, 23 Oct 2012 13:54:16 +0000 (22:54 +0900)]
keysym: modified kernel keycode of menu

132 -> 139

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
12 years agoinput-bridge: modified dump key command
giwoong.kim [Wed, 24 Oct 2012 03:14:25 +0000 (12:14 +0900)]
input-bridge: modified dump key command

KEY_FRONT -> KEY_MENU
Since X key map has been changed, bridge key has to be changed.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
12 years agopackage: version up
giwoong.kim [Tue, 23 Oct 2012 13:57:25 +0000 (22:57 +0900)]
package: version up

1.3.20

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
12 years agokeysym: modified kernel keycode of menu
giwoong.kim [Tue, 23 Oct 2012 13:54:16 +0000 (22:54 +0900)]
keysym: modified kernel keycode of menu

132 -> 139

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
12 years agopackage : add a changelog file.
Kitae Kim [Tue, 23 Oct 2012 13:31:11 +0000 (22:31 +0900)]
package : add a changelog file.

add a changelog file because dibs has been updated.

Signed-off-by : Kitae Kim <kt920.kim@samsung.com>

12 years agoMerge branch 'develop' into release
Kitae Kim [Tue, 23 Oct 2012 12:14:33 +0000 (21:14 +0900)]
Merge branch 'develop' into release

Conflicts:
drivers/maru/maru_camera.c
package/pkginfo.manifest

12 years agomaru_codec : change a way to register device from chrdrv to misc.
Kitae Kim [Thu, 18 Oct 2012 02:35:49 +0000 (11:35 +0900)]
maru_codec : change a way to register device from chrdrv to misc.

As codec device changed a way to register device from chrdev to misc,
codec device does not need to use fixed major and minor numbers.

Signed-off-by : Kitae Kim <kt920.kim@samsung.com>

12 years agoTizen: For correct work of security server
Oleg Ogurtsov [Thu, 18 Oct 2012 12:33:58 +0000 (16:33 +0400)]
Tizen: For correct work of security server

12 years agoMerge "Kconfig : Enable devtmpfs config." into develop
Yeongkyoon Lee [Thu, 18 Oct 2012 03:03:06 +0000 (12:03 +0900)]
Merge "Kconfig : Enable devtmpfs config." into develop

12 years agoKconfig : Enable devtmpfs config.
Sooyoung Ha [Thu, 18 Oct 2012 02:45:58 +0000 (11:45 +0900)]
Kconfig : Enable devtmpfs config.

Enable devtmpfs config on arch/x86/configs/i386_emul_defconfig

Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
12 years ago[Title] Enable devtmpfs config.
Sooyoung Ha [Thu, 18 Oct 2012 02:45:58 +0000 (11:45 +0900)]
[Title] Enable devtmpfs config.
[Desc.] Enable devtmpfs config on arch/x86/configs/i386_emul_defconfig
[Issue] UDEV update needed kernel config modification.

12 years agomaru_bl.c : modified the range of the brightness level
jinhyung.jo [Wed, 17 Oct 2012 07:30:41 +0000 (16:30 +0900)]
maru_bl.c : modified the range of the brightness level

original range : 1 ~ 24
changed range : 0 ~ 100

Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
12 years agoYaGL: Version bump
Stanislav Vorobiov [Wed, 10 Oct 2012 08:14:07 +0000 (12:14 +0400)]
YaGL: Version bump

12 years agopackage: version up
giwoong.kim [Tue, 9 Oct 2012 02:45:32 +0000 (11:45 +0900)]
package: version up

increase to 1.3.18

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
12 years agotouchscreen: using a callback for virtqueue
giwoong.kim [Thu, 4 Oct 2012 05:42:08 +0000 (14:42 +0900)]
touchscreen: using a callback for virtqueue

Enable callback func instead of event polling thread
in virtio-touchscreen driver code
It is better in terms of emulator performance

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
12 years agoMerge remote-tracking branch 'score/develop' into tizen-arm
Evgeny Voevodin [Thu, 4 Oct 2012 05:42:13 +0000 (09:42 +0400)]
Merge remote-tracking branch 'score/develop' into tizen-arm

12 years agoYaGL: Version bump
Stanislav Vorobiov [Wed, 3 Oct 2012 16:48:48 +0000 (20:48 +0400)]
YaGL: Version bump

12 years agoMerge "touchscreen:virtio touchscreen enhancement" into develop
Yeongkyoon Lee [Fri, 28 Sep 2012 06:42:48 +0000 (15:42 +0900)]
Merge "touchscreen:virtio touchscreen enhancement" into develop

12 years ago maru_camera : added a routine for error check
jinhyung.jo [Fri, 28 Sep 2012 06:28:11 +0000 (15:28 +0900)]
 maru_camera : added a routine for error check

 device error check while streaming

 Signed-off-by : Jinhyung Jo <jinhyung.jo@samsung.com>

12 years agotouchscreen:virtio touchscreen enhancement
giwoong.kim [Thu, 27 Sep 2012 08:15:26 +0000 (17:15 +0900)]
touchscreen:virtio touchscreen enhancement

do not kick at each add_buf

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
12 years agopkginfo: package version up
jinhyung.jo [Thu, 27 Sep 2012 10:19:59 +0000 (19:19 +0900)]
pkginfo: package version up
version up to 1.3.17
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
12 years ago maru_camera : added a routine for error check
jinhyung.jo [Thu, 27 Sep 2012 10:16:27 +0000 (19:16 +0900)]
 maru_camera : added a routine for error check
 device error check while streaming
 Signed-off-by : Jinhyung Jo <jinhyung.jo@samsung.com>

12 years agoYaGL: Version bump
Stanislav Vorobiov [Wed, 26 Sep 2012 09:39:14 +0000 (13:39 +0400)]
YaGL: Version bump

12 years agotouchscreen: added virtqueue_kick to virtio-touchscreen
giwoong.kim [Tue, 25 Sep 2012 07:36:10 +0000 (16:36 +0900)]
touchscreen: added virtqueue_kick to virtio-touchscreen

invoke kick after one or more virtqueue_add_buf calls

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
12 years agoYaGL: Version bump
Stanislav Vorobiov [Mon, 24 Sep 2012 06:54:49 +0000 (10:54 +0400)]
YaGL: Version bump

12 years agotouchscreen: modified the token when virtqueue_add_buf
giwoong.kim [Fri, 21 Sep 2012 05:21:16 +0000 (14:21 +0900)]
touchscreen: modified the token when virtqueue_add_buf

changed the token identifying the buffer in virtio-touchscreen when expose buffer to other end

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
12 years agoYaGL: Version bump
Stanislav Vorobiov [Fri, 21 Sep 2012 13:36:48 +0000 (17:36 +0400)]
YaGL: Version bump

12 years agoYaGL: Version bump
Stanislav Vorobiov [Fri, 21 Sep 2012 08:41:53 +0000 (12:41 +0400)]
YaGL: Version bump

12 years agotouchscreen: multitouch protocol covert to B in virtio touchscreen
giwoong.kim [Thu, 20 Sep 2012 06:55:38 +0000 (15:55 +0900)]
touchscreen: multitouch protocol covert to B in virtio touchscreen

previous protocol is A. This will be deprecated soon.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
12 years agotouchscreen: virtio touchscreen without the kick
giwoong.kim [Wed, 19 Sep 2012 05:48:30 +0000 (14:48 +0900)]
touchscreen: virtio touchscreen without the kick

put multiple buf into virtqueue

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
12 years agoYaGL: We can now allocate more than one page for marshalling buffer
Stanislav Vorobiov [Mon, 17 Sep 2012 09:19:58 +0000 (13:19 +0400)]
YaGL: We can now allocate more than one page for marshalling buffer

12 years agodrivers/maru/maru_codec.c: Add zero at the end of svcodec_pci_table
Evgeny Voevodin [Mon, 17 Sep 2012 06:49:18 +0000 (10:49 +0400)]
drivers/maru/maru_codec.c: Add zero at the end of svcodec_pci_table

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agoMerge branch 'release' into develop
Kitae Kim [Mon, 17 Sep 2012 04:40:57 +0000 (13:40 +0900)]
Merge branch 'release' into develop

Conflicts:
package/pkginfo.manifest

12 years ago[Title] modified subsystem device id of virtio touchscreen
giwoong.kim [Fri, 14 Sep 2012 06:52:20 +0000 (15:52 +0900)]
[Title] modified subsystem device id of virtio touchscreen
[Type] enhancement
[Module] Emulator / touch
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution] 11
[TestCase]

12 years agoMerge remote-tracking branch 'score/develop' into tizen-arm-rebase
Evgeny Voevodin [Fri, 14 Sep 2012 06:40:11 +0000 (10:40 +0400)]
Merge remote-tracking branch 'score/develop' into tizen-arm-rebase

Conflicts:
drivers/maru/Makefile
drivers/maru/maru_camera.c
drivers/maru/maru_codec.c
drivers/maru/maru_overlay.c
drivers/maru/maru_usb_touchscreen.c
package/pkginfo.manifest

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agoYaGL: Allow user to specify marshal buffer size, it still has to be 1 page, to be...
Stanislav Vorobiov [Thu, 13 Sep 2012 13:30:18 +0000 (17:30 +0400)]
YaGL: Allow user to specify marshal buffer size, it still has to be 1 page, to be fixed later
YaGL: Version bump

12 years ago* YaGL version bump
Stanislav Vorobiov [Thu, 13 Sep 2012 07:05:02 +0000 (11:05 +0400)]
* YaGL version bump

12 years ago* YaGL passthrough device added
Stanislav Vorobiov [Mon, 10 Sep 2012 10:10:19 +0000 (14:10 +0400)]
* YaGL passthrough device added

12 years agoTizen: audio on PCI (intel810 - AC97)
Oleg Ogurtsov [Wed, 22 Aug 2012 15:07:13 +0000 (19:07 +0400)]
Tizen: audio on PCI (intel810 - AC97)

12 years agoTizen: enable LCD for brightness
Oleg Ogurtsov [Mon, 6 Aug 2012 11:52:55 +0000 (15:52 +0400)]
Tizen: enable LCD for brightness

12 years agoarch/arm/mach-exynos/mach-tizen.c: Drop instantiation of virtio resources.
Evgeny Voevodin [Thu, 26 Jul 2012 12:01:01 +0000 (16:01 +0400)]
arch/arm/mach-exynos/mach-tizen.c: Drop instantiation of virtio resources.

We now use devices parameter parsing to find out where virtio-mmio
devices are.

tizen_defconfig changed to select CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agovirtio-mmio: Devices parameter parsing
Pawel Moll [Wed, 9 May 2012 17:30:16 +0000 (18:30 +0100)]
virtio-mmio: Devices parameter parsing

This patch adds an option to instantiate guest virtio-mmio devices
basing on a kernel command line (or module) parameter, for example:

virtio_mmio.devices=0x100@0x100b0000:48

Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
12 years agoTizen: fixed MARU PCI drivers. 'NULL terminate the pci_device_ids'
Oleg Ogurtsov [Thu, 19 Jul 2012 12:23:59 +0000 (16:23 +0400)]
Tizen: fixed MARU PCI drivers. 'NULL terminate the pci_device_ids'

12 years ago[Title] version update to 1.1.21
Sooyoung Ha [Fri, 13 Jul 2012 06:04:02 +0000 (15:04 +0900)]
[Title] version update to 1.1.21
[Type]
[Module] emulator-kernel / dibs
[Priority] normal
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years agoARM: Tizen: turn on maru_brightness
Oleg Ogurtsov [Wed, 11 Jul 2012 06:45:54 +0000 (10:45 +0400)]
ARM: Tizen: turn on maru_brightness

12 years agoarch/arm/configs/tizen_defconfig: Switch off kernel debugging.
Evgeny Voevodin [Thu, 5 Jul 2012 04:09:13 +0000 (08:09 +0400)]
arch/arm/configs/tizen_defconfig: Switch off kernel debugging.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years ago[Title] solved sink problem of codec module when codec driver has been closed and...
Kitae Kim [Wed, 4 Jul 2012 12:55:24 +0000 (21:55 +0900)]
[Title] solved sink problem of codec module when codec driver has been closed and source clean-up.
[Type] bug fix
[Module] emulator-kernel / codec
[Priority] Major
[CQ#] N_SE-2257, N_SE-2499
[Redmine#]
[Problem] the previous version has a sink problem between codec driver and device.
[Cause] emulator has lock-up problem when event injector sends sms events to it continously.
[Solution] exception handling routine was missing in the release operation of codec driver.
[TestCase]

12 years ago[Title] solved sink problem of codec module when codec driver has been closed.
Kitae Kim [Wed, 4 Jul 2012 12:46:48 +0000 (21:46 +0900)]
[Title] solved sink problem of codec module when codec driver has been closed.
[Type] bug fix
[Module] emulator-kernel / codec
[Priority] Major
[CQ#] N_SE-2257, N_SE-2499
[Redmine#]
[Problem] the previous version has a sink problem between codec driver and device.
[Cause] emulator has lock-up problem when event injector sends sms events to it continously.
[Solution] exception handling routine was missing in the release operation of codec driver.
[TestCase]

12 years agoarch/arm/configs/tizen_defconfig: Select no forced preemption
Evgeny Voevodin [Wed, 4 Jul 2012 12:16:21 +0000 (16:16 +0400)]
arch/arm/configs/tizen_defconfig: Select no forced preemption

It seems that "Server" behaviour is more suitable for emulation
then "Desktop". It's because more frequent traslation block
interrupts can occure if kernel is preemtable.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agoAdded I/O port support to Tizen VPCI
Stanislav Vorobiov [Tue, 3 Jul 2012 12:21:20 +0000 (16:21 +0400)]
Added I/O port support to Tizen VPCI

12 years agoarch/arm/configs/tizen_defconfig: Remove useless timer configs
Evgeny Voevodin [Wed, 4 Jul 2012 05:52:29 +0000 (09:52 +0400)]
arch/arm/configs/tizen_defconfig: Remove useless timer configs

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years ago[Title] disable IPv6 protocol configuration.
Kitae Kim [Tue, 3 Jul 2012 02:54:35 +0000 (11:54 +0900)]
[Title] disable IPv6 protocol configuration.
[Type]
[Module] emulator-kernel / network
[Priority] normal
[CQ#]
[Redmine#]
[Problem] The IPv6 protocol is not neccessary in emulator.
[Cause]
[Solution]
[TestCase]

12 years ago[Title] update package version.
Kitae Kim [Tue, 3 Jul 2012 02:44:32 +0000 (11:44 +0900)]
[Title] update package version.
[Type]
[Module] emulator-kernel / dibs
[Priority] normal
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] increase the max touch tracking id
giwoong.kim [Mon, 2 Jul 2012 08:51:58 +0000 (17:51 +0900)]
[Title] increase the max touch tracking id
[Type] feature
[Module] Emulator / touch
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution] 2 -> 3
[TestCase]

12 years ago[Title] update package version.
Kitae Kim [Mon, 2 Jul 2012 02:39:01 +0000 (11:39 +0900)]
[Title] update package version.
[Type]
[Module] emulator-kernel/dibs
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] fixed release event when multitouching
giwoong.kim [Thu, 28 Jun 2012 07:40:20 +0000 (16:40 +0900)]
[Title] fixed release event when multitouching
[Type] bugfix
[Module] touchscreen driver
[Priority] major
[Jira#] N_SE-1894
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years agoARM: Tizen: Switch PWM as system clock source.
Evgeny Voevodin [Tue, 26 Jun 2012 11:52:05 +0000 (15:52 +0400)]
ARM: Tizen: Switch PWM as system clock source.

MCT without local timers is found as unstable clock source
which can sometimes give target time slower then on host.
This could be due to emulation overhead. PWM timer is simpler,
faster and gives much less overhead. It seems that it's rather stable
and doesn't give errors in time.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agoarch/arm/configs/tizen_defconfig: Turn off CONFIG_LOCAL_TIMERS
Evgeny Voevodin [Fri, 22 Jun 2012 10:37:44 +0000 (14:37 +0400)]
arch/arm/configs/tizen_defconfig: Turn off CONFIG_LOCAL_TIMERS

Let kernel use only GFRC timer in mct. This speeds up emulation.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agoarch/arm/configs/tizen_defconfig: VMSPLIT changed to 2G/2G
Evgeny Voevodin [Thu, 21 Jun 2012 12:15:01 +0000 (16:15 +0400)]
arch/arm/configs/tizen_defconfig: VMSPLIT changed to 2G/2G

In order to have whole 1024M ram mapped, we need to give more
memory to kernel since it maps vmalloc at the top of lowmem.
Result of this patch: lowmem moved down to 0x80000000 and got
1024M space up to 0xc0000000.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agomach-tizen: delete i2c2 and max17042 from tizen board
Maksim Kozlov [Wed, 20 Jun 2012 09:50:11 +0000 (13:50 +0400)]
mach-tizen: delete i2c2 and max17042 from tizen board

12 years agoarch/arm/mach-exynos/mach-tizen.c: Remove initialisation of few unused devices.
Evgeny Voevodin [Wed, 20 Jun 2012 08:52:18 +0000 (12:52 +0400)]
arch/arm/mach-exynos/mach-tizen.c: Remove initialisation of few unused devices.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agoarch/arm/mach-exynos/mach-tizen.c: Remove useless printk.
Evgeny Voevodin [Wed, 20 Jun 2012 06:00:39 +0000 (10:00 +0400)]
arch/arm/mach-exynos/mach-tizen.c: Remove useless printk.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>