summaryrefslogtreecommitdiff
path: root/meta-nuvoton/recipes-bsp/images/files/mergedBootBlockAndUboot.xml
diff options
context:
space:
mode:
authorBenjamin Fair <benjaminfair@google.com>2019-10-22 04:42:24 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-11-19 20:56:23 +0300
commit7c0ba281dea463a736c18a64edda67304b05e0c9 (patch)
treec2071a6d687ce5283a9fb8952bac384f5812f55c /meta-nuvoton/recipes-bsp/images/files/mergedBootBlockAndUboot.xml
parent2c6b891cd6acd525fab99804dee2c3794f3f49cb (diff)
downloadopenbmc-7c0ba281dea463a736c18a64edda67304b05e0c9.tar.xz
meta-nuvoton: npcm7xx-bingo: remove XML files
These files are now being provided by the npcm7xx-igps recipe instead. (From meta-nuvoton rev: 2cfee9091ece5f45ff5f8996ba7ac89ab4e8ff85) Change-Id: If7d0c78fd6af179e77bda981914d358aed8c9273 Signed-off-by: Benjamin Fair <benjaminfair@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-nuvoton/recipes-bsp/images/files/mergedBootBlockAndUboot.xml')
-rw-r--r--meta-nuvoton/recipes-bsp/images/files/mergedBootBlockAndUboot.xml35
1 files changed, 0 insertions, 35 deletions
diff --git a/meta-nuvoton/recipes-bsp/images/files/mergedBootBlockAndUboot.xml b/meta-nuvoton/recipes-bsp/images/files/mergedBootBlockAndUboot.xml
deleted file mode 100644
index 03529dcac..000000000
--- a/meta-nuvoton/recipes-bsp/images/files/mergedBootBlockAndUboot.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<!-- SPDX-License-Identifier: GPL-2.0
-#
-# Nuvoton IGPS: Image Generation And Programming Scripts For Poleg BMC
-#
-# Copyright (C) 2018 Nuvoton Technologies, All Rights Reserved
-#--------------------------------------------------------------------------->
-
-<?xml version="1.0" encoding="UTF-8"?>
-
-<Bin_Ecc_Map>
- <!-- BMC mandatory fields -->
- <ImageProperties>
- <BinSize>0</BinSize> <!-- If 0 the binary size will be calculated by the tool -->
- <PadValue>0xFF</PadValue> <!-- Byte value to pad the empty areas, default is 0 -->
- </ImageProperties>
-
- <BinField>
- <name>BootBlock</name> <!-- name of field -->
- <config>
- <offset>0</offset> <!-- offset in the header -->
- <size format='FileSize'>Poleg_bootblock.bin.full</size> <!-- size in the header -->
- </config>
- <content format='FileContent'>Poleg_bootblock.bin.full</content> <!-- content the user should fill -->
- </BinField>
-
- <BinField>
- <name>u-boot</name> <!-- name of field -->
- <config>
- <offset format='FileSize' align='0x1000'>Poleg_bootblock.bin.full</offset> <!-- offset in the header -->
- <size format='FileSize'>u-boot.bin.full</size> <!-- size in the header -->
- </config>
- <content format='FileContent'>u-boot.bin.full</content> <!-- content the user should fill -->
- </BinField>
-
-</Bin_Ecc_Map>