mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-11 18:35:28 +00:00
Merge pull request #177 from jcastillo-arm/jc/tf-issues/096
Rework incorrect use of assert() and panic() in codebase
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
|
||||
#define SECURE 0x0
|
||||
#define NON_SECURE 0x1
|
||||
#define sec_state_is_valid(s) (((s) == SECURE) || ((s) == NON_SECURE))
|
||||
|
||||
#define UP 1
|
||||
#define DOWN 0
|
||||
|
||||
@@ -90,6 +90,7 @@
|
||||
#define GATE_KEEPER_OS_MASK 0xf
|
||||
#define GATE_KEEPER_OR_SHIFT 0
|
||||
#define GATE_KEEPER_OR_MASK 0xf
|
||||
#define GATE_KEEPER_FILTER_MASK 0x1
|
||||
|
||||
/* Speculation is enabled by default. */
|
||||
#define SPECULATION_CTRL_WRITE_DISABLE (1 << 1)
|
||||
|
||||
Reference in New Issue
Block a user