Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
e0106547
Unverified
Commit
e0106547
authored
Dec 18, 2018
by
Antonio Niño Díaz
Committed by
GitHub
Dec 18, 2018
Browse files
Merge pull request #1720 from jeenu-arm/gic-priority
GIC: Remove lowest priority constants
parents
ea9c332d
35cd9e81
Changes
1
Show whitespace changes
Inline
Side-by-side
include/drivers/arm/gic_common.h
View file @
e0106547
...
...
@@ -35,11 +35,9 @@
#define GIC_INTR_CFG_LEVEL (0 << 1)
#define GIC_INTR_CFG_EDGE (1 << 1)
/*
Constants to categorise
priorities */
/*
Highest possible interrupt
priorities */
#define GIC_HIGHEST_SEC_PRIORITY U(0x00)
#define GIC_LOWEST_SEC_PRIORITY U(0x7f)
#define GIC_HIGHEST_NS_PRIORITY U(0x80)
#define GIC_LOWEST_NS_PRIORITY U(0xfe)
/* 0xff would disable all interrupts */
/*******************************************************************************
* GIC Distributor interface register offsets that are common to GICv3 & GICv2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment