Commit Graph

7304 Commits

Author SHA1 Message Date
Alexander Levitskiy d150618d8d Merge "Revert "System: Fastboot: warning fixit, misc bugs and cleanup."" 2014-05-07 23:37:20 +00:00
Alexander Levitskiy 8d7ddb35d5 Revert "System: Fastboot: warning fixit, misc bugs and cleanup."
This reverts commit 782111b3bc.

Change-Id: Ib66400dfaeef7f01e6461a57b9f09be08de2f1fe
2014-05-07 23:31:59 +00:00
Mark Salyzyn 129e9dada7 Merge changes Idfd1a114,If725a1cb,I61211165,If9a05ccb
* changes:
  adb: turn on -Werror
  netcfg: turn on -Werror
  mkbootimg: turn on -Werror
  gpttool: turn on -Werror
2014-05-07 23:10:40 +00:00
Ying Wang 803fb62bb4 Merge "Remove unused LOCAL_LDLIBS." 2014-05-07 22:50:48 +00:00
Elliott Hughes d9e3bc3f42 Merge "Use bionic's <linux/fuse.h>." 2014-05-07 22:47:46 +00:00
Elliott Hughes b48661289a Merge "Fix mips debuggerd <corkscrew/ptrace.h> build breakage." 2014-05-07 22:44:09 +00:00
Elliott Hughes 99d4a697c7 Fix mips debuggerd <corkscrew/ptrace.h> build breakage.
The uapi headers have everything we need, and the corkscrew
header files have been removed.

Change-Id: I274b44463638112f1ab290926094c094c9253586
2014-05-07 15:42:41 -07:00
Ying Wang 9f437d7181 Remove unused LOCAL_LDLIBS.
Change-Id: I42aeb7668183e7a06207ee063f6eee4d37d66c6e
2014-05-07 15:36:05 -07:00
Sasha Levitskiy a744f0a11a Merge "System: Fastboot: warning fixit, misc bugs and cleanup." 2014-05-07 21:59:12 +00:00
Elliott Hughes 60281d556d Use bionic's <linux/fuse.h>.
No need for an out-of-date copy of a uapi header.

Change-Id: Iec68c6ceb2bceca1ceef0c57e0b45a89a139e292
2014-05-07 14:39:58 -07:00
Sasha Levitskiy 782111b3bc System: Fastboot: warning fixit, misc bugs and cleanup.
Change-Id: Ib8517a852977962de3f05c879ba7dce89bcef644
Signed-off-by: Sasha Levitskiy <sanek@google.com>
2014-05-07 11:43:12 -07:00
Elliott Hughes 7112e4c7cb Merge "Remove the dead corkscrew header files too." 2014-05-07 17:07:41 +00:00
Elliott Hughes ddbdae8c3f Remove the dead corkscrew header files too.
Change-Id: I0dd5cf3966994db19d98f60805211ed39099465a
2014-05-07 09:38:04 -07:00
Elliott Hughes 2c55b454c7 Merge "Switch to the new bionic fatal logging interface." 2014-05-07 04:04:39 +00:00
Elliott Hughes 26864bf9cb Switch to the new bionic fatal logging interface.
This is more general and will work for anyone's custom logging
code, as long as they use ANDROID_LOG_FATAL priority.

Change-Id: Iaf7fc0858fce04f3af407882a58ee5a827d50ddd
2014-05-06 20:40:15 -07:00
JP Abgrall 66e952e254 Merge "fastboot: support for overriding format fs-type and size" 2014-05-07 02:16:06 +00:00
JP Abgrall 7e85974fc2 fastboot: support for overriding format fs-type and size
This changes allows overriding the fs-type and size that
are normally returned by the booloader.

This is in preparation for supporting other FSes.

Change-Id: I8d141a0d4d14df9fe84d3b131484e9696fcd8870
Signed-off-by: JP Abgrall <jpa@google.com>
2014-05-06 15:14:15 -07:00
Mark Salyzyn 9570d8378c Merge "logd: logcat: Add persist.logd.size group of properties" 2014-05-06 22:00:11 +00:00
Mark Salyzyn 671e343c7d logd: logcat: Add persist.logd.size group of properties
- logd Add persist.logd.size (global), persist.logd.size.<logid>
- logcat report a more flexible multiplier in -g command.

Bug: 14563261
Bug: 14469172
Change-Id: Ie389caa14ad3ae3d4a3a3cc463425bb9dbc5e483
2014-05-06 14:58:41 -07:00
Mark Salyzyn 5c02b2760e Merge "logd: default off by-UID spam filter" 2014-05-06 21:32:23 +00:00
Mark Salyzyn 4141cb2391 logd: default off by-UID spam filter
Bug: 14469172
Change-Id: I37c8dbcea0490afb994cbe6f033591fea1c58bc8
2014-05-06 13:50:28 -07:00
JP Abgrall 2d2fd4cdea Merge changes Ibff1f74e,Ic82595cf,If4e01cab
* changes:
  fastboot: Added tos as an optional image
  fastboot: Fixed optional entries
  fastboot: allow format on devices with small buffers
2014-05-06 19:32:17 +00:00
Daniel Rosenberg 73a4ad288f fastboot: Added tos as an optional image
Change-Id: Ibff1f74ee4a949501ceae0b897f896067f022763
Signed-off-by: Daniel Rosenberg <drosen@google.com>
2014-05-06 12:28:41 -07:00
Daniel Rosenberg 82280594ef fastboot: Fixed optional entries
Previously, if an image was listed as optional, but was not found,
flashall would fail. Now it will proceed if optional images are not
present.

