comments mods. THings are working better, so I'm less unhappy with
authorRonald G. Minnich <rminnich@gmail.com>
Mon, 26 Sep 2005 16:48:24 +0000 (16:48 +0000)
committerRonald G. Minnich <rminnich@gmail.com>
Mon, 26 Sep 2005 16:48:24 +0000 (16:48 +0000)
this part :-)

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2049 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/cpu/amd/sc520/raminit.c

index e1975b721c0d6c95bb858944a5107de3b8f6c2e9..af4890c1a852a344bf137f3264ebfebe6ee98ca0 100644 (file)
@@ -367,7 +367,7 @@ static void dumpram(void){
  * causing romcc real headaches, so we're going to be be a little 
  * less silly.
  * so, the order of ops is: 
- * for in 3 to 0
+ * for i in 3 to 0
  * see if bank is there. 
  * if we can write a word, and read it back, to hell with paranoia
  * the bank is there. So write the magic byte, read it back, and 
@@ -701,8 +701,8 @@ bad_ram:
 #endif
 }      
 
-/* note: based on AMD code, but AMD code is BROKEN AFAIK */
-/* this does now work worth shit. */
+/* note: based on AMD code*/
+/* This code is known to work on the digital logic board.  */
 int
 staticmem(void){
   volatile unsigned long *zero = (unsigned long *) CACHELINESZ;