[LinuxBIOS] [v3][PATCH] have a static initram improvements.

Peter Stuge peter at stuge.se
Sat Jul 21 00:17:42 CEST 2007


On Fri, Jul 20, 2007 at 01:24:59PM -0600, Marc Jones wrote:
> > yesterday. It required post_code, too. So I made an extra file
> > post_code.c (post_code was in stage1.c before)
> 
> post_code() should be a macro in post_code.h. It is small enough it
> should always be inline. Yes/No?

Not sure - it may not always just be one instruction.

inline void shold work as well as a macro no?

Either way, macro or function, we need to make sure all POST codes
come from a single piece of code.


//Peter




More information about the coreboot mailing list