Commit d50ece03 authored by Antonio Nino Diaz's avatar Antonio Nino Diaz
Browse files

Simplify translation tables headers dependencies


The files affected by this patch don't really depend on `xlat_tables.h`.
By changing the included file it becomes easier to switch between the
two versions of the translation tables library.

Change-Id: Idae9171c490e0865cb55883b19eaf942457c4ccc
Signed-off-by: default avatarAntonio Nino Diaz <antonio.ninodiaz@arm.com>
parent 7bb01fb2
Showing with 10 additions and 10 deletions
+10 -10
/* /*
* Copyright (c) 2013-2016, ARM Limited and Contributors. All rights reserved. * Copyright (c) 2013-2017, ARM Limited and Contributors. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include <el3_common_macros.S> #include <el3_common_macros.S>
#include <pmf_asm_macros.S> #include <pmf_asm_macros.S>
#include <runtime_instr.h> #include <runtime_instr.h>
#include <xlat_tables.h> #include <xlat_tables_defs.h>
.globl bl31_entrypoint .globl bl31_entrypoint
.globl bl31_warm_entrypoint .globl bl31_warm_entrypoint
......
/* /*
* Copyright (c) 2016, ARM Limited and Contributors. All rights reserved. * Copyright (c) 2016-2017, ARM Limited and Contributors. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#include <runtime_svc.h> #include <runtime_svc.h>
#include <smcc_helpers.h> #include <smcc_helpers.h>
#include <smcc_macros.S> #include <smcc_macros.S>
#include <xlat_tables.h> #include <xlat_tables_defs.h>
.globl sp_min_vector_table .globl sp_min_vector_table
.globl sp_min_entrypoint .globl sp_min_entrypoint
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <arch.h> #include <arch.h>
#include <asm_macros.S> #include <asm_macros.S>
#include <tsp.h> #include <tsp.h>
#include <xlat_tables.h> #include <xlat_tables_defs.h>
#include "../tsp_private.h" #include "../tsp_private.h"
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#include <platform.h> #include <platform.h>
#include <string.h> #include <string.h>
#include <utils.h> #include <utils.h>
#include <xlat_tables.h> #include <xlat_tables_defs.h>
uintptr_t page_align(uintptr_t value, unsigned dir) uintptr_t page_align(uintptr_t value, unsigned dir)
{ {
......
/* /*
* Copyright (c) 2016, ARM Limited and Contributors. All rights reserved. * Copyright (c) 2016-2017, ARM Limited and Contributors. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <xlat_tables.h> #include <xlat_mmu_helpers.h>
/* /*
* The following platform setup functions are weakly defined. They * The following platform setup functions are weakly defined. They
......
/* /*
* Copyright (c) 2014, ARM Limited and Contributors. All rights reserved. * Copyright (c) 2014-2017, ARM Limited and Contributors. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include <assert.h> #include <assert.h>
#include <console.h> #include <console.h>
#include <platform.h> #include <platform.h>
#include <xlat_tables.h> #include <xlat_mmu_helpers.h>
/* /*
* The following platform setup functions are weakly defined. They * The following platform setup functions are weakly defined. They
......
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