Daniel Mentz 3b533e5227 Import prebuilt kernel modules like fips140.ko
Add support for copying prebuilt kernel modules like fips140.ko into the
vendor kernel ramdisk. These kernel modules are different in the following
ways:

- They do not appear in vendor_kernel_boot.modules.load provided by the
  kernel build system.
- We want to put their names at the very beginning of the output
  modules.load file to ensure that they are loaded prior to all other
  modules.

We define a new Makefile variable named
BOARD_PREBUILT_VENDOR_KERNEL_RAMDISK_KERNEL_MODULES. For every filename
on this list, we verify that the file exists in $(KERNEL_MODULE_DIR),
and if it does, we include its name in the modules.load for the vendor
kernel boot ramdisk.

Bug: 194712883
Change-Id: I91a1d834b32717d32621d0a67da9052324cab20c
2022-10-31 19:30:13 +00:00
2021-08-25 14:43:35 +08:00
2022-10-21 18:13:01 +00:00
2022-04-13 20:48:30 +00:00
2022-09-14 02:59:20 +00:00
2022-03-24 17:44:37 +00:00
2021-05-20 17:54:35 +08:00
2021-05-20 17:54:35 +08:00
2022-10-16 13:50:28 +00:00
2022-04-13 21:28:09 +00:00
2021-05-20 17:54:35 +08:00
2022-09-16 11:31:17 +08:00
2021-05-20 17:54:35 +08:00
2021-05-19 17:38:25 +08:00
2021-05-19 13:35:26 +08:00
2022-03-24 17:44:37 +00:00
Description
Board tree for Google Tensor G2 devices
65 MiB
Languages
C++ 60.5%
Makefile 25.6%
PureBasic 9.1%
Shell 2.1%
C 1.5%
Other 1.2%