summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
jinhyung.jo [Thu, 10 Nov 2011 11:12:49 +0000 (20:12 +0900)]
[Title] Bugfix : image size mismatch
[Type] Bugfix
[Module] Emulator/Multimedia/Camera
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
jinhyung.jo [Tue, 8 Nov 2011 09:09:32 +0000 (18:09 +0900)]
Merge remote branch 'origin/camera'
jinhyung.jo [Mon, 7 Nov 2011 08:27:51 +0000 (17:27 +0900)]
[Title] modified a bug
[Type] Bugfix
[Module] Emulator/Camera
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
jinhyung.jo [Fri, 4 Nov 2011 07:17:40 +0000 (16:17 +0900)]
[Title] rename MACRO names
[Type] Bugfix
[Module] Emulator/Camera
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
jinhyung.jo [Thu, 3 Nov 2011 09:28:54 +0000 (18:28 +0900)]
[Title] modified irq handler
[Type] Bug fix
[Module] Emulator / Camera
[Priority]
[CQ#]
[Redmine#]
[Problem] If no-kvm, segv occurs in the APIC.
[Cause] processing delay in the irq handler
[Solution] irq handler optimization
[TestCase]
jinhyung.jo [Thu, 3 Nov 2011 05:51:29 +0000 (14:51 +0900)]
[Title] modified camera irq handliing
[Type] Bug fix
[Module] Emulator / Camera
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution] Interrupt clear
[TestCase]
don.hong [Wed, 2 Nov 2011 08:24:56 +0000 (17:24 +0900)]
[Title] Fixed a bug related with extremely slow CopyOnWrite of QCOW2 image
[Type] BugFix
[Module] kernel/time
[Priority]
[CQ#]
[Redmine#]
[Problem] QEMU goes 50 times slower when CopyOnWrite of QCOW2 image
[Cause]
[Solution] Modified sytem time to approximate to realtime even though QEMU timer works very slowly
[TestCase]
don.hong [Mon, 31 Oct 2011 14:22:14 +0000 (23:22 +0900)]
[Title] Enhance the system clock to approximate to realtime smoothly
[Type] Feature/BugFix/Enahncement
[Module] kernel/time
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution] Interpolate the time slip between host and kernel
[TestCase]
jinhyung.jo [Fri, 28 Oct 2011 03:50:11 +0000 (12:50 +0900)]
[Title] modify camera driver
[Type] Enhancement
[Module] Emulator / camera
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
jinhyung.jo [Tue, 25 Oct 2011 04:43:42 +0000 (13:43 +0900)]
[Title] modify virtual camera driver
[Type] Feature
[Module] Emulator-kernel / virtual camera driver
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution] remove fake-webcam module, add host-webcam linking feature
[TestCase]
yeongkyoon lee [Mon, 10 Oct 2011 01:15:36 +0000 (10:15 +0900)]
Merge "[Title] Fixed the bug that guest system clock goes slowly [Type] BugFix [Module] kernel/time [Priority] [CQ#] [Redmine#] 2631 [Problem] QEMU cannot generate periodic timer event exactly!!! [Cause] [Solution] Modified timer event handler to approximate jiffies value to real-time clock [TestCase]"
sungmin82.ha [Fri, 7 Oct 2011 11:06:43 +0000 (20:06 +0900)]
[Title]created device nodes for device event injection
[Type]add features
[Module]earjack, usb
[Priority]major
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
don.hong [Fri, 7 Oct 2011 09:52:31 +0000 (18:52 +0900)]
[Title] Fixed the bug that guest system clock goes slowly
[Type] BugFix
[Module] kernel/time
[Priority]
[CQ#]
[Redmine#] 2631
[Problem] QEMU cannot generate periodic timer event exactly!!!
[Cause]
[Solution] Modified timer event handler to approximate jiffies value to real-time clock
[TestCase]
dk77.yun [Wed, 21 Sep 2011 08:12:34 +0000 (17:12 +0900)]
[Title] modify virtio example source code
[Type] Enhancement
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
dk77.yun [Thu, 15 Sep 2011 04:12:22 +0000 (13:12 +0900)]
[Title] udpate for virtio example
[Type] Enhancement
[Module] // Module Name - (Main / Sub)
[Priority] // Importance : Critical / Major / Minor
[CQ#] // CQ Issue Number
[Redmine#] // Redmine Isuue Number
[Problem] // Problem Description
[Cause] // Cause Description
[Solution] // Solution Description
[TestCase] // Executed the test-target (How to)
dk77.yun [Wed, 14 Sep 2011 11:10:57 +0000 (20:10 +0900)]
[Title] add skeleton code for virtio example
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
fredrick.kim [Wed, 31 Aug 2011 11:36:13 +0000 (20:36 +0900)]
[Title] lcd_power node for emulator is created.
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
jinhyung.jo [Mon, 29 Aug 2011 07:14:09 +0000 (16:14 +0900)]
[Title] Source Cleanup
[Type]
[Module] Emulator-kernel
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
yeongkyoon lee [Fri, 19 Aug 2011 09:35:41 +0000 (18:35 +0900)]
Merge "[Title] Changed ps2keyboard device name to support external usb keyboard [Type] Feature [Module] device driver/AT keyboard [Priority] [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase]" into x86_emulator
don.hong [Fri, 19 Aug 2011 09:17:07 +0000 (18:17 +0900)]
[Title] Changed ps2keyboard device name to support external usb keyboard
[Type] Feature
[Module] device driver/AT keyboard
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
fredrick.kim [Thu, 18 Aug 2011 04:24:17 +0000 (13:24 +0900)]
permission of brightness node is changed
jinhyung.jo [Tue, 16 Aug 2011 07:31:02 +0000 (16:31 +0900)]
[Title] Source Cleanup
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
dk77.yun [Fri, 12 Aug 2011 09:45:48 +0000 (18:45 +0900)]
Merge branch 'x86_emulator'
fredrick.kim [Fri, 12 Aug 2011 06:51:11 +0000 (15:51 +0900)]
/sys/class/lcd/emulator node is created.
dk77.yun [Fri, 12 Aug 2011 04:47:04 +0000 (13:47 +0900)]
Merge branch 'x86_emulator'
kt920.kim [Thu, 11 Aug 2011 09:43:43 +0000 (18:43 +0900)]
[Title] Add a Hudson build script.
[Type] Support
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution] make i386_emul_defconfig && make
[TestCase]
kt920.kim [Mon, 8 Aug 2011 14:09:08 +0000 (23:09 +0900)]
Merge branch 'x86_emulator'
dk77.yun [Fri, 5 Aug 2011 01:43:42 +0000 (10:43 +0900)]
Merge "can get dpi info through kernel parameter" into x86_emulator
fredrick.kim [Thu, 4 Aug 2011 12:24:35 +0000 (21:24 +0900)]
can get dpi info through kernel parameter
dk77.yun [Thu, 4 Aug 2011 11:11:06 +0000 (20:11 +0900)]
Merge "Modify read function for brightness" into x86_emulator
fredrick.kim [Thu, 4 Aug 2011 02:19:13 +0000 (11:19 +0900)]
Modify read function for brightness
sungmin82.ha [Wed, 3 Aug 2011 10:30:32 +0000 (19:30 +0900)]
[Title]add battery node
[Type]feature
[Module]emulator-kernel
[Priority]major
[CQ#]
[Redmine#]
[Problem]not exist nodes for battery
[Cause]
[Solution]create nodes
[TestCase]local build test
fredrick.kim [Wed, 3 Aug 2011 06:03:48 +0000 (15:03 +0900)]
Emulator backlight control function is added.
jinhyung.jo [Tue, 26 Jul 2011 09:38:20 +0000 (18:38 +0900)]
svcd : modified copyright, add contact
jinhyung.jo [Fri, 8 Jul 2011 05:07:43 +0000 (14:07 +0900)]
svcd.c : remove video standard & add framesizes, frameintervals implementation
jinhyung.jo [Wed, 6 Jul 2011 02:05:36 +0000 (11:05 +0900)]
module name change : vcds -> svcd (in svcd.c)
kt920.kim [Tue, 28 Jun 2011 13:59:18 +0000 (22:59 +0900)]
Disable RFKILL configuration to support logger feature.
kt920.kim [Fri, 24 Jun 2011 13:45:16 +0000 (22:45 +0900)]
Added CONFIG_PREEMPT configuration for emulator performance.
yuyeon.oh [Fri, 24 Jun 2011 08:10:42 +0000 (17:10 +0900)]
svo: comfortable register usage
Change-Id: I31324102ed9b3c846f332e7bfd40b7f32bd9781d
yuyeon.oh [Fri, 24 Jun 2011 04:05:12 +0000 (13:05 +0900)]
svo: send overlay size and position infomation
Change-Id: If6096d4dbef7e71866e792340e8e095b971ea53f
yuyeon.oh [Fri, 24 Jun 2011 02:50:42 +0000 (11:50 +0900)]
svo: make 2 v4l2 overlay devices
Change-Id: I597dc2398d925bc6d72d7bcb7d21b5b951875d24
yuyeon.oh [Thu, 23 Jun 2011 12:21:37 +0000 (21:21 +0900)]
svo: remove crop related ioctls
Change-Id: I1ce0d95a5e2dc2b1d01e642cb14b3da848784ddb
yuyeon.oh [Wed, 22 Jun 2011 07:25:29 +0000 (16:25 +0900)]
initialize svo driver after svcd driver
Change-Id: I5c96268433b2e50fbc6fb5b18901b02dba93f10d
jinhyung.jo [Mon, 20 Jun 2011 06:39:57 +0000 (15:39 +0900)]
camera : modified video framerate & modified video file path
yuyeon.oh [Thu, 16 Jun 2011 13:51:26 +0000 (22:51 +0900)]
svo : fix register address
Change-Id: I5ae9eac0adafcd5fef59acc0acbc5caadb9c9aeb
yuyeon.oh [Thu, 16 Jun 2011 13:21:40 +0000 (22:21 +0900)]
svo : fix reqbufs count check
Change-Id: I6467a97ed5ea7477cef715e3528a36ca27b9dc8b
yuyeon.oh [Thu, 16 Jun 2011 13:09:48 +0000 (22:09 +0900)]
svo : mmap and overlay on/off
Change-Id: Ia3e0d8fb051a6eee35d985ba8abe469f72483a0e
yuyeon.oh [Thu, 16 Jun 2011 08:44:52 +0000 (17:44 +0900)]
svo : add s_fmt and querybuf
Change-Id: Ic8f3a1ed39aed5849756dcf5389f2a44f03158dd
yuyeon.oh [Wed, 15 Jun 2011 12:51:22 +0000 (21:51 +0900)]
svo : open and release
Change-Id: I6d1f7f0c4f28aa29dc4a4a1bbd4f0f8329fb2b23
yuyeon.oh [Tue, 14 Jun 2011 10:26:55 +0000 (19:26 +0900)]
initialize svo driver
Change-Id: I3191288181246410c06109c6f960435b61d29844
dk77.yun [Tue, 14 Jun 2011 01:08:53 +0000 (10:08 +0900)]
remove .config & rename i386_defconfig => i386_emul_defconfig
yuyeon.oh [Mon, 13 Jun 2011 09:31:03 +0000 (18:31 +0900)]
add pci device id for svo
Change-Id: I1f3e4d9e49d2c79bbec84a824e909d793ebcbfd9
yuyeon.oh [Fri, 10 Jun 2011 12:14:15 +0000 (21:14 +0900)]
start samsung virtual overlay driver from scratch
Change-Id: I36c42c771d71fac4cd3864fcc0c1d644c72310d2
Sooyoung, Ha [Wed, 8 Jun 2011 11:50:15 +0000 (20:50 +0900)]
add debian directory for debian packaging
yuyeon.oh [Tue, 7 Jun 2011 10:14:51 +0000 (19:14 +0900)]
add dummy overlay ioctl
Change-Id: Ie84120b0f4be615a5dbd1978bd2e3aa9b5da464f
yuyeon.oh [Thu, 2 Jun 2011 14:09:43 +0000 (23:09 +0900)]
remove unused OUPUT support
we only support OVERLAY feature
Change-Id: I17f325137f9ac0d501ac6263d60fe62dea2f69e4
yuyeon.oh [Thu, 2 Jun 2011 08:32:14 +0000 (17:32 +0900)]
remove STREAMING / OUTPUT features
Change-Id: If1c45b67ad36e27b2d2a5e13d1c630f125e20819
kt920.kim [Thu, 2 Jun 2011 05:54:48 +0000 (14:54 +0900)]
Support OPROFILE feature.
Change NLS(native language support) option from utf-8 to cp437
Support cp949 for Korean charset.
jinhyung.jo [Mon, 30 May 2011 11:20:10 +0000 (20:20 +0900)]
add svcd.c file(Virtual Camera driver)
kt920.kim [Wed, 1 Jun 2011 05:14:25 +0000 (14:14 +0900)]
Support virtual 3D accelerator feature.
yuyeon.oh [Tue, 31 May 2011 12:10:00 +0000 (21:10 +0900)]
remove an useless kernel thread
And set a buffer as RGB888 pixel format
Change-Id: I68e496485c73893b7e54bc466d7f5cbae15881ca
yuyeon.oh [Tue, 31 May 2011 04:41:56 +0000 (13:41 +0900)]
add more svvd ioctls
Change-Id: I89c6d4c1af773765d80633220f4b9d71ab50ecac
yuyeon.oh [Mon, 30 May 2011 08:24:37 +0000 (17:24 +0900)]
add V4L2 device support
Change-Id: I45200b9c4188f07186cf5323c2d3064eb356b376
dk77.yun [Mon, 30 May 2011 02:06:32 +0000 (11:06 +0900)]
Merge "change default pixel format" into x86_simulator
kt920.kim [Sat, 28 May 2011 05:59:48 +0000 (14:59 +0900)]
Support telephony feature
- Add CONFIG_VDPRAM_DEVICE=y configuration.
- Define config VDPRAM_DEVICE symbol which is about telephony feature in the drivers/char/Kconfig.
- Add dpram directory in the drivers/char/.
- Disable CONFIG_DPRAM, CONFIG_IPCMUX and CONFIG_MULTIPDP configurations.
yuyeon.oh [Fri, 27 May 2011 13:49:06 +0000 (22:49 +0900)]
change default pixel format
Change-Id: I39bc9e4d3218d6142e2c1dc4a1eb5978036a33f6
dk77.yun [Thu, 26 May 2011 03:51:49 +0000 (12:51 +0900)]
telephony security group patch
yuyeon.oh [Wed, 25 May 2011 08:49:30 +0000 (17:49 +0900)]
add OUTPUT capability
Change-Id: I099c03e41613ece3a7f980fd5cc3eab6408c5a33
yuyeon.oh [Tue, 24 May 2011 06:45:10 +0000 (15:45 +0900)]
remove svc.c and add svvd.c (copy from vivi.c)
Change-Id: I3e380b10475694eb4328ac935d408d2fdfd31914
yuyeon.oh [Tue, 24 May 2011 04:46:28 +0000 (13:46 +0900)]
revert ramfs/init and add dummy svc.c (copy from vivi.c)
Change-Id: I3d779e114caf069cee120815e83299f99742fc13
yuyeon.oh [Mon, 23 May 2011 08:34:08 +0000 (17:34 +0900)]
add original svc.c for V4L2 work
don't compile svc.c
Change-Id: Idbed6c9432e601a732a00eb2f0ab0e84c9ccac4c
yuyeon.oh [Fri, 20 May 2011 07:27:32 +0000 (16:27 +0900)]
don't make video0 by using mknod
Change-Id: I877276a6af9d307bf68cf8f471779e9e1ffc12d7
kt920.kim [Wed, 11 May 2011 09:36:27 +0000 (18:36 +0900)]
Support keyboard and mouse input.
- Add CONFIG_TABLET_USB_WACOM symbol to support Wacom Intuos/Graphire tablet.
- Disable CONFIG_INPUT_MOUSE symbol.
- Modify drivers/input/keyboard/atkbd.c for keyboard scancodes.
kt920.kim [Wed, 11 May 2011 04:44:35 +0000 (13:44 +0900)]
Disable SMP, ACPI(Advanced Configuration and Power Interface) and CPU_IDLE features.
kt920.kim [Wed, 11 May 2011 03:11:29 +0000 (12:11 +0900)]
Modified arch/x86/configs/i386_defconfig for logger feature.
Added CONFIG_ANDROID_LOGGER symbol and modified drivers/staging/android/Kconfig to support android driver.
Defined LOGGER_LOG_SYSTEM macro for system and framework messages.
Changed size of LOGGER_LOG_MAIN and LOGGER_LOG_RADIO from 64*1024 to 128*1024.
kt920.kim [Wed, 11 May 2011 02:41:34 +0000 (11:41 +0900)]
Kernel needs to support en1370 driver because simulator chooses Ensoniq AudioPCI 1370 for audio-card.
Disable some symbols for sound feature.
- CONFIG_SND_SEQUENCER, CONFIG_SND_MIXER_OSS, CONFIG_SND_PCM_OSS
kt920.kim [Wed, 11 May 2011 02:32:38 +0000 (11:32 +0900)]
Kernel needs to support rtl 8139 ethernet card driver because qemu network hw selection is rlt8139.
Disable CONFIG_IPV6 symbol to reduce kernel size.
Disable CONFIG_LOGO_LINUX_CLUT224 symbol because linux penguin logo shows up during the simulator booting.
kt920.kim [Wed, 11 May 2011 02:19:06 +0000 (11:19 +0900)]
Added UVESA frame buffer driver in arch/x86/configs/i386_defconfig
because video option for simulator(qemu) set uvesafb in simulator/configuration.c.
kt920.kim [Wed, 11 May 2011 02:08:06 +0000 (11:08 +0900)]
Modified arch/x86/configs/i386_defconfig to support IDE and it is necessary to mount user filesystem on the hard-disk.
kt920.kim [Wed, 11 May 2011 01:55:18 +0000 (10:55 +0900)]
Modified arch/x86/configs/i386_defconfig for virtio feature to mount new_root on /dev/vda
kt920.kim [Wed, 11 May 2011 01:42:49 +0000 (10:42 +0900)]
Added initramfs sources in the ramfs directory
Modified arch/x86/configs/i386_defconfig from CONFIG_INITRAMFS_SOURCE="" to CONFIG_INITRAMFS_SOURCE="ramfs/initramfs"
kt920.kim [Fri, 22 Apr 2011 06:09:58 +0000 (15:09 +0900)]
Commit linux kernel-2.6.32.9 again because some files were different from the snapshot that I committed yesterday.
kt920.kim [Thu, 21 Apr 2011 07:53:30 +0000 (16:53 +0900)]
Commit linux kernel stable-2.6.32.9 for x86_simulator kernel history
dk77.yun [Thu, 21 Apr 2011 07:14:39 +0000 (16:14 +0900)]
delete master files
dk77.yun [Thu, 14 Apr 2011 09:28:01 +0000 (18:28 +0900)]
Merge "SD/MMC Bug fix for x86 simulator - Change mknod command to make vdb device node and link to mmcblk0"
don.hong [Thu, 14 Apr 2011 09:18:21 +0000 (18:18 +0900)]
SD/MMC Bug fix for x86 simulator
- Change mknod command to make vdb device node and link to mmcblk0
kt920.kim [Wed, 13 Apr 2011 11:28:31 +0000 (20:28 +0900)]
Modify maintainer in debian/control file
jiil.hyoun [Wed, 23 Feb 2011 08:56:18 +0000 (17:56 +0900)]
latest arm-kernel image
DongHee, Yang [Thu, 10 Feb 2011 05:28:52 +0000 (14:28 +0900)]
updated logger driver
- driver update (driver/stagging/android)
added /dev/log_system
fixed minor numbers of log devices
DongHee, Yang [Tue, 8 Feb 2011 02:06:48 +0000 (11:06 +0900)]
added debian features
sua [Mon, 31 Jan 2011 02:20:07 +0000 (11:20 +0900)]
telephony security group patch
Change-Id: I4e875844071c58c4867683da043e3f8f07912c61
Sanjeev [Thu, 4 Nov 2010 01:55:55 +0000 (10:55 +0900)]
Rename file for compilation
Sanjeev [Thu, 4 Nov 2010 01:46:00 +0000 (10:46 +0900)]
Initial version of simulator x86-based kernel