まだやめてなかった(^^;。
おまけね。
>||
hardware/intel$ ls
Android.mk PRIVATE include libdrm libva linux-2.6
hardware/intel$ cd PRIVATE/
hardware/intel/PRIVATE$ ls
Android.mk binaries.tgz
||<
Android.mkは、target/outに上書き展開しているだけ。
ちょっとひどいな。
>||
hardware/intel/PRIVATE$ cat Android.mk
# This file is used by the packaging script
#
LOCAL_PATH := $(my-dir)
include $(CLEAR_VARS)
intel_prebuilt_libs:
@echo "Extracting Intel binaries"
$(hide) tar -xv -C $(PRODUCT_OUT) -f hardware/intel/PRIVATE/binaries.tgz
ALL_PREBUILT += intel_prebuilt_libs
include $(call first-makefiles-under,$(LOCAL_PATH))
||<
上書きする中身はというと、こんなふう。
>||
hardware/intel/PRIVATE$ tar zxvf binaries.tgz obj/
obj/lib/
obj/lib/libPVRScopeServices.so
obj/lib/egl/
obj/lib/egl/egl.cfg
obj/lib/egl/libGLESv2_POWERVR_SGX535_121.so
obj/lib/egl/libEGL_POWERVR_SGX535_121.so
obj/lib/egl/libGLESv1_CM_POWERVR_SGX535_121.so
obj/lib/egl/libEGL_POWERVR_SGX535_121.so.1.1.17.4723
obj/lib/egl/libGLESv1_CM_POWERVR_SGX535_121.so.1.1.17.4723
obj/lib/egl/libGLESv2_POWERVR_SGX535_121.so.1.1.17.4723
obj/lib/libcutils.so
obj/lib/libsurfaceflinger_client.so
obj/lib/crtbegin_so.o
obj/lib/libPVRScopeServices.so.1.1.17.4723
obj/lib/libmixcommon.so
obj/lib/crtbegin_static.o
obj/lib/libdl.so
obj/lib/libz.so
obj/lib/libwrs_omxil_intel_mrst_psb_dec.so
obj/lib/libhardware_legacy.so
obj/lib/libsonivox.so
obj/lib/hw/
obj/lib/hw/gralloc.e660_eg20t.so.1.1.17.4723
obj/lib/hw/gralloc.e660_eg20t.so
obj/lib/libmixvbp_mpeg4.so
obj/lib/libstdc++.so
obj/lib/emgd_drv_video.so
obj/lib/libstagefrighthw.so
obj/lib/libGLESv2.so
obj/lib/libwpa_client.so
obj/lib/liblog.so
obj/lib/libva-android.so
obj/lib/crtend_so.o
obj/lib/libusc.so
obj/lib/libpvrANDROID_WSEGL.so
obj/lib/libglslcompiler.so
obj/lib/libpixelflinger.so
obj/lib/libutils.so
obj/lib/libGLESv1_CM.so
obj/lib/libIMGegl.so
obj/lib/libcamera_client.so
obj/lib/libpvr2d.so
obj/lib/libstagefright_color_conversion.so
obj/lib/libusc.so.1.1.17.4723
obj/lib/libEGL.so
obj/lib/libicuuc.so
obj/lib/libhardware.so
obj/lib/libexpat.so
obj/lib/libIMGegl.so.1.1.17.4723
obj/lib/libpvr2d.so.1.1.17.4723
obj/lib/libsrv_um.so.1.1.17.4723
obj/lib/libmedia.so
obj/lib/crtend_android.o
obj/lib/libpvrANDROID_WSEGL.so.1.1.17.4723
obj/lib/libmixvbp_h264.so
obj/lib/libnetutils.so
obj/lib/libglslcompiler.so.1.1.17.4723
obj/lib/libbinder.so
obj/lib/libui.so
obj/lib/libva.so
obj/lib/libdrm.so
obj/lib/libc.so
obj/lib/libm.so
obj/lib/libmixvbp.so
obj/lib/libsrv_init.so
obj/lib/libva-tpi.so
obj/lib/crtbegin_dynamic.o
obj/lib/libwrs_omxil_common.so
obj/lib/libmixvideo.so
obj/lib/libsrv_um.so
obj/lib/libwrs_omxil_core_pvwrapped.so
obj/lib/libsrv_init.so.1.1.17.4723
system/
system/etc/
system/etc/powervr.ini
system/etc/10_wrs_omxil_core.cfg
system/etc/wrs_omxil_components.list
system/vendor/
system/vendor/lib/
system/vendor/lib/libPVRScopeServices.so
system/vendor/lib/egl/
system/vendor/lib/egl/egl.cfg
system/vendor/lib/egl/libGLESv2_POWERVR_SGX535_121.so
system/vendor/lib/egl/libEGL_POWERVR_SGX535_121.so
system/vendor/lib/egl/libGLESv1_CM_POWERVR_SGX535_121.so
system/vendor/lib/egl/libEGL_POWERVR_SGX535_121.so.1.1.17.4723
system/vendor/lib/egl/libGLESv1_CM_POWERVR_SGX535_121.so.1.1.17.4723
system/vendor/lib/egl/libGLESv2_POWERVR_SGX535_121.so.1.1.17.4723
system/vendor/lib/libPVRScopeServices.so.1.1.17.4723
system/vendor/lib/hw/
system/vendor/lib/hw/gralloc.e660_eg20t.so.1.1.17.4723
system/vendor/lib/hw/gralloc.e660_eg20t.so
system/vendor/lib/libusc.so
system/vendor/lib/libpvrANDROID_WSEGL.so
system/vendor/lib/libglslcompiler.so
system/vendor/lib/libIMGegl.so
system/vendor/lib/libpvr2d.so
system/vendor/lib/libusc.so.1.1.17.4723
system/vendor/lib/libIMGegl.so.1.1.17.4723
system/vendor/lib/libpvr2d.so.1.1.17.4723
system/vendor/lib/libsrv_um.so.1.1.17.4723
system/vendor/lib/libpvrANDROID_WSEGL.so.1.1.17.4723
system/vendor/lib/libglslcompiler.so.1.1.17.4723
system/vendor/lib/libsrv_init.so
system/vendor/lib/libsrv_um.so
system/vendor/lib/libsrv_init.so.1.1.17.4723
system/vendor/bin/
system/vendor/bin/texture_benchmark
system/vendor/bin/sgx_blit_test
system/vendor/bin/hal_client_test
system/vendor/bin/hal_server_test
system/vendor/bin/sgx_render_flip_test
system/vendor/bin/framebuffer_test
system/vendor/bin/sgx_clipblit_test
system/vendor/bin/pvrsrvinit
system/vendor/bin/pvr2d_test
system/vendor/bin/services_test
system/vendor/bin/sgx_flip_test
system/vendor/bin/testwrap
system/vendor/bin/sgx_init_test
system/lib/
system/lib/libPVRScopeServices.so
system/lib/egl/
system/lib/egl/egl.cfg
system/lib/egl/libGLESv2_POWERVR_SGX535_121.so
system/lib/egl/libEGL_POWERVR_SGX535_121.so
system/lib/egl/libGLESv1_CM_POWERVR_SGX535_121.so
system/lib/egl/libEGL_POWERVR_SGX535_121.so.1.1.17.4723
system/lib/egl/libGLESv1_CM_POWERVR_SGX535_121.so.1.1.17.4723
system/lib/egl/libGLESv2_POWERVR_SGX535_121.so.1.1.17.4723
system/lib/libcutils.so
system/lib/libsurfaceflinger_client.so
system/lib/libPVRScopeServices.so.1.1.17.4723
system/lib/libmixcommon.so
system/lib/libdl.so
system/lib/libz.so
system/lib/libwrs_omxil_intel_mrst_psb_dec.so
system/lib/libhardware_legacy.so
system/lib/libsonivox.so
system/lib/hw/
system/lib/hw/gralloc.e660_eg20t.so.1.1.17.4723
system/lib/hw/gralloc.e660_eg20t.so
system/lib/libmixvbp_mpeg4.so
system/lib/libstdc++.so
system/lib/emgd_drv_video.so
system/lib/libstagefrighthw.so
system/lib/libGLESv2.so
system/lib/libwpa_client.so
system/lib/liblog.so
system/lib/libva-android.so
system/lib/libusc.so
system/lib/libpvrANDROID_WSEGL.so
system/lib/libglslcompiler.so
system/lib/libpixelflinger.so
system/lib/libutils.so
system/lib/libGLESv1_CM.so
system/lib/libIMGegl.so
system/lib/libcamera_client.so
system/lib/libpvr2d.so
system/lib/libstagefright_color_conversion.so
system/lib/libusc.so.1.1.17.4723
system/lib/libEGL.so
system/lib/libicuuc.so
system/lib/libhardware.so
system/lib/libexpat.so
system/lib/libIMGegl.so.1.1.17.4723
system/lib/libpvr2d.so.1.1.17.4723
system/lib/libsrv_um.so.1.1.17.4723
system/lib/libmedia.so
system/lib/libpvrANDROID_WSEGL.so.1.1.17.4723
system/lib/libmixvbp_h264.so
system/lib/libnetutils.so
system/lib/libglslcompiler.so.1.1.17.4723
system/lib/libbinder.so
system/lib/libui.so
system/lib/libva.so
system/lib/libdrm.so
system/lib/libc.so
system/lib/libm.so
system/lib/libmixvbp.so
system/lib/libsrv_init.so
system/lib/libva-tpi.so
system/lib/libwrs_omxil_common.so
system/lib/libmixvideo.so
system/lib/libsrv_um.so
system/lib/libwrs_omxil_core_pvwrapped.so
system/lib/libsrv_init.so.1.1.17.4723
||<
includeの中身。
>||
hardware/intel/include$ find ./
./
./drm
./drm/drm.h
./drm/drm_mode.h
./drm/drm_sarea.h
./linux
./linux/rfkill.h
./linux/rar
./linux/rar/memrar.h
./linux/caif
./linux/caif/caif_config.h
./linux/caif/caif_socket.h
./linux/caif/caif_ioctl.h
./eurasia
./eurasia/pvr2d
./eurasia/pvr2d/pvr2d.h
./eurasia/pvr2d/pvr_android.h
./sound
./sound/intel_sst_ioctl.h
./sound/intel_lpe.h
||<
libdrmの中身。
>||
hardware/intel/libdrm$ find ./
./
./Android.mk
./configure
./Makefile.in
./libdrm.pc.in
./Makefile.am
./shared-core
./shared-core/drm.h
./shared-core/drm_mode.h
./shared-core/i915_drm.h
./shared-core/savage_drm.h
./shared-core/mga_drm.h
./shared-core/Makefile.in
./shared-core/Makefile.am
./shared-core/xgi_drm.h
./shared-core/r128_drm.h
./shared-core/mach64_drm.h
./shared-core/via_3d_reg.h
./shared-core/r300_reg.h
./shared-core/via_drm.h
./shared-core/drm_sarea.h
./shared-core/nouveau_drm.h
./shared-core/sis_drm.h
./shared-core/radeon_drm.h
./README
./config.guess
./ltmain.sh
./depcomp
./tests
./tests/drmtest.c
./tests/gem_mmap.c
./tests/drmstat.c
./tests/setversion.c
./tests/modetest
./tests/modetest/Makefile.in
./tests/modetest/Makefile.am
./tests/modetest/modetest.c
./tests/getstats.c
./tests/Makefile.in
./tests/Makefile.am
./tests/updatedraw.c
./tests/getclient.c
./tests/gem_flink.c
./tests/dristat.c
./tests/gem_readwrite.c
./tests/modeprint
./tests/modeprint/Makefile.in
./tests/modeprint/Makefile.am
./tests/modeprint/modeprint.c
./tests/gem_basic.c
./tests/drmtest.h
./tests/openclose.c
./tests/getversion.c
./configure.ac
./missing
./install-sh
./libdrm
./libdrm/Makefile.in
./libdrm/Makefile.am
./libdrm/libdrm_lists.h
./libdrm/TODO
./libdrm/radeon
./libdrm/radeon/radeon_cs_space.c
./libdrm/radeon/radeon_track.h
./libdrm/radeon/Makefile.in
./libdrm/radeon/radeon_track.c
./libdrm/radeon/Makefile.am
./libdrm/radeon/radeon_bo.h
./libdrm/radeon/libdrm_radeon.pc.in
./libdrm/radeon/radeon_bo_gem.c
./libdrm/radeon/radeon_bo_gem.h
./libdrm/radeon/radeon_cs.h
./libdrm/radeon/radeon_cs_gem.h
./libdrm/radeon/radeon_cs_gem.c
./libdrm/xf86drm.c
./libdrm/nouveau
./libdrm/nouveau/nouveau_channel.h
./libdrm/nouveau/nouveau_class.h
./libdrm/nouveau/libdrm_nouveau.pc.in
./libdrm/nouveau/Makefile.in
./libdrm/nouveau/Makefile.am
./libdrm/nouveau/nouveau_pushbuf.c
./libdrm/nouveau/nouveau_notifier.h
./libdrm/nouveau/nouveau_device.c
./libdrm/nouveau/nouveau_private.h
./libdrm/nouveau/nouveau_device.h
./libdrm/nouveau/nouveau_notifier.c
./libdrm/nouveau/nouveau_resource.c
./libdrm/nouveau/nouveau_bo.c
./libdrm/nouveau/nouveau_grobj.c
./libdrm/nouveau/nouveau_pushbuf.h
./libdrm/nouveau/nouveau_drmif.h
./libdrm/nouveau/nouveau_grobj.h
./libdrm/nouveau/nouveau_resource.h
./libdrm/nouveau/nouveau_bo.h
./libdrm/nouveau/nouveau_channel.c
./libdrm/xf86drmHash.c
./libdrm/xf86drmMode.c
./libdrm/ChangeLog
./libdrm/intel
./libdrm/intel/mm.h
./libdrm/intel/Makefile.in
./libdrm/intel/intel_bufmgr_priv.h
./libdrm/intel/Makefile.am
./libdrm/intel/intel_chipset.h
./libdrm/intel/intel_bufmgr.h
./libdrm/intel/intel_bufmgr.c
./libdrm/intel/mm.c
./libdrm/intel/intel_bufmgr_gem.c
./libdrm/intel/intel_bufmgr_fake.c
./libdrm/config.h.in
./libdrm/xf86drmSL.c
./libdrm/xf86drm.h
./libdrm/xf86drmMode.h
./libdrm/xf86drmRandom.c
./aclocal.m4
./libdrm_intel.pc.in
./config.sub
||<
Android.mk。
>||
hardware/intel/libdrm$ cat Android.mk
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
common_SRC_FILES := \
libdrm/libdrm_lists.h \
libdrm/xf86drm.c \
libdrm/xf86drmHash.c \
libdrm/xf86drmRandom.c \
libdrm/xf86drmMode.c \
libdrm/xf86drmSL.c \
ifeq ($(TARGET_ARCH),arm)
LOCAL_CFLAGS += -fstrict-aliasing -fomit-frame-pointer
endif
common_CFLAGS := -W -g -DPLATFORM_ANDROID
common_C_INCLUDES +=\
$(TOPDIR)hardware/intel/include/drm
LOCAL_SRC_FILES := $(common_SRC_FILES)
LOCAL_CFLAGS += $(common_CFLAGS)
LOCAL_C_INCLUDES += $(common_C_INCLUDES)
LOCAL_COPY_HEADERS := libdrm/xf86drm.h libdrm/xf86drmMode.h
LOCAL_MODULE := libdrm
LOCAL_MODULE_TAGS := optional
ifeq ($(TARGET_OS)-$(TARGET_ARCH),linux-x86)
LOCAL_CFLAGS += -DUSTL_ANDROID_X86
endif
include $(BUILD_SHARED_LIBRARY)
include $(CLEAR_VARS)
common_SRC_FILES := tests/dristat.c
common_CFLAGS := -W -g -DPLATFORM_ANDROID
common_C_INCLUDES +=\
$(TOPDIR)hardware/intel/include/drm \
$(LOCAL_PATH)/libdrm
LOCAL_SRC_FILES := $(common_SRC_FILES)
LOCAL_CFLAGS += $(common_CFLAGS)
LOCAL_C_INCLUDES += $(common_C_INCLUDES)
LOCAL_MODULE := dristat
LOCAL_MODULE_TAGS := optional
ifeq ($(TARGET_OS)-$(TARGET_ARCH),linux-x86)
LOCAL_CFLAGS += -DUSTL_ANDROID_X86
endif
include $(BUILD_EXECUTABLE)
include $(CLEAR_VARS)
common_SRC_FILES := tests/drmstat.c
common_CFLAGS := -W -g -DPLATFORM_ANDROID
common_C_INCLUDES +=\
$(TOPDIR)hardware/intel/include/drm
LOCAL_SRC_FILES := $(common_SRC_FILES)
LOCAL_CFLAGS += $(common_CFLAGS)
LOCAL_C_INCLUDES += $(common_C_INCLUDES)
LOCAL_SHARED_LIBRARIES := libdrm
LOCAL_MODULE := drmstat
LOCAL_MODULE_TAGS := optional
ifeq ($(TARGET_OS)-$(TARGET_ARCH),linux-x86)
LOCAL_CFLAGS += -DUSTL_ANDROID_X86
endif
include $(BUILD_EXECUTABLE)
||<
libvaのAndroid.mk。
>||
hardware/intel/libva$ cat Android.mk
# Recursive call sub-folder Android.mk
#
include $(call all-subdir-makefiles)
||<
ディレクトリ以下のものを呼んでいるだけ。
>||
hardware/intel/libva$ find ./
./
./COPYING
./Android.mk
./libva.pc.in
./libva-x11.pc.in
./Makefile.am
./libva-egl.pc.in
./dummy_drv_video
./dummy_drv_video/object_heap.c
./dummy_drv_video/dummy_drv_video.c
./dummy_drv_video/Makefile.am
./dummy_drv_video/dummy_drv_video.h
./dummy_drv_video/object_heap.h
./build
./build/gen_version.sh
./va
./va/va_fool_getframe.c
./va/va_x11.h
./va/Android.mk
./va/va_version.h
./va/va_backend.h
./va/dummy
./va/va_tpi.h
./va/Makefile.am
./va/va_fool.h
./va/va_trace.c
./va/va_tpi.c
./va/va_backend_tpi.h
./va/va_trace.h
./va/va_version.h.in
./va/egl
./va/egl/Makefile.am
./va/egl/va_egl.c
./va/egl/va_backend_egl.h
./va/egl/va_egl.h
./va/va_dummy.h
./va/va.c
./va/glx
./va/glx/va_glx.h
./va/glx/Makefile.am
./va/glx/va_glx_impl.c
./va/glx/va_glx_impl.h
./va/glx/va_glx_private.h
./va/glx/va_glx.c
./va/glx/va_backend_glx.h
./va/va_fool.c
./va/android
./va/android/drmtest.c
./va/android/va_android.cpp
./va/android/Makefile.am
./va/android/va_dummy.c
./va/android/drmtest.h
./va/x11
./va/x11/va_dri2tokens.h
./va/x11/va_dri.c
./va/x11/va_dricommon.h
./va/x11/va_dristr.h
./va/x11/dri2_util.c
./va/x11/va_dri2str.h
./va/x11/va_dri2.h
./va/x11/va_dri.h
./va/x11/va_dri2.c
./va/x11/Makefile.am
./va/x11/dri1_util.c
./va/x11/va_nvctrl.h
./va/x11/va_fglrx.h
./va/x11/va_dricommon.c
./va/x11/va_fglrx.c
./va/x11/va_x11.c
./va/x11/va_nvctrl.c
./va/config.h
./va/va.h
./va/va_android.h
./va/sysdeps.h
./style_unify
./libva.spec
./libva-glx.pc.in
./debian
./debian/libva1.install
./debian/dirs
./debian/compat
./debian/libva1.dirs
./debian/docs
./debian/libva1.substvars
./debian/changelog
./debian/control
./debian/files
./debian/README.Debian
./debian/copyright
./debian/libva-dev.install
./debian/rules
./debian/libva-dev.substvars
./debian/libva-dev.dirs
./autogen.sh
./test
./test/Android.mk
./test/encode
./test/encode/Android.mk
./test/encode/h264encode.c
./test/encode/Makefile.am
./test/encode/loadsurface.h
./test/encode/h264encode_android.cpp
./test/Makefile.am
./test/decode
./test/decode/Android.mk
./test/decode/mpeg2vldemo.c
./test/decode/mpeg2-I.m2v
./test/decode/Makefile.am
./test/decode/mpeg2vldemo_android.cpp
./test/decode/mpeg2-I.gif
./test/basic
./test/basic/testplan.txt
./test/basic/test_08.c
./test/basic/Android.mk
./test/basic/test.c
./test/basic/test_04.c
./test/basic/Makefile.am
./test/basic/test_09.c
./test/basic/test_02.c
./test/basic/test_android.c
./test/basic/test_07.c
./test/basic/test_06.c
./test/basic/test_11.c
./test/basic/test_05.c
./test/basic/test_x11.c
./test/basic/test_03.c
./test/basic/test_common.c
./test/basic/test_01.c
./test/basic/test_10.c
./test/putsurface
./test/putsurface/Android.mk
./test/putsurface/Makefile.am
./test/putsurface/putsurface.c
./test/putsurface/loadsurface.h
./test/putsurface/putsurface-android.cpp
./configure.ac
./libva-tpi.pc.in
./i965_drv_video
./i965_drv_video/shaders
./i965_drv_video/shaders/Makefile.am
./i965_drv_video/shaders/mpeg2
./i965_drv_video/shaders/mpeg2/Makefile.am
./i965_drv_video/shaders/mpeg2/vld
./i965_drv_video/shaders/mpeg2/vld/field_forward_16x8.g4a
./i965_drv_video/shaders/mpeg2/vld/frame_field_pred_forward.g4b.gen5
./i965_drv_video/shaders/mpeg2/vld/addidct.g4i
./i965_drv_video/shaders/mpeg2/vld/frame_field_pred_bidirect.g4b.gen5
./i965_drv_video/shaders/mpeg2/vld/field_backward.g4b.gen5
./i965_drv_video/shaders/mpeg2/vld/field_bidirect.g4b
./i965_drv_video/shaders/mpeg2/vld/field_backward_16x8.g4a
./i965_drv_video/shaders/mpeg2/vld/field_read_x0y1_uv.g4i
./i965_drv_video/shaders/mpeg2/vld/field_forward_16x8.g4b.gen5
./i965_drv_video/shaders/mpeg2/vld/field_read_x1y1_uv.g4i
./i965_drv_video/shaders/mpeg2/vld/field_addidct.g4i
./i965_drv_video/shaders/mpeg2/vld/read_frame_x0y1_y.g4i
./i965_drv_video/shaders/mpeg2/vld/field_read_x1y0_uv.g4i
./i965_drv_video/shaders/mpeg2/vld/Makefile.am
./i965_drv_video/shaders/mpeg2/vld/field_read_x0y1_y.g4i
./i965_drv_video/shaders/mpeg2/vld/field_forward.g4a
./i965_drv_video/shaders/mpeg2/vld/frame_frame_pred_backward.g4b
./i965_drv_video/shaders/mpeg2/vld/read_frame_x1y0_y.g4i
./i965_drv_video/shaders/mpeg2/vld/read_frame_x0y1_uv.g4i
./i965_drv_video/shaders/mpeg2/vld/frame_intra.g4b.gen5
./i965_drv_video/shaders/mpeg2/vld/field_intra.g4b
./i965_drv_video/shaders/mpeg2/vld/field_backward_16x8.g4b.gen5
./i965_drv_video/shaders/mpeg2/vld/motion_field_uv.g4i
./i965_drv_video/shaders/mpeg2/vld/frame_frame_pred_forward.g4b.gen5
./i965_drv_video/shaders/mpeg2/vld/field_motion_uv.g4i
./i965_drv_video/shaders/mpeg2/vld/field_forward_16x8.g4b
./i965_drv_video/shaders/mpeg2/vld/frame_field_pred_backward.g4b
./i965_drv_video/shaders/mpeg2/vld/read_field_x0y0_y.g4i
./i965_drv_video/shaders/mpeg2/vld/field_intra.g4b.gen5
./i965_drv_video/shaders/mpeg2/vld/read_field_x1y1_y.g4i
./i965_drv_video/shaders/mpeg2/vld/field_forward.g4b.gen5
./i965_drv_video/shaders/mpeg2/vld/read_frame_x0y0_y.g4i
./i965_drv_video/shaders/mpeg2/vld/read_frame_x1y1_uv.g4i
./i965_drv_video/shaders/mpeg2/vld/frame_frame_pred_bidirect.g4a
./i965_drv_video/shaders/mpeg2/vld/frame_frame_pred_forward.g4a
./i965_drv_video/shaders/mpeg2/vld/frame_intra.g4b
./i965_drv_video/shaders/mpeg2/vld/frame_frame_pred_backward.g4b.gen5
./i965_drv_video/shaders/mpeg2/vld/read_field_x0y1_uv.g4i
./i965_drv_video/shaders/mpeg2/vld/lib.g4a
./i965_drv_video/shaders/mpeg2/vld/motion_frame_y.g4i
./i965_drv_video/shaders/mpeg2/vld/read_frame_x1y0_uv.g4i
./i965_drv_video/shaders/mpeg2/vld/lib.g4b
./i965_drv_video/shaders/mpeg2/vld/do_iq_non_intra.g4i
./i965_drv_video/shaders/mpeg2/vld/read_field_x1y1_uv.g4i
./i965_drv_video/shaders/mpeg2/vld/frame_field_pred_backward.g4a
./i965_drv_video/shaders/mpeg2/vld/frame_field_pred_bidirect.g4b
./i965_drv_video/shaders/mpeg2/vld/field_intra.g4a
./i965_drv_video/shaders/mpeg2/vld/frame_field_pred_forward.g4a
./i965_drv_video/shaders/mpeg2/vld/read_frame_x1y1_y.g4i
./i965_drv_video/shaders/mpeg2/vld/motion_field_y.g4i
./i965_drv_video/shaders/mpeg2/vld/field_bidirect.g4a
./i965_drv_video/shaders/mpeg2/vld/field_read_x0y0_uv.g4i
./i965_drv_video/shaders/mpeg2/vld/iq_intra.g4i
./i965_drv_video/shaders/mpeg2/vld/iq_non_intra.g4i
./i965_drv_video/shaders/mpeg2/vld/null.g4a
./i965_drv_video/shaders/mpeg2/vld/field_motion_y.g4i
./i965_drv_video/shaders/mpeg2/vld/field_backward.g4b
./i965_drv_video/shaders/mpeg2/vld/field_bidirect_16x8.g4b.gen5
./i965_drv_video/shaders/mpeg2/vld/frame_frame_pred_bidirect.g4b.gen5
./i965_drv_video/shaders/mpeg2/vld/read_field_x1y0_uv.g4i
./i965_drv_video/shaders/mpeg2/vld/field_read_x0y0_y.g4i
./i965_drv_video/shaders/mpeg2/vld/field_bidirect_16x8.g4a
./i965_drv_video/shaders/mpeg2/vld/frame_field_pred_forward.g4b
./i965_drv_video/shaders/mpeg2/vld/idct.g4i
./i965_drv_video/shaders/mpeg2/vld/lib.g4b.gen5
./i965_drv_video/shaders/mpeg2/vld/read_field_x0y0_uv.g4i
./i965_drv_video/shaders/mpeg2/vld/read_field_x1y0_y.g4i
./i965_drv_video/shaders/mpeg2/vld/frame_field_pred_bidirect.g4a
./i965_drv_video/shaders/mpeg2/vld/read_frame_x0y0_uv.g4i
./i965_drv_video/shaders/mpeg2/vld/field_read_x1y0_y.g4i
./i965_drv_video/shaders/mpeg2/vld/frame_frame_pred_bidirect.g4b
./i965_drv_video/shaders/mpeg2/vld/field_backward.g4a
./i965_drv_video/shaders/mpeg2/vld/field_bidirect.g4b.gen5
./i965_drv_video/shaders/mpeg2/vld/do_iq_intra.g4i
./i965_drv_video/shaders/mpeg2/vld/frame_frame_pred_forward.g4b
./i965_drv_video/shaders/mpeg2/vld/frame_frame_pred_backward.g4a
./i965_drv_video/shaders/mpeg2/vld/field_forward.g4b
./i965_drv_video/shaders/mpeg2/vld/frame_intra.g4a
./i965_drv_video/shaders/mpeg2/vld/field_backward_16x8.g4b
./i965_drv_video/shaders/mpeg2/vld/read_field_x0y1_y.g4i
./i965_drv_video/shaders/mpeg2/vld/field_bidirect_16x8.g4b
./i965_drv_video/shaders/mpeg2/vld/motion_frame_uv.g4i
./i965_drv_video/shaders/mpeg2/vld/field_read_x1y1_y.g4i
./i965_drv_video/shaders/mpeg2/vld/frame_field_pred_backward.g4b.gen5
./i965_drv_video/shaders/gpp.py
./i965_drv_video/shaders/h264
./i965_drv_video/shaders/h264/mc
./i965_drv_video/shaders/h264/mc/EndIntraThread.asm
./i965_drv_video/shaders/h264/mc/recon_C_4x4.asm
./i965_drv_video/shaders/h264/mc/loadRef_C_6x3.asm
./i965_drv_video/shaders/h264/mc/writeRecon_Y_16x8.asm
./i965_drv_video/shaders/h264/mc/SetupForHWMC.asm
./i965_drv_video/shaders/h264/mc/SetHWScoreboard_header.inc
./i965_drv_video/shaders/h264/mc/save_16x16_Y.asm
./i965_drv_video/shaders/h264/mc/AllAVCField.asm
./i965_drv_video/shaders/h264/mc/scoreboard_restore_AS.asm
./i965_drv_video/shaders/h264/mc/null.g4b.gen5
./i965_drv_video/shaders/h264/mc/Intra_PCM.asm
./i965_drv_video/shaders/h264/mc/AllAVCMBAFF.asm
./i965_drv_video/shaders/h264/mc/inter_Header.inc
./i965_drv_video/shaders/h264/mc/interpolate_Y_4x4.asm
./i965_drv_video/shaders/h264/mc/weightedPred.asm
./i965_drv_video/shaders/h264/mc/avc_mc.g4b.gen5
./i965_drv_video/shaders/h264/mc/DCResetDummy.asm
./i965_drv_video/shaders/h264/mc/scoreboard_start_inter.asm
./i965_drv_video/shaders/h264/mc/scoreboard_update.asm
./i965_drv_video/shaders/h264/mc/intra_Pred_8x8_Y.asm
./i965_drv_video/shaders/h264/mc/writeRecon_YC.asm
./i965_drv_video/shaders/h264/mc/Decode_Chroma_Intra.asm
./i965_drv_video/shaders/h264/mc/scoreboard.asm
./i965_drv_video/shaders/h264/mc/initialize_MBPara.asm
./i965_drv_video/shaders/h264/mc/Makefile.am
./i965_drv_video/shaders/h264/mc/scoreboard_save_AS.asm
./i965_drv_video/shaders/h264/mc/add_Error_UV.asm
./i965_drv_video/shaders/h264/mc/interpolate_C_4x4.asm
./i965_drv_video/shaders/h264/mc/BSDReset.asm
./i965_drv_video/shaders/h264/mc/Intra_funcLib.asm
./i965_drv_video/shaders/h264/mc/AllAVC_Build.inc
./i965_drv_video/shaders/h264/mc/Scoreboard_header.inc
./i965_drv_video/shaders/h264/mc/null.g4b
./i965_drv_video/shaders/h264/mc/SetHWScoreboard.asm
./i965_drv_video/shaders/h264/mc/save_8x8_Y.asm
./i965_drv_video/shaders/h264/mc/recon_Y_8x8.asm
./i965_drv_video/shaders/h264/mc/intra_Pred_4x4_Y_4.asm
./i965_drv_video/shaders/h264/mc/scoreboard_MBAFF.asm
./i965_drv_video/shaders/h264/mc/interpolate_Y_8x8.asm
./i965_drv_video/shaders/h264/mc/save_4x4_Y.asm
./i965_drv_video/shaders/h264/mc/HwmcOnlyHeader.inc
./i965_drv_video/shaders/h264/mc/Intra_8x8.asm
./i965_drv_video/shaders/h264/mc/AllAVC_Export.inc
./i965_drv_video/shaders/h264/mc/scoreboard_start_intra.asm
./i965_drv_video/shaders/h264/mc/intra_Header.inc
./i965_drv_video/shaders/h264/mc/AVCMCInter.asm
./i965_drv_video/shaders/h264/mc/loadRef_Y_16x13.asm
./i965_drv_video/shaders/h264/mc/SetHWScoreboard_MBAFF.asm
./i965_drv_video/shaders/h264/mc/loadRef_Y_16x9.asm
./i965_drv_video/shaders/h264/mc/writeRecon_C_8x4.asm
./i965_drv_video/shaders/h264/mc/export.inc.gen5
./i965_drv_video/shaders/h264/mc/Intra_16x16.asm
./i965_drv_video/shaders/h264/mc/save_I_PCM.asm
./i965_drv_video/shaders/h264/mc/add_Error_16x16_Y.asm
./i965_drv_video/shaders/h264/mc/intra_Pred_Chroma.asm
./i965_drv_video/shaders/h264/mc/Intra_4x4.asm
./i965_drv_video/shaders/h264/mc/null.g4a
./i965_drv_video/shaders/h264/mc/set_SB_offset.asm
./i965_drv_video/shaders/h264/mc/list
./i965_drv_video/shaders/h264/mc/save_8x8_UV.asm
./i965_drv_video/shaders/h264/mc/scoreboard_sip.asm
./i965_drv_video/shaders/h264/mc/chromaMVAdjust.asm
./i965_drv_video/shaders/h264/mc/interpolate_C_2x2.asm
./i965_drv_video/shaders/h264/mc/roundShift_C_4x4.asm
./i965_drv_video/shaders/h264/mc/export.inc
./i965_drv_video/shaders/h264/mc/AllIntra.asm
./i965_drv_video/shaders/h264/mc/avc_mc.g4b
./i965_drv_video/shaders/h264/mc/loadRef_C_10x5.asm
./i965_drv_video/shaders/h264/mc/AllAVCFrame.asm
./i965_drv_video/shaders/h264/mc/intra_pred_16x16_Y.asm
./i965_drv_video/shaders/h264/mc/AllAVC.asm
./i965_drv_video/shaders/h264/mc/load_Intra_Ref_Y.asm
./i965_drv_video/shaders/h264/mc/load_Intra_Ref_UV.asm
./i965_drv_video/shaders/h264/mc/header.inc
./i965_drv_video/shaders/h264/Makefile.am
./i965_drv_video/shaders/h264/ildb
./i965_drv_video/shaders/h264/ildb/writeURB_UV_Child.asm
./i965_drv_video/shaders/h264/ildb/load_Cur_UV_Right_Most_2x8.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Filter_Mbaff_UV_v.asm
./i965_drv_video/shaders/h264/ildb/save_Left_UV_8x2T.asm
./i965_drv_video/shaders/h264/ildb/writeURB_Y_Child.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Luma_Core_Mbaff.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_OpenGateway.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Root_UV.asm
./i965_drv_video/shaders/h264/ildb/SetupVPKernel.asm
./i965_drv_video/shaders/h264/ildb/TransposeNV12_4x16.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Root_Y.asm
./i965_drv_video/shaders/h264/ildb/save_Left_Y_16x4T.asm
./i965_drv_video/shaders/h264/ildb/load_Cur_UV_8x8T_Mbaff.asm
./i965_drv_video/shaders/h264/ildb/Transpose_Cur_Y_16x16.asm
./i965_drv_video/shaders/h264/ildb/load_Top_UV_8x2.asm
./i965_drv_video/shaders/h264/ildb/load_Left_Y_4x16T_Mbaff.asm
./i965_drv_video/shaders/h264/ildb/saveNV12_16x16.asm
./i965_drv_video/shaders/h264/ildb/Makefile.am
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_CloseGateway.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Filter_UV_h.asm
./i965_drv_video/shaders/h264/ildb/load_Left_UV_2x8T.asm
./i965_drv_video/shaders/h264/ildb/Load_ILDB_Cntrl_Data_22DW.asm
./i965_drv_video/shaders/h264/ildb/Load_ILDB_Cntrl_Data.asm
./i965_drv_video/shaders/h264/ildb/loadNV12_16x16T.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Child_Mbaff_Y.asm
./i965_drv_video/shaders/h264/ildb/load_Top_Y_16x4.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_ForwardMsg.asm
./i965_drv_video/shaders/h264/ildb/Transpose_Cur_UV_Right_Most_2x8.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Chroma_Core_Mbaff.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Dep_Check.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Filter_Mbaff_Y_v.asm
./i965_drv_video/shaders/h264/ildb/loadNV12_16x4.asm
./i965_drv_video/shaders/h264/ildb/Transpose_Cur_Y_Right_Most_4x16.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Filter_Mbaff_Y_h.asm
./i965_drv_video/shaders/h264/ildb/Transpose_Left_UV_2x8.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Child_UV.asm
./i965_drv_video/shaders/h264/ildb/load_Cur_Y_Right_Most_4x16.asm
./i965_drv_video/shaders/h264/ildb/writeURB.asm
./i965_drv_video/shaders/h264/ildb/Transpose_Cur_UV_2x8.asm
./i965_drv_video/shaders/h264/ildb/load_Cur_UV_8x8T.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Luma_Core.asm
./i965_drv_video/shaders/h264/ildb/Root_Undefs.inc
./i965_drv_video/shaders/h264/ildb/AVC_ILDB.inc
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Filter_Mbaff_UV_h.asm
./i965_drv_video/shaders/h264/ildb/Transpose_Left_Y_4x16.asm
./i965_drv_video/shaders/h264/ildb/Transpose_Cur_Y_4x16.asm
./i965_drv_video/shaders/h264/ildb/Load_ILDB_Cntrl_Data_16DW.asm
./i965_drv_video/shaders/h264/ildb/save_Top_UV_8x2.asm
./i965_drv_video/shaders/h264/ildb/TransposeNV12_16x16.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Root_Field_Y.asm
./i965_drv_video/shaders/h264/ildb/save_Cur_Y_16x16.asm
./i965_drv_video/shaders/h264/ildb/save_Cur_Y_16x16_Mbaff.asm
./i965_drv_video/shaders/h264/ildb/save_Top_UV_8x2_Mbaff.asm
./i965_drv_video/shaders/h264/ildb/load_Left_UV_2x8T_Mbaff.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Spawn.asm
./i965_drv_video/shaders/h264/ildb/load_Top_Y_16x4_Mbaff.asm
./i965_drv_video/shaders/h264/ildb/save_Left_UV_8x2T_Mbaff.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Root_Mbaff_UV.asm
./i965_drv_video/shaders/h264/ildb/load_Cur_Y_16x16T_Mbaff.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Child_Field_UV.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Filter_UV_v.asm
./i965_drv_video/shaders/h264/ildb/Transpose_Cur_UV_8x8.asm
./i965_drv_video/shaders/h264/ildb/ILDB_header.inc
./i965_drv_video/shaders/h264/ildb/load_Left_Y_4x16T.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Root_Field_UV.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_LumaThrdLimit.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Filter_Y_v.asm
./i965_drv_video/shaders/h264/ildb/load_Cur_Y_16x16T.asm
./i965_drv_video/shaders/h264/ildb/save_Cur_UV_8x8.asm
./i965_drv_video/shaders/h264/ildb/Child_Undefs.inc
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_SpawnChild.asm
./i965_drv_video/shaders/h264/ildb/save_Top_Y_16x4_Mbaff.asm
./i965_drv_video/shaders/h264/ildb/load_Top_UV_8x2_Mbaff.asm
./i965_drv_video/shaders/h264/ildb/save_Cur_UV_8x8_Mbaff.asm
./i965_drv_video/shaders/h264/ildb/save_Left_Y_16x4T_Mbaff.asm
./i965_drv_video/shaders/h264/ildb/saveNV12_16x4T.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Child_Field_Y.asm
./i965_drv_video/shaders/h264/ildb/Load_ILDB_Cntrl_Data_64DW.asm
./i965_drv_video/shaders/h264/ildb/save_Top_Y_16x4.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Root_Mbaff_Y.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Child_Mbaff_UV.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Filter_Y_h.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Chroma_Core.asm
./i965_drv_video/shaders/h264/ildb/saveNV12_16x4.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Child_Y.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_SpawnChromaRoot.asm
./i965_drv_video/shaders/post_processing
./i965_drv_video/shaders/post_processing/nv12_dndi_nv12.g6b
./i965_drv_video/shaders/post_processing/nv12_scaling_nv12.g6b
./i965_drv_video/shaders/post_processing/null.g4b.gen5
./i965_drv_video/shaders/post_processing/nv12_load_save_nv12.g6b
./i965_drv_video/shaders/post_processing/nv12_avs_nv12.g4b.gen5
./i965_drv_video/shaders/post_processing/nv12_dndi_nv12.asm
./i965_drv_video/shaders/post_processing/Makefile.am
./i965_drv_video/shaders/post_processing/nv12_dndi_nv12.g4b.gen5
./i965_drv_video/shaders/post_processing/nv12_scaling_nv12.asm
./i965_drv_video/shaders/post_processing/null.g4b
./i965_drv_video/shaders/post_processing/Core_Kernels
./i965_drv_video/shaders/post_processing/Core_Kernels/PL3_AVS_IEF_Unpack_8x8.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/DNDI_Hist_Save.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL_DNDI_ALG_UVCopy_NV11.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL3_Scaling.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/RGB_AVS_IEF_16x8.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/RGB_AVS_IEF_Unpack_16x8.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/DI_Hist_Save.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/DNDI.inc
./i965_drv_video/shaders/post_processing/Core_Kernels/AVS_SetupFirstBlock.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL3_AVS_IEF_Unpack_16x8.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL3_AVS_IEF_8x4.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PA_Scaling.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/RGB_Scaling.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL3_AVS_IEF_16x8.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL_DNDI_ALG_UVCopy_NV12.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL2_AVS_IEF_8x8.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/DI_SAVE_PA.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL2_AVS_IEF_Unpack_8x4.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PA_AVS_IEF_Unpack_16x8.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL2_AVS_IEF_Unpack_8x8.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL3_AVS_IEF_8x8.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PA_AVS_IEF_8x8.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL2_Scaling.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/DNDI_COMMAND.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PA_AVS_IEF_Unpack_8x4.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL2_AVS_IEF_Unpack_16x8.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PA_AVS_IEF_8x4.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PA_DN_ALG.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL3_AVS_IEF_Unpack_8x4.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL2_AVS_IEF_16x8.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PA_AVS_IEF_16x8.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/AVS_IEF.inc
./i965_drv_video/shaders/post_processing/Core_Kernels/Scaling.inc
./i965_drv_video/shaders/post_processing/Core_Kernels/PL_DNDI_ALG_UVCopy_PL3.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL_DNDI_ALG_UVCopy_P208.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PA_AVS_IEF_Sample.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/DI.inc
./i965_drv_video/shaders/post_processing/Core_Kernels/PL_DNDI_ALG.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PA_DNDI_ALG.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/RGB_AVS_IEF_Unscramble_16x8.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL2_AVS_IEF_8x4.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PA_AVS_IEF_Unpack_8x8.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL_DN_ALG.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/AVS_SetupSecondBlock.asm
./i965_drv_video/shaders/post_processing/nv12_load_save_nv12.asm
./i965_drv_video/shaders/post_processing/nv12_scaling_nv12.g4b.gen5
./i965_drv_video/shaders/post_processing/Common
./i965_drv_video/shaders/post_processing/Common/PL8x8_PL8x4.inc
./i965_drv_video/shaders/post_processing/Common/undefall.inc
./i965_drv_video/shaders/post_processing/Common/common.inc
./i965_drv_video/shaders/post_processing/Common/Multiple_Loop_Head.asm
./i965_drv_video/shaders/post_processing/Common/Init_All_Regs.asm
./i965_drv_video/shaders/post_processing/Common/RGB16x8_Save_RGB.asm
./i965_drv_video/shaders/post_processing/Common/PL9x8_PL16x8.asm
./i965_drv_video/shaders/post_processing/Common/NV11_Load_4x8.asm
./i965_drv_video/shaders/post_processing/Common/SetupVPKernel.asm
./i965_drv_video/shaders/post_processing/Common/PA_Load_9x8.asm
./i965_drv_video/shaders/post_processing/Common/RGB16x8_Save_Y416.inc
./i965_drv_video/shaders/post_processing/Common/PL8x8_PL8x4.asm
./i965_drv_video/shaders/post_processing/Common/PL8x4_Save_IMC3.asm
./i965_drv_video/shaders/post_processing/Common/AYUV_Load_16x8.asm
./i965_drv_video/shaders/post_processing/Common/P208_Load_8x8.asm
./i965_drv_video/shaders/post_processing/Common/PL5x8_PL8x8.asm
./i965_drv_video/shaders/post_processing/Common/Expansion.inc
./i965_drv_video/shaders/post_processing/Common/IMC3_Load_8x5.asm
./i965_drv_video/shaders/post_processing/Common/PL16x8_PL8x8.asm
./i965_drv_video/shaders/post_processing/Common/PL2_Load.inc
./i965_drv_video/shaders/post_processing/Common/NV12_Load_8x5.asm
./i965_drv_video/shaders/post_processing/Common/IMC3_Load_8x4.asm
./i965_drv_video/shaders/post_processing/Common/NV12_Load_8x4.asm
./i965_drv_video/shaders/post_processing/Common/PL5x8_PL16x8.asm
./i965_drv_video/shaders/post_processing/Common/PL4x8_Save_NV11.asm
./i965_drv_video/shaders/post_processing/Common/RGB16x8_Save_RGB16.inc
./i965_drv_video/shaders/post_processing/Common/PA_Load_8x8.asm
./i965_drv_video/shaders/post_processing/Common/AYUV_Load_16x8.inc
./i965_drv_video/shaders/post_processing/Common/NV12_Load_9x5.asm
./i965_drv_video/shaders/post_processing/Common/RGB16x8_Save_Y416.asm
./i965_drv_video/shaders/post_processing/Common/PL3_Load.inc
./i965_drv_video/shaders/post_processing/Common/PL8x5_PL8x8.asm
./i965_drv_video/shaders/post_processing/Common/Multiple_Loop.asm
./i965_drv_video/shaders/post_processing/Common/PL8x4_Save_IMC3.inc
./i965_drv_video/shaders/post_processing/Common/NV11_Load_5x8.asm
./i965_drv_video/shaders/post_processing/Common/P208_Load_9x8.asm
./i965_drv_video/shaders/post_processing/Common/PL8x8_Save_PA.inc
./i965_drv_video/shaders/post_processing/Common/PL4x8_Save_NV11.inc
./i965_drv_video/shaders/post_processing/Common/PL16x8_PL8x4.asm
./i965_drv_video/shaders/post_processing/Common/PL8x8_Save_P208.asm
./i965_drv_video/shaders/post_processing/Common/RGB16x8_Save_RGB.inc
./i965_drv_video/shaders/post_processing/Common/PL8x4_Save_NV12.inc
./i965_drv_video/shaders/post_processing/Common/RGB16x8_Save_RGB16.asm
./i965_drv_video/shaders/post_processing/Common/RGB_Pack.asm
./i965_drv_video/shaders/post_processing/Common/PL8x8_Save_PA.asm
./i965_drv_video/shaders/post_processing/Common/readSampler16x1.asm
./i965_drv_video/shaders/post_processing/Common/PL8x4_Save_NV12.asm
./i965_drv_video/shaders/post_processing/Common/PA_Load.inc
./i965_drv_video/shaders/post_processing/Common/PL8x8_Save_P208.inc
./i965_drv_video/shaders/post_processing/Common/PL9x5_PL16x8.asm
./i965_drv_video/shaders/post_processing/Common/IMC3_Load_9x5.asm
./i965_drv_video/shaders/post_processing/nv12_avs_nv12.asm
./i965_drv_video/shaders/post_processing/nv12_avs_nv12.g6b
./i965_drv_video/shaders/post_processing/null.g4a
./i965_drv_video/shaders/post_processing/null.g6a
./i965_drv_video/shaders/post_processing/nv12_load_save_nv12.g4b.gen5
./i965_drv_video/shaders/post_processing/null.g6b
./i965_drv_video/shaders/render
./i965_drv_video/shaders/render/exa_wm_yuv_rgb.g4b.gen5
./i965_drv_video/shaders/render/exa_wm_src_sample_planar.g4a
./i965_drv_video/shaders/render/exa_wm_src_affine.g4b
./i965_drv_video/shaders/render/exa_wm_affine.g4i
./i965_drv_video/shaders/render/exa_wm_src_sample_argb.g4b.gen5
./i965_drv_video/shaders/render/Makefile.am
./i965_drv_video/shaders/render/exa_wm_src_affine.g6b
./i965_drv_video/shaders/render/exa_wm_write.g4b
./i965_drv_video/shaders/render/exa_wm_src_sample_planar.g6b
./i965_drv_video/shaders/render/exa_wm_yuv_rgb.g6b
./i965_drv_video/shaders/render/exa_wm_src_affine.g6a
./i965_drv_video/shaders/render/exa_wm_xy.g4a
./i965_drv_video/shaders/render/exa_sf.g4b
./i965_drv_video/shaders/render/exa_wm_write.g4a
./i965_drv_video/shaders/render/exa_wm.g4i
./i965_drv_video/shaders/render/exa_wm_src_sample_planar.g4b.gen5
./i965_drv_video/shaders/render/exa_wm_src_sample_argb.g6a
./i965_drv_video/shaders/render/exa_wm_src_sample_argb.g4a
./i965_drv_video/shaders/render/exa_wm_write.g4b.gen5
./i965_drv_video/shaders/render/exa_sf.g4a
./i965_drv_video/shaders/render/exa_wm_src_affine.g4b.gen5
./i965_drv_video/shaders/render/exa_wm_xy.g4b.gen5
./i965_drv_video/shaders/render/exa_sf.g4b.gen5
./i965_drv_video/shaders/render/exa_wm_src_affine.g4a
./i965_drv_video/shaders/render/exa_wm_xy.g4b
./i965_drv_video/shaders/render/exa_wm_yuv_rgb.g4b
./i965_drv_video/shaders/render/exa_wm_src_sample_planar.g4b
./i965_drv_video/shaders/render/exa_wm_yuv_rgb.g4a
./i965_drv_video/shaders/render/exa_wm_src_sample_argb.g6b
./i965_drv_video/shaders/render/exa_wm_write.g6b
./i965_drv_video/shaders/render/exa_wm_yuv_rgb.g6a
./i965_drv_video/shaders/render/exa_wm_src_sample_planar.g6a
./i965_drv_video/shaders/render/exa_wm_src_sample_argb.g4b
./i965_drv_video/shaders/render/exa_wm_write.g6a
./i965_drv_video/object_heap.c
./i965_drv_video/gen6_mfd.h
./i965_drv_video/i965_render.h
./i965_drv_video/i965_media_mpeg2.h
./i965_drv_video/i965_render.c
./i965_drv_video/Makefile.am
./i965_drv_video/intel_driver.h
./i965_drv_video/intel_driver.c
./i965_drv_video/i965_media.h
./i965_drv_video/intel_batchbuffer.c
./i965_drv_video/i965_avc_ildb.c
./i965_drv_video/i965_media_h264.h
./i965_drv_video/i965_media_h264.c
./i965_drv_video/i965_media.c
./i965_drv_video/intel_batchbuffer.h
./i965_drv_video/i965_media_mpeg2.c
./i965_drv_video/i965_avc_bsd.c
./i965_drv_video/gen6_mfd.c
./i965_drv_video/i965_avc_ildb.h
./i965_drv_video/i965_avc_hw_scoreboard.h
./i965_drv_video/i965_post_processing.h
./i965_drv_video/i965_avc_bsd.h
./i965_drv_video/intel_memman.c
./i965_drv_video/i965_defines.h
./i965_drv_video/intel_batchbuffer_dump.c
./i965_drv_video/i965_drv_video.h
./i965_drv_video/intel_batchbuffer_dump.h
./i965_drv_video/i965_post_processing.c
./i965_drv_video/intel_memman.h
./i965_drv_video/object_heap.h
./i965_drv_video/i965_avc_hw_scoreboard.c
./i965_drv_video/i965_drv_video.c
./i965_drv_video/i965_structs.h
||<
linux-2.6は、もちろんkernel。
>||
hardware/intel/linux-2.6$ head Makefile
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 38
EXTRAVERSION =
NAME = Flesh-Eating Bats with Fangs
||<
androidの純正kernelとの比較をする。
>||
$ git clone git://android.linaro.org/kernel/common.git
Cloning into common...
fatal: Unable to look up android.linaro.org (port 9418) (Name or service not known)
||<
鯖が落ちて以来、kernelの提供は復旧されていなかったのだけど、まだ提供されていないのか。
しょうがないのでlinaroから。
>||
hardware/intel$ git clone git://android.git.linaro.org/kernel/common.git
Cloning into common...
remote: Counting objects: 2093116, done.
remote: Compressing objects: 100% (318659/318659), done.
remote: Total 2093116 (delta 1756266), reused 2092211 (delta 1755361)
Receiving objects: 100% (2093116/2093116), 425.28 MiB | 679 KiB/s, done.
Resolving deltas: 100% (1756266/1756266), done.
hardware/intel$ cd common/
hardware/intel/common$ git branch -a
* master
remotes/origin/HEAD -> origin/master
remotes/origin/android-2.6.35
remotes/origin/android-2.6.36
remotes/origin/android-2.6.37
remotes/origin/android-2.6.38
remotes/origin/android-2.6.39
remotes/origin/android-3.0
remotes/origin/archive/android-2.6.25
remotes/origin/archive/android-2.6.27
remotes/origin/archive/android-2.6.29
remotes/origin/archive/android-2.6.32
remotes/origin/archive/android-gldfish-2.6.29
remotes/origin/archive/android-goldfish-2.6.27
remotes/origin/linux-bcm43xx-2.6.39
remotes/origin/linux-wl12xx-2.6.39
remotes/origin/master
hardware/intel/common$ git checkout remotes/origin/android-2.6.38
warning: refname 'remotes/origin/android-2.6.38' is ambiguous.
Checking out files: 100% (36079/36079), done.
Switched to branch 'remotes/origin/android-2.6.38'
||<
差分を取る。
>||
hardware/intel/common$ cd ..
hardware/intel$ diff --exclude=".git" --exclude=".gitignore" -Naur common/ linux-2.6/ > kernel.diff
hardware/intel$ ls -lh kernel.diff
-rw-r--r-- 1 kinneko kinneko 17M Feb 3 20:11 kernel.diff
||<
結構でかい。
バラしてみる。
>||
hardware/intel$ mkdir temp
kinneko@BuildSV:~/TSAndroidx86/TS/hardware/intel$ cd temp/
kinneko@BuildSV:~/TSAndroidx86/TS/hardware/intel/temp$ splitdiff -ad ../kernel.diff
Wrote >common__AndroidKernel.mk
Wrote >common__arch_x86_configs_i386_e660_defconfig
Wrote >common__arch_x86_configs_i386_tx7x_defconfig
Wrote >common__drivers_dma_pch_dma.c
Wrote >common__drivers_gpio_pch_gpio.c
Wrote >common__drivers_gpu_drm_Kconfig
Wrote >common__drivers_gpu_drm_Makefile
Wrote >common__drivers_gpu_drm_emgd_Kconfig
Wrote >common__drivers_gpu_drm_emgd_Makefile
Wrote >common__drivers_gpu_drm_emgd_emgd_cfg_config.h
Wrote >common__drivers_gpu_drm_emgd_emgd_cfg_config_default.h
Wrote >common__drivers_gpu_drm_emgd_emgd_cfg_config_helper.c
Wrote >common__drivers_gpu_drm_emgd_emgd_cfg_personality.h
Wrote >common__drivers_gpu_drm_emgd_emgd_core_init_cmn_igd_global.c
Wrote >common__drivers_gpu_drm_emgd_emgd_core_init_cmn_igd_init.c
Wrote >common__drivers_gpu_drm_emgd_emgd_core_init_cmn_init_dispatch.h
Wrote >common__drivers_gpu_drm_emgd_emgd_core_init_tnc_init_tnc.c
Wrote >common__drivers_gpu_drm_emgd_emgd_core_init_tnc_micro_init_tnc.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_dsp_cmn_dsp.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_dsp_cmn_dsp_dispatch.h
Wrote >common__drivers_gpu_drm_emgd_emgd_display_dsp_tnc_dsp_tnc.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_mode_cmn_igd_mode.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_mode_cmn_match.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_mode_cmn_match.h
Wrote >common__drivers_gpu_drm_emgd_emgd_display_mode_cmn_micro_mode.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_mode_cmn_mode_dispatch.h
Wrote >common__drivers_gpu_drm_emgd_emgd_display_mode_cmn_vga_mode.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_mode_tnc_clocks_tnc.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_mode_tnc_micro_mode_tnc.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_mode_tnc_mode_tnc.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_pd_cmn_pd.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_pi_cmn_displayid.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_pi_cmn_edid.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_pi_cmn_i2c_dispatch.h
Wrote >common__drivers_gpu_drm_emgd_emgd_display_pi_cmn_igd_pi.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_pi_cmn_mode_table.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_pi_cmn_pd_init_all.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_pi_cmn_pi.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_pi_tnc_i2c_bitbash_tnc.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_pi_tnc_i2c_gmbus_tnc.c
Wrote >common__drivers_gpu_drm_emgd_emgd_drm_bitmap_data.h
Wrote >common__drivers_gpu_drm_emgd_emgd_drm_drm_emgd_private.h
Wrote >common__drivers_gpu_drm_emgd_emgd_drm_emgd_drv.c
Wrote >common__drivers_gpu_drm_emgd_emgd_drm_emgd_drv.h
Wrote >common__drivers_gpu_drm_emgd_emgd_drm_emgd_fb.c
Wrote >common__drivers_gpu_drm_emgd_emgd_drm_emgd_interface.c
Wrote >common__drivers_gpu_drm_emgd_emgd_drm_emgd_mmap.c
Wrote >common__drivers_gpu_drm_emgd_emgd_drm_emgd_test_pvrsrv.c
Wrote >common__drivers_gpu_drm_emgd_emgd_drm_splash_screen.c
Wrote >common__drivers_gpu_drm_emgd_emgd_drm_splash_screen.h
Wrote >common__drivers_gpu_drm_emgd_emgd_drm_user_config.c
Wrote >common__drivers_gpu_drm_emgd_emgd_drm_user_config.h
Wrote >common__drivers_gpu_drm_emgd_emgd_drm_user_config_1024x600.c
Wrote >common__drivers_gpu_drm_emgd_emgd_drm_user_config_1366x768.c
Wrote >common__drivers_gpu_drm_emgd_emgd_gmm_gmm.c
Wrote >common__drivers_gpu_drm_emgd_emgd_gmm_gtt.c
Wrote >common__drivers_gpu_drm_emgd_emgd_include_cmd.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_context.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_debug.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_decode.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_dispatch.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_dispatch_utils.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_displayid.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_dsp.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_edid.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_general.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_instr_common.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_intelpci.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_math_fix.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_memlist.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_memory.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_mode.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_mode_access.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_module_init.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_msvdx.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_pci.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_pd.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_pd_init.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_pi.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_psb_regs.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_rb.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_reset.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_sched.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_state2d.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_tnc_appcontext.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_tnc_cmd.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_tnc_context.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_tnc_igd_tnc_wa.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_tnc_instr.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_tnc_mi.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_tnc_regs.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_tnc_sgx.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_tnc_state3d.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_tnc_state3d_tnc.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_topaz.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_utils.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_vga.h
Wrote >common__drivers_gpu_drm_emgd_emgd_oal_src_math_fix.c
Wrote >common__drivers_gpu_drm_emgd_emgd_oal_src_memmap.c
Wrote >common__drivers_gpu_drm_emgd_emgd_oal_src_pci.c
Wrote >common__drivers_gpu_drm_emgd_emgd_pal_Makefile.include
Wrote >common__drivers_gpu_drm_emgd_emgd_pal_lpd_lpd.c
Wrote >common__drivers_gpu_drm_emgd_emgd_pal_lpd_pd_print.h
Wrote >common__drivers_gpu_drm_emgd_emgd_pal_lvds_lvds.c
Wrote >common__drivers_gpu_drm_emgd_emgd_pal_lvds_lvds.h
Wrote >common__drivers_gpu_drm_emgd_emgd_pal_sdvo_sdvo.def
Wrote >common__drivers_gpu_drm_emgd_emgd_pal_sdvo_sdvo_attr.c
Wrote >common__drivers_gpu_drm_emgd_emgd_pal_sdvo_sdvo_attr.h
Wrote >common__drivers_gpu_drm_emgd_emgd_pal_sdvo_sdvo_hdmi.c
Wrote >common__drivers_gpu_drm_emgd_emgd_pal_sdvo_sdvo_hdmi.h
Wrote >common__drivers_gpu_drm_emgd_emgd_pal_sdvo_sdvo_intf.c
Wrote >common__drivers_gpu_drm_emgd_emgd_pal_sdvo_sdvo_intf.h
Wrote >common__drivers_gpu_drm_emgd_emgd_pal_sdvo_sdvo_port.c
Wrote >common__drivers_gpu_drm_emgd_emgd_pal_sdvo_sdvo_port.h
Wrote >common__drivers_gpu_drm_emgd_emgd_state_appcontext_cmn_appcontext_dispatch.h
Wrote >common__drivers_gpu_drm_emgd_emgd_state_appcontext_cmn_igd_appcontext.c
Wrote >common__drivers_gpu_drm_emgd_emgd_state_appcontext_tnc_appcontext_tnc.c
Wrote >common__drivers_gpu_drm_emgd_emgd_state_power_cmn_igd_pwr.c
Wrote >common__drivers_gpu_drm_emgd_emgd_state_power_cmn_pwr_dispatch.h
Wrote >common__drivers_gpu_drm_emgd_emgd_state_power_tnc_pwr_tnc.c
Wrote >common__drivers_gpu_drm_emgd_emgd_state_reg_cmn_reg.c
Wrote >common__drivers_gpu_drm_emgd_emgd_state_reg_cmn_reg_dispatch.h
Wrote >common__drivers_gpu_drm_emgd_emgd_state_reg_tnc_reg_tnc.c
Wrote >common__drivers_gpu_drm_emgd_emgd_utils_math_fix.c
Wrote >common__drivers_gpu_drm_emgd_emgd_utils_memmap.c
Wrote >common__drivers_gpu_drm_emgd_emgd_utils_pci.c
Wrote >common__drivers_gpu_drm_emgd_emgd_video_msvdx_msvdx.c
Wrote >common__drivers_gpu_drm_emgd_emgd_video_msvdx_msvdx_init.c
Wrote >common__drivers_gpu_drm_emgd_emgd_video_msvdx_msvdx_pvr.c
Wrote >common__drivers_gpu_drm_emgd_emgd_video_msvdx_msvdx_pvr.h
Wrote >common__drivers_gpu_drm_emgd_emgd_video_overlay_cmn_igd_ovl.c
Wrote >common__drivers_gpu_drm_emgd_emgd_video_overlay_cmn_micro_ovl.c
Wrote >common__drivers_gpu_drm_emgd_emgd_video_overlay_cmn_ovl_coeff.c
Wrote >common__drivers_gpu_drm_emgd_emgd_video_overlay_cmn_ovl_coeff.h
Wrote >common__drivers_gpu_drm_emgd_emgd_video_overlay_cmn_ovl_dispatch.h
Wrote >common__drivers_gpu_drm_emgd_emgd_video_overlay_cmn_ovl_virt.h
Wrote >common__drivers_gpu_drm_emgd_emgd_video_overlay_tnc_micro_ovl_tnc.c
Wrote >common__drivers_gpu_drm_emgd_emgd_video_overlay_tnc_ovl2_regs_tnc.h
Wrote >common__drivers_gpu_drm_emgd_emgd_video_overlay_tnc_ovl2_tnc.c
Wrote >common__drivers_gpu_drm_emgd_emgd_video_overlay_tnc_ovl2_tnc.h
Wrote >common__drivers_gpu_drm_emgd_emgd_video_overlay_tnc_ovl_regs_tnc.h
Wrote >common__drivers_gpu_drm_emgd_emgd_video_overlay_tnc_ovl_tnc.c
Wrote >common__drivers_gpu_drm_emgd_emgd_video_overlay_tnc_ovl_tnc_cache.c
Wrote >common__drivers_gpu_drm_emgd_emgd_video_overlay_tnc_ovl_tnc_cache.h
Wrote >common__drivers_gpu_drm_emgd_emgd_video_topaz_topaz.c
Wrote >common__drivers_gpu_drm_emgd_emgd_video_topaz_topaz_hdr.h
Wrote >common__drivers_gpu_drm_emgd_emgd_video_topaz_topaz_init.c
Wrote >common__drivers_gpu_drm_emgd_include_android_io.h
Wrote >common__drivers_gpu_drm_emgd_include_android_memory.h
Wrote >common__drivers_gpu_drm_emgd_include_android_os_io.h
Wrote >common__drivers_gpu_drm_emgd_include_android_os_memory.h
Wrote >common__drivers_gpu_drm_emgd_include_cfg_config.h
Wrote >common__drivers_gpu_drm_emgd_include_cfg_config_default.h
Wrote >common__drivers_gpu_drm_emgd_include_cfg_personality.h
Wrote >common__drivers_gpu_drm_emgd_include_emgd_drm.h
Wrote >common__drivers_gpu_drm_emgd_include_emgd_shared.h
Wrote >common__drivers_gpu_drm_emgd_include_gart.h
Wrote >common__drivers_gpu_drm_emgd_include_igd.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_2d.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_appcontext.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_blend.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_debug.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_errno.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_gart.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_gmm.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_init.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_interrupt.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_mode.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_ovl.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_pd.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_pi.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_pwr.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_rb.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_render.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_reset.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_version.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_vga.h
Wrote >common__drivers_gpu_drm_emgd_include_io.h
Wrote >common__drivers_gpu_drm_emgd_include_memmap.h
Wrote >common__drivers_gpu_drm_emgd_pvr_COPYING
Wrote >common__drivers_gpu_drm_emgd_pvr_INSTALL
Wrote >common__drivers_gpu_drm_emgd_pvr_README
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_bits.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_buildvars.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_commands.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_common_android_armv7-a.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_common_android_extra_config.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_common_android_features.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_common_android_paths.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_common_android_platform_version.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_common_android_x86.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_common_dridrm.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_common_intel.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_common_intel_product.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_common_omap4.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_common_opencl.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_config_core.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_defs.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_intel_android_Makefile
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_kbuild_Makefile.template
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_kbuild_external_tarball.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_kbuild_kbuild.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_kernel_module.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_kernel_version.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_moduledefs.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_modules.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_omap4430_android_Makefile
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_prepare_tree.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_this_makefile.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_tools_cc-check.sh
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_toplevel.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_include4_dbgdrvif.h
Wrote >common__drivers_gpu_drm_emgd_pvr_include4_img_defs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_include4_img_types.h
Wrote >common__drivers_gpu_drm_emgd_pvr_include4_pdumpdefs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_include4_pvr_debug.h
Wrote >common__drivers_gpu_drm_emgd_pvr_include4_pvrmodule.h
Wrote >common__drivers_gpu_drm_emgd_pvr_include4_pvrversion.h
Wrote >common__drivers_gpu_drm_emgd_pvr_include4_regpaths.h
Wrote >common__drivers_gpu_drm_emgd_pvr_include4_services.h
Wrote >common__drivers_gpu_drm_emgd_pvr_include4_servicesext.h
Wrote >common__drivers_gpu_drm_emgd_pvr_include4_sgx_options.h
Wrote >common__drivers_gpu_drm_emgd_pvr_include4_sgxapi_km.h
Wrote >common__drivers_gpu_drm_emgd_pvr_include4_sgxscript.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_bufferclass_example_Kbuild.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_bufferclass_example_Linux.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_bufferclass_example_bufferclass_example.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_bufferclass_example_bufferclass_example.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_bufferclass_example_bufferclass_example_linux.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_bufferclass_example_bufferclass_example_linux.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_bufferclass_example_bufferclass_example_private.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_bufferclass_example_bufferclass_example_private.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_emgd_displayclass_emgd_dc.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_emgd_displayclass_emgd_dc.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_emgd_displayclass_emgd_dc_linux.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_linux_framebuffer_drm_Linux.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_linux_framebuffer_drm_Medfield.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_linux_framebuffer_drm_Moorestown.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_linux_framebuffer_drm_Poulsbo.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_linux_framebuffer_drm_drmlfb.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_linux_framebuffer_drm_drmlfb_displayclass.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_linux_framebuffer_drm_drmlfb_linux.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_include_env_linux_pvr_drm_shared.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_include_kernelbuffer.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_include_kerneldisplay.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_include_pdump.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_include_pvr_bridge.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_include_pvr_bridge_km.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_include_pvrmmap.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_include_pvrsrv_errors.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_include_servicesint.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_include_sgx_bridge.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_include_sgx_mkif_km.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_include_sgxinfo.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_bridged_bridged_pvr_bridge.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_bridged_bridged_pvr_bridge.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_bridged_bridged_support.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_bridged_bridged_support.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_bridged_sgx_bridged_sgx_bridge.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_bridged_sgx_bridged_sgx_bridge.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_buffer_manager.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_deviceclass.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_deviceid.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_devicemem.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_handle.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_hash.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_lists.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_mem.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_mem_debug.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_metrics.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_osfunc_common.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_pdump_common.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_perproc.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_power.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_pvrsrv.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_queue.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_ra.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_resman.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_devices_sgx_mmu.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_devices_sgx_mmu.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_devices_sgx_pb.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_devices_sgx_sgx_bridge_km.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_devices_sgx_sgxconfig.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_devices_sgx_sgxinfokm.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_devices_sgx_sgxinit.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_devices_sgx_sgxkick.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_devices_sgx_sgxpower.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_devices_sgx_sgxreset.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_devices_sgx_sgxtransfer.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_devices_sgx_sgxutils.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_devices_sgx_sgxutils.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_Kbuild.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_Linux.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_env_data.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_env_perproc.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_event.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_event.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_linkage.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_lock.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_mm.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_mm.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_mmap.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_mmap.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_module.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_mutex.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_mutex.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_mutils.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_mutils.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_osfunc.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_osperproc.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_pdump.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_private_data.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_proc.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_proc.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_pvr_bridge_k.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_pvr_debug.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_pvr_drm.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_pvr_drm.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_pvr_uaccess.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_hwdefs_mnemedefs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_hwdefs_ocpdefs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_hwdefs_sgx520defs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_hwdefs_sgx530defs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_hwdefs_sgx531defs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_hwdefs_sgx535defs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_hwdefs_sgx540defs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_hwdefs_sgx543_v1.164defs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_hwdefs_sgx543defs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_hwdefs_sgx544defs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_hwdefs_sgxdefs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_hwdefs_sgxerrata.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_hwdefs_sgxfeaturedefs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_hwdefs_sgxmmu.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_hwdefs_sgxmpdefs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_buffer_manager.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_device.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_handle.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_hash.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_lists.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_metrics.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_osfunc.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_osperproc.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_pdump_int.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_pdump_km.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_pdump_osfunc.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_perproc.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_power.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_queue.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_ra.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_resman.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_services_headers.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_srvkm.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_ttrace.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_ttrace_common.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_ttrace_tokens.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_common_sysconfig.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_common_sysutils.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_include_oemfuncs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_include_sys_pvr_drm_shared.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_include_syscommon.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_include_sysconfig.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_include_sysinfo.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_include_syslocal.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_intel_drm_oemfuncs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_intel_drm_sys_pvr_drm_export.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_intel_drm_sys_pvr_drm_export.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_intel_drm_sys_pvr_drm_import.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_intel_drm_sysconfig.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_intel_drm_sysconfig.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_intel_drm_sysinfo.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_intel_drm_syslocal.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_intel_drm_sysutils.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_omap4_oemfuncs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_omap4_sysconfig.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_omap4_sysconfig.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_omap4_sysinfo.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_omap4_syslocal.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_omap4_sysutils.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_omap4_sysutils_linux.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_tnc_sysconfig.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_tnc_systnc.h
Wrote >common__drivers_gpu_drm_emgd_pvr_tools_intern_debug_client_linuxsrv.h
Wrote >common__drivers_gpu_drm_emgd_pvr_tools_intern_debug_dbgdriv_Kbuild.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_tools_intern_debug_dbgdriv_Linux.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_tools_intern_debug_dbgdriv_common_dbgdriv.c
Wrote >common__drivers_gpu_drm_emgd_pvr_tools_intern_debug_dbgdriv_common_dbgdriv.h
Wrote >common__drivers_gpu_drm_emgd_pvr_tools_intern_debug_dbgdriv_common_dbgdriv_ioctl.h
Wrote >common__drivers_gpu_drm_emgd_pvr_tools_intern_debug_dbgdriv_common_handle.c
Wrote >common__drivers_gpu_drm_emgd_pvr_tools_intern_debug_dbgdriv_common_hostfunc.h
Wrote >common__drivers_gpu_drm_emgd_pvr_tools_intern_debug_dbgdriv_common_hotkey.c
Wrote >common__drivers_gpu_drm_emgd_pvr_tools_intern_debug_dbgdriv_common_hotkey.h
Wrote >common__drivers_gpu_drm_emgd_pvr_tools_intern_debug_dbgdriv_common_ioctl.c
Wrote >common__drivers_gpu_drm_emgd_pvr_tools_intern_debug_dbgdriv_linux_hostfunc.c
Wrote >common__drivers_gpu_drm_emgd_pvr_tools_intern_debug_dbgdriv_linux_main.c
Wrote >common__drivers_hid_hid-core.c
Wrote >common__drivers_hid_hid-ntrig.c
Wrote >common__drivers_hid_usbhid_hid-core.c
Wrote >common__drivers_i2c_busses_i2c-eg20t.c
Wrote >common__drivers_input_touchscreen_BU21020_firmware.h
Wrote >common__drivers_input_touchscreen_Kconfig
Wrote >common__drivers_input_touchscreen_Makefile
Wrote >common__drivers_input_touchscreen_bu21020.c
Wrote >common__drivers_input_touchscreen_usbtouchscreen.c
Wrote >common__drivers_misc_pch_phub.c
Wrote >common__drivers_rtc_alarm-dev.c
Wrote >common__drivers_rtc_alarm.c
Wrote >common__drivers_spi_Kconfig
Wrote >common__drivers_spi_Makefile
Wrote >common__drivers_spi_pch_spi_platform_devices.c
Wrote >common__drivers_spi_spi_topcliff_pch.c
Wrote >common__drivers_staging_Kconfig
Wrote >common__drivers_staging_Makefile
Wrote >common__drivers_staging_rtl8192cu_Kconfig
Wrote >common__drivers_staging_rtl8192cu_Makefile
Wrote >common__drivers_staging_rtl8192cu_clean
Wrote >common__drivers_staging_rtl8192cu_core_efuse_rtw_efuse.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_cmd.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_debug.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_eeprom.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_ieee80211.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_io.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_ioctl_query.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_ioctl_rtl.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_ioctl_set.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_mlme.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_mlme_ext.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_mp.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_mp_ioctl.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_p2p.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_pwrctrl.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_recv.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_rf.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_security.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_sta_mgt.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_wlan_util.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_xmit.c
Wrote >common__drivers_staging_rtl8192cu_hal_hal_init.c
Wrote >common__drivers_staging_rtl8192cu_hal_rtl8192c_rtl8192c_cmd.c
Wrote >common__drivers_staging_rtl8192cu_hal_rtl8192c_rtl8192c_dm.c
Wrote >common__drivers_staging_rtl8192cu_hal_rtl8192c_rtl8192c_hal_init.c
Wrote >common__drivers_staging_rtl8192cu_hal_rtl8192c_rtl8192c_phycfg.c
Wrote >common__drivers_staging_rtl8192cu_hal_rtl8192c_rtl8192c_rf6052.c
Wrote >common__drivers_staging_rtl8192cu_hal_rtl8192c_rtl8192c_rxdesc.c
Wrote >common__drivers_staging_rtl8192cu_hal_rtl8192c_rtl8192c_sreset.c
Wrote >common__drivers_staging_rtl8192cu_hal_rtl8192c_usb_Hal8192CUHWImg.c
Wrote >common__drivers_staging_rtl8192cu_hal_rtl8192c_usb_rtl8192cu_led.c
Wrote >common__drivers_staging_rtl8192cu_hal_rtl8192c_usb_rtl8192cu_recv.c
Wrote >common__drivers_staging_rtl8192cu_hal_rtl8192c_usb_rtl8192cu_xmit.c
Wrote >common__drivers_staging_rtl8192cu_hal_rtl8192c_usb_usb_halinit.c
Wrote >common__drivers_staging_rtl8192cu_hal_rtl8192c_usb_usb_ops_ce.c
Wrote >common__drivers_staging_rtl8192cu_hal_rtl8192c_usb_usb_ops_linux.c
Wrote >common__drivers_staging_rtl8192cu_hal_rtl8192c_usb_usb_ops_xp.c
Wrote >common__drivers_staging_rtl8192cu_ifcfg-wlan0
Wrote >common__drivers_staging_rtl8192cu_include_Hal8192CEHWImg.h
Wrote >common__drivers_staging_rtl8192cu_include_Hal8192CPhyCfg.h
Wrote >common__drivers_staging_rtl8192cu_include_Hal8192CPhyReg.h
Wrote >common__drivers_staging_rtl8192cu_include_Hal8192CUHWImg.h
Wrote >common__drivers_staging_rtl8192cu_include_Hal8192DEHWImg.h
Wrote >common__drivers_staging_rtl8192cu_include_Hal8192DETestHWImg.h
Wrote >common__drivers_staging_rtl8192cu_include_Hal8192DPhyCfg.h
Wrote >common__drivers_staging_rtl8192cu_include_Hal8192DPhyReg.h
Wrote >common__drivers_staging_rtl8192cu_include_Hal8192DUHWImg.h
Wrote >common__drivers_staging_rtl8192cu_include_Hal8192DUTestHWImg.h
Wrote >common__drivers_staging_rtl8192cu_include_autoconf.h
Wrote >common__drivers_staging_rtl8192cu_include_basic_types.h
Wrote >common__drivers_staging_rtl8192cu_include_byteorder_big_endian.h
Wrote >common__drivers_staging_rtl8192cu_include_byteorder_generic.h
Wrote >common__drivers_staging_rtl8192cu_include_byteorder_little_endian.h
Wrote >common__drivers_staging_rtl8192cu_include_byteorder_swab.h
Wrote >common__drivers_staging_rtl8192cu_include_byteorder_swabb.h
Wrote >common__drivers_staging_rtl8192cu_include_circ_buf.h
Wrote >common__drivers_staging_rtl8192cu_include_cmd_osdep.h
Wrote >common__drivers_staging_rtl8192cu_include_drv_conf.h
Wrote >common__drivers_staging_rtl8192cu_include_drv_types.h
Wrote >common__drivers_staging_rtl8192cu_include_drv_types_ce.h
Wrote >common__drivers_staging_rtl8192cu_include_drv_types_linux.h
Wrote >common__drivers_staging_rtl8192cu_include_drv_types_xp.h
Wrote >common__drivers_staging_rtl8192cu_include_ethernet.h
Wrote >common__drivers_staging_rtl8192cu_include_farray.h
Wrote >common__drivers_staging_rtl8192cu_include_h2clbk.h
Wrote >common__drivers_staging_rtl8192cu_include_hal_init.h
Wrote >common__drivers_staging_rtl8192cu_include_ieee80211.h
Wrote >common__drivers_staging_rtl8192cu_include_ieee80211_ext.h
Wrote >common__drivers_staging_rtl8192cu_include_if_ether.h
Wrote >common__drivers_staging_rtl8192cu_include_ip.h
Wrote >common__drivers_staging_rtl8192cu_include_mlme_osdep.h
Wrote >common__drivers_staging_rtl8192cu_include_mp_custom_oid.h
Wrote >common__drivers_staging_rtl8192cu_include_nic_spec.h
Wrote >common__drivers_staging_rtl8192cu_include_osdep_ce_service.h
Wrote >common__drivers_staging_rtl8192cu_include_osdep_intf.h
Wrote >common__drivers_staging_rtl8192cu_include_osdep_service.h
Wrote >common__drivers_staging_rtl8192cu_include_pci_hal.h
Wrote >common__drivers_staging_rtl8192cu_include_pci_ops.h
Wrote >common__drivers_staging_rtl8192cu_include_pci_osintf.h
Wrote >common__drivers_staging_rtl8192cu_include_recv_osdep.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192c_cmd.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192c_dm.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192c_event.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192c_hal.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192c_led.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192c_recv.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192c_rf.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192c_spec.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192c_sreset.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192c_xmit.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192d_cmd.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192d_dm.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192d_hal.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192d_led.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192d_recv.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192d_rf.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192d_spec.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192d_xmit.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_byteorder.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_cmd.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_debug.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_eeprom.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_efuse.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_event.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_ht.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_io.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_ioctl.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_ioctl_query.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_ioctl_rtl.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_ioctl_set.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_led.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_mlme.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_mlme_ext.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_mp.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_mp_ioctl.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_mp_phy_regdef.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_p2p.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_pwrctrl.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_qos.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_recv.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_rf.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_security.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_version.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_xmit.h
Wrote >common__drivers_staging_rtl8192cu_include_sdio_hal.h
Wrote >common__drivers_staging_rtl8192cu_include_sdio_ops.h
Wrote >common__drivers_staging_rtl8192cu_include_sdio_ops_ce.h
Wrote >common__drivers_staging_rtl8192cu_include_sdio_ops_linux.h
Wrote >common__drivers_staging_rtl8192cu_include_sdio_ops_xp.h
Wrote >common__drivers_staging_rtl8192cu_include_sdio_osintf.h
Wrote >common__drivers_staging_rtl8192cu_include_sta_info.h
Wrote >common__drivers_staging_rtl8192cu_include_usb_hal.h
Wrote >common__drivers_staging_rtl8192cu_include_usb_ops.h
Wrote >common__drivers_staging_rtl8192cu_include_usb_osintf.h
Wrote >common__drivers_staging_rtl8192cu_include_usb_vendor_req.h
Wrote >common__drivers_staging_rtl8192cu_include_wifi.h
Wrote >common__drivers_staging_rtl8192cu_include_wlan_bssdef.h
Wrote >common__drivers_staging_rtl8192cu_include_xmit_osdep.h
Wrote >common__drivers_staging_rtl8192cu_os_dep_linux_ioctl_linux.c
Wrote >common__drivers_staging_rtl8192cu_os_dep_linux_mlme_linux.c
Wrote >common__drivers_staging_rtl8192cu_os_dep_linux_os_intfs.c
Wrote >common__drivers_staging_rtl8192cu_os_dep_linux_pci_intf.c
Wrote >common__drivers_staging_rtl8192cu_os_dep_linux_recv_linux.c
Wrote >common__drivers_staging_rtl8192cu_os_dep_linux_sdio_intf.c
Wrote >common__drivers_staging_rtl8192cu_os_dep_linux_usb_intf.c
Wrote >common__drivers_staging_rtl8192cu_os_dep_linux_xmit_linux.c
Wrote >common__drivers_staging_rtl8192cu_os_dep_osdep_service.c
Wrote >common__drivers_staging_rtl8192cu_runwpa
Wrote >common__drivers_staging_rtl8192cu_wlan0dhcp
Wrote >common__drivers_tty_serial_8250_pci.c
Wrote >common__drivers_tty_serial_pch_uart.c
Wrote >common__drivers_tty_serial_serial_core.c
Wrote >common__drivers_tty_vt_vt.c
Wrote >common__drivers_usb_gadget_pch_udc.c
Wrote >common__include_linux_spi_bu21020.h
Wrote >common__kernel_cpuset.c
Wrote >common__sound_pci_hda_hda_intel.c
Wrote >common__sound_pci_hda_patch_realtek.c
||<
以外に変更点は少ない。
カニの無線ドライバまわりと、GPUのDRMドライバを除くと、ほとんど変更はない感じ。
Perhaps, even it is androidful days...
Monday, February 6, 2012
Friday, February 3, 2012
TS版の違いをさぐる旅... 疲れたからやめる
ターボシステムズ(以下TS)から、Atom E6xxに対応したAndroidのソースコードがリリースされた。
概要は、http://d.hatena.ne.jp/kinneko/20120202/p16 に書いた。
その中身を見る話。
ソース管理には、gitを使ってほしい...
せめて、ベースにしたブランチくらいわかるようにしておいてほしぃ...
AOSPのGingerbreadには、以下のブランチがある。
- android-2.3_r1_ -> android-2.3_r1_
- android-2.3.1_r1_ -> android-2.3.1_r1_
- android-2.3.2_r1_ -> android-2.3.2_r1_
- android-2.3.3_r1_ -> android-2.3.3_r1_
- android-2.3.3_r1.1_ -> android-2.3.3_r1.1_
- android-2.3.4_r0.9_ -> android-2.3.4_r0.9_
- android-2.3.4_r1_ -> android-2.3.4_r1_
- android-2.3.5_r1_ -> android-2.3.5_r1_
- android-2.3.6_r0.9 -> android-2.3.6_r0.9
- android-2.3.6_r1 -> android-2.3.6_r1
- android-2.3.7_r1 -> android-2.3.7_r1
どれだろう... orz
違うと思うけど、最新のandroid-2.3.7_r1で比較。
ちらっと変化の少なさそうなexternalだけみると、alsa-libの追加と、webkitの数行以外は、必須な違いがないようだ。
この違いを見ていくと、ブランチ元がわかるのではないか。
というわけで、こんなdiffをとってみた。
kinneko@BuildSV:~/TLAndroidx86$ diff --exclude=".git" --exclude=".gitignore" -Naur AOSP/external/ TL/external/
結果。
kinneko@BuildSV:~/TLAndroidx86$ ls -l android-2.3*
-rw-r--r-- 1 kinneko kinneko 41195861 Feb 2 23:07 android-2.3.1_r1
-rw-r--r-- 1 kinneko kinneko 41195861 Feb 2 23:07 android-2.3.2_r1
-rw-r--r-- 1 kinneko kinneko 37726565 Feb 2 23:03 android-2.3.3_r1
-rw-r--r-- 1 kinneko kinneko 37726565 Feb 2 23:14 android-2.3.3_r1.1
-rw-r--r-- 1 kinneko kinneko 37528579 Feb 2 23:13 android-2.3.4_r0.9
-rw-r--r-- 1 kinneko kinneko 37527808 Feb 2 23:06 android-2.3.4_r1
-rw-r--r-- 1 kinneko kinneko 37556305 Feb 2 23:05 android-2.3.5_r1
-rw-r--r-- 1 kinneko kinneko 37805771 Feb 2 23:12 android-2.3.6_r0.9
-rw-r--r-- 1 kinneko kinneko 37807341 Feb 2 23:59 android-2.3.6_r1
-rw-r--r-- 1 kinneko kinneko 37954355 Feb 2 23:55 android-2.3.7_r1
-rw-r--r-- 1 kinneko kinneko 41195861 Feb 2 23:08 android-2.3_r1
というわけで、ベースになったのは、android-2.3.4_r1のようだ。
cts/tests/tests/os/src/android/os/cts/BuildVersionTest.javaにこんなのがあった。
- new HashSet<String>(Arrays.asList("2.3.3"));
+ new HashSet<String>(Arrays.asList("2.3.3", "2.3.4"));
2.3.4からのブランチだということが裏付け?
externalの変化を見る。
kinneko@BuildSV:~/TLAndroidx86$ mkdir temp
kinneko@BuildSV:~/TLAndroidx86$ cd temp/
kinneko@BuildSV:~/TLAndroidx86/temp$ splitdiff -ad ../android-2.3.4_r1
Wrote >TL_external__alsa-lib_Android.mk
Wrote >TL_external__alsa-lib_COPYING
Wrote >TL_external__alsa-lib_ChangeLog
Wrote >TL_external__alsa-lib_INSTALL
Wrote >TL_external__alsa-lib_MEMORY-LEAK
Wrote >TL_external__alsa-lib_Makefile.am
Wrote >TL_external__alsa-lib_Makefile.in
Wrote >TL_external__alsa-lib_NOTES
Wrote >TL_external__alsa-lib_README
Wrote >TL_external__alsa-lib_TODO
Wrote >TL_external__alsa-lib_acinclude.m4
Wrote >TL_external__alsa-lib_aclocal.m4
Wrote >TL_external__alsa-lib_alsalisp_Makefile.am
Wrote >TL_external__alsa-lib_alsalisp_Makefile.in
Wrote >TL_external__alsa-lib_alsalisp_alsalisp.c
Wrote >TL_external__alsa-lib_aserver_COPYING
Wrote >TL_external__alsa-lib_aserver_Makefile.am
Wrote >TL_external__alsa-lib_aserver_Makefile.in
Wrote >TL_external__alsa-lib_aserver_aserver.c
Wrote >TL_external__alsa-lib_compile
Wrote >TL_external__alsa-lib_config.guess
Wrote >TL_external__alsa-lib_config.sub
Wrote >TL_external__alsa-lib_configure
Wrote >TL_external__alsa-lib_configure.in
Wrote >TL_external__alsa-lib_depcomp
Wrote >TL_external__alsa-lib_doc_Makefile.am
Wrote >TL_external__alsa-lib_doc_Makefile.in
Wrote >TL_external__alsa-lib_doc_README.1st
Wrote >TL_external__alsa-lib_doc_asoundrc.txt
Wrote >TL_external__alsa-lib_doc_doxygen.cfg
Wrote >TL_external__alsa-lib_doc_doxygen.cfg.in
Wrote >TL_external__alsa-lib_doc_index.doxygen
Wrote >TL_external__alsa-lib_doc_pictures_Makefile.am
Wrote >TL_external__alsa-lib_doc_pictures_Makefile.in
Wrote >TL_external__alsa-lib_doc_pictures_wave1.gif
Wrote >TL_external__alsa-lib_doc_pictures_wave2.gif
Wrote >TL_external__alsa-lib_gitcompile
Wrote >TL_external__alsa-lib_include_Makefile.am
Wrote >TL_external__alsa-lib_include_Makefile.in
Wrote >TL_external__alsa-lib_include_alisp.h
Wrote >TL_external__alsa-lib_include_alsa-symbols.h
Wrote >TL_external__alsa-lib_include_aserver.h
Wrote >TL_external__alsa-lib_include_asoundef.h
Wrote >TL_external__alsa-lib_include_asoundlib-head.h
Wrote >TL_external__alsa-lib_include_asoundlib-tail.h
Wrote >TL_external__alsa-lib_include_asoundlib.h
Wrote >TL_external__alsa-lib_include_conf.h
Wrote >TL_external__alsa-lib_include_config.h
Wrote >TL_external__alsa-lib_include_config.h.in
Wrote >TL_external__alsa-lib_include_control.h
Wrote >TL_external__alsa-lib_include_control_external.h
Wrote >TL_external__alsa-lib_include_error.h
Wrote >TL_external__alsa-lib_include_global.h
Wrote >TL_external__alsa-lib_include_hwdep.h
Wrote >TL_external__alsa-lib_include_iatomic.h
Wrote >TL_external__alsa-lib_include_input.h
Wrote >TL_external__alsa-lib_include_list.h
Wrote >TL_external__alsa-lib_include_local.h
Wrote >TL_external__alsa-lib_include_mixer.h
Wrote >TL_external__alsa-lib_include_mixer_abst.h
Wrote >TL_external__alsa-lib_include_output.h
Wrote >TL_external__alsa-lib_include_pcm.h
Wrote >TL_external__alsa-lib_include_pcm_external.h
Wrote >TL_external__alsa-lib_include_pcm_extplug.h
Wrote >TL_external__alsa-lib_include_pcm_ioplug.h
Wrote >TL_external__alsa-lib_include_pcm_old.h
Wrote >TL_external__alsa-lib_include_pcm_plugin.h
Wrote >TL_external__alsa-lib_include_pcm_rate.h
Wrote >TL_external__alsa-lib_include_rawmidi.h
Wrote >TL_external__alsa-lib_include_search.h
Wrote >TL_external__alsa-lib_include_seq.h
Wrote >TL_external__alsa-lib_include_seq_event.h
Wrote >TL_external__alsa-lib_include_seq_midi_event.h
Wrote >TL_external__alsa-lib_include_seqmid.h
Wrote >TL_external__alsa-lib_include_sound_Makefile.am
Wrote >TL_external__alsa-lib_include_sound_Makefile.in
Wrote >TL_external__alsa-lib_include_sound_asequencer.h
Wrote >TL_external__alsa-lib_include_sound_asound.h
Wrote >TL_external__alsa-lib_include_sound_asound_fm.h
Wrote >TL_external__alsa-lib_include_sound_asoundef.h
Wrote >TL_external__alsa-lib_include_sound_emu10k1.h
Wrote >TL_external__alsa-lib_include_sound_hdsp.h
Wrote >TL_external__alsa-lib_include_sound_sb16_csp.h
Wrote >TL_external__alsa-lib_include_sound_sscape_ioctl.h
Wrote >TL_external__alsa-lib_include_sound_type_compat.h
Wrote >TL_external__alsa-lib_include_sys.h
Wrote >TL_external__alsa-lib_include_timer.h
Wrote >TL_external__alsa-lib_include_version.h
Wrote >TL_external__alsa-lib_install-sh
Wrote >TL_external__alsa-lib_libtool
Wrote >TL_external__alsa-lib_ltmain.sh
Wrote >TL_external__alsa-lib_m4_attributes.m4
Wrote >TL_external__alsa-lib_missing
Wrote >TL_external__alsa-lib_modules_Makefile.am
Wrote >TL_external__alsa-lib_modules_Makefile.in
Wrote >TL_external__alsa-lib_modules_mixer_Makefile.am
Wrote >TL_external__alsa-lib_modules_mixer_Makefile.in
Wrote >TL_external__alsa-lib_modules_mixer_simple_Makefile.am
Wrote >TL_external__alsa-lib_modules_mixer_simple_Makefile.in
Wrote >TL_external__alsa-lib_modules_mixer_simple_ac97.c
Wrote >TL_external__alsa-lib_modules_mixer_simple_hda.c
Wrote >TL_external__alsa-lib_modules_mixer_simple_python.c
Wrote >TL_external__alsa-lib_modules_mixer_simple_sbase.c
Wrote >TL_external__alsa-lib_modules_mixer_simple_sbase.h
Wrote >TL_external__alsa-lib_modules_mixer_simple_sbasedl.c
Wrote >TL_external__alsa-lib_src_Makefile.am
Wrote >TL_external__alsa-lib_src_Makefile.in
Wrote >TL_external__alsa-lib_src_Versions
Wrote >TL_external__alsa-lib_src_Versions.in
Wrote >TL_external__alsa-lib_src_alisp_Makefile.am
Wrote >TL_external__alsa-lib_src_alisp_Makefile.in
Wrote >TL_external__alsa-lib_src_alisp_alisp.c
Wrote >TL_external__alsa-lib_src_alisp_alisp_local.h
Wrote >TL_external__alsa-lib_src_alisp_alisp_snd.c
Wrote >TL_external__alsa-lib_src_async.c
Wrote >TL_external__alsa-lib_src_compat_Makefile.am
Wrote >TL_external__alsa-lib_src_compat_Makefile.in
Wrote >TL_external__alsa-lib_src_compat_hsearch_r.c
Wrote >TL_external__alsa-lib_src_conf_Makefile.am
Wrote >TL_external__alsa-lib_src_conf_Makefile.in
Wrote >TL_external__alsa-lib_src_conf_alsa.conf
Wrote >TL_external__alsa-lib_src_conf_cards_AACI.conf
Wrote >TL_external__alsa-lib_src_conf_cards_ATIIXP-MODEM.conf
Wrote >TL_external__alsa-lib_src_conf_cards_ATIIXP-SPDMA.conf
Wrote >TL_external__alsa-lib_src_conf_cards_ATIIXP.conf
Wrote >TL_external__alsa-lib_src_conf_cards_AU8810.conf
Wrote >TL_external__alsa-lib_src_conf_cards_AU8820.conf
Wrote >TL_external__alsa-lib_src_conf_cards_AU8830.conf
Wrote >TL_external__alsa-lib_src_conf_cards_Audigy.conf
Wrote >TL_external__alsa-lib_src_conf_cards_Audigy2.conf
Wrote >TL_external__alsa-lib_src_conf_cards_Aureon51.conf
Wrote >TL_external__alsa-lib_src_conf_cards_Aureon71.conf
Wrote >TL_external__alsa-lib_src_conf_cards_CA0106.conf
Wrote >TL_external__alsa-lib_src_conf_cards_CMI8338-SWIEC.conf
Wrote >TL_external__alsa-lib_src_conf_cards_CMI8338.conf
Wrote >TL_external__alsa-lib_src_conf_cards_CMI8738-MC6.conf
Wrote >TL_external__alsa-lib_src_conf_cards_CMI8738-MC8.conf
Wrote >TL_external__alsa-lib_src_conf_cards_CMI8788.conf
Wrote >TL_external__alsa-lib_src_conf_cards_CS46xx.conf
Wrote >TL_external__alsa-lib_src_conf_cards_EMU10K1.conf
Wrote >TL_external__alsa-lib_src_conf_cards_EMU10K1X.conf
Wrote >TL_external__alsa-lib_src_conf_cards_ENS1370.conf
Wrote >TL_external__alsa-lib_src_conf_cards_ENS1371.conf
Wrote >TL_external__alsa-lib_src_conf_cards_ES1968.conf
Wrote >TL_external__alsa-lib_src_conf_cards_FM801.conf
Wrote >TL_external__alsa-lib_src_conf_cards_GUS.conf
Wrote >TL_external__alsa-lib_src_conf_cards_HDA-Intel.conf
Wrote >TL_external__alsa-lib_src_conf_cards_ICE1712.conf
Wrote >TL_external__alsa-lib_src_conf_cards_ICE1724.conf
Wrote >TL_external__alsa-lib_src_conf_cards_ICH-MODEM.conf
Wrote >TL_external__alsa-lib_src_conf_cards_ICH.conf
Wrote >TL_external__alsa-lib_src_conf_cards_ICH4.conf
Wrote >TL_external__alsa-lib_src_conf_cards_Maestro3.conf
Wrote >TL_external__alsa-lib_src_conf_cards_Makefile.am
Wrote >TL_external__alsa-lib_src_conf_cards_Makefile.in
Wrote >TL_external__alsa-lib_src_conf_cards_NFORCE.conf
Wrote >TL_external__alsa-lib_src_conf_cards_PC-Speaker.conf
Wrote >TL_external__alsa-lib_src_conf_cards_PMac.conf
Wrote >TL_external__alsa-lib_src_conf_cards_PMacToonie.conf
Wrote >TL_external__alsa-lib_src_conf_cards_PS3.conf
Wrote >TL_external__alsa-lib_src_conf_cards_RME9636.conf
Wrote >TL_external__alsa-lib_src_conf_cards_RME9652.conf
Wrote >TL_external__alsa-lib_src_conf_cards_SB-XFi.conf
Wrote >TL_external__alsa-lib_src_conf_cards_SI7018_sndoc-mixer.alisp
Wrote >TL_external__alsa-lib_src_conf_cards_SI7018_sndop-mixer.alisp
Wrote >TL_external__alsa-lib_src_conf_cards_SI7018.conf
Wrote >TL_external__alsa-lib_src_conf_cards_TRID4DWAVENX.conf
Wrote >TL_external__alsa-lib_src_conf_cards_USB-Audio.conf
Wrote >TL_external__alsa-lib_src_conf_cards_VIA686A.conf
Wrote >TL_external__alsa-lib_src_conf_cards_VIA8233.conf
Wrote >TL_external__alsa-lib_src_conf_cards_VIA8233A.conf
Wrote >TL_external__alsa-lib_src_conf_cards_VIA8237.conf
Wrote >TL_external__alsa-lib_src_conf_cards_VX222.conf
Wrote >TL_external__alsa-lib_src_conf_cards_VXPocket.conf
Wrote >TL_external__alsa-lib_src_conf_cards_VXPocket440.conf
Wrote >TL_external__alsa-lib_src_conf_cards_YMF744.conf
Wrote >TL_external__alsa-lib_src_conf_cards_aliases.alisp
Wrote >TL_external__alsa-lib_src_conf_cards_aliases.conf
Wrote >TL_external__alsa-lib_src_conf_pcm_Makefile.am
Wrote >TL_external__alsa-lib_src_conf_pcm_Makefile.in
Wrote >TL_external__alsa-lib_src_conf_pcm_center_lfe.conf
Wrote >TL_external__alsa-lib_src_conf_pcm_default.conf
Wrote >TL_external__alsa-lib_src_conf_pcm_dmix.conf
Wrote >TL_external__alsa-lib_src_conf_pcm_dpl.conf
Wrote >TL_external__alsa-lib_src_conf_pcm_dsnoop.conf
Wrote >TL_external__alsa-lib_src_conf_pcm_front.conf
Wrote >TL_external__alsa-lib_src_conf_pcm_hdmi.conf
Wrote >TL_external__alsa-lib_src_conf_pcm_iec958.conf
Wrote >TL_external__alsa-lib_src_conf_pcm_modem.conf
Wrote >TL_external__alsa-lib_src_conf_pcm_rear.conf
Wrote >TL_external__alsa-lib_src_conf_pcm_side.conf
Wrote >TL_external__alsa-lib_src_conf_pcm_surround40.conf
Wrote >TL_external__alsa-lib_src_conf_pcm_surround41.conf
Wrote >TL_external__alsa-lib_src_conf_pcm_surround50.conf
Wrote >TL_external__alsa-lib_src_conf_pcm_surround51.conf
Wrote >TL_external__alsa-lib_src_conf_pcm_surround71.conf
Wrote >TL_external__alsa-lib_src_conf_smixer.conf
Wrote >TL_external__alsa-lib_src_conf_sndo-mixer.alisp
Wrote >TL_external__alsa-lib_src_conf.c
Wrote >TL_external__alsa-lib_src_confmisc.c
Wrote >TL_external__alsa-lib_src_control_Makefile.am
Wrote >TL_external__alsa-lib_src_control_Makefile.in
Wrote >TL_external__alsa-lib_src_control_cards.c
Wrote >TL_external__alsa-lib_src_control_control.c
Wrote >TL_external__alsa-lib_src_control_control_ext.c
Wrote >TL_external__alsa-lib_src_control_control_hw.c
Wrote >TL_external__alsa-lib_src_control_control_local.h
Wrote >TL_external__alsa-lib_src_control_control_shm.c
Wrote >TL_external__alsa-lib_src_control_control_symbols.c
Wrote >TL_external__alsa-lib_src_control_hcontrol.c
Wrote >TL_external__alsa-lib_src_control_namehint.c
Wrote >TL_external__alsa-lib_src_control_setup.c
Wrote >TL_external__alsa-lib_src_control_tlv.c
Wrote >TL_external__alsa-lib_src_dlmisc.c
Wrote >TL_external__alsa-lib_src_error.c
Wrote >TL_external__alsa-lib_src_hwdep_Makefile.am
Wrote >TL_external__alsa-lib_src_hwdep_Makefile.in
Wrote >TL_external__alsa-lib_src_hwdep_hwdep.c
Wrote >TL_external__alsa-lib_src_hwdep_hwdep_hw.c
Wrote >TL_external__alsa-lib_src_hwdep_hwdep_local.h
Wrote >TL_external__alsa-lib_src_hwdep_hwdep_symbols.c
Wrote >TL_external__alsa-lib_src_input.c
Wrote >TL_external__alsa-lib_src_mixer_Makefile.am
Wrote >TL_external__alsa-lib_src_mixer_Makefile.in
Wrote >TL_external__alsa-lib_src_mixer_bag.c
Wrote >TL_external__alsa-lib_src_mixer_mixer.c
Wrote >TL_external__alsa-lib_src_mixer_mixer_local.h
Wrote >TL_external__alsa-lib_src_mixer_mixer_simple.h
Wrote >TL_external__alsa-lib_src_mixer_simple.c
Wrote >TL_external__alsa-lib_src_mixer_simple_abst.c
Wrote >TL_external__alsa-lib_src_mixer_simple_none.c
Wrote >TL_external__alsa-lib_src_names.c
Wrote >TL_external__alsa-lib_src_output.c
Wrote >TL_external__alsa-lib_src_pcm_Makefile.am
Wrote >TL_external__alsa-lib_src_pcm_Makefile.in
Wrote >TL_external__alsa-lib_src_pcm_atomic.c
Wrote >TL_external__alsa-lib_src_pcm_interval.c
Wrote >TL_external__alsa-lib_src_pcm_interval.h
Wrote >TL_external__alsa-lib_src_pcm_interval_inline.h
Wrote >TL_external__alsa-lib_src_pcm_ladspa.h
Wrote >TL_external__alsa-lib_src_pcm_mask.c
Wrote >TL_external__alsa-lib_src_pcm_mask.h
Wrote >TL_external__alsa-lib_src_pcm_mask_inline.h
Wrote >TL_external__alsa-lib_src_pcm_pcm.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_adpcm.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_alaw.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_asym.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_copy.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_direct.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_direct.h
Wrote >TL_external__alsa-lib_src_pcm_pcm_dmix.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_dmix_generic.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_dmix_i386.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_dmix_i386.h
Wrote >TL_external__alsa-lib_src_pcm_pcm_dmix_x86_64.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_dmix_x86_64.h
Wrote >TL_external__alsa-lib_src_pcm_pcm_dshare.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_dsnoop.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_empty.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_ext_parm.h
Wrote >TL_external__alsa-lib_src_pcm_pcm_extplug.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_file.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_generic.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_generic.h
Wrote >TL_external__alsa-lib_src_pcm_pcm_hooks.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_hw.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_iec958.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_ioplug.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_ladspa.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_lfloat.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_linear.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_local.h
Wrote >TL_external__alsa-lib_src_pcm_pcm_meter.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_misc.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_mmap.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_mmap_emul.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_mulaw.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_multi.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_null.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_params.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_plug.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_plugin.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_plugin.h
Wrote >TL_external__alsa-lib_src_pcm_pcm_rate.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_rate_linear.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_route.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_share.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_shm.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_simple.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_softvol.c
Wrote >TL_external__alsa-lib_src_pcm_pcm_symbols.c
Wrote >TL_external__alsa-lib_src_pcm_plugin_ops.h
Wrote >TL_external__alsa-lib_src_pcm_scopes_Makefile.am
Wrote >TL_external__alsa-lib_src_pcm_scopes_Makefile.in
Wrote >TL_external__alsa-lib_src_pcm_scopes_level.c
Wrote >TL_external__alsa-lib_src_rawmidi_Makefile.am
Wrote >TL_external__alsa-lib_src_rawmidi_Makefile.in
Wrote >TL_external__alsa-lib_src_rawmidi_rawmidi.c
Wrote >TL_external__alsa-lib_src_rawmidi_rawmidi_hw.c
Wrote >TL_external__alsa-lib_src_rawmidi_rawmidi_local.h
Wrote >TL_external__alsa-lib_src_rawmidi_rawmidi_symbols.c
Wrote >TL_external__alsa-lib_src_rawmidi_rawmidi_virt.c
Wrote >TL_external__alsa-lib_src_seq_Makefile.am
Wrote >TL_external__alsa-lib_src_seq_Makefile.in
Wrote >TL_external__alsa-lib_src_seq_seq.c
Wrote >TL_external__alsa-lib_src_seq_seq_event.c
Wrote >TL_external__alsa-lib_src_seq_seq_hw.c
Wrote >TL_external__alsa-lib_src_seq_seq_local.h
Wrote >TL_external__alsa-lib_src_seq_seq_midi_event.c
Wrote >TL_external__alsa-lib_src_seq_seq_old.c
Wrote >TL_external__alsa-lib_src_seq_seq_symbols.c
Wrote >TL_external__alsa-lib_src_seq_seqmid.c
Wrote >TL_external__alsa-lib_src_shmarea.c
Wrote >TL_external__alsa-lib_src_socket.c
Wrote >TL_external__alsa-lib_src_timer_Makefile.am
Wrote >TL_external__alsa-lib_src_timer_Makefile.in
Wrote >TL_external__alsa-lib_src_timer_timer.c
Wrote >TL_external__alsa-lib_src_timer_timer_hw.c
Wrote >TL_external__alsa-lib_src_timer_timer_local.h
Wrote >TL_external__alsa-lib_src_timer_timer_query.c
Wrote >TL_external__alsa-lib_src_timer_timer_query_hw.c
Wrote >TL_external__alsa-lib_src_timer_timer_symbols.c
Wrote >TL_external__alsa-lib_src_userfile.c
Wrote >TL_external__alsa-lib_test_Makefile.am
Wrote >TL_external__alsa-lib_test_Makefile.in
Wrote >TL_external__alsa-lib_test_client_event_filter.c
Wrote >TL_external__alsa-lib_test_control.c
Wrote >TL_external__alsa-lib_test_latency.c
Wrote >TL_external__alsa-lib_test_lsb_Makefile.am
Wrote >TL_external__alsa-lib_test_lsb_Makefile.in
Wrote >TL_external__alsa-lib_test_lsb_config.c
Wrote >TL_external__alsa-lib_test_lsb_midi_event.c
Wrote >TL_external__alsa-lib_test_lsb_test.h
Wrote >TL_external__alsa-lib_test_midifile.3
Wrote >TL_external__alsa-lib_test_midifile.c
Wrote >TL_external__alsa-lib_test_midifile.h
Wrote >TL_external__alsa-lib_test_midiloop.c
Wrote >TL_external__alsa-lib_test_namehint.c
Wrote >TL_external__alsa-lib_test_oldapi.c
Wrote >TL_external__alsa-lib_test_pcm.c
Wrote >TL_external__alsa-lib_test_pcm_min.c
Wrote >TL_external__alsa-lib_test_playmidi1.c
Wrote >TL_external__alsa-lib_test_queue_timer.c
Wrote >TL_external__alsa-lib_test_rawmidi.c
Wrote >TL_external__alsa-lib_test_seq-decoder.c
Wrote >TL_external__alsa-lib_test_seq-sender.c
Wrote >TL_external__alsa-lib_test_seq.c
Wrote >TL_external__alsa-lib_test_timer.c
Wrote >TL_external__alsa-lib_utils_Makefile.am
Wrote >TL_external__alsa-lib_utils_Makefile.in
Wrote >TL_external__alsa-lib_utils_alsa-lib.spec.in
Wrote >TL_external__alsa-lib_utils_alsa.m4
Wrote >TL_external__alsa-lib_utils_alsa.pc.in
Wrote >TL_external__alsa-lib_utils_buildrpm
Wrote >TL_external__alsa-lib_version
Wrote >TL_external__alsa-utils_ABOUT-NLS
Wrote >TL_external__alsa-utils_Android.mk
Wrote >TL_external__alsa-utils_COPYING
Wrote >TL_external__alsa-utils_ChangeLog
Wrote >TL_external__alsa-utils_INSTALL
Wrote >TL_external__alsa-utils_Makefile.am
Wrote >TL_external__alsa-utils_Makefile.in
Wrote >TL_external__alsa-utils_README
Wrote >TL_external__alsa-utils_TODO
Wrote >TL_external__alsa-utils_acinclude.m4
Wrote >TL_external__alsa-utils_aclocal.m4
Wrote >TL_external__alsa-utils_alsaconf_Makefile.am
Wrote >TL_external__alsa-utils_alsaconf_Makefile.in
Wrote >TL_external__alsa-utils_alsaconf_alsaconf.8
Wrote >TL_external__alsa-utils_alsaconf_alsaconf.fr.8
Wrote >TL_external__alsa-utils_alsaconf_alsaconf.in
Wrote >TL_external__alsa-utils_alsaconf_po_Makefile.in
Wrote >TL_external__alsa-utils_alsaconf_po_ja.po
Wrote >TL_external__alsa-utils_alsaconf_po_ru.po
Wrote >TL_external__alsa-utils_alsactl_Makefile.am
Wrote >TL_external__alsa-utils_alsactl_Makefile.in
Wrote >TL_external__alsa-utils_alsactl_alsactl.1
Wrote >TL_external__alsa-utils_alsactl_alsactl.c
Wrote >TL_external__alsa-utils_alsactl_alsactl.h
Wrote >TL_external__alsa-utils_alsactl_alsactl_init.xml
Wrote >TL_external__alsa-utils_alsactl_init_00main
Wrote >TL_external__alsa-utils_alsactl_init_Makefile.am
Wrote >TL_external__alsa-utils_alsactl_init_Makefile.in
Wrote >TL_external__alsa-utils_alsactl_init_default
Wrote >TL_external__alsa-utils_alsactl_init_hda
Wrote >TL_external__alsa-utils_alsactl_init_help
Wrote >TL_external__alsa-utils_alsactl_init_info
Wrote >TL_external__alsa-utils_alsactl_init_test
Wrote >TL_external__alsa-utils_alsactl_init_parse.c
Wrote >TL_external__alsa-utils_alsactl_init_sysdeps.c
Wrote >TL_external__alsa-utils_alsactl_init_sysfs.c
Wrote >TL_external__alsa-utils_alsactl_init_utils_run.c
Wrote >TL_external__alsa-utils_alsactl_init_utils_string.c
Wrote >TL_external__alsa-utils_alsactl_list.h
Wrote >TL_external__alsa-utils_alsactl_state.c
Wrote >TL_external__alsa-utils_alsactl_utils.c
Wrote >TL_external__alsa-utils_alsamixer_Makefile.am
Wrote >TL_external__alsa-utils_alsamixer_Makefile.in
Wrote >TL_external__alsa-utils_alsamixer_alsamixer.1
Wrote >TL_external__alsa-utils_alsamixer_card_select.c
Wrote >TL_external__alsa-utils_alsamixer_card_select.h
Wrote >TL_external__alsa-utils_alsamixer_cli.c
Wrote >TL_external__alsa-utils_alsamixer_colors.c
Wrote >TL_external__alsa-utils_alsamixer_colors.h
Wrote >TL_external__alsa-utils_alsamixer_device_name.c
Wrote >TL_external__alsa-utils_alsamixer_device_name.h
Wrote >TL_external__alsa-utils_alsamixer_die.c
Wrote >TL_external__alsa-utils_alsamixer_die.h
Wrote >TL_external__alsa-utils_alsamixer_mainloop.c
Wrote >TL_external__alsa-utils_alsamixer_mainloop.h
Wrote >TL_external__alsa-utils_alsamixer_mem.c
Wrote >TL_external__alsa-utils_alsamixer_mem.h
Wrote >TL_external__alsa-utils_alsamixer_mixer_controls.c
Wrote >TL_external__alsa-utils_alsamixer_mixer_controls.h
Wrote >TL_external__alsa-utils_alsamixer_mixer_display.c
Wrote >TL_external__alsa-utils_alsamixer_mixer_display.h
Wrote >TL_external__alsa-utils_alsamixer_mixer_widget.c
Wrote >TL_external__alsa-utils_alsamixer_mixer_widget.h
Wrote >TL_external__alsa-utils_alsamixer_proc_files.c
Wrote >TL_external__alsa-utils_alsamixer_proc_files.h
Wrote >TL_external__alsa-utils_alsamixer_textbox.c
Wrote >TL_external__alsa-utils_alsamixer_textbox.h
Wrote >TL_external__alsa-utils_alsamixer_utils.c
Wrote >TL_external__alsa-utils_alsamixer_utils.h
Wrote >TL_external__alsa-utils_alsamixer_widget.c
Wrote >TL_external__alsa-utils_alsamixer_widget.h
Wrote >TL_external__alsa-utils_amidi_Makefile.am
Wrote >TL_external__alsa-utils_amidi_Makefile.in
Wrote >TL_external__alsa-utils_amidi_amidi.1
Wrote >TL_external__alsa-utils_amidi_amidi.c
Wrote >TL_external__alsa-utils_amixer_Makefile.am
Wrote >TL_external__alsa-utils_amixer_Makefile.in
Wrote >TL_external__alsa-utils_amixer_amixer.1
Wrote >TL_external__alsa-utils_amixer_amixer.c
Wrote >TL_external__alsa-utils_amixer_amixer.h
Wrote >TL_external__alsa-utils_android_aconfig.h
Wrote >TL_external__alsa-utils_android_sys_signal.h
Wrote >TL_external__alsa-utils_aplay_Makefile.am
Wrote >TL_external__alsa-utils_aplay_Makefile.in
Wrote >TL_external__alsa-utils_aplay_aplay.1
Wrote >TL_external__alsa-utils_aplay_aplay.c
Wrote >TL_external__alsa-utils_aplay_arecord.1
Wrote >TL_external__alsa-utils_aplay_formats.h
Wrote >TL_external__alsa-utils_config.guess
Wrote >TL_external__alsa-utils_config.rpath
Wrote >TL_external__alsa-utils_config.sub
Wrote >TL_external__alsa-utils_configure
Wrote >TL_external__alsa-utils_configure.in
Wrote >TL_external__alsa-utils_depcomp
Wrote >TL_external__alsa-utils_gitcompile
Wrote >TL_external__alsa-utils_iecset_Makefile.am
Wrote >TL_external__alsa-utils_iecset_Makefile.in
Wrote >TL_external__alsa-utils_iecset_iecbits.c
Wrote >TL_external__alsa-utils_iecset_iecset.1
Wrote >TL_external__alsa-utils_iecset_iecset.c
Wrote >TL_external__alsa-utils_include_Makefile.am
Wrote >TL_external__alsa-utils_include_Makefile.in
Wrote >TL_external__alsa-utils_include_aconfig.h.in
Wrote >TL_external__alsa-utils_include_gettext.h
Wrote >TL_external__alsa-utils_include_gettext_curses.h
Wrote >TL_external__alsa-utils_include_version.h
Wrote >TL_external__alsa-utils_install-sh
Wrote >TL_external__alsa-utils_m4_Makefile.am
Wrote >TL_external__alsa-utils_m4_Makefile.in
Wrote >TL_external__alsa-utils_m4_codeset.m4
Wrote >TL_external__alsa-utils_m4_gettext.m4
Wrote >TL_external__alsa-utils_m4_glibc2.m4
Wrote >TL_external__alsa-utils_m4_glibc21.m4
Wrote >TL_external__alsa-utils_m4_iconv.m4
Wrote >TL_external__alsa-utils_m4_intdiv0.m4
Wrote >TL_external__alsa-utils_m4_intmax.m4
Wrote >TL_external__alsa-utils_m4_inttypes-h.m4
Wrote >TL_external__alsa-utils_m4_inttypes-pri.m4
Wrote >TL_external__alsa-utils_m4_inttypes_h.m4
Wrote >TL_external__alsa-utils_m4_lcmessage.m4
Wrote >TL_external__alsa-utils_m4_lib-ld.m4
Wrote >TL_external__alsa-utils_m4_lib-link.m4
Wrote >TL_external__alsa-utils_m4_lib-prefix.m4
Wrote >TL_external__alsa-utils_m4_lock.m4
Wrote >TL_external__alsa-utils_m4_longdouble.m4
Wrote >TL_external__alsa-utils_m4_longlong.m4
Wrote >TL_external__alsa-utils_m4_nls.m4
Wrote >TL_external__alsa-utils_m4_po.m4
Wrote >TL_external__alsa-utils_m4_printf-posix.m4
Wrote >TL_external__alsa-utils_m4_progtest.m4
Wrote >TL_external__alsa-utils_m4_signed.m4
Wrote >TL_external__alsa-utils_m4_size_max.m4
Wrote >TL_external__alsa-utils_m4_stdint_h.m4
Wrote >TL_external__alsa-utils_m4_uintmax_t.m4
Wrote >TL_external__alsa-utils_m4_ulonglong.m4
Wrote >TL_external__alsa-utils_m4_visibility.m4
Wrote >TL_external__alsa-utils_m4_wchar_t.m4
Wrote >TL_external__alsa-utils_m4_wint_t.m4
Wrote >TL_external__alsa-utils_m4_xsize.m4
Wrote >TL_external__alsa-utils_missing
Wrote >TL_external__alsa-utils_po_LINGUAS
Wrote >TL_external__alsa-utils_po_Makefile.in.in
Wrote >TL_external__alsa-utils_po_Makevars
Wrote >TL_external__alsa-utils_po_POTFILES.in
Wrote >TL_external__alsa-utils_po_Rules-quot
Wrote >TL_external__alsa-utils_po_alsa-utils.pot
Wrote >TL_external__alsa-utils_po_boldquot.sed
Wrote >TL_external__alsa-utils_po_de.gmo
Wrote >TL_external__alsa-utils_po_de.po
Wrote >TL_external__alsa-utils_po_en@boldquot.header
Wrote >TL_external__alsa-utils_po_en@quot.header
Wrote >TL_external__alsa-utils_po_insert-header.sin
Wrote >TL_external__alsa-utils_po_ja.gmo
Wrote >TL_external__alsa-utils_po_ja.po
Wrote >TL_external__alsa-utils_po_quot.sed
Wrote >TL_external__alsa-utils_po_remove-potcdate.sin
Wrote >TL_external__alsa-utils_po_stamp-po
Wrote >TL_external__alsa-utils_seq_Makefile.am
Wrote >TL_external__alsa-utils_seq_Makefile.in
Wrote >TL_external__alsa-utils_seq_aconnect_Makefile.am
Wrote >TL_external__alsa-utils_seq_aconnect_Makefile.in
Wrote >TL_external__alsa-utils_seq_aconnect_README.aconnect
Wrote >TL_external__alsa-utils_seq_aconnect_aconnect.1
Wrote >TL_external__alsa-utils_seq_aconnect_aconnect.c
Wrote >TL_external__alsa-utils_seq_aplaymidi_Makefile.am
Wrote >TL_external__alsa-utils_seq_aplaymidi_Makefile.in
Wrote >TL_external__alsa-utils_seq_aplaymidi_aplaymidi.1
Wrote >TL_external__alsa-utils_seq_aplaymidi_aplaymidi.c
Wrote >TL_external__alsa-utils_seq_aplaymidi_arecordmidi.1
Wrote >TL_external__alsa-utils_seq_aplaymidi_arecordmidi.c
Wrote >TL_external__alsa-utils_seq_aseqdump_Makefile.am
Wrote >TL_external__alsa-utils_seq_aseqdump_Makefile.in
Wrote >TL_external__alsa-utils_seq_aseqdump_aseqdump.1
Wrote >TL_external__alsa-utils_seq_aseqdump_aseqdump.c
Wrote >TL_external__alsa-utils_seq_aseqnet_Makefile.am
Wrote >TL_external__alsa-utils_seq_aseqnet_Makefile.in
Wrote >TL_external__alsa-utils_seq_aseqnet_README.aseqnet
Wrote >TL_external__alsa-utils_seq_aseqnet_aseqnet.1
Wrote >TL_external__alsa-utils_seq_aseqnet_aseqnet.c
Wrote >TL_external__alsa-utils_speaker-test_Makefile.am
Wrote >TL_external__alsa-utils_speaker-test_Makefile.in
Wrote >TL_external__alsa-utils_speaker-test_pink.c
Wrote >TL_external__alsa-utils_speaker-test_pink.h
Wrote >TL_external__alsa-utils_speaker-test_readme.txt
Wrote >TL_external__alsa-utils_speaker-test_samples_Front_Center.wav
Wrote >TL_external__alsa-utils_speaker-test_samples_Front_Left.wav
Wrote >TL_external__alsa-utils_speaker-test_samples_Front_Right.wav
Wrote >TL_external__alsa-utils_speaker-test_samples_Makefile.am
Wrote >TL_external__alsa-utils_speaker-test_samples_Makefile.in
Wrote >TL_external__alsa-utils_speaker-test_samples_Noise.wav
Wrote >TL_external__alsa-utils_speaker-test_samples_Rear_Center.wav
Wrote >TL_external__alsa-utils_speaker-test_samples_Rear_Left.wav
Wrote >TL_external__alsa-utils_speaker-test_samples_Rear_Right.wav
Wrote >TL_external__alsa-utils_speaker-test_samples_Side_Left.wav
Wrote >TL_external__alsa-utils_speaker-test_samples_Side_Right.wav
Wrote >TL_external__alsa-utils_speaker-test_samples_sample_map.csv
Wrote >TL_external__alsa-utils_speaker-test_speaker-test.1
Wrote >TL_external__alsa-utils_speaker-test_speaker-test.c
Wrote >TL_external__alsa-utils_utils_Makefile.am
Wrote >TL_external__alsa-utils_utils_Makefile.in
Wrote >TL_external__alsa-utils_utils_alsa-utils.spec.in
Wrote >TL_external__alsa-utils_utils_buildrpm
Wrote >TL_external__e2fsprogs_misc_Android.mk
Wrote >TL_external__grub_Android.mk
Wrote >TL_external__libnfc-nxp_Android.mk
Wrote >TL_external__quake_quake_src_WinQuake_sv_main.cpp
Wrote >TL_external__stlport_Android.mk
Wrote >TL_external__stlport_src_num_put_float.cpp
Wrote >TL_external__tremolo_Tremolo_bitwise.c
Wrote >TL_external__tremolo_Tremolo_os_types.h
Wrote >TL_external__v8_AUTHORS
Wrote >TL_external__v8_Android.libv8.mk
Wrote >TL_external__v8_Android.mk
Wrote >TL_external__v8_Android.mksnapshot.mk
Wrote >TL_external__v8_Android.v8common.mk
Wrote >TL_external__v8_ChangeLog
Wrote >TL_external__v8_CleanSpec.mk
Wrote >TL_external__v8_LICENSE
Wrote >TL_external__v8_LICENSE.strongtalk
Wrote >TL_external__v8_LICENSE.v8
Wrote >TL_external__v8_LICENSE.valgrind
Wrote >TL_external__v8_SConstruct
Wrote >TL_external__v8_V8_MERGE_REVISION
Wrote >TL_external__v8_benchmarks_README.txt
Wrote >TL_external__v8_benchmarks_base.js
Wrote >TL_external__v8_benchmarks_crypto.js
Wrote >TL_external__v8_benchmarks_deltablue.js
Wrote >TL_external__v8_benchmarks_earley-boyer.js
Wrote >TL_external__v8_benchmarks_raytrace.js
Wrote >TL_external__v8_benchmarks_regexp.js
Wrote >TL_external__v8_benchmarks_revisions.html
Wrote >TL_external__v8_benchmarks_richards.js
Wrote >TL_external__v8_benchmarks_run.html
Wrote >TL_external__v8_benchmarks_splay.js
Wrote >TL_external__v8_include_v8-debug.h
Wrote >TL_external__v8_include_v8-profiler.h
Wrote >TL_external__v8_include_v8.h
Wrote >TL_external__v8_include_v8stdint.h
Wrote >TL_external__v8_preparser_preparser-process.cc
Wrote >TL_external__v8_samples_lineprocessor.cc
Wrote >TL_external__v8_samples_process.cc
Wrote >TL_external__v8_samples_shell.cc
Wrote >TL_external__v8_src_SConscript
Wrote >TL_external__v8_src_accessors.cc
Wrote >TL_external__v8_src_accessors.h
Wrote >TL_external__v8_src_allocation.cc
Wrote >TL_external__v8_src_allocation.h
Wrote >TL_external__v8_src_api.cc
Wrote >TL_external__v8_src_api.h
Wrote >TL_external__v8_src_apiutils.h
Wrote >TL_external__v8_src_arguments.h
Wrote >TL_external__v8_src_arm_assembler-arm-inl.h
Wrote >TL_external__v8_src_arm_assembler-arm.cc
Wrote >TL_external__v8_src_arm_assembler-arm.h
Wrote >TL_external__v8_src_arm_assembler-thumb2-inl.h
Wrote >TL_external__v8_src_arm_assembler-thumb2.cc
Wrote >TL_external__v8_src_arm_assembler-thumb2.h
Wrote >TL_external__v8_src_arm_builtins-arm.cc
Wrote >TL_external__v8_src_arm_code-stubs-arm.cc
Wrote >TL_external__v8_src_arm_code-stubs-arm.h
Wrote >TL_external__v8_src_arm_codegen-arm-inl.h
Wrote >TL_external__v8_src_arm_codegen-arm.cc
Wrote >TL_external__v8_src_arm_codegen-arm.h
Wrote >TL_external__v8_src_arm_constants-arm.cc
Wrote >TL_external__v8_src_arm_constants-arm.h
Wrote >TL_external__v8_src_arm_cpu-arm.cc
Wrote >TL_external__v8_src_arm_debug-arm.cc
Wrote >TL_external__v8_src_arm_disasm-arm.cc
Wrote >TL_external__v8_src_arm_fast-codegen-arm.cc
Wrote >TL_external__v8_src_arm_frames-arm.cc
Wrote >TL_external__v8_src_arm_frames-arm.h
Wrote >TL_external__v8_src_arm_full-codegen-arm.cc
Wrote >TL_external__v8_src_arm_ic-arm.cc
Wrote >TL_external__v8_src_arm_jump-target-arm.cc
Wrote >TL_external__v8_src_arm_macro-assembler-arm.cc
Wrote >TL_external__v8_src_arm_macro-assembler-arm.h
Wrote >TL_external__v8_src_arm_regexp-macro-assembler-arm.cc
Wrote >TL_external__v8_src_arm_regexp-macro-assembler-arm.h
Wrote >TL_external__v8_src_arm_register-allocator-arm-inl.h
Wrote >TL_external__v8_src_arm_register-allocator-arm.cc
Wrote >TL_external__v8_src_arm_register-allocator-arm.h
Wrote >TL_external__v8_src_arm_simulator-arm.cc
Wrote >TL_external__v8_src_arm_simulator-arm.h
Wrote >TL_external__v8_src_arm_stub-cache-arm.cc
Wrote >TL_external__v8_src_arm_virtual-frame-arm-inl.h
Wrote >TL_external__v8_src_arm_virtual-frame-arm.cc
Wrote >TL_external__v8_src_arm_virtual-frame-arm.h
Wrote >TL_external__v8_src_array.js
Wrote >TL_external__v8_src_assembler.cc
Wrote >TL_external__v8_src_assembler.h
Wrote >TL_external__v8_src_ast-inl.h
Wrote >TL_external__v8_src_ast.cc
Wrote >TL_external__v8_src_ast.h
Wrote >TL_external__v8_src_bignum-dtoa.cc
Wrote >TL_external__v8_src_bignum-dtoa.h
Wrote >TL_external__v8_src_bignum.cc
Wrote >TL_external__v8_src_bignum.h
Wrote >TL_external__v8_src_bootstrapper.cc
Wrote >TL_external__v8_src_bootstrapper.h
Wrote >TL_external__v8_src_builtins.cc
Wrote >TL_external__v8_src_builtins.h
Wrote >TL_external__v8_src_bytecodes-irregexp.h
Wrote >TL_external__v8_src_cached-powers.cc
Wrote >TL_external__v8_src_cached-powers.h
Wrote >TL_external__v8_src_char-predicates-inl.h
Wrote >TL_external__v8_src_checks.cc
Wrote >TL_external__v8_src_checks.h
Wrote >TL_external__v8_src_circular-queue-inl.h
Wrote >TL_external__v8_src_circular-queue.cc
Wrote >TL_external__v8_src_circular-queue.h
Wrote >TL_external__v8_src_code-stubs.cc
Wrote >TL_external__v8_src_code-stubs.h
Wrote >TL_external__v8_src_codegen-inl.h
Wrote >TL_external__v8_src_codegen.cc
Wrote >TL_external__v8_src_codegen.h
Wrote >TL_external__v8_src_compilation-cache.cc
Wrote >TL_external__v8_src_compilation-cache.h
Wrote >TL_external__v8_src_compiler.cc
Wrote >TL_external__v8_src_compiler.h
Wrote >TL_external__v8_src_contexts.cc
Wrote >TL_external__v8_src_contexts.h
Wrote >TL_external__v8_src_conversions-inl.h
Wrote >TL_external__v8_src_conversions.cc
Wrote >TL_external__v8_src_conversions.h
Wrote >TL_external__v8_src_counters.h
Wrote >TL_external__v8_src_cpu-profiler-inl.h
Wrote >TL_external__v8_src_cpu-profiler.cc
Wrote >TL_external__v8_src_cpu-profiler.h
Wrote >TL_external__v8_src_d8-debug.cc
Wrote >TL_external__v8_src_d8-posix.cc
Wrote >TL_external__v8_src_d8.cc
Wrote >TL_external__v8_src_d8.h
Wrote >TL_external__v8_src_d8.js
Wrote >TL_external__v8_src_data-flow.cc
Wrote >TL_external__v8_src_data-flow.h
Wrote >TL_external__v8_src_date.js
Wrote >TL_external__v8_src_dateparser-inl.h
Wrote >TL_external__v8_src_dateparser.cc
Wrote >TL_external__v8_src_dateparser.h
Wrote >TL_external__v8_src_debug-agent.cc
Wrote >TL_external__v8_src_debug-debugger.js
Wrote >TL_external__v8_src_debug.cc
Wrote >TL_external__v8_src_debug.h
Wrote >TL_external__v8_src_disassembler.cc
Wrote >TL_external__v8_src_diy-fp.cc
Wrote >TL_external__v8_src_diy-fp.h
Wrote >TL_external__v8_src_double.h
Wrote >TL_external__v8_src_dtoa-config.c
Wrote >TL_external__v8_src_dtoa.cc
Wrote >TL_external__v8_src_dtoa.h
Wrote >TL_external__v8_src_execution.cc
Wrote >TL_external__v8_src_execution.h
Wrote >TL_external__v8_src_extensions_externalize-string-extension.cc
Wrote >TL_external__v8_src_extensions_externalize-string-extension.h
Wrote >TL_external__v8_src_extensions_gc-extension.cc
Wrote >TL_external__v8_src_extensions_gc-extension.h
Wrote >TL_external__v8_src_factory.cc
Wrote >TL_external__v8_src_factory.h
Wrote >TL_external__v8_src_fast-codegen.cc
Wrote >TL_external__v8_src_fast-codegen.h
Wrote >TL_external__v8_src_fast-dtoa.cc
Wrote >TL_external__v8_src_fast-dtoa.h
Wrote >TL_external__v8_src_fixed-dtoa.cc
Wrote >TL_external__v8_src_fixed-dtoa.h
Wrote >TL_external__v8_src_flag-definitions.h
Wrote >TL_external__v8_src_flags.cc
Wrote >TL_external__v8_src_flags.h
Wrote >TL_external__v8_src_frame-element.cc
Wrote >TL_external__v8_src_frame-element.h
Wrote >TL_external__v8_src_frames-inl.h
Wrote >TL_external__v8_src_frames.cc
Wrote >TL_external__v8_src_frames.h
Wrote >TL_external__v8_src_full-codegen.cc
Wrote >TL_external__v8_src_full-codegen.h
Wrote >TL_external__v8_src_func-name-inferrer.cc
Wrote >TL_external__v8_src_func-name-inferrer.h
Wrote >TL_external__v8_src_global-handles.cc
Wrote >TL_external__v8_src_global-handles.h
Wrote >TL_external__v8_src_globals.h
Wrote >TL_external__v8_src_handles-inl.h
Wrote >TL_external__v8_src_handles.cc
Wrote >TL_external__v8_src_handles.h
Wrote >TL_external__v8_src_hashmap.cc
Wrote >TL_external__v8_src_hashmap.h
Wrote >TL_external__v8_src_heap-inl.h
Wrote >TL_external__v8_src_heap-profiler.cc
Wrote >TL_external__v8_src_heap-profiler.h
Wrote >TL_external__v8_src_heap.cc
Wrote >TL_external__v8_src_heap.h
Wrote >TL_external__v8_src_ia32_assembler-ia32-inl.h
Wrote >TL_external__v8_src_ia32_assembler-ia32.cc
Wrote >TL_external__v8_src_ia32_assembler-ia32.h
Wrote >TL_external__v8_src_ia32_builtins-ia32.cc
Wrote >TL_external__v8_src_ia32_code-stubs-ia32.cc
Wrote >TL_external__v8_src_ia32_code-stubs-ia32.h
Wrote >TL_external__v8_src_ia32_codegen-ia32.cc
Wrote >TL_external__v8_src_ia32_codegen-ia32.h
Wrote >TL_external__v8_src_ia32_cpu-ia32.cc
Wrote >TL_external__v8_src_ia32_debug-ia32.cc
Wrote >TL_external__v8_src_ia32_disasm-ia32.cc
Wrote >TL_external__v8_src_ia32_fast-codegen-ia32.cc
Wrote >TL_external__v8_src_ia32_fast-codegen-ia32.h
Wrote >TL_external__v8_src_ia32_frames-ia32.cc
Wrote >TL_external__v8_src_ia32_full-codegen-ia32.cc
Wrote >TL_external__v8_src_ia32_ic-ia32.cc
Wrote >TL_external__v8_src_ia32_jump-target-ia32.cc
Wrote >TL_external__v8_src_ia32_macro-assembler-ia32.cc
Wrote >TL_external__v8_src_ia32_macro-assembler-ia32.h
Wrote >TL_external__v8_src_ia32_regexp-macro-assembler-ia32.cc
Wrote >TL_external__v8_src_ia32_regexp-macro-assembler-ia32.h
Wrote >TL_external__v8_src_ia32_register-allocator-ia32.cc
Wrote >TL_external__v8_src_ia32_simulator-ia32.h
Wrote >TL_external__v8_src_ia32_stub-cache-ia32.cc
Wrote >TL_external__v8_src_ia32_virtual-frame-ia32.cc
Wrote >TL_external__v8_src_ia32_virtual-frame-ia32.h
Wrote >TL_external__v8_src_ic-inl.h
Wrote >TL_external__v8_src_ic.cc
Wrote >TL_external__v8_src_ic.h
Wrote >TL_external__v8_src_interpreter-irregexp.cc
Wrote >TL_external__v8_src_json.js
Wrote >TL_external__v8_src_jsregexp.cc
Wrote >TL_external__v8_src_jsregexp.h
Wrote >TL_external__v8_src_jump-target-heavy-inl.h
Wrote >TL_external__v8_src_jump-target-heavy.cc
Wrote >TL_external__v8_src_jump-target-heavy.h
Wrote >TL_external__v8_src_jump-target-inl.h
Wrote >TL_external__v8_src_jump-target-light-inl.h
Wrote >TL_external__v8_src_jump-target-light.cc
Wrote >TL_external__v8_src_jump-target-light.h
Wrote >TL_external__v8_src_jump-target.cc
Wrote >TL_external__v8_src_jump-target.h
Wrote >TL_external__v8_src_list-inl.h
Wrote >TL_external__v8_src_list.h
Wrote >TL_external__v8_src_liveedit-debugger.js
Wrote >TL_external__v8_src_liveedit.cc
Wrote >TL_external__v8_src_liveedit.h
Wrote >TL_external__v8_src_log-inl.h
Wrote >TL_external__v8_src_log-utils.cc
Wrote >TL_external__v8_src_log-utils.h
Wrote >TL_external__v8_src_log.cc
Wrote >TL_external__v8_src_log.h
Wrote >TL_external__v8_src_macro-assembler.h
Wrote >TL_external__v8_src_macros.py
Wrote >TL_external__v8_src_mark-compact.cc
Wrote >TL_external__v8_src_mark-compact.h
Wrote >TL_external__v8_src_math.js
Wrote >TL_external__v8_src_memory.h
Wrote >TL_external__v8_src_messages.cc
Wrote >TL_external__v8_src_messages.h
Wrote >TL_external__v8_src_messages.js
Wrote >TL_external__v8_src_mips_assembler-mips.cc
Wrote >TL_external__v8_src_mips_assembler-mips.h
Wrote >TL_external__v8_src_mips_builtins-mips.cc
Wrote >TL_external__v8_src_mips_codegen-mips-inl.h
Wrote >TL_external__v8_src_mips_codegen-mips.cc
Wrote >TL_external__v8_src_mips_codegen-mips.h
Wrote >TL_external__v8_src_mips_constants-mips.cc
Wrote >TL_external__v8_src_mips_cpu-mips.cc
Wrote >TL_external__v8_src_mips_debug-mips.cc
Wrote >TL_external__v8_src_mips_disasm-mips.cc
Wrote >TL_external__v8_src_mips_fast-codegen-mips.cc
Wrote >TL_external__v8_src_mips_frames-mips.cc
Wrote >TL_external__v8_src_mips_frames-mips.h
Wrote >TL_external__v8_src_mips_full-codegen-mips.cc
Wrote >TL_external__v8_src_mips_ic-mips.cc
Wrote >TL_external__v8_src_mips_jump-target-mips.cc
Wrote >TL_external__v8_src_mips_macro-assembler-mips.cc
Wrote >TL_external__v8_src_mips_macro-assembler-mips.h
Wrote >TL_external__v8_src_mips_register-allocator-mips.cc
Wrote >TL_external__v8_src_mips_simulator-mips.cc
Wrote >TL_external__v8_src_mips_simulator-mips.h
Wrote >TL_external__v8_src_mips_stub-cache-mips.cc
Wrote >TL_external__v8_src_mips_virtual-frame-mips.cc
Wrote >TL_external__v8_src_mips_virtual-frame-mips.h
Wrote >TL_external__v8_src_mirror-debugger.js
Wrote >TL_external__v8_src_number-info.h
Wrote >TL_external__v8_src_objects-debug.cc
Wrote >TL_external__v8_src_objects-inl.h
Wrote >TL_external__v8_src_objects-visiting.cc
Wrote >TL_external__v8_src_objects-visiting.h
Wrote >TL_external__v8_src_objects.cc
Wrote >TL_external__v8_src_objects.h
Wrote >TL_external__v8_src_oprofile-agent.cc
Wrote >TL_external__v8_src_oprofile-agent.h
Wrote >TL_external__v8_src_parser.cc
Wrote >TL_external__v8_src_parser.h
Wrote >TL_external__v8_src_platform-freebsd.cc
Wrote >TL_external__v8_src_platform-linux.cc
Wrote >TL_external__v8_src_platform-macos.cc
Wrote >TL_external__v8_src_platform-nullos.cc
Wrote >TL_external__v8_src_platform-openbsd.cc
Wrote >TL_external__v8_src_platform-posix.cc
Wrote >TL_external__v8_src_platform-solaris.cc
Wrote >TL_external__v8_src_platform-win32.cc
Wrote >TL_external__v8_src_platform.h
Wrote >TL_external__v8_src_preparse-data.cc
Wrote >TL_external__v8_src_preparse-data.h
Wrote >TL_external__v8_src_preparser.cc
Wrote >TL_external__v8_src_preparser.h
Wrote >TL_external__v8_src_prettyprinter.cc
Wrote >TL_external__v8_src_prettyprinter.h
Wrote >TL_external__v8_src_profile-generator-inl.h
Wrote >TL_external__v8_src_profile-generator.cc
Wrote >TL_external__v8_src_profile-generator.h
Wrote >TL_external__v8_src_property.h
Wrote >TL_external__v8_src_regexp-macro-assembler-irregexp-inl.h
Wrote >TL_external__v8_src_regexp-macro-assembler-irregexp.cc
Wrote >TL_external__v8_src_regexp-macro-assembler-irregexp.h
Wrote >TL_external__v8_src_regexp-macro-assembler-tracer.cc
Wrote >TL_external__v8_src_regexp-macro-assembler-tracer.h
Wrote >TL_external__v8_src_regexp-macro-assembler.cc
Wrote >TL_external__v8_src_regexp-macro-assembler.h
Wrote >TL_external__v8_src_regexp.js
Wrote >TL_external__v8_src_register-allocator-inl.h
Wrote >TL_external__v8_src_register-allocator.cc
Wrote >TL_external__v8_src_register-allocator.h
Wrote >TL_external__v8_src_rewriter.cc
Wrote >TL_external__v8_src_rewriter.h
Wrote >TL_external__v8_src_runtime.cc
Wrote >TL_external__v8_src_runtime.h
Wrote >TL_external__v8_src_runtime.js
Wrote >TL_external__v8_src_scanner-base.cc
Wrote >TL_external__v8_src_scanner-base.h
Wrote >TL_external__v8_src_scanner.cc
Wrote >TL_external__v8_src_scanner.h
Wrote >TL_external__v8_src_scopeinfo.cc
Wrote >TL_external__v8_src_scopeinfo.h
Wrote >TL_external__v8_src_scopes.cc
Wrote >TL_external__v8_src_scopes.h
Wrote >TL_external__v8_src_serialize.cc
Wrote >TL_external__v8_src_serialize.h
Wrote >TL_external__v8_src_spaces-inl.h
Wrote >TL_external__v8_src_spaces.cc
Wrote >TL_external__v8_src_spaces.h
Wrote >TL_external__v8_src_splay-tree-inl.h
Wrote >TL_external__v8_src_splay-tree.h
Wrote >TL_external__v8_src_string-search.cc
Wrote >TL_external__v8_src_string-search.h
Wrote >TL_external__v8_src_string.js
Wrote >TL_external__v8_src_strtod.cc
Wrote >TL_external__v8_src_strtod.h
Wrote >TL_external__v8_src_stub-cache.cc
Wrote >TL_external__v8_src_stub-cache.h
Wrote >TL_external__v8_src_third_party_dtoa_COPYING
Wrote >TL_external__v8_src_third_party_dtoa_dtoa.c
Wrote >TL_external__v8_src_token.cc
Wrote >TL_external__v8_src_token.h
Wrote >TL_external__v8_src_top.cc
Wrote >TL_external__v8_src_top.h
Wrote >TL_external__v8_src_type-info.cc
Wrote >TL_external__v8_src_type-info.h
Wrote >TL_external__v8_src_unbound-queue-inl.h
Wrote >TL_external__v8_src_unbound-queue.h
Wrote >TL_external__v8_src_unicode-inl.h
Wrote >TL_external__v8_src_unicode.cc
Wrote >TL_external__v8_src_unicode.h
Wrote >TL_external__v8_src_uri.js
Wrote >TL_external__v8_src_usage-analyzer.cc
Wrote >TL_external__v8_src_usage-analyzer.h
Wrote >TL_external__v8_src_utils.cc
Wrote >TL_external__v8_src_utils.h
Wrote >TL_external__v8_src_v8-counters.h
Wrote >TL_external__v8_src_v8.cc
Wrote >TL_external__v8_src_v8.h
Wrote >TL_external__v8_src_v8checks.h
Wrote >TL_external__v8_src_v8dll-main.cc
Wrote >TL_external__v8_src_v8globals.h
Wrote >TL_external__v8_src_v8natives.js
Wrote >TL_external__v8_src_v8threads.cc
Wrote >TL_external__v8_src_v8threads.h
Wrote >TL_external__v8_src_v8utils.h
Wrote >TL_external__v8_src_variables.cc
Wrote >TL_external__v8_src_variables.h
Wrote >TL_external__v8_src_version.cc
Wrote >TL_external__v8_src_virtual-frame-heavy-inl.h
Wrote >TL_external__v8_src_virtual-frame-heavy.cc
Wrote >TL_external__v8_src_virtual-frame-inl.h
Wrote >TL_external__v8_src_virtual-frame-light-inl.h
Wrote >TL_external__v8_src_virtual-frame-light.cc
Wrote >TL_external__v8_src_virtual-frame.cc
Wrote >TL_external__v8_src_virtual-frame.h
Wrote >TL_external__v8_src_vm-state-inl.h
Wrote >TL_external__v8_src_vm-state.h
Wrote >TL_external__v8_src_x64_assembler-x64-inl.h
Wrote >TL_external__v8_src_x64_assembler-x64.cc
Wrote >TL_external__v8_src_x64_assembler-x64.h
Wrote >TL_external__v8_src_x64_builtins-x64.cc
Wrote >TL_external__v8_src_x64_code-stubs-x64.cc
Wrote >TL_external__v8_src_x64_code-stubs-x64.h
Wrote >TL_external__v8_src_x64_codegen-x64.cc
Wrote >TL_external__v8_src_x64_codegen-x64.h
Wrote >TL_external__v8_src_x64_cpu-x64.cc
Wrote >TL_external__v8_src_x64_debug-x64.cc
Wrote >TL_external__v8_src_x64_disasm-x64.cc
Wrote >TL_external__v8_src_x64_fast-codegen-x64.cc
Wrote >TL_external__v8_src_x64_frames-x64.cc
Wrote >TL_external__v8_src_x64_frames-x64.h
Wrote >TL_external__v8_src_x64_full-codegen-x64.cc
Wrote >TL_external__v8_src_x64_ic-x64.cc
Wrote >TL_external__v8_src_x64_jump-target-x64.cc
Wrote >TL_external__v8_src_x64_macro-assembler-x64.cc
Wrote >TL_external__v8_src_x64_macro-assembler-x64.h
Wrote >TL_external__v8_src_x64_regexp-macro-assembler-x64.cc
Wrote >TL_external__v8_src_x64_regexp-macro-assembler-x64.h
Wrote >TL_external__v8_src_x64_register-allocator-x64-inl.h
Wrote >TL_external__v8_src_x64_register-allocator-x64.cc
Wrote >TL_external__v8_src_x64_register-allocator-x64.h
Wrote >TL_external__v8_src_x64_simulator-x64.h
Wrote >TL_external__v8_src_x64_stub-cache-x64.cc
Wrote >TL_external__v8_src_x64_virtual-frame-x64.cc
Wrote >TL_external__v8_src_x64_virtual-frame-x64.h
Wrote >TL_external__v8_src_zone-inl.h
Wrote >TL_external__v8_src_zone.cc
Wrote >TL_external__v8_src_zone.h
Wrote >TL_external__v8_test_cctest_SConscript
Wrote >TL_external__v8_test_cctest_cctest.status
Wrote >TL_external__v8_test_cctest_gay-fixed.cc
Wrote >TL_external__v8_test_cctest_gay-fixed.h
Wrote >TL_external__v8_test_cctest_gay-precision.cc
Wrote >TL_external__v8_test_cctest_gay-precision.h
Wrote >TL_external__v8_test_cctest_gay-shortest.cc
Wrote >TL_external__v8_test_cctest_gay-shortest.h
Wrote >TL_external__v8_test_cctest_test-alloc.cc
Wrote >TL_external__v8_test_cctest_test-api.cc
Wrote >TL_external__v8_test_cctest_test-assembler-arm.cc
Wrote >TL_external__v8_test_cctest_test-assembler-ia32.cc
Wrote >TL_external__v8_test_cctest_test-assembler-mips.cc
Wrote >TL_external__v8_test_cctest_test-ast.cc
Wrote >TL_external__v8_test_cctest_test-bignum-dtoa.cc
Wrote >TL_external__v8_test_cctest_test-bignum.cc
Wrote >TL_external__v8_test_cctest_test-circular-queue.cc
Wrote >TL_external__v8_test_cctest_test-compiler.cc
Wrote >TL_external__v8_test_cctest_test-conversions.cc
Wrote >TL_external__v8_test_cctest_test-cpu-profiler.cc
Wrote >TL_external__v8_test_cctest_test-dataflow.cc
Wrote >TL_external__v8_test_cctest_test-debug.cc
Wrote >TL_external__v8_test_cctest_test-decls.cc
Wrote >TL_external__v8_test_cctest_test-disasm-arm.cc
Wrote >TL_external__v8_test_cctest_test-disasm-ia32.cc
Wrote >TL_external__v8_test_cctest_test-diy-fp.cc
Wrote >TL_external__v8_test_cctest_test-double.cc
Wrote >TL_external__v8_test_cctest_test-dtoa.cc
Wrote >TL_external__v8_test_cctest_test-fast-dtoa.cc
Wrote >TL_external__v8_test_cctest_test-fixed-dtoa.cc
Wrote >TL_external__v8_test_cctest_test-func-name-inference.cc
Wrote >TL_external__v8_test_cctest_test-heap-profiler.cc
Wrote >TL_external__v8_test_cctest_test-heap.cc
Wrote >TL_external__v8_test_cctest_test-list.cc
Wrote >TL_external__v8_test_cctest_test-liveedit.cc
Wrote >TL_external__v8_test_cctest_test-lock.cc
Wrote >TL_external__v8_test_cctest_test-log-stack-tracer.cc
Wrote >TL_external__v8_test_cctest_test-log.cc
Wrote >TL_external__v8_test_cctest_test-macro-assembler-x64.cc
Wrote >TL_external__v8_test_cctest_test-mark-compact.cc
Wrote >TL_external__v8_test_cctest_test-mips.cc
Wrote >TL_external__v8_test_cctest_test-parsing.cc
Wrote >TL_external__v8_test_cctest_test-profile-generator.cc
Wrote >TL_external__v8_test_cctest_test-regexp.cc
Wrote >TL_external__v8_test_cctest_test-serialize.cc
Wrote >TL_external__v8_test_cctest_test-spaces.cc
Wrote >TL_external__v8_test_cctest_test-strings.cc
Wrote >TL_external__v8_test_cctest_test-strtod.cc
Wrote >TL_external__v8_test_cctest_test-thread-termination.cc
Wrote >TL_external__v8_test_cctest_test-threads.cc
Wrote >TL_external__v8_test_cctest_test-type-info.cc
Wrote >TL_external__v8_test_cctest_test-unbound-queue.cc
Wrote >TL_external__v8_test_cctest_test-utils.cc
Wrote >TL_external__v8_test_cctest_testcfg.py
Wrote >TL_external__v8_test_es5conform_README
Wrote >TL_external__v8_test_es5conform_es5conform.status
Wrote >TL_external__v8_test_es5conform_testcfg.py
Wrote >TL_external__v8_test_message_bugs_.svn_all-wcprops
Wrote >TL_external__v8_test_message_bugs_.svn_entries
Wrote >TL_external__v8_test_message_testcfg.py
Wrote >TL_external__v8_test_mjsunit_api-call-after-bypassed-exception.js
Wrote >TL_external__v8_test_mjsunit_apply.js
Wrote >TL_external__v8_test_mjsunit_arguments-load-across-eval.js
Wrote >TL_external__v8_test_mjsunit_array-concat.js
Wrote >TL_external__v8_test_mjsunit_array-elements-from-array-prototype-chain.js
Wrote >TL_external__v8_test_mjsunit_array-elements-from-array-prototype.js
Wrote >TL_external__v8_test_mjsunit_array-elements-from-object-prototype.js
Wrote >TL_external__v8_test_mjsunit_array-indexing.js
Wrote >TL_external__v8_test_mjsunit_array-length.js
Wrote >TL_external__v8_test_mjsunit_array-pop.js
Wrote >TL_external__v8_test_mjsunit_array-push.js
Wrote >TL_external__v8_test_mjsunit_array-shift.js
Wrote >TL_external__v8_test_mjsunit_array-slice.js
Wrote >TL_external__v8_test_mjsunit_array-splice.js
Wrote >TL_external__v8_test_mjsunit_array-unshift.js
Wrote >TL_external__v8_test_mjsunit_binary-op-newspace.js
Wrote >TL_external__v8_test_mjsunit_bitops-info.js
Wrote >TL_external__v8_test_mjsunit_bugs_bug-617.js
Wrote >TL_external__v8_test_mjsunit_bugs_bug-618.js
Wrote >TL_external__v8_test_mjsunit_bugs_bug-619.js
Wrote >TL_external__v8_test_mjsunit_call-stub.js
Wrote >TL_external__v8_test_mjsunit_codegen-coverage.js
Wrote >TL_external__v8_test_mjsunit_compiler_assignment.js
Wrote >TL_external__v8_test_mjsunit_compiler_literals.js
Wrote >TL_external__v8_test_mjsunit_compiler_loopcount.js
Wrote >TL_external__v8_test_mjsunit_const-eval-init.js
Wrote >TL_external__v8_test_mjsunit_copy-on-write-assert.js
Wrote >TL_external__v8_test_mjsunit_date-parse.js
Wrote >TL_external__v8_test_mjsunit_date.js
Wrote >TL_external__v8_test_mjsunit_debug-breakpoints.js
Wrote >TL_external__v8_test_mjsunit_debug-clearbreakpointgroup.js
Wrote >TL_external__v8_test_mjsunit_debug-compile-event.js
Wrote >TL_external__v8_test_mjsunit_debug-conditional-breakpoints.js
Wrote >TL_external__v8_test_mjsunit_debug-enable-disable-breakpoints.js
Wrote >TL_external__v8_test_mjsunit_debug-evaluate-bool-constructor.js
Wrote >TL_external__v8_test_mjsunit_debug-liveedit-1.js
Wrote >TL_external__v8_test_mjsunit_debug-liveedit-2.js
Wrote >TL_external__v8_test_mjsunit_debug-liveedit-3.js
Wrote >TL_external__v8_test_mjsunit_debug-liveedit-breakpoints.js
Wrote >TL_external__v8_test_mjsunit_debug-liveedit-check-stack.js
Wrote >TL_external__v8_test_mjsunit_debug-liveedit-diff.js
Wrote >TL_external__v8_test_mjsunit_debug-liveedit-newsource.js
Wrote >TL_external__v8_test_mjsunit_debug-liveedit-patch-positions-replace.js
Wrote >TL_external__v8_test_mjsunit_debug-liveedit-patch-positions.js
Wrote >TL_external__v8_test_mjsunit_debug-liveedit-utils.js
Wrote >TL_external__v8_test_mjsunit_debug-references.js
Wrote >TL_external__v8_test_mjsunit_debug-return-value.js
Wrote >TL_external__v8_test_mjsunit_debug-scopes.js
Wrote >TL_external__v8_test_mjsunit_debug-script.js
Wrote >TL_external__v8_test_mjsunit_debug-setbreakpoint.js
Wrote >TL_external__v8_test_mjsunit_debug-step.js
Wrote >TL_external__v8_test_mjsunit_debug-stepin-accessor.js
Wrote >TL_external__v8_test_mjsunit_debug-stepin-builtin.js
Wrote >TL_external__v8_test_mjsunit_debug-stepin-call-function-stub.js
Wrote >TL_external__v8_test_mjsunit_debug-stepin-function-call.js
Wrote >TL_external__v8_test_mjsunit_debug-stepnext-do-while.js
Wrote >TL_external__v8_test_mjsunit_debug-stepout-recursive-function.js
Wrote >TL_external__v8_test_mjsunit_debug-stepout-to-builtin.js
Wrote >TL_external__v8_test_mjsunit_define-property-gc.js
Wrote >TL_external__v8_test_mjsunit_delete.js
Wrote >TL_external__v8_test_mjsunit_div-mod.js
Wrote >TL_external__v8_test_mjsunit_eval.js
Wrote >TL_external__v8_test_mjsunit_for-in-delete.js
Wrote >TL_external__v8_test_mjsunit_for-in-special-cases.js
Wrote >TL_external__v8_test_mjsunit_for-in.js
Wrote >TL_external__v8_test_mjsunit_function-bind.js
Wrote >TL_external__v8_test_mjsunit_function-without-prototype.js
Wrote >TL_external__v8_test_mjsunit_fuzz-natives.js
Wrote >TL_external__v8_test_mjsunit_get-own-property-descriptor.js
Wrote >TL_external__v8_test_mjsunit_global-deleted-property-keyed.js
Wrote >TL_external__v8_test_mjsunit_instanceof-2.js
Wrote >TL_external__v8_test_mjsunit_int32-ops.js
Wrote >TL_external__v8_test_mjsunit_json.js
Wrote >TL_external__v8_test_mjsunit_keyed-call-generic.js
Wrote >TL_external__v8_test_mjsunit_keyed-call-ic.js
Wrote >TL_external__v8_test_mjsunit_math-abs.js
Wrote >TL_external__v8_test_mjsunit_math-floor.js
Wrote >TL_external__v8_test_mjsunit_math-min-max.js
Wrote >TL_external__v8_test_mjsunit_math-pow.js
Wrote >TL_external__v8_test_mjsunit_math-round.js
Wrote >TL_external__v8_test_mjsunit_math-sqrt.js
Wrote >TL_external__v8_test_mjsunit_mirror-regexp.js
Wrote >TL_external__v8_test_mjsunit_mirror-script.js
Wrote >TL_external__v8_test_mjsunit_mjsunit.js
Wrote >TL_external__v8_test_mjsunit_mjsunit.status
Wrote >TL_external__v8_test_mjsunit_mod.js
Wrote >TL_external__v8_test_mjsunit_number-tostring.js
Wrote >TL_external__v8_test_mjsunit_object-define-property.js
Wrote >TL_external__v8_test_mjsunit_object-freeze.js
Wrote >TL_external__v8_test_mjsunit_object-literal-conversions.js
Wrote >TL_external__v8_test_mjsunit_object-literal-overwrite.js
Wrote >TL_external__v8_test_mjsunit_object-literal.js
Wrote >TL_external__v8_test_mjsunit_object-prevent-extensions.js
Wrote >TL_external__v8_test_mjsunit_object-seal.js
Wrote >TL_external__v8_test_mjsunit_parse-int-float.js
Wrote >TL_external__v8_test_mjsunit_property-load-across-eval.js
Wrote >TL_external__v8_test_mjsunit_regexp-cache-replace.js
Wrote >TL_external__v8_test_mjsunit_regexp-capture.js
Wrote >TL_external__v8_test_mjsunit_regexp-compile.js
Wrote >TL_external__v8_test_mjsunit_regexp.js
Wrote >TL_external__v8_test_mjsunit_regress_bitops-register-alias.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-1146.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-246.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-3408144.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-45469.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-52801.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-58740.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-619.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-634.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-636.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-641.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-643.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-646.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-675.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-681.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-685.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-696.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-697.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-712.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-720.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-728.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-732.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-747.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-752.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-753.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-754.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-760-1.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-760-2.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-784.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-798.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-806.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-815.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-842.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-851.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-857.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-874.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-900966.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-918.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-927.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-931.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-944.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-974.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-conditional-position.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-crbug-37853.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-crbug-39160.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-crbug-40931.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-create-exception.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-push-args-twice.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-r4998.js
Wrote >TL_external__v8_test_mjsunit_regress_regress-swapelements.js
Wrote >TL_external__v8_test_mjsunit_samevalue.js
Wrote >TL_external__v8_test_mjsunit_search-string-multiple.js
Wrote >TL_external__v8_test_mjsunit_shifts.js
Wrote >TL_external__v8_test_mjsunit_smi-negative-zero.js
Wrote >TL_external__v8_test_mjsunit_smi-ops.js
Wrote >TL_external__v8_test_mjsunit_stack-traces.js
Wrote >TL_external__v8_test_mjsunit_store-dictionary.js
Wrote >TL_external__v8_test_mjsunit_str-to-num.js
Wrote >TL_external__v8_test_mjsunit_string-case.js
Wrote >TL_external__v8_test_mjsunit_string-charat.js
Wrote >TL_external__v8_test_mjsunit_string-charcodeat.js
Wrote >TL_external__v8_test_mjsunit_string-externalize.js
Wrote >TL_external__v8_test_mjsunit_string-fromcharcode.js
Wrote >TL_external__v8_test_mjsunit_string-index.js
Wrote >TL_external__v8_test_mjsunit_string-indexof-1.js
Wrote >TL_external__v8_test_mjsunit_string-replace-with-empty.js
Wrote >TL_external__v8_test_mjsunit_string-replace.js
Wrote >TL_external__v8_test_mjsunit_string-search.js
Wrote >TL_external__v8_test_mjsunit_string-split-cache.js
Wrote >TL_external__v8_test_mjsunit_string-split.js
Wrote >TL_external__v8_test_mjsunit_testcfg.py
Wrote >TL_external__v8_test_mjsunit_third_party_array-splice-webkit.js
Wrote >TL_external__v8_test_mjsunit_this-property-assignment.js
Wrote >TL_external__v8_test_mjsunit_to_number_order.js
Wrote >TL_external__v8_test_mjsunit_undeletable-functions.js
Wrote >TL_external__v8_test_mjsunit_unusual-constructor.js
Wrote >TL_external__v8_test_mjsunit_value-of.js
Wrote >TL_external__v8_test_mjsunit_with-readonly.js
Wrote >TL_external__v8_test_mozilla_mozilla.status
Wrote >TL_external__v8_test_mozilla_testcfg.py
Wrote >TL_external__v8_test_sputnik_sputnik.status
Wrote >TL_external__v8_test_sputnik_testcfg.py
Wrote >TL_external__v8_tools_gc-nvp-trace-processor.py
Wrote >TL_external__v8_tools_generate-ten-powers.scm
Wrote >TL_external__v8_tools_gyp_v8.gyp
Wrote >TL_external__v8_tools_js2c.py
Wrote >TL_external__v8_tools_ll_prof.py
Wrote >TL_external__v8_tools_oom_dump_README
Wrote >TL_external__v8_tools_oom_dump_SConstruct
Wrote >TL_external__v8_tools_oom_dump_oom_dump.cc
Wrote >TL_external__v8_tools_presubmit.py
Wrote >TL_external__v8_tools_stats-viewer.py
Wrote >TL_external__v8_tools_test.py
Wrote >TL_external__v8_tools_utils.py
Wrote >TL_external__v8_tools_v8.xcodeproj_project.pbxproj
Wrote >TL_external__v8_tools_visual_studio_README.txt
Wrote >TL_external__v8_tools_visual_studio_arm.vsprops
Wrote >TL_external__v8_tools_visual_studio_common.vsprops
Wrote >TL_external__v8_tools_visual_studio_ia32.vsprops
Wrote >TL_external__v8_tools_visual_studio_js2c.cmd
Wrote >TL_external__v8_tools_visual_studio_v8.vcproj
Wrote >TL_external__v8_tools_visual_studio_v8_arm.vcproj
Wrote >TL_external__v8_tools_visual_studio_v8_base.vcproj
Wrote >TL_external__v8_tools_visual_studio_v8_base_arm.vcproj
Wrote >TL_external__v8_tools_visual_studio_v8_base_x64.vcproj
Wrote >TL_external__v8_tools_visual_studio_v8_cctest.vcproj
Wrote >TL_external__v8_tools_visual_studio_v8_cctest_arm.vcproj
Wrote >TL_external__v8_tools_visual_studio_v8_cctest_x64.vcproj
Wrote >TL_external__v8_tools_visual_studio_v8_x64.vcproj
Wrote >TL_external__v8_tools_visual_studio_x64.vsprops
Wrote >TL_external__v8_tools_windows-tick-processor.bat
Wrote >TL_external__webkit_Android.mk
Wrote >TL_external__webkit_WebCore_bindings_generic_RuntimeEnabledFeatures.cpp
Wrote >TL_external__webkit_WebCore_page_Connection.cpp
Wrote >TL_external__webkit_WebCore_platform_android_PackageNotifier.h
Wrote >TL_external__webkit_WebCore_platform_graphics_android_LayerAndroid.cpp
Wrote >TL_external__webkit_WebKit_android_WebCoreSupport_CachedFramePlatformDataAndroid.h
Wrote >TL_external__webkit_WebKit_android_nav_FindCanvas.cpp
Wrote >TL_external__wpa_supplicant_6_wpa_supplicant_Android.mk
Wrote >TL_external__wpa_supplicant_6_wpa_supplicant_ctrl_iface.c
Wrote >TL_external__wpa_supplicant_6_wpa_supplicant_events.c
Wrote >TL_external__wpa_supplicant_6_wpa_supplicant_src_drivers_driver_awext.c
Wrote >TL_external__wpa_supplicant_6_wpa_supplicant_src_drivers_driver_awext.h
Wrote >TL_external__wpa_supplicant_6_wpa_supplicant_src_drivers_drivers.c
Wrote >TL_external__wpa_supplicant_6_wpa_supplicant_wpa_cli.c
alsaとv8とwebkitという感じ。
AOSPのMakefile, bionic, bootable, build, cts, dalvik, development, device, external, frameworks, hardware, ndk, libcore, packages, prebuilt, sdk, systemについて、同様に変化を調べてみる。
変化のないもの。
Makefile 0
device 0
libcore 0
sdk 0
軽微な変更のあるもの。
bionic 271K
bootable 41K
build 86K
cts 2.7K
dalvik 201K
frameworks 301K
packages 49K
system 160K
packagesには、x86のEthernetパッチがまるごと入っているよ(^^;。
大きく異なるもの。
development 8.2M
external 36M
hardware 456M
ndk 1.9G
prebuilt 500M
ndkがかなり違うな。toolchainがまるごと入っているからか。
TLのみにあるもの。
doc
make_tx7x_img
scripts
vendor
なんかこんなの出たのでメモだけしとく。
ndk
diff: TL/ndk/toolchains/x86-4.4.3/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/libaudiofile.so: No such file or directory
diff: TL/ndk/toolchains/x86-4.4.3/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/libpulse-browse.so: No such file or directory
diff: TL/ndk/toolchains/x86-4.4.3/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/libpulse-mainloop-glib.so: No such file or directory
prebuilt
diff: AOSP/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/libaudiofile.so: No such file or directory
diff: TL/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/libaudiofile.so: No such file or directory
diff: AOSP/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/libpulse-browse.so: No such file or directory
diff: TL/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/libpulse-browse.so: No such file or directory
diff: AOSP/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/libpulse-mainloop-glib.so: No such file or directory
diff: TL/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/libpulse-mainloop-glib.so: No such file or directory
Subscribe to:
Posts (Atom)