Skip to content

Commit

Permalink
mixin updates
Browse files Browse the repository at this point in the history
[DONT MERGE] Disable trusty
Enable mac80211 for BM Android
Changes will revert iwl7000 driver and enable mac80211 for BM
[DO NOT MERGE] For CiV

Tracked-On: OAM-99522
Mixin-Reviewed-On: projectceladon/device-androidia-mixins#1229
Mixin-Reviewed-On: #1233
Signed-off-by: Bharat B Panda <[email protected]>
Signed-off-by: Jeevaka Prabu Badrappan <[email protected]>
  • Loading branch information
buildslave committed Sep 22, 2021
1 parent 0b27c62 commit f68519f
Show file tree
Hide file tree
Showing 15 changed files with 10 additions and 214 deletions.
25 changes: 0 additions & 25 deletions caas/AndroidBoard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -538,31 +538,6 @@ em-host-utilities:
.PHONY: host-pkg
host-pkg: em-host-utilities vinput-manager
##############################################################
# Source: device/intel/mixins/groups/trusty/true/AndroidBoard.mk
##############################################################
.PHONY: tosimage multiboot

EVMM_PKG := $(TOP)/$(PRODUCT_OUT)/obj/trusty/evmm_pkg.bin
EVMM_LK_PKG := $(TOP)/$(PRODUCT_OUT)/obj/trusty/evmm_lk_pkg.bin

LOCAL_CLANG_PATH = $(CLANG_PREBUILTS_PATH)/host/$(HOST_OS)-x86/$(KERNEL_CLANG_VERSION)/bin

LOCAL_MAKE := \
PATH="$(LOCAL_CLANG_PATH):$(PWD)/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/bin:$$PATH" \
$(PWD)/prebuilts/build-tools/linux-x86/bin/make
$(EVMM_PKG):
@echo "making evmm.."
$(hide) (cd $(TOPDIR)$(INTEL_PATH_VENDOR)/fw/evmm && $(TRUSTY_ENV_VAR) $(LOCAL_MAKE))

$(EVMM_LK_PKG):
@echo "making evmm(packing with lk.bin).."
$(hide) (cd $(TOPDIR)$(INTEL_PATH_VENDOR)/fw/evmm && $(TRUSTY_ENV_VAR) $(LOCAL_MAKE))

# include sub-makefile according to boot_arch
include $(TARGET_DEVICE_DIR)/extra_files/trusty/trusty_project-celadon.mk

LOAD_MODULES_H_IN += $(TARGET_DEVICE_DIR)/extra_files/trusty/load_trusty_modules.in
##############################################################
# Source: device/intel/mixins/groups/firststage-mount/true/AndroidBoard.mk
##############################################################
FIRST_STAGE_MOUNT_CFG_FILE := $(TARGET_DEVICE_DIR)/extra_files/firststage-mount/config.asl
Expand Down
44 changes: 2 additions & 42 deletions caas/BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ BOARD_VBMETAIMAGE_PARTITION_SIZE := 2097152
BOARD_FLASHFILES += $(PRODUCT_OUT)/vbmeta.img

AB_OTA_PARTITIONS += vbmeta
AB_OTA_PARTITIONS += tos


KERNELFLINGER_SUPPORT_USB_STORAGE ?= true
Expand Down Expand Up @@ -300,48 +299,9 @@ BUILD_BROKEN_USES_BUILD_HOST_SHARED_LIBRARY := true
BUILD_BROKEN_USES_BUILD_HOST_EXECUTABLE := true
BUILD_BROKEN_USES_BUILD_COPY_HEADERS := true
##############################################################
# Source: device/intel/mixins/groups/trusty/true/BoardConfig.mk
# Source: device/intel/mixins/groups/trusty/false/BoardConfig.mk
##############################################################
TARGET_USE_TRUSTY := true

ifneq (, $(filter abl sbl, project-celadon))
TARGET_USE_MULTIBOOT := true
endif

BOARD_USES_TRUSTY := true
BOARD_USES_KEYMASTER1 := true
BOARD_SEPOLICY_DIRS += $(INTEL_PATH_SEPOLICY)/trusty/enabled
BOARD_SEPOLICY_M4DEFS += module_trusty=true

TRUSTY_BUILDROOT = $(PWD)/$(PRODUCT_OUT)/obj/trusty/

TRUSTY_ENV_VAR += TRUSTY_REF_TARGET=celadon_64

#for trusty vmm
# use same toolchain as android kernel
TRUSTY_ENV_VAR += CLANG_BINDIR=$(PWD)/$(LLVM_PREBUILTS_PATH)
TRUSTY_ENV_VAR += COMPILE_TOOLCHAIN=$(YOCTO_CROSSCOMPILE)
TRUSTY_ENV_VAR += TARGET_BUILD_VARIANT=$(TARGET_BUILD_VARIANT)
TRUSTY_ENV_VAR += BOOT_ARCH=project-celadon

