summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Kiryanov <rkir@google.com>2021-02-03 11:37:12 -0800
committerRoman Kiryanov <rkir@google.com>2021-02-03 11:50:38 -0800
commit9aac9e98d11f950f6d861860f180f3368192842c (patch)
tree499eeecda4231cb6db937072a14ba6a0e8266ec3
parent95f158dcfcfa086c022f28da0972534b45d79540 (diff)
downloadarm64-9aac9e98d11f950f6d861860f180f3368192842c.tar.gz
Update kernel to builds 7120528android-s-preview-1
git log --first-parent -100 --oneline --no-decorate a4c4cb612302..e5448a794c4f: e5448a794c4f ANDROID: Update abi xml following removing the QCOM_COMMAND_DB option 416109b89631 ANDROID: Drop cmd_db items from abi_gki_aarch64_qcom file e9f5b701b216 ANDROID: db845c KABI update for QCOM_COMMAND_DB as a module d259e07533db ANDROID: gki_defconfig: Move QCOM_COMMAND_DB out of gki and into device fragments f7589a13de4b UPSTREAM: soc: qcom: cmd-db: allow loading as a module 90935b28546d BACKPORT: FROMLIST: dmabuf: Add the capability to expose DMA-BUF stats in sysfs 5ad6bc057fe4 ANDROID: GKI: Update ABI with virtual_device symbols 70ac757dc8bf ANDROID: GKI: Update virtual_device symbol list Test: treehugger Bug: 170677468 Change-Id: I09044dfc54c73ca3e5a8a280bc4377cea0619be8
-rw-r--r--Android.bp30
-rw-r--r--ac97_bus.kobin0 -> 229800 bytes
-rw-r--r--dummy-cpufreq.kobin0 -> 142576 bytes
-rw-r--r--erofs.kobin0 -> 2309808 bytes
-rw-r--r--failover.kobin0 -> 367760 bytes
-rw-r--r--gnss-cmdline.kobin0 -> 210552 bytes
-rw-r--r--gnss-serial.kobin0 -> 238464 bytes
-rw-r--r--goldfish_address_space.kobin0 -> 399024 bytes
-rw-r--r--goldfish_battery.kobin0 -> 241464 bytes
-rw-r--r--goldfish_pipe.kobin0 -> 582224 bytes
-rw-r--r--goldfish_sync.kobin0 -> 366000 bytes
-rw-r--r--initramfs.imgbin0 -> 1197117 bytes
-rw-r--r--lzo-rle.kobin0 -> 201664 bytes
-rw-r--r--lzo.kobin0 -> 201456 bytes
-rw-r--r--mac80211_hwsim.kobin0 -> 1025976 bytes
-rw-r--r--md-mod.kobin0 -> 2571264 bytes
-rw-r--r--nd_virtio.kobin0 -> 261720 bytes
-rw-r--r--net_failover.kobin0 -> 442256 bytes
-rw-r--r--pulse8-cec.kobin0 -> 278296 bytes
-rw-r--r--rtc-test.kobin0 -> 215384 bytes
-rw-r--r--snd-ac97-codec.kobin0 -> 1553296 bytes
-rw-r--r--snd-hda-codec-generic.kobin0 -> 880384 bytes
-rw-r--r--snd-hda-codec-realtek.kobin0 -> 1002992 bytes
-rw-r--r--snd-hda-codec.kobin0 -> 2160928 bytes
-rw-r--r--snd-hda-core.kobin0 -> 2174704 bytes
-rw-r--r--snd-hda-intel.kobin0 -> 534512 bytes
-rw-r--r--snd-intel8x0.kobin0 -> 550480 bytes
-rw-r--r--system_heap.kobin0 -> 294688 bytes
-rw-r--r--test_meminit.kobin0 -> 218976 bytes
-rw-r--r--test_stackinit.kobin0 -> 311840 bytes
-rw-r--r--tpm.kobin0 -> 2392512 bytes
-rw-r--r--tpm_vtpm_proxy.kobin0 -> 292936 bytes
-rw-r--r--virt_wifi.kobin0 -> 473040 bytes
-rw-r--r--virt_wifi_sim.kobin0 -> 649024 bytes
-rw-r--r--virtio-gpu.kobin0 -> 3666608 bytes
-rw-r--r--virtio-rng.kobin0 -> 222048 bytes
-rw-r--r--virtio_blk.kobin0 -> 362152 bytes
-rw-r--r--virtio_console.kobin0 -> 485584 bytes
-rw-r--r--virtio_input.kobin0 -> 275240 bytes
-rw-r--r--virtio_mmio.kobin0 -> 303352 bytes
-rw-r--r--virtio_net.kobin0 -> 981736 bytes
-rw-r--r--virtio_pci.kobin0 -> 840504 bytes
-rw-r--r--virtio_pmem.kobin0 -> 264864 bytes
-rw-r--r--virtiofs.kobin0 -> 429992 bytes
-rw-r--r--vmw_vsock_virtio_transport.kobin0 -> 514456 bytes
-rw-r--r--zram.kobin0 -> 586160 bytes
-rw-r--r--zsmalloc.kobin0 -> 582864 bytes
47 files changed, 30 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..f14bd08
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,30 @@
+// Copyright (C) 2021 The Android Open Source Project
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+filegroup {
+ name: "virt_device_prebuilts_initramfs-5.4-arm64",
+ srcs: ["initramfs.img"],
+}
+
+prebuilt_kernel_modules {
+ name: "virt_device_prebuilts_kernel_modules-5.4-arm64",
+ srcs: ["*.ko"],
+ kernel_version: "5.4",
+ enabled: false,
+ arch: {
+ arm64: {
+ enabled: true,
+ },
+ },
+}
diff --git a/ac97_bus.ko b/ac97_bus.ko
new file mode 100644
index 0000000..9f281a4
--- /dev/null
+++ b/ac97_bus.ko
Binary files differ
diff --git a/dummy-cpufreq.ko b/dummy-cpufreq.ko
new file mode 100644
index 0000000..cbea10c
--- /dev/null
+++ b/dummy-cpufreq.ko
Binary files differ
diff --git a/erofs.ko b/erofs.ko
new file mode 100644
index 0000000..e4d279a
--- /dev/null
+++ b/erofs.ko
Binary files differ
diff --git a/failover.ko b/failover.ko
new file mode 100644
index 0000000..ab476c7
--- /dev/null
+++ b/failover.ko
Binary files differ
diff --git a/gnss-cmdline.ko b/gnss-cmdline.ko
new file mode 100644
index 0000000..8b3dad8
--- /dev/null
+++ b/gnss-cmdline.ko
Binary files differ
diff --git a/gnss-serial.ko b/gnss-serial.ko
new file mode 100644
index 0000000..b8009bd
--- /dev/null
+++ b/gnss-serial.ko
Binary files differ
diff --git a/goldfish_address_space.ko b/goldfish_address_space.ko
new file mode 100644
index 0000000..3c42014
--- /dev/null
+++ b/goldfish_address_space.ko
Binary files differ
diff --git a/goldfish_battery.ko b/goldfish_battery.ko
new file mode 100644
index 0000000..4c2c7fc
--- /dev/null
+++ b/goldfish_battery.ko
Binary files differ
diff --git a/goldfish_pipe.ko b/goldfish_pipe.ko
new file mode 100644
index 0000000..7be6b71
--- /dev/null
+++ b/goldfish_pipe.ko
Binary files differ
diff --git a/goldfish_sync.ko b/goldfish_sync.ko
new file mode 100644
index 0000000..448ec31
--- /dev/null
+++ b/goldfish_sync.ko
Binary files differ
diff --git a/initramfs.img b/initramfs.img
new file mode 100644
index 0000000..764b0fb
--- /dev/null
+++ b/initramfs.img
Binary files differ
diff --git a/lzo-rle.ko b/lzo-rle.ko
new file mode 100644
index 0000000..fe3cc8a
--- /dev/null
+++ b/lzo-rle.ko
Binary files differ
diff --git a/lzo.ko b/lzo.ko
new file mode 100644
index 0000000..fe61d15
--- /dev/null
+++ b/lzo.ko
Binary files differ
diff --git a/mac80211_hwsim.ko b/mac80211_hwsim.ko
new file mode 100644
index 0000000..18c6148
--- /dev/null
+++ b/mac80211_hwsim.ko
Binary files differ
diff --git a/md-mod.ko b/md-mod.ko
new file mode 100644
index 0000000..da4a6c8
--- /dev/null
+++ b/md-mod.ko
Binary files differ
diff --git a/nd_virtio.ko b/nd_virtio.ko
new file mode 100644
index 0000000..52a69b6
--- /dev/null
+++ b/nd_virtio.ko
Binary files differ
diff --git a/net_failover.ko b/net_failover.ko
new file mode 100644
index 0000000..dfc6a56
--- /dev/null
+++ b/net_failover.ko
Binary files differ
diff --git a/pulse8-cec.ko b/pulse8-cec.ko
new file mode 100644
index 0000000..6e7fcb7
--- /dev/null
+++ b/pulse8-cec.ko
Binary files differ
diff --git a/rtc-test.ko b/rtc-test.ko
new file mode 100644
index 0000000..69cfa2b
--- /dev/null
+++ b/rtc-test.ko
Binary files differ
diff --git a/snd-ac97-codec.ko b/snd-ac97-codec.ko
new file mode 100644
index 0000000..8d3dd93
--- /dev/null
+++ b/snd-ac97-codec.ko
Binary files differ
diff --git a/snd-hda-codec-generic.ko b/snd-hda-codec-generic.ko
new file mode 100644
index 0000000..67c208a
--- /dev/null
+++ b/snd-hda-codec-generic.ko
Binary files differ
diff --git a/snd-hda-codec-realtek.ko b/snd-hda-codec-realtek.ko
new file mode 100644
index 0000000..325a521
--- /dev/null
+++ b/snd-hda-codec-realtek.ko
Binary files differ
diff --git a/snd-hda-codec.ko b/snd-hda-codec.ko
new file mode 100644
index 0000000..37f5a74
--- /dev/null
+++ b/snd-hda-codec.ko
Binary files differ
diff --git a/snd-hda-core.ko b/snd-hda-core.ko
new file mode 100644
index 0000000..e010cad
--- /dev/null
+++ b/snd-hda-core.ko
Binary files differ
diff --git a/snd-hda-intel.ko b/snd-hda-intel.ko
new file mode 100644
index 0000000..f68a6fd
--- /dev/null
+++ b/snd-hda-intel.ko
Binary files differ
diff --git a/snd-intel8x0.ko b/snd-intel8x0.ko
new file mode 100644
index 0000000..e280d3c
--- /dev/null
+++ b/snd-intel8x0.ko
Binary files differ
diff --git a/system_heap.ko b/system_heap.ko
new file mode 100644
index 0000000..561569d
--- /dev/null
+++ b/system_heap.ko
Binary files differ
diff --git a/test_meminit.ko b/test_meminit.ko
new file mode 100644
index 0000000..9bbd68e
--- /dev/null
+++ b/test_meminit.ko
Binary files differ
diff --git a/test_stackinit.ko b/test_stackinit.ko
new file mode 100644
index 0000000..a4cabe5
--- /dev/null
+++ b/test_stackinit.ko
Binary files differ
diff --git a/tpm.ko b/tpm.ko
new file mode 100644
index 0000000..5dafacc
--- /dev/null
+++ b/tpm.ko
Binary files differ
diff --git a/tpm_vtpm_proxy.ko b/tpm_vtpm_proxy.ko
new file mode 100644
index 0000000..3dfd683
--- /dev/null
+++ b/tpm_vtpm_proxy.ko
Binary files differ
diff --git a/virt_wifi.ko b/virt_wifi.ko
new file mode 100644
index 0000000..00e640f
--- /dev/null
+++ b/virt_wifi.ko
Binary files differ
diff --git a/virt_wifi_sim.ko b/virt_wifi_sim.ko
new file mode 100644
index 0000000..47e8a29
--- /dev/null
+++ b/virt_wifi_sim.ko
Binary files differ
diff --git a/virtio-gpu.ko b/virtio-gpu.ko
new file mode 100644
index 0000000..99f27d9
--- /dev/null
+++ b/virtio-gpu.ko
Binary files differ
diff --git a/virtio-rng.ko b/virtio-rng.ko
new file mode 100644
index 0000000..6f4a5f3
--- /dev/null
+++ b/virtio-rng.ko
Binary files differ
diff --git a/virtio_blk.ko b/virtio_blk.ko
new file mode 100644
index 0000000..1617421
--- /dev/null
+++ b/virtio_blk.ko
Binary files differ
diff --git a/virtio_console.ko b/virtio_console.ko
new file mode 100644
index 0000000..8e825ba
--- /dev/null
+++ b/virtio_console.ko
Binary files differ
diff --git a/virtio_input.ko b/virtio_input.ko
new file mode 100644
index 0000000..4679d0e
--- /dev/null
+++ b/virtio_input.ko
Binary files differ
diff --git a/virtio_mmio.ko b/virtio_mmio.ko
new file mode 100644
index 0000000..6dfb4d2
--- /dev/null
+++ b/virtio_mmio.ko
Binary files differ
diff --git a/virtio_net.ko b/virtio_net.ko
new file mode 100644
index 0000000..f99345c
--- /dev/null
+++ b/virtio_net.ko
Binary files differ
diff --git a/virtio_pci.ko b/virtio_pci.ko
new file mode 100644
index 0000000..3ba9447
--- /dev/null
+++ b/virtio_pci.ko
Binary files differ
diff --git a/virtio_pmem.ko b/virtio_pmem.ko
new file mode 100644
index 0000000..b304648
--- /dev/null
+++ b/virtio_pmem.ko
Binary files differ
diff --git a/virtiofs.ko b/virtiofs.ko
new file mode 100644
index 0000000..5e30774
--- /dev/null
+++ b/virtiofs.ko
Binary files differ
diff --git a/vmw_vsock_virtio_transport.ko b/vmw_vsock_virtio_transport.ko
new file mode 100644
index 0000000..65122c4
--- /dev/null
+++ b/vmw_vsock_virtio_transport.ko
Binary files differ
diff --git a/zram.ko b/zram.ko
new file mode 100644
index 0000000..9290d76
--- /dev/null
+++ b/zram.ko
Binary files differ
diff --git a/zsmalloc.ko b/zsmalloc.ko
new file mode 100644
index 0000000..1cc3638
--- /dev/null
+++ b/zsmalloc.ko
Binary files differ