i.MX8MQ EVK kernel 4.19.x SDHCI issue

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

i.MX8MQ EVK kernel 4.19.x SDHCI issue

1,990 次查看
victoryu
Contributor III

My hardware is i.MX8MQ EVK board. I use linux-imx branch imx_4.19.35_1.0.0. Build and compile are no problem. And I boot from SD card. But it will dead on sdhci, why ? The branch imx_4.14.98_2.0.0_ga is no problem. I need kernel version 4.19.x. Following my booting information piece :

[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 4.19.35+ (root@pcdebian) (gcc version 6.3.0 20170516 (Debian 6.3.0-18)) #2 SMP PREEMPT Wed Oct 30 10:31:02 HKT 2019
[ 0.000000] Machine model: Freescale i.MX8MQ EVK
[ 0.000000] earlycon: ec_imx6q0 at MMIO 0x0000000030860000 (options '115200')
[ 0.000000] bootconsole [ec_imx6q0] enabled
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] OF: reserved mem: failed to allocate memory for node 'linux,cma'
[ 0.000000] cma: Reserved 320 MiB at 0x00000000ec000000
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x00000000ffffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0xebfc38c0-0xebfc537f]
[ 0.000000] Zone ranges:
[ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000ffffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000040000000-0x00000000b7ffffff]
[ 0.000000] node 0: [mem 0x00000000b8400000-0x00000000ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000000ffffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.1
[ 0.000000] random: get_random_bytes called from start_kernel+0xac/0x414 with crng_init=0
[ 0.000000] percpu: Embedded 23 pages/cpu @(____ptrval____) s56728 r8192 d29288 u94208
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: enabling workaround for ARM erratum 845719
[ 0.000000] Speculative Store Bypass Disable mitigation not required
[ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 773120
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: console=ttymxc0,115200 earlycon=ec_imx6q,0x30860000,115200 root=/dev/mmcblk1p2 rootfstype=ext4 rootwait rw video=HDMI-A-1:1920x1080-32@60
[ 0.000000] Memory: 2743096K/3141632K available (13308K kernel code, 1186K rwdata, 4832K rodata, 960K init, 421K bss, 70856K reserved, 327680K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: Distributor has no Range Selector support
[ 0.000000] GICv3: no VLPI support, no direct LPI support
[ 0.000000] ITS: No ITS available, not enabling LPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000038880000
[ 0.000000] i.MX8MQ clock driver init done
[ 0.000000] arch_timer: cp15 timer(s) running at 8.33MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1ec0311ec, max_idle_ns: 440795202152 ns
[ 0.000004] sched_clock: 56 bits at 8MHz, resolution 120ns, wraps every 2199023255541ns
[ 0.008612] system counter timer init
[ 0.011724] sched_clock: 56 bits at 8MHz, resolution 120ns, wraps every 2199023255541ns
[ 0.019709] clocksource: imx sysctr: mask: 0xffffffffffffff max_cycles: 0x1ec0311ec, max_idle_ns: 440795202152 ns
[ 0.030780] Console: colour dummy device 80x25
[ 0.034501] Calibrating delay loop (skipped), value calculated using timer frequency.. 16.66 BogoMIPS (lpj=33333)
[ 0.044746] pid_max: default: 32768 minimum: 301
[ 0.049436] Security Framework initialized
[ 0.054711] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.061321] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.067800] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.074499] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.105718] ASID allocator initialised with 32768 entries
[ 0.113721] rcu: Hierarchical SRCU implementation.
[ 0.122572] Cannot find MU entry in device tree
[ 0.124369] CPU identified as i.MX8MQ, silicon rev 2.0
[ 0.129489] EFI services will not be available.
[ 0.141963] smp: Bringing up secondary CPUs ...
[ 0.174120] Detected VIPT I-cache on CPU1
[ 0.174146] GICv3: CPU1: found redistributor 1 region 0:0x00000000388a0000
[ 0.174169] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.206181] Detected VIPT I-cache on CPU2
[ 0.206198] GICv3: CPU2: found redistributor 2 region 0:0x00000000388c0000
[ 0.206214] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.238261] Detected VIPT I-cache on CPU3
[ 0.238277] GICv3: CPU3: found redistributor 3 region 0:0x00000000388e0000
[ 0.238293] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.238361] smp: Brought up 1 node, 4 CPUs
[ 0.291936] SMP: Total of 4 processors activated.
[ 0.296640] CPU features: detected: GIC system register CPU interface
[ 0.303101] CPU features: detected: 32-bit EL0 Support
[ 0.310998] CPU: All CPU(s) started at EL2
[ 0.312362] alternatives: patching kernel code
[ 0.318009] devtmpfs: initialized
[ 0.326602] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.333561] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.347733] pinctrl core: initialized pinctrl subsystem
[ 0.351145] DMI not present or invalid.
[ 0.354254] NET: Registered protocol family 16
[ 0.358906] audit: initializing netlink subsys (disabled)
[ 0.363948] audit: type=2000 audit(0.284:1): state=initialized audit_enabled=0 res=1
[ 0.371627] cpuidle: using governor menu
[ 0.375534] vdso: 2 pages (1 code @ (____ptrval____), 1 data @ (____ptrval____))
[ 0.382962] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.395844] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.400254] Serial: AMBA PL011 UART driver
[ 0.403352] imx rpmsg driver is registered.
[ 0.412532] imx8mq-pinctrl 30330000.iomuxc: initialized IMX pinctrl driver
[ 0.441881] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.446200] cryptd: max_cpu_qlen set to 1000
[ 0.456740] ACPI: Interpreter disabled.
[ 0.458877] vgaarb: loaded
[ 0.460894] SCSI subsystem initialized
[ 0.464645] usbcore: registered new interface driver usbfs
[ 0.469845] usbcore: registered new interface driver hub
[ 0.475063] usbcore: registered new device driver usb
[ 0.481244] i2c i2c-0: IMX I2C adapter registered
[ 0.484842] i2c i2c-0: can't use DMA, using PIO instead.
[ 0.490470] i2c i2c-1: IMX I2C adapter registered
[ 0.494803] i2c i2c-1: can't use DMA, using PIO instead.
[ 0.500714] i2c i2c-2: IMX I2C adapter registered
[ 0.504823] i2c i2c-2: can't use DMA, using PIO instead.
[ 0.510581] media: Linux media interface: v0.10
[ 0.514708] videodev: Linux video capture interface: v2.00
[ 0.520313] pps_core: LinuxPPS API ver. 1 registered
[ 0.525135] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.534312] PTP clock support registered
[ 0.539004] Advanced Linux Sound Architecture Driver Initialized.
[ 0.544860] Bluetooth: Core ver 2.22
[ 0.547909] NET: Registered protocol family 31
[ 0.552344] Bluetooth: HCI device and connection manager initialized
[ 0.558715] Bluetooth: HCI socket layer initialized
[ 0.563592] Bluetooth: L2CAP socket layer initialized
[ 0.568671] Bluetooth: SCO socket layer initialized
[ 0.573953] clocksource: Switched to clocksource arch_sys_counter
[ 0.579785] VFS: Disk quotas dquot_6.6.0
[ 0.583605] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.590565] pnp: PnP ACPI: disabled
[ 0.600191] NET: Registered protocol family 2
[ 0.602207] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes)
[ 0.609640] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.617110] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.623935] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.630046] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.636073] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.642610] NET: Registered protocol family 1
[ 0.647218] RPC: Registered named UNIX socket transport module.
[ 0.652727] RPC: Registered udp transport module.
[ 0.657434] RPC: Registered tcp transport module.
[ 0.662137] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.669690] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.676782] kvm [1]: 8-bit VMID
[ 0.679951] kvm [1]: GICv3: no GICV resource entry
[ 0.684293] kvm [1]: disabling GICv2 emulation
[ 0.688759] kvm [1]: GIC system register CPU interface enabled
[ 0.694649] kvm [1]: vgic interrupt IRQ1
[ 0.698601] kvm [1]: Hyp mode initialized successfully
[ 0.706283] Initialise system trusted keyrings
[ 0.708172] workingset: timestamp_bits=44 max_order=20 bucket_order=0
[ 0.721205] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.724882] NFS: Registering the id_resolver key type
[ 0.729282] Key type id_resolver registered
[ 0.733448] Key type id_legacy registered
[ 0.737465] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.744194] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 0.750732] 9p: Installing v9fs 9p2000 file system support
[ 0.755865] pstore: using deflate compression
[ 0.765141] Key type asymmetric registered
[ 0.766416] Asymmetric key parser 'x509' registered
[ 0.771320] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 0.778709] io scheduler noop registered
[ 0.782742] io scheduler cfq registered (default)
[ 0.787346] io scheduler mq-deadline registered
[ 0.791862] io scheduler kyber registered
[ 0.801194] imx-sdma 30bd0000.sdma: no iram assigned, using external mem
[ 0.807155] imx-sdma 30bd0000.sdma: Falling back to syfs fallback for: imx/sdma/sdma-imx7d.bin
[ 0.815918] imx-sdma 302c0000.sdma: no iram assigned, using external mem
[ 0.825581] mxs-dma 33000000.dma-apbh: initialized
[ 0.828585] Bus freq driver module loaded
[ 0.831620] Config NOC for VPU and CPU
[ 0.837277] pfuze100-regulator 0-0008: Full layer: 2, Metal layer: 1
[ 0.842000] pfuze100-regulator 0-0008: FAB: 0, FIN: 0
[ 0.846727] pfuze100-regulator 0-0008: pfuze100 found.
[ 0.863608] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.869346] 30860000.serial: ttymxc0 at MMIO 0x30860000 (irq = 44, base_baud = 1562500) is a IMX
[ 0.878761] console [ttymxc0] enabled
[ 0.878761] console [ttymxc0] enabled
[ 0.883230] bootconsole [ec_imx6q0] disabled
[ 0.883230] bootconsole [ec_imx6q0] disabled
[ 0.892431] 30880000.serial: ttymxc2 at MMIO 0x30880000 (irq = 45, base_baud = 5000000) is a IMX
[ 0.913505] imx-dcss-crtc imx-dcss-crtc.0: DMA mask not set
[ 0.919499] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 0.926173] [drm] No driver support for vblank timestamp query.
[ 0.932236] imx-drm display-subsystem: bound imx-dcss-crtc.0 (ops dcss_crtc_ops)
[ 0.939815] [drm] CDN_API_General_Test_Echo_Ext_blocking - APB(ret = 0 echo_resp = echo test)
[ 0.948358] [drm] CDN_API_General_getCurVersion - ver 13196 verlib 13062
[ 0.955118] [drm] Pixel clock frequency: 594000 KHz, character clock frequency: 594000, color depth is 8-bit.
[ 0.965049] [drm] Pixel clock frequency (594000 KHz) is supported in this color depth (8-bit). Settings found in row 27
[ 0.975849] [drm] VCO frequency is 5940000
[ 0.979960] [drm] VCO frequency (5940000 KHz) is supported. Settings found in row 14
[ 1.001708] [drm] CDN_API_General_Write_Register_blocking LANES_CONFIG ret = 0
[ 1.008964] [drm] Failed to get HDCP config - using HDCP 2.2 only
[ 1.015200] [drm] Failed to initialize HDCP
[ 1.020066] [drm] hdmi-audio-codec driver bound to HDMI
[ 1.025319] imx-drm display-subsystem: bound 32c00000.hdmi (ops imx_hdp_imx_ops)
[ 1.032790] [drm] Cannot find any crtc or sizes
[ 1.037630] [drm] Initialized imx-drm 1.0.0 20120507 for display-subsystem on minor 0
[ 1.052319] loop: module loaded
[ 1.058794] fsl-quadspi 30bb0000.qspi: n25q256a (32768 Kbytes)
[ 1.065691] slram: not enough parameters.
[ 1.071844] libphy: Fixed MDIO Bus: probed
[ 1.076447] NXP PHY: loading NXP PHY driver: [autonomous mode]
[ 1.082502] tun: Universal TUN/TAP device driver, 1.6
[ 1.087720] CAN device driver interface
[ 1.093179] fec 30be0000.ethernet: 30be0000.ethernet supply phy not found, using dummy regulator
[ 1.102028] fec 30be0000.ethernet: Linked as a consumer to regulator.0
[ 1.108867] pps pps0: new PPS source ptp0
[ 1.117935] libphy: fec_enet_mii_bus: probed
[ 1.123160] fec 30be0000.ethernet eth0: registered PHC device 0
[ 1.129869] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 1.135717] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.141701] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 1.148677] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.154305] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 1.162148] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.168261] sky2: driver version 1.30
[ 1.176968] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.183524] ehci-pci: EHCI PCI platform driver
[ 1.188028] ehci-platform: EHCI generic platform driver
[ 1.193450] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.199662] ohci-pci: OHCI PCI platform driver
[ 1.204161] ohci-platform: OHCI generic platform driver
[ 1.210044] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 1.215559] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 1.228750] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe6c hci version 0x110 quirks 0x0000000000010810
[ 1.238237] xhci-hcd xhci-hcd.0.auto: irq 75, io mem 0x38200000
[ 1.244878] hub 1-0:1.0: USB hub found
[ 1.248670] hub 1-0:1.0: 1 port detected
[ 1.252882] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 1.258393] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[ 1.266077] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 1.273198] hub 2-0:1.0: USB hub found
[ 1.276988] hub 2-0:1.0: 1 port detected
[ 1.281318] usbcore: registered new interface driver usb-storage
[ 1.287394] usbcore: registered new interface driver usb_ehset_test
[ 1.303901] input: 30370000.snvs:snvs-powerkey as /devices/platform/30370000.snvs/30370000.snvs:snvs-powerkey/input/input0
[ 1.316434] snvs_rtc 30370000.snvs:snvs-rtc-lp: rtc core: registered 30370000.snvs:snvs-rtc-lp as rtc0
[ 1.326038] i2c /dev entries driver
[ 1.330510] Registered IR keymap rc-empty
[ 1.334602] rc rc0: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc0
[ 1.341429] input: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc0/input1
[ 1.350127] ov5640_mipi 0-003c: No sensor reset pin available
[ 1.355937] ov5640_mipi 0-003c: 0-003c supply DOVDD not found, using dummy regulator
[ 1.363748] ov5640_mipi 0-003c: Linked as a consumer to regulator.0
[ 1.370046] ov5640_mipi 0-003c: 0-003c supply DVDD not found, using dummy regulator
[ 1.377759] ov5640_mipi 0-003c: 0-003c supply AVDD not found, using dummy regulator
[ 1.394188] ov5640_mipi 0-003c: Read reg error: reg=300a
[ 1.399522] ov5640_mipi 0-003c: Camera is not found
[ 1.404638] ov5640_mipi 1-003c: No sensor reset pin available
[ 1.410447] ov5640_mipi 1-003c: 1-003c supply DOVDD not found, using dummy regulator
[ 1.418236] ov5640_mipi 1-003c: Linked as a consumer to regulator.0
[ 1.424536] ov5640_mipi 1-003c: 1-003c supply DVDD not found, using dummy regulator
[ 1.432250] ov5640_mipi 1-003c: 1-003c supply AVDD not found, using dummy regulator
[ 1.450265] ov5640_mipi 1-003c: Read reg error: reg=300a
[ 1.455592] ov5640_mipi 1-003c: Camera is not found
[ 1.461165] mxc-mipi-csi2_yav 30a70000.mipi_csi1: mipi_csi2_probe
[ 1.467346] CSI: Registered sensor subdevice: mxc-mipi-csi2.0
[ 1.473116] mxc-mipi-csi2_yav 30a70000.mipi_csi: Remote device at endpoint@0 XXX found
[ 1.481056] mxc-mipi-csi2_yav 30a70000.mipi_csi1: lanes: 2, name: mxc-mipi-csi2.0
[ 1.488731] mxc-mipi-csi2_yav 30b60000.mipi_csi2: mipi_csi2_probe
[ 1.494888] CSI: Registered sensor subdevice: mxc-mipi-csi2.1
[ 1.500659] mxc-mipi-csi2_yav 30b60000.mipi_csi: Remote device at endpoint@0 XXX found
[ 1.508596] mxc-mipi-csi2_yav 30b60000.mipi_csi2: lanes: 2, name: mxc-mipi-csi2.1
[ 1.518565] imx2-wdt 30280000.wdog: timeout 60 sec (nowayout=0)
[ 1.524797] Bluetooth: HCI UART driver ver 2.3
[ 1.529259] Bluetooth: HCI UART protocol H4 registered
[ 1.534416] Bluetooth: HCI UART protocol BCSP registered
[ 1.539739] Bluetooth: HCI UART protocol ATH3K registered
[ 1.545184] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 1.551565] Bluetooth: HCI UART protocol Broadcom registered
[ 1.557271] Bluetooth: HCI UART protocol QCA registered
[ 1.563582] sdhci: Secure Digital Host Controller Interface driver
[ 1.569784] sdhci: Copyright(c) Pierre Ossman
[ 1.574255] Synopsys Designware Multimedia Card Interface Driver
[ 1.580822] sdhci-pltfm: SDHCI platform and OF driver helper
[ 33.886474] random: fast init done
[ 62.526596] imx-sdma 30bd0000.sdma: external firmware not found, using ROM firmware
[ 62.534285] imx-sdma 302c0000.sdma: external firmware not found, using ROM firmware
[ 243.806508] random: crng init done