# output build dir to android out folder
TRUSTY_ENV_VAR += BUILD_DIR=$(TRUSTY_BUILDROOT)
ifeq ($(LKDEBUG),2)
TRUSTY_ENV_VAR += LKBIN_DIR=$(PWD)/vendor/intel/fw/trusty-release-binaries/debug/
else
TRUSTY_ENV_VAR += LKBIN_DIR=$(PWD)/vendor/intel/fw/trusty-release-binaries/
endif

#Fix the cpu hotplug fail due to the trusty.
#Trusty will introduce some delay for cpu_up().
#Experiment show need wait at least 60us after
#apic_icr_write(APIC_DM_STARTUP | (start_eip >> 12), phys_apicid);
#So here override the cpu_init_udelay to have the cpu wait for 300us
#to guarantee the cpu_up success.
BOARD_KERNEL_CMDLINE += cpu_init_udelay=10

#TOS_PREBUILT := $(PWD)/$(INTEL_PATH_VENDOR)/fw/evmm/tos.img
#EVMM_PREBUILT := $(PWD)/$(INTEL_PATH_VENDOR)/fw/evmm/multiboot.img
BOARD_SEPOLICY_DIRS += $(INTEL_PATH_SEPOLICY)/trusty/disabled
##############################################################
# Source: device/intel/mixins/groups/firststage-mount/true/BoardConfig.mk
##############################################################
Expand Down
33 changes: 2 additions & 31 deletions caas/device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -300,39 +300,10 @@ PRODUCT_COPY_FILES += device/intel/civ/host/vm-manager/scripts/start_flash_usb.s
PRODUCT_COPY_FILES += vendor/intel/fw/trusty-release-binaries/rpmb_dev:$(PRODUCT_OUT)/scripts/rpmb_dev
PRODUCT_COPY_FILES += $(LOCAL_PATH)/wakeup.py:$(PRODUCT_OUT)/scripts/wakeup.py
##############################################################
# Source: device/intel/mixins/groups/trusty/true/product.mk
# Source: device/intel/mixins/groups/trusty/false/product.mk
##############################################################

KM_VERSION := 2

ifeq ($(KM_VERSION),2)
PRODUCT_PACKAGES += \
keystore.trusty
PRODUCT_PROPERTY_OVERRIDES += \
ro.hardware.keystore=trusty
endif

ifeq ($(KM_VERSION),1)
PRODUCT_PACKAGES += \
keystore.${TARGET_BOARD_PLATFORM}
endif

PRODUCT_PACKAGES += \
libtrusty \
storageproxyd \
libinteltrustystorage \
libinteltrustystorageinterface \
[email protected] \
keybox_provisioning \

PRODUCT_PACKAGES_DEBUG += \
intel-secure-storage-unit-test \
gatekeeper-unit-tests \
libscrypt_static \
scrypt_test \

