]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: dts: chromecast: override bad bootloader memory info
authorThomas Hebb <tommyhebb@gmail.com>
Mon, 14 May 2018 21:56:45 +0000 (17:56 -0400)
committerJisheng Zhang <Jisheng.Zhang@synaptics.com>
Thu, 24 May 2018 07:13:02 +0000 (15:13 +0800)
commit1809e8ae71d6fbd315d098d74905661e184153bb
tree830ff0fd68789b4f1864a59d3fbd0375ea53ea98
parent7c455e5a518d3fb54103843acdc966e2a2f1d3b0
ARM: dts: chromecast: override bad bootloader memory info

On the Chromecast, the bootloader provides us with an ATAG_MEM of
start=0x01000000 and size=0x3eff8000. This is clearly incorrect, as the
range given encompasses nearly a GiB but the Chromecast only has 512MiB
of RAM! Additionally, this causes the kernel to be decompressed at
0x00008000, below the claimed beginning of RAM, and so the boot fails.

Since the existing ATAG parsing code runs before the kernel is even
decompressed and irrevocably patches the device tree, don't even try
to bypass it. Instead, use the "linux,usable-memory" property instead
of the "reg" property to define the real range. The ATAG code only
overwrites reg, but linux,usable-memory is checked first in the OF
driver, so the fact that reg gets changed makes no difference.

Signed-off-by: Thomas Hebb <tommyhebb@gmail.com>
Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
arch/arm/boot/dts/berlin2cd-google-chromecast.dts