Skip to content

Commit

Permalink
Add cpu/events.h header for Cortex-A35
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Leslie <[email protected]>
  • Loading branch information
Ben Leslie authored and lsf37 committed Sep 9, 2021
1 parent 707000b commit 5b268cc
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
*
* SPDX-License-Identifier: BSD-2-Clause
*/
/*
* Values from Cortex-A35 TRM. Table C2-3.
*/
#pragma once
#define SEL4BENCH_EVENT_BUS_ACCESS_LD 0x60
#define SEL4BENCH_EVENT_BUS_ACCESS_ST 0x61
#define SEL4BENCH_EVENT_BR_INDIRECT_SPEC 0x7A
#define SEL4BENCH_EVENT_EXC_IRQ 0x86
#define SEL4BENCH_EVENT_EXC_FIQ 0x87

0 comments on commit 5b268cc

Please sign in to comment.