Update RAMdisk offset to accommodate increase in DTB img
size from 2 MB to 3 MB. This is required because many targets
are now using same DTB for different platforms and the DTB size
of 2 MB was reached.
Change-Id: I31d2304aef7222bf85671fb260ba9f2193f54164
Signed-off-by: Naman Jain <quic_namajain@quicinc.com>
Used to indicate preferred userspace to external scripts which help pack
the kernel images.
Change-Id: Ic6d12f4157df81e9d0b87a552ca1333e955f3b08
Signed-off-by: Elliot Berman <quic_eberman@quicinc.com>
Enable "mostly" hermetic toolchain on msm-kernel for targets which need
openssl. For those targets, use DISABLE_HERMETIC_SYSROOT to work around
missing aosp/1843323. This change enables a hermetic PATH, but still
uses host's sysroot for system libraries.
Change-Id: Ifaa65baac3832647fd0938b90436b540c1ae0964
Signed-off-by: Elliot Berman <quic_eberman@quicinc.com>
The current amount of memory provisioned to the Waipio Trusted
VM must be increased by 6 MB, making the VM size 74 MB. Also, given
that one of the 1 MB buffers for Virtio will not be used, it can
be reclaimed by the VM, which increases the size to 75 MB. However,
a small portion of the 75 MB can be used for QRTR and other
Virtio buffers.
Thus, subtract the size of the QRTR buffers (36 KB) and Virtio
buffers (16 KB) from the current amount of memory the VM has (75 MB)
to make the VM size ~74.95 MB.
Change-Id: Ief2e76964d3ce93df07bdf7c765a9ed6091b15f6
Signed-off-by: Isaac J. Manjarres <isaacm@codeaurora.org>
Update the Waipio Trusted VM size from 122 MB to 68 MB in the
Waipio Trusted VM configuration file.
Change-Id: I15cb675212f3c83a13ebab936e18ed22537264e3
Signed-off-by: Isaac J. Manjarres <isaacm@codeaurora.org>
To help facilitate easy transition for kernel source to move from
kernel_platform/common to kernel_platform/msm-kernel, a symlink of
build.config.msm.{lahaina,waipio,waipio.tuivm} will be created in
kernel_platform/common folder for build processes which hard-code
"common/build.config.msm.{lahaina,waipio,waipio.tuivm}" as the
BUILD_CONFIG. When the symlink is used, KERNEL_DIR is set to common/,
but it should use msm-kernel as the real KERNEL_DIR, since that's where
msm-5.10 really lives.
This is especially the case since build.config.msm.common and other
build.config files that build.config.msm.{waipio,waipio.tuivm,lahaina}
use live in msm-5.10, not the kernel_platform/common folder.
Change-Id: Id95b46d345c726384ed741ed2cfa4ed7923288f0
Signed-off-by: Elliot Berman <eberman@codeaurora.org>
Create a vmbootsys.img for VM for waipio.
Change-Id: I4714db383ec8ed2493b84ca2c2eb518e29a4d93f
Signed-off-by: Murali Nalajala <mnalajal@codeaurora.org>
Add new build configs to compile a kernel for virtual machine.
Change-Id: If7d991a9975bb1e45c62a5d414e8a81cec796bbd
Signed-off-by: Murali Nalajala <mnalajal@codeaurora.org>