blob: 03529dcac844e4d1d5b56022cad1fda9a87ffbf8 [file] [log] [blame]
Oshri Alkoby (NTIL)07a65b52019-01-19 00:00:10 +02001<!-- SPDX-License-Identifier: GPL-2.0
2#
3# Nuvoton IGPS: Image Generation And Programming Scripts For Poleg BMC
4#
5# Copyright (C) 2018 Nuvoton Technologies, All Rights Reserved
6#--------------------------------------------------------------------------->
7
8<?xml version="1.0" encoding="UTF-8"?>
9
10<Bin_Ecc_Map>
11 <!-- BMC mandatory fields -->
12 <ImageProperties>
13 <BinSize>0</BinSize> <!-- If 0 the binary size will be calculated by the tool -->
14 <PadValue>0xFF</PadValue> <!-- Byte value to pad the empty areas, default is 0 -->
15 </ImageProperties>
16
17 <BinField>
18 <name>BootBlock</name> <!-- name of field -->
19 <config>
20 <offset>0</offset> <!-- offset in the header -->
21 <size format='FileSize'>Poleg_bootblock.bin.full</size> <!-- size in the header -->
22 </config>
23 <content format='FileContent'>Poleg_bootblock.bin.full</content> <!-- content the user should fill -->
24 </BinField>
25
26 <BinField>
27 <name>u-boot</name> <!-- name of field -->
28 <config>
29 <offset format='FileSize' align='0x1000'>Poleg_bootblock.bin.full</offset> <!-- offset in the header -->
30 <size format='FileSize'>u-boot.bin.full</size> <!-- size in the header -->
31 </config>
32 <content format='FileContent'>u-boot.bin.full</content> <!-- content the user should fill -->
33 </BinField>
34
35</Bin_Ecc_Map>