查看: 3758|回复: 0

[原创] IMX6的uboot连接脚本__hab_data_end的含义

[复制链接]

该用户从未签到

4

主题

6

帖子

0

注册会员

Rank: 2

积分
78
最后登录
2018-7-11
发表于 2017-4-10 20:55:08 | 显示全部楼层 |阅读模式
一般来说uboot里面的连接脚本只规定了代码段,数据段和bss段的存储位置,请问__hab_data代表什么特殊的意义呢?,部分脚本如下:
        /* Extend to align to 0x1000, then put the Hab Data */
        . = ALIGN(0x1000);
        __hab_data = .;
        . = . + 0x2000;
        __data_enc_key = .;
        /* actually, only 64bytes are needed, but this generates
                a size multiple of 512bytes, which is optimal for SD boot */
        . = . + 0x200;
        __hab_data_end = .;
        /* End of Hab Data, Place it before BSS section */

坐等回帖!!
回复

使用道具 举报

您需要登录后才可以回帖 注册/登录

本版积分规则

关闭

站长推荐上一条 /3 下一条

Archiver|手机版|小黑屋|恩智浦技术社区

GMT+8, 2025-9-9 21:11 , Processed in 0.076845 second(s), 19 queries , MemCache On.

Powered by Discuz! X3.4

Copyright © 2001-2024, Tencent Cloud.

快速回复 返回顶部 返回列表