• UEFI Debug Made Easy
    Unified Extensible Firmware Interface (UEFI) is a well-established specification that defines a software interface to control the start-up of complex microprocessor systems, including initializing firmware...
  • How to build an UEFI with DS-5?
    Hello, ARMer, I am following Mr. Theobald's blog: UEFI Debug Made Easy to run an UEFI BIOS on a FVP of ArmVExpress-RTSM-A9x4. But when building, an error is always reported as below: 17:42:45 **** Incremental...
  • Setting an entry point
    Note: This was originally posted on 23rd May 2013 at http://forums.arm.com Hello, Finally I managed to build a static library and I have a xyz.a file and some xyzs.o files.  The entry point is xyz_init...
  • UEFI on ARM Fastmodel simulator?
    Note: This was originally posted on 16th October 2012 at http://forums.arm.com Hi is it possible to run a UEFI firmware on the FM simulator? Can I just place the uefi.bin in as the flashloader file? Is...
  • Linker Error: Related to ENTRY Point
    Note: This was originally posted on 31st August 2010 at http://forums.arm.com Hi all, I am using --entry=startup option with the armlink command. The command I am using is:- armlink  --cpu=cortex-m3 ...