Hello Alok,
From another @ thread, you might also be interested in (few @ threads
below): [coreboot] Where is the first instruction?
*Let us look into what actually we have here, in Coreboot: in bootblock phase, at the very beginning.* *Let me tell you what I am looking into (what cb tree): [zoran@localhost coreboot-09.06.2016]$ git describe<CR>* *4.4-455-g538b324*
*Let us backtrace, to understand what is actual thread of execution:* *src/arch/x86/prologue.inc* *src/cpu/x86/16bit/entry16.inc* *src/cpu/x86/16bit/reset16.inc* *src/cpu/x86/32bit/entry32.inc* *src/cpu/x86/sse_enable.inc* *src/arch/x86/bootblock_simple.c*
Please, carefully examine what I pointed/presented here... And let us know your thoughts.
Best Regards, Zoran
On Tue, Aug 2, 2016 at 6:58 PM, Alok Kumar alok.uefi.coreboot@gmail.com wrote:
Hi All, Previosly I have worked in the UEFI- BIOS and just now I have started with Core boot. Like In the BIOS we have startup.asm the very first file which will get execute in the UEFI BIOS. IN the same way I want to know which is the first driver/file will get executed in the coreboot in the case if we are using Intel Platform.
Please guide me how can I identify the sequence of the drivers getting executed in the coreboot.
Regards Alok
-- coreboot mailing list: coreboot@coreboot.org https://www.coreboot.org/mailman/listinfo/coreboot