Expanded from 128 MB to 256 MB

Source: Internet
Author: User

Expanded from 128 MB to 256 MB

Power

1. Change option. Inc of nbl1.lsb
; _ Isr_startaddress equ (dram_baseaddress + 0x03ffff00); 0x53ffff00; 64 MB case
; _ Isr_startaddress equ (dram_baseaddress + 0x07ffff00); 0x57ffff00; 128 MB case
_ Isr_startaddress equ (dram_baseaddress + 0x0fffff00), 0x57ffff00, and 256 MB case

2. Change startup. s in eboot. whimory.
; MoV R3, #64; 64 MB dram
; MoV R3, #128; 128 MB dram
MoV R3, #256; 256 MB dram

3. image_cfg.h
Change the size, Layout

4. image_cfg.inc
Change size

5. oemaddrtab_cg.inc
; DCD 0x80000000, 0x50000000, 64; 64 MB dram
; DCD 0x80000000, 0x50000000,128; 128 MB dram
DCD 0x80000000, 0x50000000,256; 256 MB dram

6. memparam_mddr.inc
Modify parameters against spec

7. Change files/config. bib
Modify layout according to the image_cfg.h value.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.