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
3e310f30
Unverified
Commit
3e310f30
authored
Feb 12, 2019
by
Antonio Niño Díaz
Committed by
GitHub
Feb 12, 2019
Browse files
Merge pull request #1812 from antonio-nino-diaz-arm/an/fix-cortex
Fix CPU headers' definitions
parents
4a318e8d
1a74e4a8
Changes
23
Hide whitespace changes
Inline
Side-by-side
include/lib/cpus/aarch64/cortex_deimos.h
View file @
3e310f30
/*
/*
* Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2018
-2019
, ARM Limited and Contributors. All rights reserved.
*
*
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause
*/
*/
...
@@ -7,6 +7,8 @@
...
@@ -7,6 +7,8 @@
#ifndef CORTEX_DEIMOS_H
#ifndef CORTEX_DEIMOS_H
#define CORTEX_DEIMOS_H
#define CORTEX_DEIMOS_H
#include <lib/utils_def.h>
#define CORTEX_DEIMOS_MIDR U(0x410FD0D0)
#define CORTEX_DEIMOS_MIDR U(0x410FD0D0)
/*******************************************************************************
/*******************************************************************************
...
...
include/lib/cpus/aarch64/cortex_helios.h
View file @
3e310f30
/*
/*
* Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2018
-2019
, ARM Limited and Contributors. All rights reserved.
*
*
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause
*/
*/
...
@@ -7,6 +7,8 @@
...
@@ -7,6 +7,8 @@
#ifndef CORTEX_HELIOS_H
#ifndef CORTEX_HELIOS_H
#define CORTEX_HELIOS_H
#define CORTEX_HELIOS_H
#include <lib/utils_def.h>
#define CORTEX_HELIOS_MIDR U(0x410FD060)
#define CORTEX_HELIOS_MIDR U(0x410FD060)
/*******************************************************************************
/*******************************************************************************
...
...
include/lib/cpus/aarch64/dsu_def.h
View file @
3e310f30
/*
/*
* Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2018
-2019
, ARM Limited and Contributors. All rights reserved.
*
*
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause
*/
*/
...
@@ -28,6 +28,6 @@
...
@@ -28,6 +28,6 @@
/********************************************************************
/********************************************************************
* Masks applied for DSU errata workarounds *
* Masks applied for DSU errata workarounds *
********************************************************************/
********************************************************************/
#define DSU_ERRATA_936184_MASK (U
LL
(0x3) << 15)
#define DSU_ERRATA_936184_MASK (U(0x3) << 15)
#endif
/* DSU_DEF_H */
#endif
/* DSU_DEF_H */
Prev
1
2
Next
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