1/*
2 * Copyright 2014, General Dynamics C4 Systems
3 *
4 * This software may be distributed and modified according to the terms of
5 * the GNU General Public License version 2. Note that NO WARRANTY is provided.
6 * See "LICENSE_GPLv2.txt" for details.
7 *
8 * @TAG(GD_GPL)
9 */
10/* @AUTHOR(akroh@ertos.nicta.com.au) */
11
12#include <config.h>
13#include <types.h>
14#include <machine/io.h>
15#include <kernel/vspace.h>
16#include <arch/machine.h>
17#include <arch/kernel/vspace.h>
18#include <plat/machine.h>
19#include <linker.h>
20#include <plat/machine/devices.h>
21#include <plat/machine/hardware.h>
22
23void plat_cleanL2Range(paddr_t start, paddr_t end) {}
24void plat_invalidateL2Range(paddr_t start, paddr_t end) {}
25void plat_cleanInvalidateL2Range(paddr_t start, paddr_t end) {}
26void plat_cleanInvalidateCache(void) {}
27