Hello all,
Just so you know, both ARM Trusted Firmware (TF) and UEFI have changed.
The 13.03 release has TF code that is pre v0.3. Since v0.3, TF expects to load all other bootloader stages from a "Firmware Image Package" (aka FIP).
This includes UEFI.
Also, the upstream UEFI code for FVP has changed. It is no longer built to run from NOR flash at address zero, but instead, it runs from RAM.
This means that you cannot use the lastest TF with an old UEFI binary and you cannot use the latest UEFI binary with the old TF.
I've updated the CI job for FVP's TF so that it now builds UEFI, then builds TF, then build the FIP blob with the UEFI binary inside it.
Currently the job builds from the release-prep branch of linaro-edk2.git. This actually contains the upstream Tianocore code at the moment, so it will be missing a lot of the features you might want, like ethernet, or Linaro's local-FDT mods.
I'll run another job after release-prep has been updated. And I'll have to update the hwpack to include fip.bin and so on.