[coreboot] Top Makefile

2010-08-04 Thread ali hagigat
When we execute the command: make What rule will be executed? We know that compiling and linking c/assembly files by GNU gcc tool produce object files with specific formats like elf, COFF,How the final Coreboot image is not in those formats, means it is not in elf, COFF formats? It is an execu

Re: [coreboot] Top Makefile

2010-08-04 Thread Joseph Smith
On Wed, 4 Aug 2010 19:07:38 +0430, ali hagigat wrote: > When we execute the command: > make > What rule will be executed? > > We know that compiling and linking c/assembly files by GNU gcc tool produce > object files with specific formats like elf, COFF,How the final > Coreboot > image is

Re: [coreboot] Top Makefile

2010-08-08 Thread Qing Pei Wang
i would like to introduce GNU Makefile documents to helps you to under stand that whole process of coreboot build process. On Wed, Aug 4, 2010 at 10:37 PM, ali hagigat wrote: > When we execute the command: > make > What rule will be executed? > > We know that compiling and linking c/assembly fil

Re: [coreboot] Top Makefile

2010-08-09 Thread ali hagigat
I want to know how coreboot.rom, means the final product is built. What rule makes it and where is it? How its format is CBFS while this format seems unknown for GNC tool chain like gcc? On Wed, Aug 4, 2010 at 8:10 PM, Joseph Smith wrote: > > > > On Wed, 4 Aug 2010 19:07:38 +0430, ali hagiga

Re: [coreboot] Top Makefile

2010-08-09 Thread David Hendricks
On Mon, Aug 9, 2010 at 8:17 AM, ali hagigat wrote: > I want to know how coreboot.rom, means the final product is built. > What rule makes it and where is it? How its format is CBFS while this > format seems unknown for GNC tool chain like gcc? The short answer is that you should check src/arch