From patchwork Wed Oct 6 21:27:59 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Convert all Intel 440BX boards to Cache-as-RAM (CAR) Date: Wed, 06 Oct 2010 21:27:59 -0000 From: Idwer Vollering X-Patchwork-Id: 2057 Message-Id: To: Uwe Hermann Cc: coreboot@coreboot.org 2010/10/6 Uwe Hermann > See patch. > Here is a fix for building on 32-bit platforms: > > Next steps will be: > > - Remove .c file includes from 440BX board's romstage.c files. > > - Add L2 cache support from Keith Hui, and split CPU models before > that, as needed by that patch. > > > Uwe. > -- > http://hermann-uwe.de | http://sigrok.org > http://randomprojects.org | http://unmaintained-free-software.org > > -- > coreboot mailing list: coreboot@coreboot.org > http://www.coreboot.org/mailman/listinfo/coreboot > Index: src/northbridge/intel/i440bx/raminit.c =================================================================== --- src/northbridge/intel/i440bx/raminit.c (revision 5917) +++ src/northbridge/intel/i440bx/raminit.c (working copy) @@ -657,8 +657,8 @@ } struct dimm_size { - unsigned long side1; - unsigned long side2; + uint32_t side1; + uint32_t side2; }; static struct dimm_size spd_get_dimm_size(unsigned int device)