summaryrefslogtreecommitdiffstats
path: root/include/bootstage.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-12-10 11:07:59 +0000
committerWolfgang Denk <wd@denx.de>2012-03-18 21:24:21 +0100
commit90e153d7709634eec903fc9c1a60878379915e33 (patch)
treea9e2e66bc2d24f7840e223693f1f98d6cbff3e81 /include/bootstage.h
parent8ade95063815d8ffca7cededa6c40cddec857d38 (diff)
downloadblackbird-obmc-uboot-90e153d7709634eec903fc9c1a60878379915e33.tar.gz
blackbird-obmc-uboot-90e153d7709634eec903fc9c1a60878379915e33.zip
bootstage: Convert IDE progress numbers to enums
This changes over the IDE progress numbers to use enums from bootstage.h. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/bootstage.h')
-rw-r--r--include/bootstage.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/bootstage.h b/include/bootstage.h
index a828f5c83d..fec3c3cb81 100644
--- a/include/bootstage.h
+++ b/include/bootstage.h
@@ -91,6 +91,20 @@ enum bootstage_id {
BOOTSTAGE_ID_BOARD_DONE, /* Board init done, off to main loop */
/* ^^^ here ends the x86 sequence */
+ /* Boot stages related to loading a kernel from an IDE device */
+ BOOTSTAGE_ID_IDE_START = 41,
+ BOOTSTAGE_ID_IDE_ADDR,
+ BOOTSTAGE_ID_IDE_BOOT_DEVICE,
+ BOOTSTAGE_ID_IDE_TYPE,
+
+ BOOTSTAGE_ID_IDE_PART,
+ BOOTSTAGE_ID_IDE_PART_INFO,
+ BOOTSTAGE_ID_IDE_PART_TYPE,
+ BOOTSTAGE_ID_IDE_PART_READ,
+ BOOTSTAGE_ID_IDE_FORMAT,
+
+ BOOTSTAGE_ID_IDE_CHECKSUM, /* 50 */
+ BOOTSTAGE_ID_IDE_READ,
};
/*
OpenPOWER on IntegriCloud