Last change
on this file since 85788 was 80721, checked in by vboxsync, 6 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
257 bytes
|
Line | |
---|
1 | /** @file
|
---|
2 |
|
---|
3 | Copyright (c) 2015, Linaro Ltd. All rights reserved.<BR>
|
---|
4 |
|
---|
5 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 |
|
---|
7 | **/
|
---|
8 |
|
---|
9 | REGION 0x1000 RELOC {
|
---|
10 | ER_RO +0 ALIGN 4096 {
|
---|
11 | * (+RO)
|
---|
12 | }
|
---|
13 | ER_RW +0 ALIGN 4096 {
|
---|
14 | * (+RW)
|
---|
15 | }
|
---|
16 | ER_ZI +0 {
|
---|
17 | * (+ZI)
|
---|
18 | }
|
---|
19 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.