linux-sunxi / sunxi-tools

A collection of command line tools for ARM devices with Allwinner SoCs.
http://linux-sunxi.org/
GNU General Public License v2.0
579 stars 421 forks source link

meminfo: Access to io memory via pointers #122

Closed vkochan closed 4 years ago

vkochan commented 5 years ago

The main reason for this is to be able compile with musl library, because there is no support of inx/outx functions for ARM platform.

Signed-off-by: Vadim Kochan vadim4j@gmail.com

apritzel commented 4 years ago

This seems to have been superseded by #144, which fixes the issues I pointed out above.