Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_core
/
dcd1cacbbb747f3a5e37580375d5818f74909de7
/
fastboot
db14785
Merge "Remove --wipe-and-use-fbe option from fastboot"
by Treehugger Robot
· 4 years, 10 months ago
47770a1
Remove --wipe-and-use-fbe option from fastboot
by Paul Crowley
· 4 years, 10 months ago
96941a0
fastboot: document second parameter of 'fetch'
by Pierre-Clément Tosi
· 4 years, 10 months ago
a48a783
fastboot: support vbmeta_vendor.img
by Bowgo Tsai
· 4 years, 11 months ago
02a8324
Use libgtest_prod_headers.
by Elliott Hughes
· 5 years ago
7723c72
Merge "Unable to mount filesystem in fastbootd mode on the user build."
by David Anderson
· 5 years ago
9a95ed9
Merge "fastboot: Add a few missing fastboot commands from help"
by David Anderson
· 5 years ago
055f802
Merge "libsnapshot: Add diagnostics for DM_DEV_REMOVE failures."
by David Anderson
· 5 years ago
173667b
fastboot: Add a few missing fastboot commands from help
by Luca Stefani
· 5 years ago
0b903f9
libsnapshot: Add diagnostics for DM_DEV_REMOVE failures.
by David Anderson
· 5 years ago
d64b988
fastboot: use --force to bypass requirements
by Andrew Chant
· 5 years ago
0909094
Unable to mount filesystem in fastbootd mode on the user build.
by joker.yang
· 5 years ago
527cdd4
Merge "fastboot: Don't fail when unable to get boot partition size"
by David Anderson
· 5 years ago
d0a16c2
fastboot: derive device locked state from Android property
by Oleg Matcovschi
· 5 years ago
ac4a136
fastboot: Refactor bootimg_utils.cpp:mkbootimg()
by Yi-Yo Chiang
· 5 years ago
c0c9e30
fastboot: [boot] and [flash:raw] command support boot v4
by Yi-Yo Chiang
· 5 years ago
4722979
Merge "fastboot driver: ftrucate64->ftruncate."
by Treehugger Robot
· 5 years ago
a495be7
fastboot: Don't fail when unable to get boot partition size
by Michael Bestas
· 5 years ago
4f898d4
Merge "fastboot driver: add virtual dtor to ImageSource."
by Treehugger Robot
· 5 years ago
c871500
fastboot driver: ftrucate64->ftruncate.
by Yifan Hong
· 5 years ago
2af0504
Merge "fastboot device: Disallow implicit conversion from unique_fd to int."
by Treehugger Robot
· 5 years ago
981f79b
Merge "fastboot driver: Disallow implicit conversion from unique_fd to int."
by Treehugger Robot
· 5 years ago
15acff0
Merge "fastboot driver: Fix fd ownership."
by Treehugger Robot
· 5 years ago
07e947f
fastboot device: Disallow implicit conversion from unique_fd to int.
by Yifan Hong
· 5 years ago
58532df
fastboot driver: Disallow implicit conversion from unique_fd to int.
by Yifan Hong
· 5 years ago
e9f067b
fastboot driver: Fix fd ownership.
by Yifan Hong
· 5 years ago
559488c
[LSC] Add LOCAL_LICENSE_KINDS to system/core
by Bob Badour
· 5 years ago
d2e8cb5
fastboot driver: add virtual dtor to ImageSource.
by Yifan Hong
· 5 years ago
f4c6ce4
fastboot driver: Avoid use after std::move()
by Greg Kaiser
· 5 years ago
f09c1ef
fuzzy_fastboot: Add tests for fetch:vendor_boot
by Yifan Hong
· 5 years ago
2a7a14b
fuzzy_fastboot: Add conformance test for getvar:max-fetch-size.
by Yifan Hong
· 5 years ago
e71fe24
fastboot driver: repack vendor boot ramdisk
by Yifan Hong
· 5 years ago
6d7da63
fastboot driver: Allow colon in partition name when flashing
by Yifan Hong
· 5 years ago
bcd2770
fastboot driver: add fetch command in driver
by Yifan Hong
· 5 years ago
17d469b
fastboot driver: RunAndReadBuffer don't allocate too much mem
by Yifan Hong
· 5 years ago
bbf374d
fastboot driver: add RunAndReadBuffer helper
by Yifan Hong
· 5 years ago
b10d067
fastboot driver: Fix ownership of fd in fastboot_buffer.
by Yifan Hong
· 5 years ago
60de969
fastboot driver: fix message
by Yifan Hong
· 5 years ago
a5cee93
fastbootd: add O_CLOEXEC/O_BINARY for OpenPartition
by Yifan Hong
· 5 years ago
c4073d3
fastbootd: add read arg to OpenPartition
by Yifan Hong
· 5 years ago
a4eb475
fastbootd: Add fetch command on device
by Yifan Hong
· 5 years ago
b299cb7
fastbootd: Add getvar max-fetch-size.
by Yifan Hong
· 5 years ago
fce8e0f
Merge "fastbootd: Fix USB transport data is repeated every 256K"
by Treehugger Robot
· 5 years ago
5f23388
fastbootd: Fix USB transport data is repeated every 256K
by Yifan Hong
· 5 years ago
dae48ef
fastboot: Bring back legacy A/B support
by LuK1337
· 6 years ago
06e1b6c
Merge "Add include directory to -header-filter"
by Chih-hung Hsieh
· 5 years ago
84006f5
Add include directory to -header-filter
by Chih-Hung Hsieh
· 5 years ago
d69ad69
[LSC] Add LOCAL_LICENSE_KINDS to system/core
by Bob Badour
· 5 years ago
c3a206c
Revert "[LSC] Add LOCAL_LICENSE_KINDS to system/core"
by Elliott Hughes
· 5 years ago
187b7d1
[LSC] Add LOCAL_LICENSE_KINDS to system/core
by Bob Badour
· 5 years ago
565577f
Add support for compressed snapshot merges in fastboot.
by David Anderson
· 5 years ago
be823d7
fastboot: Add pvmfw
by Andrew Scull
· 5 years ago
58d10c2
fastboot: f2fs: handle return code correctly
by Jaegeuk Kim
· 5 years ago
21de4e7
Add new owners to various sub-projects.
by Elliott Hughes
· 5 years ago
4217e6d
Merge rvc-qpr-dev-plus-aosp-without-vendor@6881855
by Xin Li
· 5 years ago
638d05e
fastboot: add casefold/projid/compress options
by Jaegeuk Kim
· 5 years ago
66d0d96
Refactor fs_mgr_overlayfs_teardown()
by Yo Chiang
· 5 years ago
aca0bea
libsnapshot: Partially implement OpenSnapshotWriter.
by David Anderson
· 6 years ago
f74c1a9
fastbootd: Add more logging for when the USB transport fails.
by David Anderson
· 6 years ago
012ee0a
Merge "fastboot: add new oem command for post wipe userdata"
by Joseph Jang
· 6 years ago
5aa52d9
Revert "libsnapshot: Partially implement OpenSnapshotWriter."
by Tianjie Xu
· 6 years ago
2906975
fastboot: add new oem command for post wipe userdata
by josephjang
· 6 years ago
ef11411
Merge "libsnapshot: Partially implement OpenSnapshotWriter." am: 15f97700c2 am: b7b2d1255d am: 8b171bc688 am: c0d48d2041
by Treehugger Robot
· 6 years ago
75b982a
libsnapshot: Partially implement OpenSnapshotWriter.
by David Anderson
· 6 years ago
6ec7e3a
Merge "fastboot: add new oem command for post wipe userdata" into rvc-qpr-dev am: 46ef208603
by TreeHugger Robot
· 6 years ago
46ef208
Merge "fastboot: add new oem command for post wipe userdata" into rvc-qpr-dev
by TreeHugger Robot
· 6 years ago
ad90b45
fastboot: add new oem command for post wipe userdata
by josephjang
· 6 years ago
4fd78ec
Merge changes from topic "revert-1413808-modules_partition-UXSIXCGPHZ"
by Yifan Hong
· 6 years ago
b407414
fastboot: switch to ZipEntry64.
by Elliott Hughes
· 6 years ago
0d4a688
Revert "fastboot: add modules partition"
by Yifan Hong
· 6 years ago
1355081
Merge changes from topic "modules_partition"
by Yifan Hong
· 6 years ago
fd89028
libfastboot uses usb_linux.cpp for all Linux targets
by Jiyong Park
· 6 years ago
260b12b
fastboot: add modules partition
by Yifan Hong
· 6 years ago
767fe15
fuzzy_fastboot: use 'tcp:' prefix to identify fastboot protocol.
by sirius.wang
· 6 years ago
ef2c28b
Merge "support f2fs casefolding formatting tool"
by Jaegeuk Kim
· 6 years ago
5330ccd
Use more inclusive language for #inclusivefixit
by Hongguang Chen
· 6 years ago
a389610
support f2fs casefolding formatting tool
by Jaegeuk Kim
· 6 years ago
be78bb6
fastboot: Add odm_dlkm
by Yifan Hong
· 6 years ago
6b1c15c
fastboot: Add vendor_dlkm
by Yifan Hong
· 6 years ago
618ca34
fastboot: copy AVB footer on boot image to end of partition
by Steve Muckle
· 6 years ago
3af575b
fastboot: copy AVB footer on boot image to end of partition
by Steve Muckle
· 6 years ago
53122b1
Merge "fuzzy_fastboot: use 'tcp:' prefix to identify fastboot protocol."
by Treehugger Robot
· 6 years ago
2217c50
fastboot: don't print anything in Status() if the input is empty
by Tom Cherry
· 6 years ago
6a7ff58
Fix `fastboot flash-all` on Nexus 7.
by Elliott Hughes
· 6 years ago
0e743a2
fuzzy_fastboot: use 'tcp:' prefix to identify fastboot protocol.
by Hongguang Chen
· 6 years ago
e681cf0
Merge "fastboot: Allow fastboot to asynchronously differentiate between fastboot and fastbootd."
by David Anderson
· 6 years ago
4e058ca
fastboot: Allow fastboot to asynchronously differentiate between fastboot and fastbootd.
by David Anderson
· 6 years ago
7516ebe
fastbootd: Support TCP protocol.
by Hongguang Chen
· 6 years ago
4222040
Merge "fastbootd: Support TCP protocol."
by Treehugger Robot
· 6 years ago
56c1c59
Merge "fastbootd: copy AVB footer on boot image to end of block device" into rvc-dev
by TreeHugger Robot
· 6 years ago
bd98e25
fastbootd: copy AVB footer on boot image to end of block device
by Steve Muckle
· 6 years ago
1e23928
fastbootd: Support TCP protocol.
by Hongguang Chen
· 6 years ago
a9b3443
fastbootd: copy AVB footer on boot image to end of block device
by Steve Muckle
· 6 years ago
f2f5edd
fastboot: Fix snapshot-update merge behavior.
by David Anderson
· 6 years ago
5a0177d
fastboot: Fix snapshot-update merge behavior.
by David Anderson
· 6 years ago
65e8e38
Restore fastboot delete-logical-partition command for VTS
by yongcheol.lee
· 6 years ago
66f0115
libsnapshot clients: Add missing dep.
by Yifan Hong
· 6 years ago
edf8335
Merge "Rename vts-core to vts"
by Treehugger Robot
· 6 years ago
ab8acae
Rename vts-core to vts
by Dan Shi
· 6 years ago
a7b9a2b
Rename vts-core to vts
by Dan Shi
· 6 years ago
Next »