From patchwork Mon Sep 27 20:59:40 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: drop OLPC (was: Re: FrontRunner and OLPC memory type?) Date: Mon, 27 Sep 2010 20:59:40 -0000 From: Stefan Reinauer X-Patchwork-Id: 1996 Message-Id: <4CA105BC.6040802@coresystems.de> To: coreboot@coreboot.org On 9/27/10 10:40 PM, Carl-Daniel Hailfinger wrote: > I have various OLPC prototypes including one A-Test board which was the > original coreboot target for OLPC, but information from my board won't > help you at all because the DRAM soldered on my board had a too slow CL > (slower than the slowest allowed setting of the memory controller) and > thus it was considered to be unstable (worked for me, but hey...). The last two guys here that have an OLPC board both seem to think it's not worth getting it working on their particular board. Sorry for not waiting for answers from Segher and Richard, but I kind of anticipate they would agree, too. OLPC went down the OFW road. So let's drop it. Nils: I still think the GX2 SPD setup is worth checking in. Signed-off-by: Stefan Reinauer for the below: svn rm src/mainboard/olpc plus Index: src/mainboard/Kconfig =================================================================== --- src/mainboard/Kconfig (revision 5864) +++ src/mainboard/Kconfig (working copy) @@ -80,8 +80,6 @@ bool "Nokia" config VENDOR_NVIDIA bool "NVIDIA" -config VENDOR_OLPC - bool "OLPC" config VENDOR_PC_ENGINES bool "PC Engines" config VENDOR_RCA @@ -153,7 +151,6 @@ source "src/mainboard/newisys/Kconfig" source "src/mainboard/nokia/Kconfig" source "src/mainboard/nvidia/Kconfig" -source "src/mainboard/olpc/Kconfig" source "src/mainboard/pcengines/Kconfig" source "src/mainboard/rca/Kconfig" source "src/mainboard/roda/Kconfig"