]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Ignore memory >4GB when parsing Coreboot tables
authorDuncan Laurie <dlaurie@chromium.org>
Tue, 23 Oct 2012 18:04:42 +0000 (18:04 +0000)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Dec 2012 22:30:40 +0000 (14:30 -0800)
commit984d8b09fb3c0ebe97931e6b36ac39bed106ce09
tree41e4aef9f85cc6e43c77faf8933278c345eadae2
parent34d6057be1a162ce6424314026af12f8963f2df2
x86: Ignore memory >4GB when parsing Coreboot tables

U-boot is unable to actually use that memory and it can
cause problems with relocation if it tries to.

Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/coreboot/sdram.c