~darkmuggle-deactivatedaccount/ubuntu/quantal/grub2/fix-872244

« back to all changes in this revision

Viewing changes to grub-core/boot/mips/yeeloong/fwstart.S

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2011-05-17 23:59:10 UTC
  • mto: (17.3.55 sid)
  • mto: This revision was merged to the branch mainline in revision 122.
  • Revision ID: james.westby@ubuntu.com-20110517235910-ma8u889vyjdfro27
Tags: upstream-1.99
ImportĀ upstreamĀ versionĀ 1.99

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
        .set noreorder
29
29
        .set noat
30
30
        .set nomacro
 
31
        .set mips3
31
32
 
32
33
        .global start,_start,__start
33
34
start:
120
121
        ori $t0, $zero, GRUB_SMBUS_SPD_MEMORY_TYPE_DDR2
121
122
        lui $a0, %hi(unimplemented_memory_type)
122
123
        bne $t0, $v0, fatal
123
 
         addiu $a0, $a0, %hi(unimplemented_memory_type)
 
124
         addiu $a0, $a0, %lo(unimplemented_memory_type)
124
125
 
125
126
        /* And here is our goal: DDR2 controller initialisation.  */
126
127
        lui     $t0, %hi(GRUB_CPU_LOONGSON_CORECFG)