summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri2017-12-11 14:15:59 -0600
committerPraneeth Bajjuri2017-12-11 14:15:59 -0600
commita850ca3e01691f66db2e6886de192acf3afb6bb2 (patch)
treecc42a2de50a8f0d1f1083c838b94be6ebe4ba827 /BoardConfig.mk
parent063d78dc65a96a8f300dcbf23d7519a3904c545c (diff)
downloaddevice-ti-am57xevm-a850ca3e01691f66db2e6886de192acf3afb6bb2.tar.gz
device-ti-am57xevm-a850ca3e01691f66db2e6886de192acf3afb6bb2.tar.xz
device-ti-am57xevm-a850ca3e01691f66db2e6886de192acf3afb6bb2.zip
am57xevm: Enable early mount and make modules loadable
this is phase-1 of enabling modules and mounting the modules during first stage of android boot. Ref: https://source.android.com/devices/architecture/kernel/modular-kernels#mounting-partitions-early-first-stage-mount Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r--BoardConfig.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 01d0615..8cb7b44 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -92,7 +92,10 @@ VSYNC_EVENT_PHASE_OFFSET_NS := 7500000
92SF_VSYNC_EVENT_PHASE_OFFSET_NS := 5000000 92SF_VSYNC_EVENT_PHASE_OFFSET_NS := 5000000
93 93
94BOARD_VENDOR_KERNEL_MODULES := \ 94BOARD_VENDOR_KERNEL_MODULES := \
95# $(KERNELDIR)/drivers/scsi/scsi_mod.ko \ 95 $(KERNELDIR)/drivers/net/wireless/ti/wl18xx/wl18xx.ko \
96 $(KERNELDIR)/drivers/net/wireless/ti/wlcore/wlcore.ko \
97 $(KERNELDIR)/drivers/net/wireless/ti/wlcore/wlcore_sdio.ko\
98 $(KERNELDIR)/drivers/scsi/scsi_mod.ko \
96 $(KERNELDIR)/drivers/scsi/sd_mod.ko \ 99 $(KERNELDIR)/drivers/scsi/sd_mod.ko \
97 $(KERNELDIR)/drivers/usb/storage/usb-storage.ko \ 100 $(KERNELDIR)/drivers/usb/storage/usb-storage.ko \
98 $(KERNELDIR)/drivers/gpu/drm/omapdrm/displays/connector-hdmi.ko \ 101 $(KERNELDIR)/drivers/gpu/drm/omapdrm/displays/connector-hdmi.ko \
@@ -124,7 +127,7 @@ BOARD_VENDOR_KERNEL_MODULES := \
124 127
125 128
126BOARD_RECOVERY_KERNEL_MODULES := \ 129BOARD_RECOVERY_KERNEL_MODULES := \
127# $(KERNELDIR)/drivers/scsi/scsi_mod.ko \ 130 $(KERNELDIR)/drivers/scsi/scsi_mod.ko \
128 $(KERNELDIR)/drivers/scsi/sd_mod.ko \ 131 $(KERNELDIR)/drivers/scsi/sd_mod.ko \
129 $(KERNELDIR)/drivers/usb/storage/usb-storage.ko \ 132 $(KERNELDIR)/drivers/usb/storage/usb-storage.ko \
130 $(KERNELDIR)/drivers/gpu/drm/omapdrm/displays/connector-hdmi.ko \ 133 $(KERNELDIR)/drivers/gpu/drm/omapdrm/displays/connector-hdmi.ko \