Last change
on this file since 77662 was 77662, checked in by vboxsync, 6 years ago |
EFI: First step in UDK2018 merge. Does not build yet.
|
-
Property svn:eol-style
set to
native
|
File size:
626 bytes
|
Line | |
---|
1 | /** @file
|
---|
2 |
|
---|
3 | Copyright (c) 2015, Linaro Ltd. All rights reserved.<BR>
|
---|
4 |
|
---|
5 | This program and the accompanying materials are licensed and made available under
|
---|
6 | the terms and conditions of the BSD License that accompanies this distribution.
|
---|
7 | The full text of the license may be found at
|
---|
8 | http://opensource.org/licenses/bsd-license.php.
|
---|
9 |
|
---|
10 | THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
---|
11 | WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
---|
12 |
|
---|
13 | **/
|
---|
14 |
|
---|
15 | REGION 0x1000 RELOC {
|
---|
16 | ER_RO +0 ALIGN 4096 {
|
---|
17 | * (+RO)
|
---|
18 | }
|
---|
19 | ER_RW +0 ALIGN 4096 {
|
---|
20 | * (+RW)
|
---|
21 | }
|
---|
22 | ER_ZI +0 {
|
---|
23 | * (+ZI)
|
---|
24 | }
|
---|
25 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.