Author: wmb Date: Fri Nov 16 09:27:02 2012 New Revision: 3438 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3438
Log: ## Lines starting with '## ' will be removed from the log message. ## File(s) to commit: ## cpu/arm/olpc/sound.fth ## cpu/x86/pc/olpc/plot.fth ## dev/geode/ac97/selftest.fth ## dev/hdaudio/noiseburst.fth ## dev/hdaudio/test.fth OLPC ARM accelerometer test - more tweaks to the test limits as suggested by the vendor.
Modified: cpu/arm/olpc/accelerometer.fth
Modified: cpu/arm/olpc/accelerometer.fth ============================================================================== --- cpu/arm/olpc/accelerometer.fth Fri Nov 16 02:17:56 2012 (r3437) +++ cpu/arm/olpc/accelerometer.fth Fri Nov 16 09:27:02 2012 (r3438) @@ -75,9 +75,9 @@ \ X:80..1700 Y:80..1700 Z:80..1400. \ The numbers are in units of "1LSB = 1mg", 1000 unit = 1 gravity.
-d# 80 value min-x -d# 20 value min-y -d# 80 value min-z +d# 60 value min-x +d# 60 value min-y +d# 40 value min-z d# 1700 value max-x d# 1700 value max-y d# 1400 value max-z @@ -179,7 +179,7 @@ \ The attempt to talk at the old address failed, so we assume the new chip \ Support for new LIS3DHTR chip d# 400,000 to bus-speed - d# 80 to min-x d# 20 to min-y d# 80 to min-z + d# 60 to min-x d# 60 to min-y d# 40 to min-z d# 1700 to max-x d# 1700 to max-y d# 1400 to max-z h# 19 1 reg ['] lis3dhtr-selftest to lis-selftest
openfirmware@openfirmware.info