bootlog/ Reserved memory

Forum about Parallella boot process, linux kernel, distros, SD-cards, etc.

bootlog/ Reserved memory

Postby tnt » Tue Jun 25, 2013 5:34 pm

tnt
 
Posts: 408
Joined: Mon Dec 17, 2012 3:21 am

Re: bootlog/ Reserved memory

Postby rtrogan » Tue Jun 25, 2013 9:54 pm

Hi Sylvain,
You are absolutely right, the u-boot built with xilinx-v14.4 tag will boot Linux without reserving any memory (ignoring what is defined in the devicetree.dtb). This happens because bootm command verifies and alters devicetree.dtb before booting Linux. In the older versions of u-boot the boot was performed without bootm command and modifying the source code of devicetree only was sufficient for getting reserved memory area. Now, when booting with bootm command we have to make an additional changes to u-boot source code (sorry I forgot to update the user guide).

Please add the following line to u-boot-xlnx/include/configs/zynq_zed.h and build new u-boot:

#define CONFIG_SYS_MEM_TOP_HIDE 0x2000000

Thanks,
Roman.
User avatar
rtrogan
 
Posts: 5
Joined: Mon Dec 17, 2012 9:29 pm


Return to Linux/U-Boot

Who is online

Users browsing this forum: No registered users and 12 guests