summaryrefslogtreecommitdiff
path: root/big-little/include/hyp_vmmap.h
blob: 348a6e5bc22a74cd6ec97a1d33a6d27513e0f4e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/*
 * Copyright (c) 2012, ARM Limited. All rights reserved.
 *       
 * Redistribution and use in source and binary forms, with
 * or without modification, are permitted provided that the
 * following conditions are met:
 *     
 * Redistributions of source code must retain the above
 * copyright notice, this list of conditions and the 
 * following disclaimer.
 *
 * Redistributions in binary form must reproduce the
 * above copyright notice, this list of conditions and 
 * the following disclaimer in the documentation 
 * and/or other materials provided with the distribution.
 *      
 * Neither the name of ARM nor the names of its
 * contributors may be used to endorse or promote products
 * derived from this software without specific prior written
 * permission.                        
 */

#ifndef __HYP_VMMAP_H__
#define __HYP_VMMAP_H__

#include "hyp_types.h"
#include "misc.h"

/* ----------------------------------------------------------------------------
 * d e f i n e s
 * --------------------------------------------------------------------------*/

#define GIC_ID_PHY_BASE          0x2C001000     /* Physical Distributor   */
#define GIC_IC_PHY_BASE          0x2C002000     /* Physical CPU interface */

#define VGIC_HV_PHY_BASE         0x2C004000     /* Hypervisor's VIew      */
#define VGIC_HV_ALIAS_BASE       0x2C005000     /* Hypervisor's VIew of other interfaces */
#define VGIC_VM_PHY_BASE         0x2C006000     /* Virtual Machine view   */

#define UART0_PHY_BASE           0x1C090000
#define UART1_PHY_BASE           0x1C0A0000

#endif                          /* __HYP_VMMAP_H__ */