You are currently reviewing an older revision of this page.
The Total Compute 2022 (TC2) LSC software stack uses bash scripts to build an integrated solution comprising Board Support Package (BSP) and Debian distribution.
The detial software component can be found here. For this tc2-2024.02.22-lsc release, the BL33 is implemented as EDK2 boot loader. TF-A BL31 passes execution control to EDK2 UEFI FW bootloader (BL33). EDK2 UEFI FW will load and verify signature of Grub.
This article will demo how to add one simple "HellowWorld" application into edk2 for tc2 lsc platform, you can perform the following steps to achieve the goal.
We can