summaryrefslogtreecommitdiffstats
path: root/src/VBox/Devices/EFI/Firmware/BaseTools/Scripts/Rvct-Align32.sct
blob: 80f40452edcb156bbad16e1e63ff139a15cb174f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/** @file

  Copyright (c) 2015, Linaro Ltd. All rights reserved.<BR>

  SPDX-License-Identifier: BSD-2-Clause-Patent

**/

REGION 0x220 RELOC {
  ER_RO +0 ALIGN 32 {
    * (+RO)
  }
  ER_RW +0 ALIGN 32 {
    * (+RW)
  }
  ER_ZI +0 {
    * (+ZI)
  }
}