summaryrefslogtreecommitdiff
path: root/head.S
diff options
context:
space:
mode:
authorAlek Du <alek.du@intel.com>2008-08-27 12:43:56 +0800
committerPatrick Tjin <pattjin@google.com>2014-07-21 20:22:38 -0700
commit56ce5adc402b046a8531047f48d2aef778baebd1 (patch)
tree8a9fa85c69950d6424b3f066b00c3317f68b503e /head.S
parentb7b3000b47443bd625f6bad0a89ce5b86d2b5b3d (diff)
downloadbootstub-56ce5adc402b046a8531047f48d2aef778baebd1.tar.gz
Modify destination address above 16MB
Diffstat (limited to 'head.S')
-rw-r--r--head.S14
1 files changed, 7 insertions, 7 deletions
diff --git a/head.S b/head.S
index 3b3731b..bb51a2c 100644
--- a/head.S
+++ b/head.S
@@ -27,24 +27,24 @@
*
* When bootstub get control, the memory map in DRAM is like:
* ~ ~
- * 0x102000 | initrd | initrd will move to highest memory otherwise
+ * 0x1102000 | initrd | initrd will move to highest memory otherwise
*+bzImage size +-----------------------+ bzImage uncompressing will destory it
* | bzImage |
- * 0x102000 +-----------------------+
+ * 0x1102000 +-----------------------+
* | boot stub |
- * 0x101000 +-----------------------+
+ * 0x1101000 +-----------------------+
* | free space |
* | used as stack |
* +-----------------------+
* | boot stub spi uart | MIC need to fill it:
* | suppression flag | 0x1 suppression, 0x0 default
- * 0x100108 +-----------------------+
+ * 0x1100108 +-----------------------+
* | initrd size | MIC need to fill it: initrd file size
- * 0x100104 +-----------------------+
+ * 0x1100104 +-----------------------+
* | bzImage size | MIC need to fill it: bzImage file size
- * 0x100100 +-----------------------+
+ * 0x1100100 +-----------------------+
* | kernel cmdline | MIC need to fill it
- * 0x100000 +-----------------------+
+ * 0x1100000 +-----------------------+
*/
#include "bootstub.h"