Skip to content
/ libump Public
forked from mosterta/libump

UMP library - updated to api version 3 (ump from r6p2 + patch to add PHYS_ADDR_GET)

Notifications You must be signed in to change notification settings

noblock/libump

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains the ARMs Universal Memory Provider userspace
library. This library is a requirement for ARMs binary Mali driver.

This software only depends on libc and a suitable kernel driver.

Direct Installation:
--------------------

Run:

> autoreconf -i
> ./configure
> make
> make install

to install libUMP into your system.

Debian package:
---------------

For this you will need to have the build-essential, autoconf and libtool
packages installed.

By running:

> dpkg-buildpackage -b

you will create debian packages suited for your system in the upper
level directory. The -b argument will build only binary packages and
will skip trying to create a source package from the git tree.

About

UMP library - updated to api version 3 (ump from r6p2 + patch to add PHYS_ADDR_GET)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 73.5%
  • C++ 25.1%
  • Other 1.4%