您的位置:首页 > 其它

When bootstub get control, the memory map in DRAM is like

2012-10-17 10:59 471 查看
路径:src/device/intel/bootstub/head.S

* 0x1102000 | initrd | initrd will move to highest memory otherwise

*+bzImage size +-----------------------+ bzImage uncompressing will destory it

* | bzImage |

* 0x1102000 +-----------------------+

* | boot stub |

* 0x1101000 +-----------------------+

* | free space |

* | used as stack |

* 0x1100110 +-----------------------+

* | SPI0 or SPI1 | MIC need to fill it:

* | | 0x0: SPI0, 0x1: SPI1

* 0x110010c +-----------------------+

* | boot stub spi uart | MIC need to fill it:

* | suppression flag | 0x1 suppression, 0x0 default

* 0x1100108 +-----------------------+

* | initrd size | MIC need to fill it: initrd file size

* 0x1100104 +-----------------------+

* | bzImage size | MIC need to fill it: bzImage file size

* 0x1100100 +-----------------------+

* | kernel cmdline | MIC need to fill it

* 0x1100000 +-----------------------+

*/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