[coreboot] New patch to review for coreboot: 620d539 siemens/sitemp_g1p1: Drop debug code

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Thu May 3 11:58:17 CEST 2012


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1000

-gerrit

commit 620d539482e5a21b931f37fb248b54915b7f8a88
Author: Patrick Georgi <patrick.georgi at secunet.com>
Date:   Fri Oct 7 14:25:01 2011 +0200

    siemens/sitemp_g1p1: Drop debug code
    
    Change-Id: I40a4201b468131ba67e48ab68d62ca5413f2e2e8
    Signed-off-by: Patrick Georgi <patrick.georgi at secunet.com>
---
 src/mainboard/siemens/sitemp_g1p1/mainboard.c |   29 -------------------------
 1 files changed, 0 insertions(+), 29 deletions(-)

diff --git a/src/mainboard/siemens/sitemp_g1p1/mainboard.c b/src/mainboard/siemens/sitemp_g1p1/mainboard.c
index 60a2ee2..76397ab 100644
--- a/src/mainboard/siemens/sitemp_g1p1/mainboard.c
+++ b/src/mainboard/siemens/sitemp_g1p1/mainboard.c
@@ -661,34 +661,6 @@ static void patch_mmio_nonposted( void )
  * @param
  */
 
-static void wait_pepp( void ) {
-
-	int boot_delay = 0;
-
-	if( get_option(&boot_delay, "boot_delay") < 0)
-		boot_delay = 5;
-
-	printk(BIOS_DEBUG, "boot_delay = %d sec\n", boot_delay);
-	if ( boot_delay > 0 ) {
-		init_timer();
-		// wait for PEPP-Board
-		printk(BIOS_INFO, "Give PEPP-Board %d sec(s) time to coming up ", boot_delay);
-		while ( boot_delay ) {
-			lapic_write(LAPIC_TMICT, 0xffffffff);
-			udelay(1000000); // delay time approx. 1 sec
-			printk(BIOS_INFO, ".");
-			boot_delay--;
-		}
-		printk(BIOS_INFO, "\n");
-	}
-}
-
- /**
- * @brief
- *
- * @param
- */
-
 struct {
 	unsigned int bus;
 	unsigned int devfn;
@@ -926,7 +898,6 @@ static void enable_dev(device_t dev)
 	uma_memory_base = 0;
 #endif
 
-	wait_pepp();
 	dev->ops->init = init;  // rest of mainboard init later
 }
 




More information about the coreboot mailing list