Unverified Commit 3e310f30 authored by Antonio Niño Díaz's avatar Antonio Niño Díaz Committed by GitHub
Browse files

Merge pull request #1812 from antonio-nino-diaz-arm/an/fix-cortex

Fix CPU headers' definitions
parents 4a318e8d 1a74e4a8
/* /*
* 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)
/******************************************************************************* /*******************************************************************************
......
/* /*
* 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)
/******************************************************************************* /*******************************************************************************
......
/* /*
* 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 (ULL(0x3) << 15) #define DSU_ERRATA_936184_MASK (U(0x3) << 15)
#endif /* DSU_DEF_H */ #endif /* DSU_DEF_H */
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment