build_kernel_image: Drop kernel parameter kvm.tdp_mmu=0

We already optimized the blob mapping with crosvm's virtio-gpu
fixed-blob-mapping feature to reduce the KVM cost of blob mapping
(b/246334944), now it's fine to re-enable the tdp_mmu.

BUG=b:341012914

TEST=Build and flash image to zavala device,
android.hardware.camera2.cts.RecordingTest#testIntermediateSurfaceRecording[1]
passed

Change-Id: I293e857d8ee77352ba7d7f845c9d362f7947b96c
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosutils/+/5617955
Reviewed-by: Mike Frysinger <vapier@chromium.org>
Reviewed-by: David Stevens <stevensd@chromium.org>
Commit-Queue: Dawn Han <dawnhan@google.com>
Reviewed-by: Yiwei Zhang <zzyiwei@chromium.org>
Tested-by: Dawn Han <dawnhan@google.com>
1 file changed
tree: dddfb9fbc631d1a624207efd25fa70c3ccb281b3
  1. bin/
  2. build_library/
  3. hooks/
  4. lib/
  5. mod_for_test_scripts/
  6. .gitignore
  7. build_kernel_image.sh
  8. common.sh
  9. cros_show_stacks
  10. DIR_METADATA
  11. image_to_vm.sh
  12. make_netboot.sh
  13. mod_image_for_recovery.sh
  14. mount_gpt_image.sh
  15. OWNERS
  16. OWNERS.kernel
  17. PRESUBMIT.cfg
  18. README.md
  19. remote_access.sh
  20. update_bootloaders.sh
  21. update_chroot
  22. update_kernel.sh
README.md

src/scripts directory

This repository contains build tools and scripts written in shell (e.g., Bash). Historically, much of our build process was written in shell in this directory, however, we're currently in the process of migrating many scripts to Python in Chromite.

In general, we're not currently accepting new scripts in this directory.

If you want to host a script for yourself/local team, feel free to use the src/platform/dev/contrib/ directory instead.