Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-19 | scons: Fix up numerous warnings about name shadowing | Andreas Hansson | |
This patch address the most important name shadowing warnings (as produced when using gcc/clang with -Wshadow). There are many locations where constructor parameters and function parameters shadow local variables, but these are left unchanged. | |||
2012-10-25 | arm: Create a GIC base class and make the PL390 derive from it | Andreas Sandberg | |
This patch moves the GIC interface to a separate base class and makes all interrupt devices use that base class instead of a pointer to the PL390 implementation. This allows us to have multiple GIC implementations. Future implementations will allow in-kernel GIC implementations when using hardware virtualization. --HG-- rename : src/dev/arm/gic.cc => src/dev/arm/gic_pl390.cc rename : src/dev/arm/gic.hh => src/dev/arm/gic_pl390.hh |