Support for the ARM Trusted Firmware project

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
This commit is contained in:
Michael Opdenacker 2018-05-16 14:39:10 +02:00
parent 9b6bd09505
commit 2da8556027

View 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 /'
}