[Bug 707047] Re: Only half of RAM useable when using Device Tree on Panda board

2014-08-28 Thread Chase Qi
Migrated to bugzilla: https://bugs.linaro.org/show_bug.cgi?id=550 ** Bug watch added: Linaro Bug Tracking System #550 https://bugs.linaro.org/show_bug.cgi?id=550 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpa

[Bug 707047] Re: Only half of RAM useable when using Device Tree on Panda board

2012-07-24 Thread John Rigby
** Changed in: u-boot-linaro Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/707047 Title: Only half of RAM useable when using Device Tree on Panda board To manage

[Bug 707047] Re: Only half of RAM useable when using Device Tree on Panda board

2012-05-03 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise/u-boot-linaro -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/707047 Title: Only half of RAM useable when using Device Tree on Panda board To manage notifications

[Bug 707047] Re: Only half of RAM useable when using Device Tree on Panda board

2011-07-26 Thread Ricardo Salveti
** Changed in: linaro-ubuntu Assignee: (unassigned) => John Rigby (jcrigby) ** Changed in: linaro-ubuntu Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/707

[Bug 707047] Re: Only half of RAM useable when using Device Tree on Panda board

2011-07-18 Thread Ricardo Salveti
** Also affects: linaro-ubuntu Importance: Undecided Status: New ** Also affects: u-boot-linaro Importance: Undecided Status: New ** Changed in: linaro-ubuntu Status: New => Confirmed ** Changed in: linaro-ubuntu Importance: Undecided => High ** Changed in: linaro-

[Bug 707047] Re: Only half of RAM useable when using Device Tree on Panda board

2011-07-18 Thread David Long
The u-boot fdt_highmem change has been taken into the upstream pool. After some discussion it seems agreed an additional change is desired to also allow u-boot to auto-relocate fdt and initrd data to a new (lowmem) location for booting. That change will be independent of this one. -- You receiv

[Bug 707047] Re: Only half of RAM useable when using Device Tree on Panda board

2011-07-11 Thread David Long
A fix for this is currently being reviewed. It involves changes to both u-boot and linaro-media-create. When in place we can remove the disabling of the last 1/4GB from our Panda .dts file. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 707047] Re: Only half of RAM useable when using Device Tree on Panda board

2011-06-29 Thread Riku Voipio
Still an issue with 11.06 release candidate, testing with pandaboard A1 and developer image. Linux version 2.6.38-1003-linaro-omap (buildd@adoxaceae) (gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) ) #4~ppa5-Ubuntu SMP PREEMPT Wed May 25 14:44:32 UTC 2011 (Ubuntu 2.6.38-1003.4~ppa5-linaro-omap 2

[Bug 707047] Re: Only half of RAM useable when using Device Tree on Panda board

2011-06-27 Thread Grant Likely
Hmmm, I had hoped that would not be a limitation with Rob Herrings patch to allow DTB/ATAGs to be mapped during early setup. I guess we need to force u-boot to keep things lower. I believe the easy fix is to define CONFIG_SYS_BOOTMAPSZ to be something like 512MB in u-boot. -- You received this

[Bug 707047] Re: Only half of RAM useable when using Device Tree on Panda board

2011-06-23 Thread David Long
With DT present I see the regions described in the .dtb file being properly excluded. So now the problem is that just under 3/4 of available RAM is visible, when we should be able to see all except the 48MB set aside just below the 1/2G boundary (which is used by other processor(s) on the SoC). T

[Bug 707047] Re: Only half of RAM useable when using Device Tree on Panda board

2011-06-21 Thread Grant Likely
Without looking at both DT and non-DT boot logs, I suspect the problem is that U-Boot is only reporting 512MB of ram, and stuffing that amount into the /memory node in the DT. It looks like in the non-DT use case, the kernel command line is being used to manually set the RAM layout, probably so th