Re: [U-Boot] Statically allocate a range of physical memory to an OS image.

2014-05-27 Thread mazen.e
Great, thank you very much for this valuable information. -- View this message in context: http://u-boot.10912.n7.nabble.com/Statically-allocate-a-range-of-physical-memory-to-an-OS-image-tp180825p180840.html Sent from the U-Boot mailing list archive at Nabble.com. __

Re: [U-Boot] Statically allocate a range of physical memory to an OS image.

2014-05-27 Thread Wolfgang Denk
Dear "mazen.e", In message <1401191218533-180832.p...@n7.nabble.com> you wrote: > > On the other hand, according to my basic understanding (Please correct me > if I am wrong), U-boot can pass through the bootargs env variable > information about available memory in the platform. For instance, b

Re: [U-Boot] Statically allocate a range of physical memory to an OS image.

2014-05-27 Thread mazen.e
Great, many thanks for this information. On the other hand, according to my basic understanding (Please correct me if I am wrong), U-boot can pass through the bootargs env variable information about available memory in the platform. For instance, bootargs mem=512M@0xA000 .. instructs the ke

Re: [U-Boot] Statically allocate a range of physical memory to an OS image.

2014-05-27 Thread Wolfgang Denk
Dear "mazen.e", In message <1401177091915-180825.p...@n7.nabble.com> you wrote: > > I want to execute a an OS (either Linux or Android) on the Arndale exynos > 5250 board. The board features 2 GB of RAM. However, I want to statically > alloacate a specifc region of RAM (e.g. 1 GB) to be used by t

[U-Boot] Statically allocate a range of physical memory to an OS image.

2014-05-27 Thread mazen.e
Hello, I want to execute a an OS (either Linux or Android) on the Arndale exynos 5250 board. The board features 2 GB of RAM. However, I want to statically alloacate a specifc region of RAM (e.g. 1 GB) to be used by the OS, While the other 1 GB is reserved for other purposes. What is the best wa