Change-Id: Ic82595cf0cd6ddce4c676de590f03f1a95f32040
Signed-off-by: Daniel Rosenberg <drosen@google.com>
2014-05-06 12:28:39 -07:00
Dmitry Grinberg e6f3e9bd26 fastboot: allow format on devices with small buffers
Formatting large partitions on devices with small transfer buffers did
not work before since format used a strange path through the code to
send data. It now uses the normal path. Also cleaned up a bit. FS
code now lives in a separate file and the custom path for format is
gone.

Change-Id: If4e01cabc2e250b7c02ca7ce8c268e51d49e1529
2014-05-06 12:28:37 -07:00
Ying Wang 52dd7cc0bd Merge "Fix 64-bit host build." 2014-05-06 18:40:34 +00:00
Ying Wang 3403010186 Fix 64-bit host build.
Bug: 13751317
Change-Id: I8ba4fc9918fba0975eb61ec37a8a16b02acfa864
2014-05-06 11:39:31 -07:00
JP Abgrall 8e26b25222 Merge "Fastboot: fix fastboot timeout issue of Windows host side" 2014-05-06 02:24:19 +00:00
Christopher Ferris b52a48affc Merge "Log stack even if tombstone cannot be created." 2014-05-05 23:05:28 +00:00
Christopher Ferris c5bb49a138 Log stack even if tombstone cannot be created.
Bug: 14498701
Change-Id: I62c271bef2f73166eeb91d3fa3ce1e1b724a081f
2014-05-05 15:01:14 -07:00
Elliott Hughes 752115dda7 Merge "Add Silvermont architecture cache sizes" 2014-05-05 21:59:53 +00:00
Mark Salyzyn f2c0f32887 Merge "libcutils: win_sdk build issues" 2014-05-05 19:30:47 +00:00
Mark Salyzyn 60299dfd6a adb: turn on -Werror
- Deal with some -Wunused issues

Change-Id: Idfd1a114e68ae637978b52fde5144d0dca0ec79f
2014-05-05 10:30:06 -07:00
Mark Salyzyn c9303f3175 netcfg: turn on -Werror
- resolve unused variable reference

Change-Id: If725a1cb0ee645c6e379c9ce21ab8c40bc4cd554
2014-05-05 10:30:05 -07:00
Mark Salyzyn cc209517e4 mkbootimg: turn on -Werror
- Deal with signedness issues

Change-Id: I61211165eb4ce0fa9a2edeebb3f97fb0ffc62d34
2014-05-05 10:30:04 -07:00
Mark Salyzyn 1c00d46b25 gpttool: turn on -Werror
- Deal with some -Wunused issues

Change-Id: If9a05ccbda862bbd401df0f5d5a1837abedd9b83
2014-05-05 10:30:04 -07:00
Mark Salyzyn 02a7c3a7c3 libcutils: win_sdk build issues
Change-Id: Ic431166f686aebfd0ee00ad3224b95237ff7a0de
2014-05-05 10:29:56 -07:00
Colin Cross 8ec42bb203 Merge "mkbootimg: fix padding calculation for 2ndstage loader" 2014-05-03 18:39:15 +00:00
JP Abgrall 3c049bbe99 Merge "init: add 'enable <service>' to negate "service <service>... disabled"" 2014-05-03 07:40:29 +00:00
JP Abgrall 3beec7e55f init: add 'enable <service>' to negate "service <service>... disabled"
enable <servicename>
   Turns a disabled service into an enabled one as if the service did not
   specify disabled in the rc file.
   It will also start the service if needed.

Bug: 14472973
Change-Id: Id0b49cc687a2bc74f6f92e066c617724cc94908d
Signed-off-by: JP Abgrall <jpa@google.com>
2014-05-03 00:14:59 -07:00
Mark Salyzyn dc57f4d93a Merge "logd: build breakage in git_master-nova @ 1151709" 2014-05-02 22:52:26 +00:00
Mark Salyzyn 6e2c0f7010 logd: build breakage in git_master-nova @ 1151709
Change-Id: Ic7920d1b0930155c20a896720a79af62f8acacc1
2014-05-02 15:47:24 -07:00
Mark Salyzyn ccae68e478 Merge "liblog: logcat: Move library print test into gTest" 2014-05-02 21:57:35 +00:00
Mark Salyzyn 6c37d59eac Merge "logd: turn on -Werror" 2014-05-02 21:56:52 +00:00
Mark Salyzyn d9bb677036 Merge "logd: 64-bit compile issue" 2014-05-02 21:42:42 +00:00
Mark Salyzyn 6f3f7d71c5 Merge "debuggerd: turn on -Werror" 2014-05-02 21:41:36 +00:00
Mark Salyzyn afa102924a Merge "logcat: turn on -Werror" 2014-05-02 21:41:08 +00:00
Mark Salyzyn 39f2ec2f81 Merge "logwrapper: turn on -Werror" 2014-05-02 21:40:37 +00:00
Mark Salyzyn 5045f57525 liblog: logcat: Move library print test into gTest
Change-Id: Icd33808d4c974625f4fd0a126a90a2b4c90c8315
2014-05-02 14:16:00 -07:00
Mark Salyzyn c61895ac3a logd: turn on -Werror
- Deal with some -Wunused / -Wunused-variable issues

Change-Id: Ic86cd7b0680868ad0536198b71a34cb19134fc21
2014-05-02 14:16:00 -07:00