• Alessandro Rubini's avatar
    userspace: remove at91 headers · e6495ad0
    Alessandro Rubini authored
    The files in userspace/include/at91 were not used.
    
    Some were straight copies for linux headers, so including
    <mach/at91_pio.h> instead of <at91/at91_pio.h> makes our copy
    irrelevant.  This means both the hal and rtud must include from
    $LINUX, but this was already a requirement for other userspace stuff.
    The Makefiles are now fixed to do that.
    
    at91sam9g45.h was only used for AT91C_BASE_SYS, which is no more.
    This is trivially 4k-before-the-end, to mmap the end page.  We were
    already defining AT91C_BASE_SYS_RAW to the exact same value (only,
    AT91C_BASE_SYS was a pointer to structure), so the header could go as
    well.
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    e6495ad0
Name
Last commit
Last update
binaries Loading commit data...
build Loading commit data...
configs Loading commit data...
doc Loading commit data...
hwinfo-sdb Loading commit data...
kernel Loading commit data...
patches Loading commit data...
robustness/coding Loading commit data...
scripts Loading commit data...
usb-loader Loading commit data...
userspace Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
COPYING Loading commit data...
Kconfig Loading commit data...
Makefile Loading commit data...
Makefile.kconfig Loading commit data...
README Loading commit data...