Changeset 3087
- Timestamp:
- Jul 27, 2012 4:57:48 AM (10 months ago)
- File:
-
- 1 edited
-
cpu/arm/olpc/build-fw.fth (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/build-fw.fth
r3064 r3087 32 32 fload ${BP}/dev/omap/diaguart.fth \ OMAP UART 33 33 34 h# 18000 +io to uart-base \ UART3 base address on MMP235 \ h# 30000 +io to uart-base \ UART1 base address on MMP236 34 d# 26000000 to uart-clock-frequency 37 35 … … 106 104 " /apbc" encode-phandle d# 12 encode-int encode+ " clocks" property 107 105 d# 24 " interrupts" integer-property 108 1 " linux,unit#" integer-property109 106 end-package 107 108 0 0 " d4017000" " /" begin-package \ UART2 109 fload ${BP}/cpu/arm/mmp2/uart.fth 110 " /apbc" encode-phandle d# 11 encode-int encode+ " clocks" property 111 d# 28 " interrupts" integer-property 112 end-package 113 110 114 devalias com1 /uart 111 115 : com1 " com1" ; … … 116 120 d# 27 " interrupts" integer-property 117 121 " /apbc" encode-phandle d# 10 encode-int encode+ " clocks" property 118 0 " linux,unit#" integer-property119 122 end-package 120 devalias com2 /uart 121 : com2 " com2" ; 123 124 0 0 " d4016000" " /" begin-package \ UART4 125 fload ${BP}/cpu/arm/mmp2/uart.fth 126 " /apbc" encode-phandle d# 32 encode-int encode+ " clocks" property 127 d# 46 " interrupts" integer-property 128 end-package 122 129 123 130 \needs md5init fload ${BP}/ofw/ppp/md5.fth \ MD5 hash … … 343 350 fload ${BP}/cpu/arm/mmp2/thermal.fth 344 351 fload ${BP}/cpu/arm/mmp2/fuse.fth 352 [ifdef] bsl-uart-base 345 353 fload ${BP}/cpu/arm/olpc/bsl.fth 354 [then] 346 355 347 356 [ifndef] virtual-mode
Note: See TracChangeset
for help on using the changeset viewer.
