Commit 232c6b34 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

FVP,Juno: switch FVP and Juno to use generic TBBR OID header



The header tbbr_oid.h contains OIDs obtained by ARM Ltd.
so there is no good reason to use platform_oid.h
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent bb41eb7a
/* /*
* Copyright (c) 2015-2016, ARM Limited and Contributors. All rights reserved. * Copyright (c) 2015-2017, ARM Limited and Contributors. All rights reserved.
* *
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
#include <arm_def.h> #include <arm_def.h>
#include <assert.h> #include <assert.h>
#include <platform.h> #include <platform.h>
#include <platform_oid.h>
#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>
#include <tbbr_oid.h>
/* Weak definition may be overridden in specific platform */ /* Weak definition may be overridden in specific platform */
#pragma weak plat_match_rotpk #pragma weak plat_match_rotpk
......
/* /*
* Copyright (c) 2016, ARM Limited and Contributors. All rights reserved. * Copyright (c) 2016-2017, ARM Limited and Contributors. All rights reserved.
* *
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
#include <assert.h> #include <assert.h>
#include <platform_oid.h>
#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>
#include <tbbr_oid.h>
#include "fvp_def.h" #include "fvp_def.h"
/* /*
......
/*
* Copyright (c) 2015-2017, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <tbbr_oid.h>
/*
* Required platform OIDs
* (Provided by included header)
*/
/*
* Copyright (c) 2015-2017, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <tbbr_oid.h>
/*
* Required platform OIDs
* (Provided by included header)
*/
...@@ -87,6 +87,9 @@ SEPARATE_CODE_AND_RODATA := 1 ...@@ -87,6 +87,9 @@ SEPARATE_CODE_AND_RODATA := 1
# Enable new version of image loading on ARM platforms # Enable new version of image loading on ARM platforms
LOAD_IMAGE_V2 := 1 LOAD_IMAGE_V2 := 1
# Use generic OID definition (tbbr_oid.h)
USE_TBBR_DEFS := 1
PLAT_INCLUDES += -Iinclude/common/tbbr \ PLAT_INCLUDES += -Iinclude/common/tbbr \
-Iinclude/plat/arm/common -Iinclude/plat/arm/common
......
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