Hi All,
Now I am able to see installed drivers using lsmod
command.
Steps I followed ā¦
I use buildroot for MLO, u-boot.img, extlinux/ and rootfs.tar
build mainline Linux kernel.
make ARCH=arm distclean
make ARCH=arm omap2plus_defconfig
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- menuconfig
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- zImage dtbs -j10
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- modules -j10
sudo make ARCH=arm modules_install INSTALL_MOD_PATH=/media/riscv/Rootfs/
sudo cp arch/arm/boot/zImage /media/riscv/Rootfs/BOOT && sync
sudo cp arch/arm/boot/dts/ti/omap/am355x-boneblack.dtb /media/riscv/Rootfs/BOOT && sync
extlinux/extlinux.conf
label beaglebone-buildroot
kernel /zImage
devicetree /am335x-boneblack.dtb
fdtdir /
append console=ttyS0,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait
U-Boot SPL 2023.04 (Oct 04 2023 - 16:14:54 +0530)
Trying to boot from MMC1
U-Boot 2023.04 (Oct 04 2023 - 16:14:54 +0530)
CPU : AM335X-GP rev 2.1
Model: TI AM335x BeagleBone Black
DRAM: 512 MiB
Core: 160 devices, 18 uclasses, devicetree: separate
WDT: Started wdt@44e35000 with servicing every 1000ms (60s timeout)
NAND: 0 MiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
Loading Environment from FAT... Unable to read "uboot.env" from mmc0:1...
<ethaddr> not set. Validating first E-fuse MAC
Net: eth2: ethernet@4a100000, eth3: usb_ether
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Found /extlinux/extlinux.conf
Retrieving file: /extlinux/extlinux.conf
1: beaglebone-buildroot
Retrieving file: /zImage
append: console=ttyS0,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait
Retrieving file: /am335x-boneblack.dtb
Kernel image @ 0x82000000 [ 0x000000 - 0x4ee988 ]
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 8ffeb000, end 8ffff1be ... OK
Working FDT set to 8ffeb000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 6.6.0-rc3 (root@riscv-demo) (arm-linux-gnueabihf-gcc (GCC) 14.0.0 20230605 (experimental) [master revision c7fe7ad612bb6aac1d078d215d5700ec4ef70e3c], GNU ld (Linaro_Binutils-2023.06) 2.40.50.20230605) #1 SMP Fri Oct 6 09:19:37 IST 2023
[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: TI AM335x BeagleBone Black
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] cma: Reserved 16 MiB at 0x9e800000 on node -1
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000080000000-0x000000009fdfffff]
[ 0.000000] HighMem empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009fdfffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fdfffff]
[ 0.000000] CPU: All CPU(s) started in SVC mode.
[ 0.000000] AM335X ES2.1 (sgx neon)
[ 0.000000] percpu: Embedded 16 pages/cpu s36052 r8192 d21292 u65536
[ 0.000000] Kernel command line: console=ttyS0,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129412
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 484740K/522240K available (10240K kernel code, 1108K rwdata, 2532K rodata, 1024K init, 283K bss, 21116K reserved, 16384K cma-reserved, 0K highmem)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] trace event string verifier disabled
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] IRQ: Found an INTC at 0x(ptrval) (revision 5.0) with 128 interrupts
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] TI gptimer clocksource: always-on /ocp/interconnect@44c00000/segment@200000/target-module@31000
[ 0.000003] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
[ 0.000026] clocksource: dmtimer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[ 0.000485] TI gptimer clockevent: 24000000 Hz at /ocp/interconnect@48000000/segment@0/target-module@40000
[ 0.001933] Console: colour dummy device 80x30
[ 0.002008] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
[ 0.090533] CPU: Testing write buffer coherency: ok
[ 0.090638] CPU0: Spectre v2: using BPIALL workaround
[ 0.090648] pid_max: default: 32768 minimum: 301
[ 0.090772] LSM: initializing lsm=capability,integrity
[ 0.090940] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.090961] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.092434] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[ 0.094016] Setting up static identity map for 0x80100000 - 0x80100078
[ 0.094299] rcu: Hierarchical SRCU implementation.
[ 0.094308] rcu: Max phase no-delay instances is 1000.
[ 0.095018] smp: Bringing up secondary CPUs ...
[ 0.095063] smp: Brought up 1 node, 1 CPU
[ 0.095075] SMP: Total of 1 processors activated (996.14 BogoMIPS).
[ 0.095086] CPU: All CPU(s) started in SVC mode.
[ 0.095928] devtmpfs: initialized
[ 0.111340] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[ 0.111689] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.111724] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[ 0.113058] pinctrl core: initialized pinctrl subsystem
[ 0.115424] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.117921] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.118504] audit: initializing netlink subsys (disabled)
[ 0.119732] thermal_sys: Registered thermal governor 'fair_share'
[ 0.119751] thermal_sys: Registered thermal governor 'step_wise'
[ 0.119758] thermal_sys: Registered thermal governor 'user_space'
[ 0.119862] audit: type=2000 audit(0.110:1): state=initialized audit_enabled=0 res=1
[ 0.119938] cpuidle: using governor menu
[ 0.135697] No ATAGs?
[ 0.135721] hw-breakpoint: debug architecture 0x4 unsupported.
[ 0.138562] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.795722] iommu: Default domain type: Translated
[ 0.795742] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.797137] SCSI subsystem initialized
[ 0.798861] pps_core: LinuxPPS API ver. 1 registered
[ 0.798872] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.798895] PTP clock support registered
[ 0.800784] vgaarb: loaded
[ 0.801082] clocksource: Switched to clocksource dmtimer
[ 0.801679] VFS: Disk quotas dquot_6.6.0
[ 0.801738] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.823437] NET: Registered PF_INET protocol family
[ 0.823773] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.825110] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 0.825144] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.825162] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[ 0.825205] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.825304] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.825438] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.825466] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.825640] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.826790] RPC: Registered named UNIX socket transport module.
[ 0.826813] RPC: Registered udp transport module.
[ 0.826818] RPC: Registered tcp transport module.
[ 0.826823] RPC: Registered tcp-with-tls transport module.
[ 0.826829] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.826854] PCI: CLS 0 bytes, default 64
[ 0.828372] Initialise system trusted keyrings
[ 0.829216] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[ 0.830398] NFS: Registering the id_resolver key type
[ 0.830465] Key type id_resolver registered
[ 0.830473] Key type id_legacy registered
[ 0.830523] jffs2: version 2.2. (NAND) (SUMMARY) Ā© 2001-2006 Red Hat, Inc.
[ 0.830983] Key type asymmetric registered
[ 0.830997] Asymmetric key parser 'x509' registered
[ 0.831219] io scheduler mq-deadline registered
[ 0.831235] io scheduler kyber registered
[ 0.831320] io scheduler bfq registered
[ 0.835202] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled
[ 0.853745] brd: module loaded
[ 0.861628] loop: module loaded
[ 0.862529] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 0.865172] i2c_dev: i2c /dev entries driver
[ 0.865999] cpuidle: enable-method property 'ti,am3352' found operations
[ 0.866440] sdhci: Secure Digital Host Controller Interface driver
[ 0.866449] sdhci: Copyright(c) Pierre Ossman
[ 0.866624] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.866880] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.867619] Initializing XFRM netlink socket
[ 0.867771] NET: Registered PF_INET6 protocol family
[ 0.869486] Segment Routing with IPv6
[ 0.869561] In-situ OAM (IOAM) with IPv6
[ 0.869672] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 0.870581] NET: Registered PF_PACKET protocol family
[ 0.870609] NET: Registered PF_KEY protocol family
[ 0.870735] Key type dns_resolver registered
[ 0.870935] ThumbEE CPU extension supported.
[ 0.870956] Registering SWP/SWPB emulation handler
[ 0.871529] omap_voltage_late_init: Voltage driver support not added
[ 0.871873] SmartReflex Class3 initialized
[ 0.879205] Loading compiled-in X.509 certificates
[ 0.920339] platform 44e10800.pinmux: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/pinmux@800/clkout2-pins
[ 0.920872] pinctrl-single 44e10800.pinmux: 142 pins, size 568
[ 0.925595] ti-sysc: probe of 44e31000.target-module failed with error -16
[ 0.939938] ti-sysc: probe of 48040000.target-module failed with error -16
[ 0.952381] OMAP GPIO hardware version 0.1
[ 0.965047] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
[ 0.994773] sdhci-omap 481d8000.mmc: supply pbias not found, using dummy regulator
[ 0.995267] sdhci-omap 481d8000.mmc: supply vqmmc not found, using dummy regulator
[ 1.051096] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000
[ 1.072924] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
[ 1.073365] cpsw-switch 4a100000.switch: initialized cpsw ale version 1.4
[ 1.073383] cpsw-switch 4a100000.switch: ALE Table size 1024
[ 1.073506] cpsw-switch 4a100000.switch: cpts: overflow check period 500 (jiffies)
[ 1.073522] cpsw-switch 4a100000.switch: CPTS: ref_clk_freq:250000000 calc_mult:2147483648 calc_shift:29 error:0 nsec/sec
[ 1.073610] cpsw-switch 4a100000.switch: Detected MACID = 6c:ec:eb:a5:a0:34
[ 1.075324] cpsw-switch 4a100000.switch: initialized (regs 0x4a100000, pool size 256) hw_ver:0019010C 1.12 (0)
[ 1.085756] debugfs: Directory '49000000.dma' with parent 'dmaengine' already present!
[ 1.085798] edma 49000000.dma: TI EDMA DMA engine driver
[ 1.105830] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
[ 1.113188] l3-aon-clkctrl:0000:0: failed to disable
[ 1.115457] printk: console [ttyS0] disabled
[ 1.116234] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 34, base_baud = 3000000) is a 8250
[ 1.116312] printk: console [ttyS0] enabled
[ 2.071969] tps65217-pmic: Failed to locate of_node [id: -1]
[ 2.077999] tps65217-bl: Failed to locate of_node [id: -1]
[ 2.088829] tps65217 0-0024: TPS65217 ID 0xe version 1.2
[ 2.095017] i2c 0-0070: Fixed dependency cycle(s) with /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0/port/endpoint@0
[ 2.107777] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[ 2.117309] omap_gpio 44e07000.gpio: Could not set line 6 debounce to 200000 microseconds (-22)
[ 2.126222] sdhci-omap 48060000.mmc: Got CD GPIO
[ 2.131249] sdhci-omap 48060000.mmc: supply pbias not found, using dummy regulator
[ 2.141853] sdhci-omap 48060000.mmc: supply vqmmc not found, using dummy regulator
[ 2.151675] sdhci-omap 481d8000.mmc: supply pbias not found, using dummy regulator
[ 2.160273] sdhci-omap 481d8000.mmc: supply vqmmc not found, using dummy regulator
[ 2.176134] clk: Disabling unused clocks
[ 2.197196] mmc1: SDHCI controller on 481d8000.mmc [481d8000.mmc] using External DMA
[ 2.206184] mmc0: SDHCI controller on 48060000.mmc [48060000.mmc] using External DMA
[ 2.215024] Waiting for root device /dev/mmcblk0p2...
[ 2.281329] mmc1: new high speed MMC card at address 0001
[ 2.287694] mmc0: new high speed SDHC card at address e624
[ 2.294274] mmcblk0: mmc0:e624 SS16G 14.8 GiB
[ 2.299937] mmcblk1: mmc1:0001 MMC04G 3.60 GiB
[ 2.308118] mmcblk1: p1 p2
[ 2.311596] mmcblk0: p1 p2
[ 2.315629] mmcblk1boot0: mmc1:0001 MMC04G 2.00 MiB
[ 2.323323] mmcblk1boot1: mmc1:0001 MMC04G 2.00 MiB
[ 2.330064] mmcblk1rpmb: mmc1:0001 MMC04G 128 KiB, chardev (250:0)
[ 2.465909] EXT4-fs (mmcblk0p2): recovery complete
[ 2.478237] EXT4-fs (mmcblk0p2): mounted filesystem 1a64b592-aa5f-414f-9644-5e7e70d5bbe7 r/w with ordered data mode. Quota mode: none.
[ 2.490592] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 2.503994] devtmpfs: mounted
[ 2.508443] Freeing unused kernel image (initmem) memory: 1024K
[ 2.515026] Run /sbin/init as init process
[ 2.675985] EXT4-fs (mmcblk0p2): re-mounted 1a64b592-aa5f-414f-9644-5e7e70d5bbe7 r/w. Quota mode: none.
Seeding 256 bits without crediting
Saving 256 bits of non-creditable seed for next boot
Starting syslogd: OK
Starting klogd: OK
Running sysctl: OK
Starting mdev... OK
[ 4.461523] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[ 4.467788] omap-aes 53500000.aes: will run requests pump with realtime priority
[ 4.501034] at24 2-0054: supply vcc not found, using dummy regulator
[ 4.536995] at24 2-0055: supply vcc not found, using dummy regulator
[ 4.575390] at24 2-0056: supply vcc not found, using dummy regulator
[ 4.615295] at24 2-0057: supply vcc not found, using dummy regulator
[ 4.657917] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[ 4.684025] remoteproc remoteproc0: wkup_m3 is available
[ 5.034668] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
[ 5.304150] tps6521x_pwrbutton tps65217-pwrbutton: DMA mask not set
[ 5.312353] input: tps65217_pwrbutton as /devices/platform/ocp/44c00000.interconnect/44c00000.interconnect:segment@200000/44e0b000.target-module/44e0b000.i2c/i2c-0/0-0024/tps65217-pwrbutton/input/input0
[ 5.400808] omap_rng 48310000.rng: Random Number Generator ver. 20
[ 5.408087] random: crng init done
[ 5.432622] omap_rtc 44e3e000.rtc: already running
[ 5.459112] omap_rtc 44e3e000.rtc: registered as rtc0
[ 5.464443] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01T00:04:08 UTC (946685048)
[ 5.514808] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
[ 5.541375] omap-sham 53100000.sham: will run requests pump with realtime priority
[ 5.733768] tda998x 0-0070: found TDA19988
[ 5.753459] tilcdc 4830e000.lcdc: bound 0-0070 (ops tda998x_ops [tda998x])
[ 5.772836] [drm] Initialized tilcdc 1.0.0 20121205 for 4830e000.lcdc on minor 0
[ 5.781965] tilcdc 4830e000.lcdc: [drm] Cannot find any crtc or sizes
[ 5.790464] tilcdc 4830e000.lcdc: [drm] Cannot find any crtc or sizes
[ 5.836416] am335x-phy-driver 47401300.usb-phy: dummy supplies not allowed for exclusive requests
[ 5.883222] am335x-phy-driver 47401b00.usb-phy: dummy supplies not allowed for exclusive requests
[ 5.989330] usbcore: registered new interface driver usbfs
[ 5.995141] usbcore: registered new interface driver hub
[ 6.000574] usbcore: registered new device driver usb
[ 6.128044] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
[ 6.133662] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1
[ 6.151837] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[ 6.160190] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 6.167568] usb usb1: Product: MUSB HDRC host driver
[ 6.172593] usb usb1: Manufacturer: Linux 6.6.0-rc3 musb-hcd
[ 6.178281] usb usb1: SerialNumber: musb-hdrc.1
[ 6.205079] hub 1-0:1.0: USB hub found
[ 6.211562] hub 1-0:1.0: 1 port detected
[ 6.264144] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 6.304954] remoteproc remoteproc0: powering up wkup_m3
[ 6.310418] remoteproc remoteproc0: Direct firmware load for am335x-pm-firmware.elf failed with error -2
[ 6.320132] remoteproc remoteproc0: request_firmware failed: -2
[ 6.326164] wkup_m3_ipc 44e11324.wkup_m3_ipc: rproc_boot failed
[ 6.363312] PM: Cannot get wkup_m3_ipc handle
Starting network: OK
Welcome to Buildroot
buildroot login: root
#
# iconfig[ 16.481924] PM: Cannot get wkup_m3_ipc handle
[ 16.486607] platform pm33xx: deferred probe pending
-sh: iconfig: not found
#
# ifconig
-sh: ifconig: not found
# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
# lsmod | more
Module Size Used by Not tainted
pm33xx 12288 0
cpufreq_dt 12288 0
wkup_m3_ipc 12288 1 pm33xx
omap_wdt 12288 0
watchdog 24576 1 omap_wdt
musb_dsps 16384 0
musb_hdrc 126976 1 musb_dsps
udc_core 45056 1 musb_hdrc
snd_soc_hdmi_codec 16384 1
usbcore 204800 1 musb_hdrc
phy_am335x 12288 2
phy_generic 12288 1 phy_am335x
usb_common 12288 5 musb_dsps,musb_hdrc,udc_core,usbcore,phy_am335x
tda998x 20480 0
snd_soc_simple_card 16384 0
snd_soc_simple_card_utils 16384 1 snd_soc_simple_card
omap_sham 28672 0
evdev 20480 0
rtc_omap 16384 2 pm33xx
omap_rng 12288 0
rng_core 16384 1 omap_rng
tps65218_pwrbutton 12288 0
snd_soc_davinci_mcasp 24576 2
snd_soc_ti_udma 12288 1 snd_soc_davinci_mcasp
snd_soc_ti_edma 12288 1 snd_soc_davinci_mcasp
snd_soc_ti_sdma 12288 1 snd_soc_davinci_mcasp
snd_soc_core 180224 7 snd_soc_hdmi_codec,snd_soc_simple_card,snd_soc_simple_card_utils,snd_soc_davinci_mcasp,snd_soc_ti_udma,snd_soc_ti_edma,snd_soc_ti_sdma
snd_pcm_dmaengine 12288 1 snd_soc_core
snd_pcm 110592 5 snd_soc_hdmi_codec,snd_soc_simple_card_utils,snd_soc_davinci_mcasp,snd_soc_core,snd_pcm_dmaengine
snd_timer 32768 1 snd_pcm
snd 69632 4 snd_soc_hdmi_codec,snd_soc_core,snd_pcm,snd_timer
soundcore 12288 1 snd
omap_mailbox 16384 1
leds_gpio 12288 0
led_class 12288 1 leds_gpio
tilcdc 32768 0
drm_dma_helper 16384 2 tilcdc
drm_kms_helper 122880 3 tda998x,tilcdc,drm_dma_helper
drm 425984 5 tda998x,tilcdc,drm_dma_helper,drm_kms_helper
drm_panel_orientation_quirks 12288 1 drm
ti_emif_sram 12288 1 pm33xx
cppi41 16384 60
wkup_m3_rproc 12288 1
phy_am335x_control 12288 1 phy_am335x
at24 16384 0
omap_aes_driver 24576 0
omap_crypto 12288 1 omap_aes_driver
crypto_engine 12288 2 omap_sham,omap_aes_driver
libaes 12288 1 omap_aes_driver
#
#
#
#
#
Thanks & Regards
Vivek Yadav