-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use a single core folder for all ARM architectures.
This should reduce code duplication. Move the GIC driver to a separate file so that it can be used by both ARMV7A and ARMV7R cores. Add initial support for some Cortex-A and Cortex-R devices
- Loading branch information
1 parent
8a7f362
commit da9c3cd
Showing
59 changed files
with
10,876 additions
and
9,992 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,493 changes: 384 additions & 1,109 deletions
1,493
CMSIS/Core_A/Include/core_ca.h → CMSIS/Core/Include/armv7a.h
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
CMSIS/Core_A/Include/cmsis_cp15.h → CMSIS/Core/Include/armv7a_cp15.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.