Support for the ARM Trusted Firmware project
Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
This commit is contained in:
parent
9b6bd09505
commit
2da8556027
1 changed files with 15 additions and 0 deletions
15
projects/arm-trusted-firmware.sh
Normal file
15
projects/arm-trusted-firmware.sh
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Elixir definitions for Arm Trusted Firmware
|
||||
# https://github.com/ARM-software/arm-trusted-firmware
|
||||
|
||||
list_tags_h()
|
||||
{
|
||||
echo "$tags" |
|
||||
grep -v 'for-v0\.4' |
|
||||
tac |
|
||||
sed -r 's/^(v[0-9])\.([0-9]*)(.*)$/\1 \1.\2 \1.\2\3/'
|
||||
|
||||
echo "$tags" |
|
||||
grep 'for-v0\.4' |
|
||||
tac |
|
||||
sed -r 's/^/custom for-v0.4 /'
|
||||
}
|
||||
Loading…
Reference in a new issue