PRODUCT_PROPERTY_OVERRIDES += \
ro.hardware.gatekeeper=trusty \
[email protected]
##############################################################
# Source: device/intel/mixins/groups/vendor-partition/true/product.mk
##############################################################
Expand Down
2 changes: 1 addition & 1 deletion caas/extra_files/firststage-mount/config.asl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Scope(_SB)
Package () {
Package () {"android.compatible", "android,firmware"},
Package () {"android.vbmeta.compatible","android,vbmeta"},
Package () {"android.vbmeta.parts","vbmeta,boot,system,vendor,tos,product"},
Package () {"android.vbmeta.parts","vbmeta,boot,system,vendor,product"},
Package () {"android.fstab.compatible", "android,fstab"},
Package () {"android.fstab.vendor.compatible", "android,vendor"},
Package () {"android.fstab.vendor.dev", "/dev/block/pci/pci0000:00/0000:00:ff.ff/by-name/vendor"}, // Varies with platform
Expand Down
18 changes: 0 additions & 18 deletions caas/extra_files/trusty/load_trusty_modules.in

This file was deleted.

50 changes: 0 additions & 50 deletions caas/extra_files/trusty/trusty_project-celadon.mk

This file was deleted.

5 changes: 0 additions & 5 deletions caas/flashfiles.ini
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ tool = fastboot
args = erase teedata
description = Erase teedata partition

[command.flash.tos]
tool = fastboot
args = flash tos_a $file
file = radio:tos.img
description = Flash tos partition


##############################################################
Expand Down
1 change: 0 additions & 1 deletion caas/fstab
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ system /system ext4 ro,barrier=1 wait,slotselect,avb_keys=/avb/q-gsi.avbpubke
/dev/block/by-name/userdata /data ext4 noatime,nosuid,nodev,noauto_da_alloc,errors=panic wait,check,formattable,fileencryption=aes-256-xts:aes-256-cts,quota,reservedsize=50m,fsverity,latemount,keydirectory=/metadata/vold/metadata_encryption,checkpoint=block
/dev/block/by-name/boot /boot emmc defaults defaults,slotselect,avb
/dev/block/by-name/misc /misc emmc defaults defaults
/dev/block/by-name/tos /tos emmc defaults defaults,slotselect,avb
/dev/block/by-name/bootloader /bootloader emmc defaults recoveryonly
/dev/block/by-name/bootloader2 /bootloader2 emmc defaults recoveryonly
/dev/block/by-name/persistent /persistent emmc defaults defaults
Expand Down
1 change: 0 additions & 1 deletion caas/fstab.recovery
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ system /system ext4 ro,barrier=1 wait,slotselect,avb_keys=/avb/q-gsi.avbpubke
/dev/block/by-name/userdata /data ext4 noatime,nosuid,nodev,noauto_da_alloc,errors=panic wait,check,formattable,fileencryption=aes-256-xts:aes-256-cts
/dev/block/by-name/boot /boot emmc defaults defaults
/dev/block/by-name/misc /misc emmc defaults defaults
/dev/block/by-name/tos /tos emmc defaults defaults,slotselect
/dev/block/by-name/bootloader /bootloader emmc defaults recoveryonly
/dev/block/by-name/bootloader2 /bootloader2 emmc defaults recoveryonly
/dev/block/by-name/persistent /persistent emmc defaults defaults
Expand Down
7 changes: 1 addition & 6 deletions caas/gpt.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ has_slot = true
# Source: device/intel/mixins/groups/boot-arch/project-celadon/gpt.ini
##############################################################
[base]
partitions = bootloader bootloader2 boot tos misc metadata acpio super data persistent teedata
partitions = bootloader bootloader2 boot misc metadata acpio super data persistent teedata
device = auto
nb_slot = 2

Expand All @@ -45,11 +45,6 @@ len = 30
type = boot
has_slot = true

[partition.tos]
label = tos
len = 10
type = boot
has_slot = true

[partition.misc]
label = misc
Expand Down
27 changes: 1 addition & 26 deletions caas/init.rc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ on post-fs-data
on early-boot

insmod /vendor/lib/modules/cfg80211.ko
insmod /vendor/lib/modules/iwl7000_mac80211.ko
insmod /vendor/lib/modules/mac80211.ko
insmod /vendor/lib/modules/iwlwifi.ko
insmod /vendor/lib/modules/iwlmvm.ko power_scheme=1

Expand Down Expand Up @@ -187,31 +187,6 @@ on post-fs
insmod /vendor/lib/modules/r8152.ko
insmod /vendor/lib/modules/r8169.ko
##############################################################
# Source: device/intel/mixins/groups/trusty/true/init.rc
##############################################################
on post-fs-data
mkdir /data/vendor/securestorage 0700 system system
chmod 666 /dev/rpmb0

on early-boot
start storageproxyd

service storageproxyd /vendor/bin/storageproxyd -d /dev/trusty-ipc-dev0 -p /data/vendor/securestorage -r /dev/vport0p1 -t virt
user system
group system

on boot
start keyboxd

service keyboxd /vendor/bin/keybox_provisioning -d /dev/trusty-ipc-dev0 -p /dev/block/by-name/teedata
user system
group system
oneshot

on post-fs
wait_for_prop vendor.modules.trusty.ready true
chmod 666 /dev/vport0p1
##############################################################
# Source: device/intel/mixins/groups/config-partition/true/init.rc
##############################################################
# Enable SELinux labeling
Expand Down
5 changes: 0 additions & 5 deletions caas/ueventd.rc
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@
# Used by WideVine
/dev/meimm 0660 system drmrpc
##############################################################
# Source: device/intel/mixins/groups/trusty/true/ueventd.rc
##############################################################
/dev/block/p*/*/*/by-name/teedata 0660 system system
/dev/trusty-ipc-dev0 0666 root root
##############################################################
# Source: device/intel/mixins/groups/graphics/auto/ueventd.rc
##############################################################
/dev/sw_sync 0666 system mediadrm
Expand Down
2 changes: 1 addition & 1 deletion caas_cfc/init.rc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ on post-fs-data
on early-boot

insmod /vendor/lib/modules/cfg80211.ko
insmod /vendor/lib/modules/iwl7000_mac80211.ko
insmod /vendor/lib/modules/mac80211.ko
insmod /vendor/lib/modules/iwlwifi.ko
insmod /vendor/lib/modules/iwlmvm.ko power_scheme=1

Expand Down
2 changes: 1 addition & 1 deletion celadon_ivi/init.rc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on post-fs-data
on early-boot

insmod /vendor/lib/modules/cfg80211.ko
insmod /vendor/lib/modules/iwl7000_mac80211.ko
insmod /vendor/lib/modules/mac80211.ko
insmod /vendor/lib/modules/iwlwifi.ko
insmod /vendor/lib/modules/iwlmvm.ko power_scheme=1

Expand Down
2 changes: 1 addition & 1 deletion celadon_tablet/init.rc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on post-fs-data
on early-boot

insmod /vendor/lib/modules/cfg80211.ko
insmod /vendor/lib/modules/iwl7000_mac80211.ko
insmod /vendor/lib/modules/mac80211.ko
insmod /vendor/lib/modules/iwlwifi.ko
insmod /vendor/lib/modules/iwlmvm.ko power_scheme=1

Expand Down

0 comments on commit f68519f

Please sign in to comment.