[coreboot] [PATCH] Wyse S50 cleanup

Patrick Georgi patrick.georgi at coresystems.de
Wed May 12 12:49:47 CEST 2010


Am 12.05.2010 00:47, schrieb Nils:
> This patch cleanes up the Wyse S50 port and unifies the memmory regions
> with Geode LX , adds gpl2 headers plus some white space fixes.
> 
> This is build and boot tested.(of course vsa loading is stil not fixed,it now
> runs forever with :"Oops, exception 13 while executing option rom")
> 
> Signed-off-by: Nils Jacobs <njacobs8 at hetnet.nl>
> 
> Hi Stefan,
> I hope this is what you had in mind regarding the GPLv2 headers?
> 
> Thanks,Nils.
> 
In Kconfig:

+## the Free Software Foundation; either version 2 of the License, or
+## (at your option) any later version.

We usually use exactly version 2, not 2 plus whatever the FSF might come
up with in future. The other files already use the "version 2 only" verbage.


+config RAMBASE
+	hex
+	default 0x4000
+	depends on BOARD_WYSE_S50

Is that necessary? If so, we should fix the reason. RAMBASE below 1MB is
going to go away as soon as the remaining issues are fixed.


Everything else is
Acked-by: Patrick Georgi <patrick.georgi at coresystems.de>




More information about the coreboot mailing list