Skip to content

Commit

Permalink
Merge AT91 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell King authored and Russell King committed Jun 20, 2006
2 parents c322e24 + 55c20c0 commit 695a9d2
Show file tree
Hide file tree
Showing 40 changed files with 5,881 additions and 461 deletions.
12 changes: 12 additions & 0 deletions arch/arm/boot/compressed/head-at91rm9200.S
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,18 @@
cmp r7, r3
beq 99f

@ Embest ATEB9200 : 923
mov r3, #(MACH_TYPE_ATEB9200 & 0xff)
orr r3, r3, #(MACH_TYPE_ATEB9200 & 0xff00)
cmp r7, r3
beq 99f

@ Sperry-Sun KAFA : 662
mov r3, #(MACH_TYPE_KAFA & 0xff)
orr r3, r3, #(MACH_TYPE_KAFA & 0xff00)
cmp r7, r3
beq 99f

@ Unknown board, use the AT91RM9200DK board
@ mov r7, #MACH_TYPE_AT91RM9200
mov r7, #(MACH_TYPE_AT91RM9200DK & 0xff)
Expand Down
Loading

0 comments on commit 695a9d2

Please sign in to comment.