]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Scripts/Rvct-Align4K.sct
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[mirror_edk2.git] / BaseTools / Scripts / Rvct-Align4K.sct
CommitLineData
b12ef6b9
AB
1/** @file\r
2\r
3 Copyright (c) 2015, Linaro Ltd. All rights reserved.<BR>\r
4\r
5 This program and the accompanying materials are licensed and made available under\r
6 the terms and conditions of the BSD License that accompanies this distribution.\r
7 The full text of the license may be found at\r
8 http://opensource.org/licenses/bsd-license.php.\r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15REGION 0x1000 RELOC {\r
16 ER_RO +0 ALIGN 4096 {\r
17 * (+RO)\r
18 }\r
19 ER_RW +0 ALIGN 4096 {\r
20 * (+RW)\r
21 }\r
22 ER_ZI +0 {\r
23 * (+ZI)\r
24 }\r
25}\r