Home
last modified time | relevance | path

Searched hist:"097 e17836d9e8d3f5abb5987f8ac706168d1c2ec" (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dbootstage.h097e17836d9e8d3f5abb5987f8ac706168d1c2ec Sat Jan 14 09:24:44 CST 2012 Simon Glass <sjg@chromium.org> bootstage: Create an initial header for boot progress integers

At present boot_stage_progress() is called with various magic numbers. The
new bootstage.h header will be used to turn these into symbolic names
throughout the code.

The intent is not that these numbers are passed to Linux. In fact by using
an enum to track them we should eventually be able to remove the explict
numbers and just have the stages count up from 0.

Signed-off-by: Simon Glass <sjg@chromium.org>
H A Dcommon.hdiff 097e17836d9e8d3f5abb5987f8ac706168d1c2ec Sat Jan 14 09:24:44 CST 2012 Simon Glass <sjg@chromium.org> bootstage: Create an initial header for boot progress integers

At present boot_stage_progress() is called with various magic numbers. The
new bootstage.h header will be used to turn these into symbolic names
throughout the code.

The intent is not that these numbers are passed to Linux. In fact by using
an enum to track them we should eventually be able to remove the explict
numbers and just have the stages count up from 0.

Signed-off-by: Simon Glass <sjg@chromium.org>