we are using powerpc-fsl_networking-linux-gcc? is this sufficient or we need to use 64bit power pc compiler.
36-bit address mode is required to support physical memory larger than 4GB
Please refer to Section 6.1.3 U-boot Configuration of the following document:
Freescale Linux SDK for QorIQ Processors
http://cache.freescale.com/files/soft_dev_tools/doc/support_info/QorIQ-SDK-1.7-IC-RevB.zip
Have a great day,
Pavel
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Pavel,
Thanks for your information, but in our current uboot code i did not find any config files with name T1040RDB_36BIT_config
Can you point out the config file for 36-bit access in Uboot
Thanks
Rama
Hi Scott,
Our requirement is to test Uboot higher address, we can't able to access higher address from Uboot prompt.
if we want access, 0xfe0000000, from uboot prompt how we will access?
if we try to dump with md command it is displaying only 0xe0000000,, what is the solution, what things we have to change to make 36-bit access
U-Boot on PPC always runs in 32-bit mode, so it can't address that extra RAM itself. To access it, you need to load an OS, or write a standalone application or custom U-Boot code that creates temporary TLB mappings to access it in chunks.