summaryrefslogtreecommitdiff
path: root/head.S
diff options
context:
space:
mode:
authorAlek Du <alek.du@intel.com>2008-05-13 17:27:32 +0800
committerPatrick Tjin <pattjin@google.com>2014-07-21 20:22:36 -0700
commitfe0e8edbee4406cfd0c348bb98ee452ecc7ac4d3 (patch)
treead041b1c1cb26b5dabd198ede03df18928e43b61 /head.S
parent2c4ebecb2259bd402293baa6751c0dde292a55fd (diff)
downloadbootstub-fe0e8edbee4406cfd0c348bb98ee452ecc7ac4d3.tar.gz
* Fill more setup_header items
Diffstat (limited to 'head.S')
-rw-r--r--head.S10
1 files changed, 8 insertions, 2 deletions
diff --git a/head.S b/head.S
index 7431584..1f6d730 100644
--- a/head.S
+++ b/head.S
@@ -17,9 +17,15 @@
* | boot stub |
* 0x101000 +-----------------------+
* | free space |
- * | used as stack |
+ * | used as stack | MIC need to pad this to 0
+ * 0x10010c +-----------------------+
+ * | initramfs offset| MIC need to fill it
+ * 0x100108 +-----------------------+
+ * | initramfs size | MIC need to fill it
+ * 0x100104 +-----------------------+
+ * | cmdline size | MIC need to fill it
* 0x100100 +-----------------------+
- * | kernel cmdline |
+ * | kernel cmdline | MIC need to fill it
* 0x100000 +-----------------------+
*/