导航

    全志在线开发者论坛

    • 注册
    • 登录
    • 搜索
    • 版块
    • 话题
    • 在线文档
    • 社区主页
    1. 主页
    2. dingdong
    D
    • 资料
    • 关注 0
    • 粉丝 0
    • 我的积分 136
    • 主题 0
    • 帖子 4
    • 最佳 1
    • 群组 0

    dingdongLV 2

    @dingdong

    136
    积分
    1
    声望
    1
    资料浏览
    4
    帖子
    0
    粉丝
    0
    关注
    注册时间 最后登录

    dingdong 取消关注 关注

    dingdong 发布的最佳帖子

    • 回复: 请问谁有AIC600E3的DRAM初始化代码?

      @awwwwa

      Mainline u-boot now has support for T113-S3.... for the T113-S4 you need to apply this patch to the DRAM initialization to change mapping from 5 to no remapping. Then T113-S4 DRAM is initialized correctly as 256MB

      diff --git a/drivers/ram/sunxi/dram_sun20i_d1.c b/drivers/ram/sunxi/dram_sun20i_d1.c
      index 25005ceefb..258d854f7f 100644
      --- a/drivers/ram/sunxi/dram_sun20i_d1.c
      +++ b/drivers/ram/sunxi/dram_sun20i_d1.c
      @@ -674,7 +674,7 @@ static void mctl_phy_ac_remapping(dram_para_t *para)
       			switch (fuse) {
       			case 8: cfg = ac_remapping_tables[2]; break;
       			case 9: cfg = ac_remapping_tables[3]; break;
      -			case 10: cfg = ac_remapping_tables[5]; break;
      +			case 10: cfg = ac_remapping_tables[0]; break;
       			case 11: cfg = ac_remapping_tables[4]; break;
       			default:
       			case 12: cfg = ac_remapping_tables[1]; break;
      
      发布在 其它全志芯片讨论区
      D
      dingdong

    dingdong 发布的最新帖子

    • 回复: 请问谁有AIC600E3的DRAM初始化代码?

      @awwwwa

      Mainline u-boot now has support for T113-S3.... for the T113-S4 you need to apply this patch to the DRAM initialization to change mapping from 5 to no remapping. Then T113-S4 DRAM is initialized correctly as 256MB

      diff --git a/drivers/ram/sunxi/dram_sun20i_d1.c b/drivers/ram/sunxi/dram_sun20i_d1.c
      index 25005ceefb..258d854f7f 100644
      --- a/drivers/ram/sunxi/dram_sun20i_d1.c
      +++ b/drivers/ram/sunxi/dram_sun20i_d1.c
      @@ -674,7 +674,7 @@ static void mctl_phy_ac_remapping(dram_para_t *para)
       			switch (fuse) {
       			case 8: cfg = ac_remapping_tables[2]; break;
       			case 9: cfg = ac_remapping_tables[3]; break;
      -			case 10: cfg = ac_remapping_tables[5]; break;
      +			case 10: cfg = ac_remapping_tables[0]; break;
       			case 11: cfg = ac_remapping_tables[4]; break;
       			default:
       			case 12: cfg = ac_remapping_tables[1]; break;
      
      发布在 其它全志芯片讨论区
      D
      dingdong
    • 回复: 各位大佬tina 的sdk 如何创建一个新项目呀

      @leomini5 密切关注

      发布在 MR Series
      D
      dingdong
    • 回复: d1s 原理图请求指导问题

      @lyg116 很有帮助 ..

      发布在 MR Series
      D
      dingdong
    • 回复: d1s 原理图请求指导问题

      @lyg116 很有帮助

      发布在 MR Series
      D
      dingdong