Idea for Google Summer Code : Assembler for EFI Byte Code implement in gas & Diassembler for EFI Byte Code Binary in objdump

b95705030@ntu.edu.tw b95705030@ntu.edu.tw
Thu Apr 1 14:57:00 GMT 2010


Hello all,

EFI is a much larger, more complex,OS-like replacement for the older BIOS
firmware interface present in all IBM PC-compatible personal computers.
and the EFI specification provides for a processor-independent device  
driver environment(like virtualmachine), called EFI Byte Code or EBC.

Intel(R) C Compiler for EFI Byte Code, the only one C compiler for EFI  
Byte Code
(http://sx.intel.com/p-553-intel-c-compiler-for-efi-byte-code.aspx)
is not open source, and also a pay software.

I am highly interestd in implementing C compiler for EBC in GCC and  
participate in Google Summer Code.
(http://www.pubbs.net/gcc/201003/4087/)
But even I implement it successary, their isn't any assembler for EBC.
So I want to make EBC as another target for gas.
On the other hand, there is only one pre-compiled EBC binary(fat.efi)  
released in the EDKII
(http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=Edk2)
I want to dissamble it to get some idea about the compiling process(c  
-> EBC)but there isn't any dissambler for EBC binary.
So I think I should implement a dissambler in objdump for EBC binary first.

I am wondering whether this kind of idea is valuable to the binutils??

thanks

yi-hong



More information about the Binutils mailing list