Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arm Reference Solutions
meta-arm-image
Commits
e075959f
Commit
e075959f
authored
May 11, 2022
by
Vishnu Banavath
Browse files
Merge branch 'visban01/tf-a-tests' into 'main'
add support to build tftf test image See merge request
!4
parents
4e3fc225
f4732a7d
Changes
2
Hide whitespace changes
Inline
Side-by-side
recipes-core/images/corstone1000/corstone1000-fipimage-tftf.bb
0 → 100644
View file @
e075959f
SUMARY = "Corstone1000 platform Image"
DESCRIPTION = "This is the main image which is the container of all the binaries \
generated for the Corstone1000 platform."
LICENSE = "MIT"
inherit image
inherit wic_nopt
COMPATIBLE_MACHINE:corstone1000 = "corstone1000"
PREFERRED_PROVIDER_virtual/kernel:forcevariable = "linux-dummy"
python() {
if d.getVar("TFA_UBOOT") != '0':
raise bb.parse.SkipRecipe("TFA_UBOOT must be '0' to proceed or run kas shell meta-arm/kas/corstone1000-fvp.yml:meta-arm/kas/tftf.yml")
}
WKS_FILE = "corstone1000-fipimage-tftf.wks"
PACKAGE_INSTALL=""
IMAGE_FSTYPES += "wic wic.nopt"
wic/corstone1000-fipimage-tftf.wks
0 → 100644
View file @
e075959f
# WIC partitioning for corstone1000
# Layout and maximum sizes (to be defined):
#
part --source rawcopy --sourceparams="file=bl2_signed.bin" --align 1 --no-table --fixed-size 100k
part --source rawcopy --sourceparams="file=bl2_signed.bin" --align 1 --no-table --fixed-size 100k
part --source rawcopy --sourceparams="file=tfm_s_signed.bin" --align 1 --no-table --fixed-size 376k
part --source rawcopy --sourceparams="file=tfm_s_signed.bin" --align 1 --no-table --fixed-size 376k
# Rawcopy of the FIP binary
part --source rawcopy --sourceparams="file=signed_fip-corstone1000.bin" --align 1 --no-table --fixed-size 2
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment