Damien Zammit has posted comments on this change. ( https://review.coreboot.org/21353 )
Change subject: fsp1_0/fsp_util: Rename find_fsp to find_fsp_dummy ......................................................................
Patch Set 1:
(1 comment)
See inline comment
https://review.coreboot.org/#/c/21353/1/src/drivers/intel/fsp1_0/fsp_util.c File src/drivers/intel/fsp1_0/fsp_util.c:
https://review.coreboot.org/#/c/21353/1/src/drivers/intel/fsp1_0/fsp_util.c@... PS1, Line 112: "find_fsp:\n\t" The problem is with this line here. The C function is called find_fsp, so you can't call an inline asm label the same thing.