Temporarily disable dutflaga/b GPIO export on all platforms.

We keep seeing a problem with unexpected signals read on these exported
GPIOs on several boards (just saw it on Lumpy, too).  Currently, Alex is
the only board we actually trust in this respect, but for the time being
we'll still disable dutflaga/b GPIO export across the board.  We should
also implement a safe fallback mechanism for the server URL prior to
re-enabling GPIO export for individual boards.

BUG=chromium-os:27077
TEST=Solves the problem seen on ZGB/Lumpy.

Change-Id: Id31ba390eae59a4d3581eb3725313e51807e018b
Reviewed-on: https://gerrit.chromium.org/gerrit/17165
Reviewed-by: Andrew de los Reyes <adlr@chromium.org>
Tested-by: Gilad Arnold <garnold@chromium.org>
Commit-Ready: Gilad Arnold <garnold@chromium.org>
1 file changed
tree: 357412cab228edbb0b90faac243394698159114f
  1. .gitignore
  2. 99-gpio-dutflag.rules
  3. action.h
  4. action_mock.h
  5. action_pipe.h
  6. action_pipe_unittest.cc
  7. action_processor.cc
  8. action_processor.h
  9. action_processor_mock.h
  10. action_processor_unittest.cc
  11. action_unittest.cc
  12. bzip.cc
  13. bzip.h
  14. bzip_extent_writer.cc
  15. bzip_extent_writer.h
  16. bzip_extent_writer_unittest.cc
  17. certificate_checker.cc
  18. certificate_checker.h
  19. certificate_checker_mock.h
  20. certificate_checker_unittest.cc
  21. chrome_browser_proxy_resolver.cc
  22. chrome_browser_proxy_resolver.h
  23. chrome_browser_proxy_resolver_unittest.cc
  24. chrome_proxy_resolver.cc
  25. chrome_proxy_resolver.h
  26. chrome_proxy_resolver_unittest.cc
  27. cycle_breaker.cc
  28. cycle_breaker.h
  29. cycle_breaker_unittest.cc
  30. dbus_constants.h
  31. dbus_interface.h
  32. dbus_service.cc
  33. dbus_service.h
  34. delta_diff_generator.cc
  35. delta_diff_generator.h
  36. delta_diff_generator_unittest.cc
  37. delta_performer.cc
  38. delta_performer.h
  39. delta_performer_unittest.cc
  40. download_action.cc
  41. download_action.h
  42. download_action_unittest.cc
  43. extent_mapper.cc
  44. extent_mapper.h
  45. extent_mapper_unittest.cc
  46. extent_ranges.cc
  47. extent_ranges.h
  48. extent_ranges_unittest.cc
  49. extent_writer.cc
  50. extent_writer.h
  51. extent_writer_unittest.cc
  52. file_writer.cc
  53. file_writer.h
  54. file_writer_mock.h
  55. file_writer_unittest.cc
  56. filesystem_copier_action.cc
  57. filesystem_copier_action.h
  58. filesystem_copier_action_unittest.cc
  59. filesystem_iterator.cc
  60. filesystem_iterator.h
  61. filesystem_iterator_unittest.cc
  62. flimflam_proxy.cc
  63. flimflam_proxy.h
  64. flimflam_proxy_unittest.cc
  65. full_update_generator.cc
  66. full_update_generator.h
  67. full_update_generator_unittest.cc
  68. gen_coverage_html.sh
  69. generate_delta_main.cc
  70. graph_types.h
  71. graph_utils.cc
  72. graph_utils.h
  73. graph_utils_unittest.cc
  74. http_common.cc
  75. http_common.h
  76. http_fetcher.cc
  77. http_fetcher.h
  78. http_fetcher_unittest.cc
  79. http_fetcher_unittest.h
  80. inherit-review-settings-ok
  81. install_plan.h
  82. integration_unittest.cc
  83. libcurl_http_fetcher.cc
  84. libcurl_http_fetcher.h
  85. LICENSE
  86. local_coverage_rate.sh
  87. main.cc
  88. marshal.list
  89. metadata.cc
  90. metadata.h
  91. metadata_unittest.cc
  92. mock_dbus_interface.h
  93. mock_file_writer.h
  94. mock_http_fetcher.cc
  95. mock_http_fetcher.h
  96. multi_range_http_fetcher.cc
  97. multi_range_http_fetcher.h
  98. omaha_hash_calculator.cc
  99. omaha_hash_calculator.h
  100. omaha_hash_calculator_unittest.cc
  101. omaha_request_action.cc
  102. omaha_request_action.h
  103. omaha_request_action_unittest.cc
  104. omaha_request_params.cc
  105. omaha_request_params.h
  106. omaha_request_params_unittest.cc
  107. omaha_response_handler_action.cc
  108. omaha_response_handler_action.h
  109. omaha_response_handler_action_unittest.cc
  110. org.chromium.UpdateEngine.service
  111. payload_signer.cc
  112. payload_signer.h
  113. payload_signer_unittest.cc
  114. postinstall_runner_action.cc
  115. postinstall_runner_action.h
  116. postinstall_runner_action_unittest.cc
  117. prefs.cc
  118. prefs.h
  119. prefs_interface.h
  120. prefs_mock.h
  121. prefs_unittest.cc
  122. proxy_resolver.cc
  123. proxy_resolver.h
  124. SConstruct
  125. setup_dev_packages
  126. simple_key_value_store.cc
  127. simple_key_value_store.h
  128. simple_key_value_store_unittest.cc
  129. subprocess.cc
  130. subprocess.h
  131. subprocess_unittest.cc
  132. tarjan.cc
  133. tarjan.h
  134. tarjan_unittest.cc
  135. terminator.cc
  136. terminator.h
  137. terminator_unittest.cc
  138. test_http_server.cc
  139. test_utils.cc
  140. test_utils.h
  141. testrunner.cc
  142. topological_sort.cc
  143. topological_sort.h
  144. topological_sort_unittest.cc
  145. unittest_key.pem
  146. unittest_key2.pem
  147. update_attempter.cc
  148. update_attempter.h
  149. update_attempter_mock.h
  150. update_attempter_unittest.cc
  151. update_check_scheduler.cc
  152. update_check_scheduler.h
  153. update_check_scheduler_unittest.cc
  154. update_engine.xml
  155. update_engine_client.cc
  156. update_metadata.proto
  157. UpdateEngine.conf
  158. utils.cc
  159. utils.h
  160. utils_unittest.cc
  161. WATCHLISTS
  162. zip_unittest.cc