blob: 762567970acfb085b9220ae57a1e7d75985ac705 [file] [log] [blame]
Brad Bishopbec4ebc2022-08-03 09:55:16 -04001# WIC partitioning for corstone1000
2# Layout and maximum sizes (to be defined):
3#
4
5part --source rawcopy --sourceparams="file=bl2_signed.bin" --align 1 --no-table --fixed-size 100k
6part --source rawcopy --sourceparams="file=bl2_signed.bin" --align 1 --no-table --fixed-size 100k
7
8part --source rawcopy --sourceparams="file=tfm_s_signed.bin" --align 1 --no-table --fixed-size 376k
9part --source rawcopy --sourceparams="file=tfm_s_signed.bin" --align 1 --no-table --fixed-size 376k
10
11# Rawcopy of the FIP binary
12part --source rawcopy --sourceparams="file=signed_fip-corstone1000.bin" --align 1 --no-table --fixed-size 2
13
14# Rawcopy of kernel with initramfs
Patrick Williams92b42cb2022-09-03 06:53:57 -050015part --source rawcopy --sourceparams="file=Image.gz-initramfs-${MACHINE}.bin" --no-table --fixed-size 12