]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/9/bcm/mkfile
bcm: add pl011 uart driver
[plan9front.git] / sys / src / 9 / bcm / mkfile
index a9673a7ce0abb88786402808888ebc668627cffb..1df5dba6c2d309ff1c8cdac4e266e5cc1da1b50d 100644 (file)
@@ -49,6 +49,7 @@ OBJ=\
        fpi.$O\
        fpiarm.$O\
        fpimem.$O\
+       irq.$O\
        main.$O\
        mmu.$O\
        random.$O\
@@ -123,8 +124,8 @@ init.h:D:   ../port/initcode.c init9.s
 
 reboot.h:D:    rebootcode.s arm.s arm.h mem.h
        $AS rebootcode.s
-       # -lc is only for memmove.  -T arg is PADDR(REBOOTADDR)
-       $LD -l -s -T0x1800 -R4 -o reboot.out rebootcode.$O -lc
+       # -T arg is REBOOTADDR
+       $LD -l -s -T0x1c00 -R4 -o reboot.out rebootcode.$O
        {echo 'uchar rebootcode[]={'
         xd -1x reboot.out |
                sed -e '1,2d' -e 's/^[0-9a-f]+ //' -e 's/ ([0-9a-f][0-9a-f])/0x\1,/g'