summaryrefslogtreecommitdiff
path: root/Release_Notes.txt
blob: 3c48778160af12a03322f083204ada3f50df6a6a (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
Release notes
=============

1.  Preface

    a.  Proprietary notice

        Copyright (c) 2012, ARM Limited
        All rights reserved.

        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
        CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
        WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
        WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
        PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER
        OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
        SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
        LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
        USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
        AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
        LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
        IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
        THE POSSIBILITY OF SUCH DAMAGE.

    b.  License details

        Copyright (c) 2009-12, 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.

    c.  Document confidentiality status

        Redistribution of source and compiled code is subject to the
        license terms above.

    d.  Product status

        ARM Virtualizer for Cortex-A15/Cortex-A7 Task Migration v2.2

    e.  Web address

        Not applicable.

    f.  Feedback on the ARM Virtualizer software

        None at present.

    g.  Feedback on this release note document

        None at present.

2.  Release details

    a.  Product release status

        v2.2

    b.  ARM Virtualizer software release v2.2

        This software release is a v2.2 snapshot of the ARM
        Virtualizer software.

        The ARM Virtualizer software is example code that demonstrates
        cluster context switching capability on a coherent dual
        cluster system composed of a Cortex-A7 cluster and a
        Cortex-A15 cluster.

        The intent behind this delivery is to allow
        inspection of the software architecture and to
        demonstrate existing functionality.

        It is possible to execute the ARM Virtualizer software on a
        Real-Time System Model (RTSM_VE_Cortex_A15x1_A7x1 and
        RTSM_VE_Cortex_A15x4_A7x4).

        This model may be obtained from ARM by separate arrangement.

    c.  Deliverables

        This release contains the following file:

        1. arm-virtualizer-v2_2-160212.tar.bz2

            - Contains source code for a basic boot wrapper.

              This boot wrapper performs minimal system initialization
              and boots the system with the Virtualizer code. It also
              permits booting the system with an optional Linux kernel
              image and an accompanying root filesystem [both NOT
              supplied with this release].

            - Contains source code for the ARM Virtualizer software.

            - Contains pertinent documentation covering the
              release components, their installation and usage.

    d.  Functionality included

        This release of the ARM Virtualizer software is capable of rapid
        and robust cluster context switching on a coherent system
        between a cluster of up to four Cortex-A7 processors and a
        cluster of up to four Cortex-A15 processors.

        In addition, this release of the ARM Virtualizer software
        permits payload software (bare-metal software or a Linux
        operating system kernel) built for the Cortex-A15 processor
        cluster to run un-modified on a Cortex-A7 processor cluster.

        This release does not support execution of software built for the
        Cortex-A7 cluster on the Cortex-A15 cluster.

    e.  New features

        Release v2.2 is a bug fix only release.

    f.  Known issues

        1.  This release does not support execution of software
            built for the Cortex-A7 cluster on the Cortex-A15
            cluster.

        2.  This release is intended to be built in a Linux development
            environment. Environments other than Linux are not supported.

        3.  The cache level chosen through a write to the CSSELR on the
            Cortex-A7 cluster is not migrated to the Cortex-A15 cluster during
            a subsequent migration.

        4.  Differences in the characteristics of the I-Cache between the
            Cortex-A7 and Cortex-A15 are not hidden through the use of
            Virtualization extensions by the Virtualizer.

    g.  Issues resolved since last release

        1.  Bug fixes

            v2.1:

            1.  vGIC HYP view interface handling code in (common/vgiclib.c) now
                detects the number of implemented list registers from the vgic
                type register instead of assuming that the maximum (64) will be
                present.

            v2.1 to v2.2:

            1.  Issue an DCCISW and not a DCCSW when DCCSIW was trapped in
                trap_cp15_mrc_mcr_handle (big-little/virtualisor/virt_handle.c).

                A DCCISW (Data Cache clean and invalidate by set/way) operation
                was being implemented as a DCCSW (Data Cache clean by set/way)
                operation by the Virtualizer.

            2.  Calculate l2_desc correctly in CreateL3PageTable
                (big-little/common/pagetable_setup.c) for level equal 2.

                Correct index into Level-2 page table of the 2nd Stage
                translations is being calculated when CreateL3PageTable() is
                called to add a L3 page table for IPAs > 1GB.

            3.  Create second 4KB 2nd stage mapping for VGIC in
                Create2ndStagePageTables
                (big-little/common/pagetable_setup.c).

                Mapping added to 2nd stage translation tables to cover the 2nd
                4K memory map of the physical cpu interface of the vGIC (cpu
                interface base + 0x1000).

            4.  Fix race condition during enabling CCI coherency in warm_reset
                (big-little/secure_world/monmode_vectors.s).

                A race condition existed while enabling CCI coherency after a
                warm reset in the Secure world code. This could have lead to a
                case where cpus1-3 start restoring the saved context without
                taking part in CCI based coherency for a brief period of time.

    h.  Test cases and results

        In accordance with the delivery’s status as example code, testing is
        sufficient to prove robustness of the basic implementation but does
        not provide full coverage for all use cases.

        1.  This release has been tested for correct cluster switching
            operation at ~12 million cycle switching intervals with
            bare-metal and Linux kernel payloads.

        2.  This release has been tested using a select subset of an ARM
            internal Linux based stress testing suite.

    i.  Other information

        Not applicable.

3.  Documentation

    The docs subdirectory contains the following notes:

    01-Usage.txt: General installation and usage instructions.

    02-Code-layout.txt: Overview of the code layout.

    03-Linux-kernel-build.txt: Instructions on obtaining and
    building a Linux kernel image suitable for the virtualizer.

    04-Cache-hit-rate-howto.txt: Description of the MTI trace
    plugin infrastructure and ways to use the trace for
    estimating snoop hit rates across cluster switches.

    05-FAQ.txt: Placeholder for commonly asked questions with
    answers.

    06-Optional-rootfs-build.txt: Instructions for building and
    using rootfilesystems with the virtualizer.

4.  Tools

    a.  Tools

        1.  ARM Development Studio 5 - Version 5.8.

        2.  Real-Time System Model v7.0.1 (RTSM_VE_Cortex_A15x1_A7x1
            and RTSM_VE_Cortex_A15x4_A7x4).

    b.  Operating systems

        1.  Ubuntu 10.10.

        2.  Red Hat Enterprise Linux WS release 4 (Nahant Update 4).

5.  Support

    ARM provides this software release purely as example software and
    absolves itself of any support burden. ARM is open to receiving any
    constructive feedback and at it's discretion, will endeavour to
    incorporate any feedback in subsequent releases of this example
    software.