exynos4: squash opensource libUMP
authorJavi Ferrer <javi.f.o@gmail.com>
Thu, 20 Nov 2014 22:35:51 +0000 (04:05 +0530)
committerGerrit Code Review <gerrit@cyanogenmod.org>
Mon, 21 Mar 2016 18:09:30 +0000 (11:09 -0700)
commitcc48856905ab4d9e6407b13a2016c6413005e018
tree946385ca437f1e94254b9f3ce0bf0bab9c5ff36b
parent9b5063f0ed78983c90ae2e1d0a03d371198ccd3a
exynos4: squash opensource libUMP

commit f40eeecbe44ee3ca5f4406e8881f6ffe1507d87c
Author: Dheeraj CVR <cvr.dheeraj@gmail.com>
Date:   Sun Dec 14 16:41:30 2014 +0530

    exynos4: libUMP: fix headers for newer mali driver

    Change-Id: Ia81fa1949d04d809b4c5045269a70d7bab758f4a

commit 8c3792c590c0591647ab5ab59ff74d11e5f8afdd
Author: Dheeraj CVR <cvr.dheeraj@gmail.com>
Date:   Sun Dec 14 16:38:51 2014 +0530

    exynos4: libUMP: use relative include paths

    Change-Id: If46c68512d0404df0d46734531a6160eb18b7ce5

commit feb6f2c45d4f87655a2f391114946933a128e60c
Author: Javi Ferrer <javi.f.o@gmail.com>
Date:   Fri Nov 21 04:05:51 2014 +0530

    exynos4: open source libUMP

    - Deleted unneeded include ion.h
    - Correct libsecion build
    - Correct gralloc build and bring back ump_ref_drv_ion_import

Change-Id: I1da602ec77d78e5056ea0c37f328c6c1b0e60e00
24 files changed:
exynos4/hal/Android.mk
exynos4/hal/include/ion.h [deleted file]
exynos4/hal/include/secion.h
exynos4/hal/include/ump.h
exynos4/hal/include/ump_platform.h
exynos4/hal/include/ump_ref_drv.h
exynos4/hal/libUMP/Android.mk [new file with mode: 0644]
exynos4/hal/libUMP/LICENSE [new file with mode: 0644]
exynos4/hal/libUMP/arch_011_udd/ump_arch.c [new file with mode: 0644]
exynos4/hal/libUMP/arch_011_udd/ump_arch.h [new file with mode: 0644]
exynos4/hal/libUMP/arch_011_udd/ump_frontend.c [new file with mode: 0644]
exynos4/hal/libUMP/arch_011_udd/ump_internal.h [new file with mode: 0644]
exynos4/hal/libUMP/arch_011_udd/ump_ref_drv.c [new file with mode: 0644]
exynos4/hal/libUMP/include/ump/ump_debug.h [new file with mode: 0644]
exynos4/hal/libUMP/include/ump/ump_osu.h [new file with mode: 0644]
exynos4/hal/libUMP/include/ump/ump_uk_types.h [new file with mode: 0644]
exynos4/hal/libUMP/os/linux/ump_ioctl.h [new file with mode: 0644]
exynos4/hal/libUMP/os/linux/ump_osu_locks.c [new file with mode: 0644]
exynos4/hal/libUMP/os/linux/ump_osu_memory.c [new file with mode: 0644]
exynos4/hal/libUMP/os/linux/ump_uku.c [new file with mode: 0644]
exynos4/hal/libUMP/os/ump_uku.h [new file with mode: 0644]
exynos4/hal/libgralloc_ump/alloc_device.cpp
exynos4/hal/libgralloc_ump/gralloc_module.cpp
exynos4/hal/libsecion/libsecion.cpp