mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 02:24:18 +00:00
Merge "build(qemu): use xlat tables v2 directly" into integration
This commit is contained in:
commit
7f26777702
3 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <lib/xlat_tables/xlat_tables_compat.h>
|
||||
#include <lib/xlat_tables/xlat_tables_v2.h>
|
||||
|
||||
void plat_qemu_io_setup(void);
|
||||
int qemu_io_register_sp_pkg(const char *name, const char *uuid,
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include <common/debug.h>
|
||||
#include <common/fdt_fixup.h>
|
||||
#include <common/fdt_wrappers.h>
|
||||
#include <lib/xlat_tables/xlat_tables_compat.h>
|
||||
#include <lib/xlat_tables/xlat_tables_v2.h>
|
||||
#include <services/spm_mm_partition.h>
|
||||
|
||||
#include <platform_def.h>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include <drivers/arm/gicv2.h>
|
||||
#include <drivers/console.h>
|
||||
#include <lib/mmio.h>
|
||||
#include <lib/xlat_tables/xlat_tables.h>
|
||||
#include <lib/xlat_tables/xlat_tables_v2.h>
|
||||
#include <plat/common/platform.h>
|
||||
|
||||
#include "../qemu_private.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue