This patch fixes RAMBASE 0x100000 for Wyse S50. I think that the problem was that extended memory was not setup early enough. This patch is boot tested on r5621.
Signed-off-by: Nils Jacobs njacobs8@hetnet.nl
And now with patch attached,sorry.
Thanks,Nils.
Am 08.06.2010 00:55, schrieb Nils:
This patch fixes RAMBASE 0x100000 for Wyse S50. I think that the problem was that extended memory was not setup early enough.
Looks plausible. Is there a reason why this function is mainboard specific? It seems to me that this, including your change, should be part of the chipset code.
This patch is boot tested on r5621.
Signed-off-by: Nils Jacobs njacobs8@hetnet.nl
Acked-by: Patrick Georgi patrick.georgi@coresystems.de
On 6/8/10 12:55 AM, Nils wrote:
- __builtin_wrmsr(MSR_GLIU1_SYSMEM, 0x6bf00100, 0x2000001f); /* 0x100000-0x1F6BF000 */
Why 1F6BF000 ?
Stefan