Bug 201078 - [PATCH] Beaglebone Black Expand memory to 512MB in dts
Summary: [PATCH] Beaglebone Black Expand memory to 512MB in dts
Status: Closed Works As Intended
Alias: None
Product: Base System
Classification: Unclassified
Component: arm (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-arm (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-06-23 15:45 UTC by Emmanuel Vadot
Modified: 2015-07-05 03:16 UTC (History)
0 users

See Also:


Attachments
patch dts (382 bytes, patch)
2015-06-23 15:45 UTC, Emmanuel Vadot
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Emmanuel Vadot 2015-06-23 15:45:00 UTC
Created attachment 158020 [details]
patch dts

Since the switch to the vendor dts file, the beaglebone black only have 256MB on RAM.
The only memory section is in am335x-bone-common.dtsi and is 256MB.
Having an overlay in our beaglebone-black.dts correct that.

Cheers,

P.S. : I'm using a static dtb file for my kernel but I think that the bug is also present when loader loads the dtb.
Comment 1 Emmanuel Vadot 2015-07-05 03:16:48 UTC
I did some more test, the problem is only present when using a static dtb file.
When using ubldr it detect the correct amount of memory but the kernel ignores it and use the memory section provided in the static dtb file.

As someone said to me on irc, the static dtb file shouldn't be used anymore this bug can be closed.
Sorry for the noise.

Cheers,