bsps: Break out AArch32 portions of GPT driver

This breaks AArch32-specific portions of the ARM GPT driver into their
own file so that the generic code can be moved for reuse by other
architectures.
This commit is contained in:
Kinsey Moore
2020-08-27 22:07:52 -05:00
committed by Joel Sherrill
parent 647a60e2c3
commit 1480c3f5e8
18 changed files with 189 additions and 52 deletions

View File

@@ -30,6 +30,7 @@
#include <bsp/bootcard.h>
#include <bsp/irq-generic.h>
#include <bsp/linker-symbols.h>
#include <dev/clock/arm-generic-timer.h>
#include <libcpu/arm-cp15.h>