Changeset 2175
- Timestamp:
- Feb 28, 2011 6:36:42 PM (2 years ago)
- Files:
-
- 4 edited
-
cpu/x86/pc/olpc/devices.fth (modified) (1 diff)
-
dev/olpc/dcon/dcon.fth (modified) (1 diff)
-
dev/olpc/dcon/viadcon.fth (modified) (1 diff)
-
dev/olpc/kb3700/batstat.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cpu/x86/pc/olpc/devices.fth
r2015 r2175 152 152 " /rtc" open-dev clock-node ! 153 153 ; 154 155 \ Linux identifies XO-1 RTC with EC-based wakeup capabilities through this 156 \ device property. 157 dev /rtc 158 " olpc,xo1-rtc" +compatible 159 dend 154 160 155 161 fload ${BP}/cpu/x86/pc/cpunode.fth -
dev/olpc/dcon/dcon.fth
r1404 r2175 1 1 \ See license at end of file 2 \ " dcon" device-name 2 3 new-device 4 " dcon" device-name 5 " olpc,xo1-dcon" +compatible 6 finish-device 3 7 4 8 \ DCON internal registers, accessed via I2C -
dev/olpc/dcon/viadcon.fth
r1867 r2175 1 1 \ See license at end of file 2 \ " dcon" device-name 2 3 new-device 4 " dcon" device-name 5 " olpc,xo1-dcon" +compatible 6 finish-device 3 7 4 8 \ DCON internal registers, accessed via I2C -
dev/olpc/kb3700/batstat.fth
r2062 r2175 146 146 new-device 147 147 " battery" device-name 148 " olpc,xo1-battery" +compatible 149 148 150 0 0 reg \ Needed so test-all will run the selftest 149 151
Note: See TracChangeset
for help on using the changeset viewer.
