genode/base/src
Martin Stein 1f75ebe9e5 First version of generic MMIO access framework
The MMIO access framework consists of an abstraction for a contiguous
MMIO area with a base address set dynamically. Within this class 'Mmio'
are declarations for 'Register' and 'Subreg'. These two can be
parameterized statically via template parameters to create arbitrary
MMIO structures.

Whereas 'Register' relies to a POD like subregion of 'Mmio', 'Subreg'
relies to a MMIO region within a specific 'Register' and therefore is
smaller or equal then the storage type of its superior 'Register'.

Furthermore with 'Reg_array' and 'Subreg_array', there exists the
possibility to handle arrays of uniform contiguous registers or subregs
by index. 'Subreg_array' therefore abstracts from the width boundary of
its superior 'Register' and handles a steady distance between its
members in addition. Both also check array size limits.

Related to issue #69.
2012-02-23 10:42:11 +01:00
..
base Hook for re-establishing default LOG session 2012-02-23 10:42:11 +01:00
core Handle corner case in nested RM handling 2012-01-23 21:04:57 +01:00
lib Support for building all libs via 'make lib' 2012-01-24 18:56:35 +01:00
platform Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
test First version of generic MMIO access framework 2012-02-23 10:42:11 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

This directory contains all source codes.