svn | 1 Aug 2008 13:20
Favicon

r3438 - trunk/coreboot-v2/util/newconfig

Author: stepan
Date: 2008-08-01 13:20:09 +0200 (Fri, 01 Aug 2008)
New Revision: 3438

Modified:
   trunk/coreboot-v2/util/newconfig/config.g
Log:
fix typos in config.g, and don't arbitrarily hide some build information
(doesn't make sense in v2). For silent build, use make -s
(trivial)

Signed-off-by: Stefan Reinauer <stepan <at> coresystems.de>
Acked-by: Stefan Reinauer <stepan <at> coresystems.de>

Modified: trunk/coreboot-v2/util/newconfig/config.g
===================================================================
--- trunk/coreboot-v2/util/newconfig/config.g	2008-07-23 23:22:59 UTC (rev 3437)
+++ trunk/coreboot-v2/util/newconfig/config.g	2008-08-01 11:20:09 UTC (rev 3438)
 <at>  <at>  -223,7 +223,7  <at>  <at> 
 		# init object files added by 'initobject' directive
 		self.initobjectrules = {}

-		# driver files added by 'drive' directive
+		# driver files added by 'driver' directive
 		self.driverrules = {}

 		# loader scripts added by 'ldscript' directive
 <at>  <at>  -2072,11 +2072,9  <at>  <at> 
 		if (type  == 'S'):
 			# for .S, .o depends on .s
(Continue reading)

svn | 1 Aug 2008 13:20
Favicon

r3439 - trunk/coreboot-v2/util/buildrom

Author: stepan
Date: 2008-08-01 13:20:33 +0200 (Fri, 01 Aug 2008)
New Revision: 3439

Modified:
   trunk/coreboot-v2/util/buildrom/buildrom.c
Log:
fix build warnings for buildrom (trivial)
Signed-off-by: Stefan Reinauer <stepan <at> coresystems.de>
Acked-by: Stefan Reinauer <stepan <at> coresystems.de>

Modified: trunk/coreboot-v2/util/buildrom/buildrom.c
===================================================================
--- trunk/coreboot-v2/util/buildrom/buildrom.c	2008-08-01 11:20:09 UTC (rev 3438)
+++ trunk/coreboot-v2/util/buildrom/buildrom.c	2008-08-01 11:20:33 UTC (rev 3439)
 <at>  <at>  -66,15 +66,15  <at>  <at> 
 		fatal("stat of infile");
 	if (payloadbuf.st_size > (romsize - size)){
 		fprintf(stderr, "ERROR: payload (%d) + coreboot (%d) - Size is %d bytes larger than ROM size (%d).\n", 
-				payloadbuf.st_size, size, 
-				payloadbuf.st_size+size-romsize,
+				(int)payloadbuf.st_size, size, 
+				(int)(payloadbuf.st_size+size-romsize),
 				romsize);
 		exit(1);
 	}

 	printf("Payload: %d coreboot: %d ROM size: %d Left space: %d\n",
-			payloadbuf.st_size, size, romsize,
-			romsize-payloadbuf.st_size-size);
(Continue reading)

svn | 1 Aug 2008 13:21
Favicon

r3440 - in trunk/coreboot-v2/targets/iwill: dk8s2 dk8x

Author: stepan
Date: 2008-08-01 13:21:47 +0200 (Fri, 01 Aug 2008)
New Revision: 3440

Modified:
   trunk/coreboot-v2/targets/iwill/dk8s2/Config.lb
   trunk/coreboot-v2/targets/iwill/dk8x/Config.lb
Log:
CONFIG_LOGICAL_CPUS=2 does not make sense because it is a BOOL. (trivial)

Signed-off-by: Stefan Reinauer <stepan <at> coresystems.de>
Acked-by: Stefan Reinauer <stepan <at> coresystems.de>

Modified: trunk/coreboot-v2/targets/iwill/dk8s2/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/iwill/dk8s2/Config.lb	2008-08-01 11:20:33 UTC (rev 3439)
+++ trunk/coreboot-v2/targets/iwill/dk8s2/Config.lb	2008-08-01 11:21:47 UTC (rev 3440)
 <at>  <at>  -30,7 +30,7  <at>  <at> 
 ###
 option CONFIG_SMP=1
 option CONFIG_MAX_CPUS=2
-#option CONFIG_LOGICAL_CPUS=2
+#option CONFIG_LOGICAL_CPUS=1
 option CONFIG_MAX_PHYSICAL_CPUS=2
 #
 ###

Modified: trunk/coreboot-v2/targets/iwill/dk8x/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/iwill/dk8x/Config.lb	2008-08-01 11:20:33 UTC (rev 3439)
(Continue reading)

svn | 1 Aug 2008 13:25
Favicon

r3441 - in trunk/coreboot-v2/src/devices: . emulator emulator/pcbios emulator/x86emu

Author: stepan
Date: 2008-08-01 13:25:41 +0200 (Fri, 01 Aug 2008)
New Revision: 3441

Modified:
   trunk/coreboot-v2/src/devices/emulator/biosemu.c
   trunk/coreboot-v2/src/devices/emulator/pcbios/pcibios.c
   trunk/coreboot-v2/src/devices/emulator/pcbios/pcibios.h
   trunk/coreboot-v2/src/devices/emulator/x86emu/decode.h
   trunk/coreboot-v2/src/devices/pci_device.c
   trunk/coreboot-v2/src/devices/pci_rom.c
   trunk/coreboot-v2/src/devices/pciexp_device.c
Log:
fix typos and warnings in the device tree code (trivial)

Signed-off-by: Stefan Reinauer <stepan <at> coresystems.de>
Acked-by: Stefan Reinauer <stepan <at> coresystems.de>

Modified: trunk/coreboot-v2/src/devices/emulator/biosemu.c
===================================================================
--- trunk/coreboot-v2/src/devices/emulator/biosemu.c	2008-08-01 11:21:47 UTC (rev 3440)
+++ trunk/coreboot-v2/src/devices/emulator/biosemu.c	2008-08-01 11:25:41 UTC (rev 3441)
 <at>  <at>  -7,6 +7,8  <at>  <at> 

 #include <x86emu/x86emu.h>

+#include "pcbios/pcibios.h"
+
 #define MEM_WB(where, what) wrb(where, what)
 #define MEM_WW(where, what) wrw(where, what)
(Continue reading)

svn | 1 Aug 2008 13:31
Favicon

r3442 - in trunk/coreboot-v2/src/arch/i386: include/arch include/arch/smp smp

Author: stepan
Date: 2008-08-01 13:31:08 +0200 (Fri, 01 Aug 2008)
New Revision: 3442

Modified:
   trunk/coreboot-v2/src/arch/i386/include/arch/acpi.h
   trunk/coreboot-v2/src/arch/i386/include/arch/smp/mpspec.h
   trunk/coreboot-v2/src/arch/i386/smp/mpspec.c
Log:
fix warnings, make mptable struct members explicitly packed, as they're
supposed to be. rename LXBIOS to CORE in ACPI table identifiers. (trivial)

Signed-off-by: Stefan Reinauer <stepan <at> coresystems.de>
Acked-by: Stefan Reinauer <stepan <at> coresystems.de>

Modified: trunk/coreboot-v2/src/arch/i386/include/arch/acpi.h
===================================================================
--- trunk/coreboot-v2/src/arch/i386/include/arch/acpi.h	2008-08-01 11:25:41 UTC (rev 3441)
+++ trunk/coreboot-v2/src/arch/i386/include/arch/acpi.h	2008-08-01 11:31:08 UTC (rev 3442)
 <at>  <at>  -37,8 +37,8  <at>  <at> 
 #define SRAT_TABLE	      "SRAT    "
 #define SLIT_TABLE	      "SLIT    "

-#define OEM_ID                "LXBIOS"
-#define ASLC                  "NONE"
+#define OEM_ID                "CORE  "
+#define ASLC                  "CORE"

 /* ACPI 2.0 table RSDP */

(Continue reading)

svn | 1 Aug 2008 13:32
Favicon

r3443 - trunk/coreboot-v2/src/lib

Author: stepan
Date: 2008-08-01 13:32:12 +0200 (Fri, 01 Aug 2008)
New Revision: 3443

Modified:
   trunk/coreboot-v2/src/lib/Config.lb
Log:
clean up Config.lb in lib/ (trivial)

Signed-off-by: Stefan Reinauer <stepan <at> coresystems.de>
Acked-by: Stefan Reinauer <stepan <at> coresystems.de>

Modified: trunk/coreboot-v2/src/lib/Config.lb
===================================================================
--- trunk/coreboot-v2/src/lib/Config.lb	2008-08-01 11:31:08 UTC (rev 3442)
+++ trunk/coreboot-v2/src/lib/Config.lb	2008-08-01 11:32:12 UTC (rev 3443)
 <at>  <at>  -1,6 +1,5  <at>  <at> 
 uses HAVE_FALLBACK_BOOT
 uses CONFIG_USE_INIT
-uses CONFIG_USE_PRINTK_IN_CAR
 uses CONFIG_USBDEBUG_DIRECT

 object clog2.o
 <at>  <at>  -23,9 +22,7  <at>  <at> 
 makedefine .PHONY : version.o

 if CONFIG_USE_INIT
-#	if CONFIG_USE_PRINTK_IN_CAR
 	initobject uart8250.c
-#	end
(Continue reading)

svn | 1 Aug 2008 13:35
Favicon

r3444 - trunk/coreboot-v2/src/drivers/pci/onboard

Author: stepan
Date: 2008-08-01 13:35:46 +0200 (Fri, 01 Aug 2008)
New Revision: 3444

Modified:
   trunk/coreboot-v2/src/drivers/pci/onboard/onboard.c
Log:
clean up comment in onboard.c (trivial)

Signed-off-by: Stefan Reinauer <stepan <at> coresystems.de>
Acked-by: Stefan Reinauer <stepan <at> coresystems.de>

Modified: trunk/coreboot-v2/src/drivers/pci/onboard/onboard.c
===================================================================
--- trunk/coreboot-v2/src/drivers/pci/onboard/onboard.c	2008-08-01 11:32:12 UTC (rev 3443)
+++ trunk/coreboot-v2/src/drivers/pci/onboard/onboard.c	2008-08-01 11:35:46 UTC (rev 3444)
 <at>  <at>  -11,58 +11,60  <at>  <at> 
 #include <device/pci_ops.h>
 #include "chip.h"

-/*you need to 
-	1.add
-                                                chip drivers/pci/onboard
-                                                        device pci x.0 on end
-                                                        register "rom_address" = "0xfff80000"
-                                                end
-	in your MB mainboard Config.lb
-	2. add 
-		#       48K for SCSI FW or ATI ROM
-		        option ROM_SIZE = 512*1024-48*1024
(Continue reading)

svn | 1 Aug 2008 13:36
Favicon

r3445 - trunk/coreboot-v2/src/sdram

Author: stepan
Date: 2008-08-01 13:36:40 +0200 (Fri, 01 Aug 2008)
New Revision: 3445

Modified:
   trunk/coreboot-v2/src/sdram/generic_sdram.c
Log:
fix typo in commend of generic_sdram.c (trivial)

Signed-off-by: Stefan Reinauer <stepan <at> coresystems.de>
Acked-by: Stefan Reinauer <stepan <at> coresystems.de>

Modified: trunk/coreboot-v2/src/sdram/generic_sdram.c
===================================================================
--- trunk/coreboot-v2/src/sdram/generic_sdram.c	2008-08-01 11:35:46 UTC (rev 3444)
+++ trunk/coreboot-v2/src/sdram/generic_sdram.c	2008-08-01 11:36:40 UTC (rev 3445)
 <at>  <at>  -52,7 +52,7  <at>  <at> 
 	}

 	/* Now that everything is setup enable the SDRAM.
-	 * Some chipsets do the work for use while on others 
+	 * Some chipsets do the work for us while on others 
 	 * we need to it by hand.
 	 */
 	print_debug("Ram3\r\n");

--
coreboot mailing list
coreboot <at> coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot
(Continue reading)

svn | 1 Aug 2008 13:37
Favicon

r3446 - trunk/coreboot-v2/src/config

Author: stepan
Date: 2008-08-01 13:37:33 +0200 (Fri, 01 Aug 2008)
New Revision: 3446

Modified:
   trunk/coreboot-v2/src/config/coreboot_ram.ld
Log:
fix typo in coreboot_ram.ld comment (trivial)

Signed-off-by: Stefan Reinauer <stepan <at> coresystems.de>
Acked-by: Stefan Reinauer <stepan <at> coresystems.de>

Modified: trunk/coreboot-v2/src/config/coreboot_ram.ld
===================================================================
--- trunk/coreboot-v2/src/config/coreboot_ram.ld	2008-08-01 11:36:40 UTC (rev 3445)
+++ trunk/coreboot-v2/src/config/coreboot_ram.ld	2008-08-01 11:37:33 UTC (rev 3446)
 <at>  <at>  -98,7 +98,7  <at>  <at> 
 	_estack = .;
         _heap = .;
         .heap . : {
-                /* Reserve 256K for the heap */
+                /* Reserve HEAP_SIZE bytes for the heap */
                 . = HEAP_SIZE ;
                 . = ALIGN(4);
         }

--
coreboot mailing list
coreboot <at> coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot
(Continue reading)

svn | 1 Aug 2008 13:38
Favicon

r3447 - trunk/coreboot-v2/src/console

Author: stepan
Date: 2008-08-01 13:38:23 +0200 (Fri, 01 Aug 2008)
New Revision: 3447

Modified:
   trunk/coreboot-v2/src/console/vga_console.c
Log:
fix warning in vga console code (trivial)

Signed-off-by: Stefan Reinauer <stepan <at> coresystems.de>
Acked-by: Stefan Reinauer <stepan <at> coresystems.de>

Modified: trunk/coreboot-v2/src/console/vga_console.c
===================================================================
--- trunk/coreboot-v2/src/console/vga_console.c	2008-08-01 11:37:33 UTC (rev 3446)
+++ trunk/coreboot-v2/src/console/vga_console.c	2008-08-01 11:38:23 UTC (rev 3447)
 <at>  <at>  -36,7 +36,7  <at>  <at> 
 	// these are globals
 	vga_line = 0;
 	vga_col = 0;
-	vidmem = (unsigned char *) VIDBUFFER;
+	vidmem = (char *) VIDBUFFER;
 	
 	// mainboard or chip specific init routines
 	// also loads font

--
coreboot mailing list
coreboot <at> coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot
(Continue reading)


Gmane