Hello!
I am compiling some sourses. I have compiled bootblock and there is what I have:
"OBJCOPY cbfs/fallback/bootblock.elf OBJCOPY bootblock.raw.bin"
Now I want to see how the binary file works on the our hardware and debug it. But... The make file asks me to compile romstage... And I think ramstage will be:
toolchain.inc:165: *** The toolchain architecture for romstage is unknown. toolchain.inc:165: *** Check your .config file for CONFIG_ARCH_romstage_* settings. Stop. (I have set the No parameters in Kconfig http://pastebin.com/vbAkdKtb for the romstage and ramstage of my arch).
How to escape this step? How to programming the binary file only with bootblock?
With Y parameters in the Kconfig file I have the same proplem:
"make: *** No rule to make target `build/cbfs/fallback/romstage.elf', needed by `build/coreboot.pre'. Stop."
Thank you a lot for helping!
Regards, Maxim