sdk/emulator/emulator-kernel.git
14 years agoremove unused OUPUT support
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

14 years agoremove STREAMING / OUTPUT features
yuyeon.oh [Thu, 2 Jun 2011 08:32:14 +0000 (17:32 +0900)]
remove STREAMING / OUTPUT features

Change-Id: If1c45b67ad36e27b2d2a5e13d1c630f125e20819

14 years agoSupport OPROFILE feature.
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.

14 years agoadd svcd.c file(Virtual Camera driver)
jinhyung.jo [Mon, 30 May 2011 11:20:10 +0000 (20:20 +0900)]
add svcd.c file(Virtual Camera driver)

14 years agoSupport virtual 3D accelerator feature.
kt920.kim [Wed, 1 Jun 2011 05:14:25 +0000 (14:14 +0900)]
Support virtual 3D accelerator feature.

14 years agoremove an useless kernel thread
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

14 years agoadd more svvd ioctls
yuyeon.oh [Tue, 31 May 2011 04:41:56 +0000 (13:41 +0900)]
add more svvd ioctls

Change-Id: I89c6d4c1af773765d80633220f4b9d71ab50ecac

14 years agoadd V4L2 device support
yuyeon.oh [Mon, 30 May 2011 08:24:37 +0000 (17:24 +0900)]
add V4L2 device support

Change-Id: I45200b9c4188f07186cf5323c2d3064eb356b376

14 years agoMerge "change default pixel format" into x86_simulator
dk77.yun [Mon, 30 May 2011 02:06:32 +0000 (11:06 +0900)]
Merge "change default pixel format" into x86_simulator

14 years agoSupport telephony feature
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.

14 years agochange default pixel format
yuyeon.oh [Fri, 27 May 2011 13:49:06 +0000 (22:49 +0900)]
change default pixel format

Change-Id: I39bc9e4d3218d6142e2c1dc4a1eb5978036a33f6

14 years agotelephony security group patch
dk77.yun [Thu, 26 May 2011 03:51:49 +0000 (12:51 +0900)]
telephony security group patch

14 years agoadd OUTPUT capability
yuyeon.oh [Wed, 25 May 2011 08:49:30 +0000 (17:49 +0900)]
add OUTPUT capability

Change-Id: I099c03e41613ece3a7f980fd5cc3eab6408c5a33

14 years agoremove svc.c and add svvd.c (copy from vivi.c)
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

14 years agorevert ramfs/init and add dummy svc.c (copy from vivi.c)
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

14 years agoadd original svc.c for V4L2 work
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

14 years agodon't make video0 by using mknod
yuyeon.oh [Fri, 20 May 2011 07:27:32 +0000 (16:27 +0900)]
don't make video0 by using mknod

Change-Id: I877276a6af9d307bf68cf8f471779e9e1ffc12d7

14 years agoSupport keyboard and mouse input.
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.

14 years agoDisable SMP, ACPI(Advanced Configuration and Power Interface) and CPU_IDLE features.
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.

14 years agoModified arch/x86/configs/i386_defconfig for logger feature.
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.

14 years agoKernel needs to support en1370 driver because simulator chooses Ensoniq AudioPCI...
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

14 years agoKernel needs to support rtl 8139 ethernet card driver because qemu network hw selecti...
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.

14 years agoAdded UVESA frame buffer driver in arch/x86/configs/i386_defconfig
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.

14 years agoModified arch/x86/configs/i386_defconfig to support IDE and it is necessary to mount...
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.

14 years agoModified arch/x86/configs/i386_defconfig for virtio feature to mount new_root on...
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

14 years agoAdded initramfs sources in the ramfs directory
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"

14 years agoCommit linux kernel-2.6.32.9 again because some files were different from the snapsho...
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.

14 years agoCommit linux kernel stable-2.6.32.9 for x86_simulator kernel history
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

14 years agodelete master files
dk77.yun [Thu, 21 Apr 2011 07:14:39 +0000 (16:14 +0900)]
delete master files

14 years agoMerge "SD/MMC Bug fix for x86 simulator - Change mknod command to make vdb device...
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"

14 years agoSD/MMC Bug fix for x86 simulator
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

14 years agoModify maintainer in debian/control file
kt920.kim [Wed, 13 Apr 2011 11:28:31 +0000 (20:28 +0900)]
Modify maintainer in debian/control file

14 years agolatest arm-kernel image
jiil.hyoun [Wed, 23 Feb 2011 08:56:18 +0000 (17:56 +0900)]
latest arm-kernel image

14 years ago updated logger driver
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

14 years ago added debian features
DongHee, Yang [Tue, 8 Feb 2011 02:06:48 +0000 (11:06 +0900)]
 added debian features

14 years agotelephony security group patch
sua [Mon, 31 Jan 2011 02:20:07 +0000 (11:20 +0900)]
telephony security group patch

Change-Id: I4e875844071c58c4867683da043e3f8f07912c61

14 years agoRename file for compilation
Sanjeev [Thu, 4 Nov 2010 01:55:55 +0000 (10:55 +0900)]
Rename file for compilation

14 years agoInitial version of simulator x86-based kernel
Sanjeev [Thu, 4 Nov 2010 01:46:00 +0000 (10:46 +0900)]
Initial version of simulator x86-based kernel