Add build and run configs to exercise ARM_LINUX_KERNEL_AS_BL33 feature

This patch also adds test configurations that boot Linux kernel
directly without a normal world bootloader such as U-Boot

Refer to the following patches which fix the false dependency of
ARM_LINUX_KERNEL_AS_BL33 on RESET_TO_BL31 feature:

https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/8353
https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/8352

Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
Change-Id: I2eb1dfcc3ee6b4417a887c0bd3840f3d9da20dd0
diff --git a/tf_config/fvp-linux-as-bl33 b/tf_config/fvp-linux-as-bl33
new file mode 100644
index 0000000..f61d1f5
--- /dev/null
+++ b/tf_config/fvp-linux-as-bl33
@@ -0,0 +1,5 @@
+ARM_PRELOADED_DTB_BASE=0x80070000
+ARM_LINUX_KERNEL_AS_BL33=1
+CROSS_COMPILE=aarch64-none-elf-
+PLAT=fvp
+PRELOADED_BL33_BASE=0x80080000