/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/ |
H A D | adbd.mk | 5 adb/adbconnection/adbconnection_server.cpp \ 6 adb/daemon/auth.cpp \ 7 adb/daemon/file_sync_service.cpp \ 8 adb/daemon/file_sync_service.h \ 9 adb/daemon/framebuffer_service.cpp \ 10 adb/daemon/framebuffer_service.h \ 11 adb/daemon/jdwp_service.cpp \ 12 adb/daemon/main.cpp \ 13 adb/daemon/restart_service.cpp \ 14 adb/daemon/restart_service.h \ [all …]
|
H A D | 0001-Fixes-for-yocto-build.patch | 13 system/core/adb/daemon/file_sync_service.cpp | 4 ++-- 14 system/core/adb/daemon/framebuffer_service.h | 2 -- 15 system/core/adb/daemon/main.cpp | 5 +++-- 16 system/core/adb/daemon/restart_service.h | 2 -- 17 system/core/adb/daemon/services.cpp | 6 ++---- 18 system/core/adb/daemon/shell_service.cpp | 5 ++++- 19 system/core/adb/types.h | 1 + 22 diff --git a/system/core/adb/daemon/file_sync_service.cpp b/system/core/adb/daemon/file_sync_servic… 24 --- a/system/core/adb/daemon/file_sync_service.cpp 25 +++ b/system/core/adb/daemon/file_sync_service.cpp [all …]
|
H A D | 0005-adb-Allow-adbd-to-be-run-as-root.patch | 4 Subject: [PATCH] adb: Allow adbd to be run as root 11 system/core/adb/daemon/main.cpp | 1 + 14 diff --git a/system/core/adb/daemon/main.cpp b/system/core/adb/daemon/main.cpp 16 --- a/system/core/adb/daemon/main.cpp 17 +++ b/system/core/adb/daemon/main.cpp 23 // "adb root" not allowed, always drop privileges.
|
H A D | 0004-adb-Fix-build-on-big-endian-systems.patch | 4 Subject: [PATCH] adb: Fix build on big endian systems 26 system/core/adb/daemon/usb_ffs.cpp | 11 +++++++++-- 29 diff --git a/system/core/adb/daemon/usb_ffs.cpp b/system/core/adb/daemon/usb_ffs.cpp 31 --- a/system/core/adb/daemon/usb_ffs.cpp 32 +++ b/system/core/adb/daemon/usb_ffs.cpp
|
H A D | 0003-Update-usage-of-usbdevfs_urb-to-match-new-kernel-UAP.patch | 14 In file included from /home/mae/.cache/kiss/proc/121205/build/android-tools/vendor/adb/client/usb_l… 18 /home/mae/.cache/kiss/proc/121205/build/android-tools/vendor/adb/client/usb_linux.cpp:76:18: note: … 21 /home/mae/.cache/kiss/proc/121205/build/android-tools/vendor/adb/client/usb_linux.cpp:61:8: note: i… 30 Tested: built on Linux against kernel 5.19 and 6.0; 'adb shell' over USB 42 system/core/adb/client/usb_linux.cpp | 24 ++++++++++++++---------- 45 diff --git a/system/core/adb/client/usb_linux.cpp b/system/core/adb/client/usb_linux.cpp 47 --- a/system/core/adb/client/usb_linux.cpp 48 +++ b/system/core/adb/client/usb_linux.cpp
|
/openbmc/linux/drivers/macintosh/ |
H A D | macio-adb.c | 62 static volatile struct adb_regs __iomem *adb; variable 110 adb = ioremap(r.start, sizeof(struct adb_regs)); in macio_init() 111 if (!adb) { in macio_init() 116 out_8(&adb->ctrl.r, 0); in macio_init() 117 out_8(&adb->intr.r, 0); in macio_init() 118 out_8(&adb->error.r, 0); in macio_init() 119 out_8(&adb->active_hi.r, 0xff); /* for now, set all devices active */ in macio_init() 120 out_8(&adb->active_lo.r, 0xff); in macio_init() 121 out_8(&adb->autopoll.r, APE); in macio_init() 129 out_8(&adb->intr_enb.r, DFB | TAG); in macio_init() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
H A D | 0002-adb-Use-local-sockets-where-appropriate.patch | 4 Subject: [PATCH] adb: Use local sockets where appropriate 8 adb/adb.c | 6 +++++- 9 adb/adb_client.c | 5 +++-- 10 adb/transport_local.c | 3 ++- 13 diff --git a/adb/adb.c b/adb/adb.c 15 --- a/adb/adb.c 16 +++ b/adb/adb.c 30 diff --git a/adb/adb_client.c b/adb/adb_client.c 32 --- a/adb/adb_client.c 33 +++ b/adb/adb_client.c [all …]
|
H A D | 0008-adb-Allow-adbd-to-be-ran-as-root.patch | 4 Subject: [PATCH] adb: Allow adbd to be ran as root 9 adb/adb.c | 1 + 12 diff --git a/adb/adb.c b/adb/adb.c 14 --- a/adb/adb.c 15 +++ b/adb/adb.c
|
H A D | 0006-adb-Musl-fixes.patch | 4 Subject: [PATCH] adb: Musl fixes 14 adb/adb.h | 2 ++ 15 adb/disable_verity_service.c | 13 ++++++++----- 16 adb/framebuffer_service.c | 7 ++++--- 17 adb/sysdeps.h | 12 ++++++------ 20 --- a/adb/adb.h 21 +++ b/adb/adb.h 32 --- a/adb/disable_verity_service.c 33 +++ b/adb/disable_verity_service.c 41 #include "adb.h" [all …]
|
H A D | 0012-Fix-implicit-declaration-of-stlcat-strlcopy-function.patch | 8 adb/adb.c | 1 + 13 diff --git a/adb/adb.c b/adb/adb.c 15 --- a/adb/adb.c 16 +++ b/adb/adb.c
|
H A D | 0007-adb-usb_linux.c-fix-build-with-glibc-2.28.patch | 4 Subject: [PATCH] adb: usb_linux.c: fix build with glibc-2.28 12 adb/usb_linux.c | 1 + 15 diff --git a/adb/usb_linux.c b/adb/usb_linux.c 17 --- a/adb/usb_linux.c 18 +++ b/adb/usb_linux.c
|
H A D | 0003-adb-define-shell-command.patch | 4 Subject: [PATCH] adb: define shell command 11 adb/services.c | 4 ---- 14 diff --git a/adb/services.c b/adb/services.c 16 --- a/adb/services.c 17 +++ b/adb/services.c
|
H A D | 0001-adb-remove-selinux-extensions.patch | 4 Subject: [PATCH] adb: remove selinux extensions 14 adb/file_sync_service.c | 3 --- 17 diff --git a/adb/file_sync_service.c b/adb/file_sync_service.c 19 --- a/adb/file_sync_service.c 20 +++ b/adb/file_sync_service.c
|
H A D | 0004-adb-Fix-build-on-big-endian-systems.patch | 4 Subject: [PATCH] adb: Fix build on big endian systems 23 adb/usb_linux_client.c | 11 +++++++++-- 26 diff --git a/adb/usb_linux_client.c b/adb/usb_linux_client.c 28 --- a/adb/usb_linux_client.c 29 +++ b/adb/usb_linux_client.c
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf-configfs/ |
H A D | android-gadget-setup | 17 [ -d adb ] && /usr/bin/android-gadget-cleanup || true 19 mkdir adb 20 cd adb 34 mkdir -p /dev/usb-ffs/adb 35 mount -t functionfs usb0 /dev/usb-ffs/adb
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs/ |
H A D | android-gadget-setup | 17 [ -d adb ] && /usr/bin/android-gadget-cleanup || true 19 mkdir adb 20 cd adb 34 mkdir -p /dev/usb-ffs/adb 35 mount -t functionfs usb0 /dev/usb-ffs/adb
|
/openbmc/linux/drivers/net/wwan/iosm/ |
H A D | iosm_ipc_mux_codec.c | 913 struct mux_adb *adb, int *size_needed, in ipc_mux_ul_adb_allocate() argument 919 if (!adb->dest_skb) { in ipc_mux_ul_adb_allocate() 923 status = ipc_mux_ul_skb_alloc(ipc_mux, adb, type); in ipc_mux_ul_adb_allocate() 1062 struct mux_adb *adb, int nr_of_pkts) in ipc_mux_ul_adgh_encode() argument 1092 if (ipc_mux_ul_adb_allocate(ipc_mux, adb, &ipc_mux->size_needed, in ipc_mux_ul_adgh_encode() 1112 if (ipc_mux->size_needed > adb->size) { in ipc_mux_ul_adgh_encode() 1114 ipc_mux->size_needed, adb->size); in ipc_mux_ul_adgh_encode() 1122 memcpy(adb->buf + offset + pad_len, src_skb->data, in ipc_mux_ul_adgh_encode() 1125 adb->adgh->signature = cpu_to_le32(IOSM_AGGR_MUX_SIG_ADGH); in ipc_mux_ul_adgh_encode() 1126 adb->adgh->if_id = session_id; in ipc_mux_ul_adgh_encode() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/ |
H A D | adb.mk | 5 VPATH += $(SRCDIR)/system/core/adb 6 adb_SRC_FILES += adb.c 57 CFLAGS += -I$(SRCDIR)/system/core/adb 63 all: adb 65 adb: libcutils.a $(adb_OBJS) 72 $(RM) $(adb_OBJS) $(libcutils_OBJS) adb *.a
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/ |
H A D | android-tools_5.1.1.r37.bb | 29 file://core/0001-adb-remove-selinux-extensions.patch;patchdir=system/core \ 30 file://core/0002-adb-Use-local-sockets-where-appropriate.patch;patchdir=system/core \ 31 file://core/0003-adb-define-shell-command.patch;patchdir=system/core \ 32 file://core/0004-adb-Fix-build-on-big-endian-systems.patch;patchdir=system/core \ 33 file://core/0005-adb-add-base64-implementation.patch;patchdir=system/core \ 34 file://core/0006-adb-Musl-fixes.patch;patchdir=system/core \ 35 file://core/0007-adb-usb_linux.c-fix-build-with-glibc-2.28.patch;patchdir=system/core \ 36 file://core/0008-adb-Allow-adbd-to-be-ran-as-root.patch;patchdir=system/core \ 43 file://core/0013-adb-Support-riscv64.patch;patchdir=system/core \ 44 file://core/0014-add-u3-ss-descriptor-support-for-adb.patch;patchdir=system/core \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/ |
H A D | move-log-file-to-proper-dir.patch | 7 --- a/system/core/adb/adb_utils.cpp 8 +++ b/system/core/adb/adb_utils.cpp 13 + std::string log_dir = android::base::StringPrintf("/run/user/%u/adb.log", getuid()); 20 return android::base::StringPrintf("%s/adb.%u.log", tmp_dir, getuid());
|
H A D | stub-out-fastdeploy.patch | 3 Description: Defer packaging fastdeploy with adb for 29.x.x tags. 5 --- a/system/core/adb/client/commandline.cpp 6 +++ b/system/core/adb/client/commandline.cpp 15 --- a/system/core/adb/client/adb_install.cpp 16 +++ b/system/core/adb/client/adb_install.cpp 88 + printf("Fast Deploy is unavailable in this build of adb, "
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/ |
H A D | move-log-file-to-proper-dir.patch | 7 --- a/system/core/adb/adb_utils.cpp 8 +++ b/system/core/adb/adb_utils.cpp 13 + std::string log_dir = android::base::StringPrintf("/run/user/%u/adb.log", getuid()); 20 return android::base::StringPrintf("%s/adb.%u.log", tmp_dir, getuid());
|
H A D | stub-out-fastdeploy.patch | 3 Description: Defer packaging fastdeploy with adb for 29.x.x tags. 5 --- a/system/core/adb/client/commandline.cpp 6 +++ b/system/core/adb/client/commandline.cpp 15 --- a/system/core/adb/client/adb_install.cpp 16 +++ b/system/core/adb/client/adb_install.cpp 88 + printf("Fast Deploy is unavailable in this build of adb, "
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf/ |
H A D | android-gadget-setup | 14 mkdir -p /dev/usb-ffs/adb 15 mount -t functionfs adb /dev/usb-ffs/adb 17 echo adb > /sys/class/android_usb/android0/f_ffs/aliases
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools-conf/ |
H A D | android-gadget-setup | 14 mkdir -p /dev/usb-ffs/adb 15 mount -t functionfs adb /dev/usb-ffs/adb 17 echo adb > /sys/class/android_usb/android0/f_ffs/aliases
|