The machine will be dead on last line.

标签 (2)
0 项奖励
回复
6 回复数

1,618 次查看
victoryu
Contributor III

I fix this problem. It is the i.MX8MQ SoC has error ERR011171 which will let the software irq fail. The software has working around solution in drivers/irqchip/irq-gic-v3.c. But this patch of branch 4.14.xx-ga is different other branch. I find that the branch 4.14.xx and 4.19.xx has the different solution. I guess the SoC version is different, so the software is different solution. Is it right ? But can I get the SoC version to use different solution ? 

0 项奖励
回复

1,618 次查看
AldoG
NXP TechSupport
NXP TechSupport

Hello,

 

Sorry for my delayed response, I did find the commit for this changes and seems to be  a re-work for this workaround doesn't seems to be a different SoC, until it is fully released (GA) this may change, so I'll recommend to look at this with your FAE, sorry for the inconvenience.

 

Thank you,

Best regards,

Aldo.

0 项奖励
回复

1,618 次查看
victoryu
Contributor III

Aldo,

Yes. I find the answer again. It is not depended on different version SoC. It is depended on different version ATF.

0 项奖励
回复

1,618 次查看
AldoG
NXP TechSupport
NXP TechSupport

Hello,

 

Unfortunately the version L4.19.x is not release yet, it is still on beta, sorry for the inconvenience.

 

Hope this helps,

Best regards,

Aldo

0 项奖励
回复

1,618 次查看
victoryu
Contributor III

I try branch imx_4.14.98_2.2.0 to get the same error result. But the branch imx_4.14.98_2.0.0_ga is fine. What is the different between two branch ?

0 项奖励
回复

1,618 次查看
AldoG
NXP TechSupport
NXP TechSupport

Hello,

 

The L4.14.98_2.0.0_ga is full cycle tested and GA quality it is the recommended one for the same reason, for the difference between the 2 versions take a look to the git in the next link:

 

https://source.codeaurora.org/external/imx/linux-imx/diff/?h=imx_4.14.98_2.0.0_ga

 

Thank you,

Best regards,

Aldo.

0 项奖励
回复