[coreboot] the eternal pre-post car debate in v3

ron minnich rminnich at gmail.com
Fri Sep 12 18:19:08 CEST 2008


W.r.t. Kevin's question: if we wrote stage1 as follows:

stage1(){
.
.
.
  disable_car();
  stage1_after_car();
}

How would people feel about that?

There are still real concerns in my mind about lingering addresses in
registers that gcc might leave hanging around. The call nicely removes
the worries.

ron




More information about the coreboot mailing list