summaryrefslogtreecommitdiff
path: root/firmware/imx
AgeCommit message (Collapse)Author
2012-10-18ENGR00230334-2: Port 3.0.35 linux kernel to iMX53 SMD for Jellybean bringup.Nitin Garg
Port 3.0.35 linux kernel to iMX53 SMD for Jellybean bringup. Signed-off-by: Nitin Garg <nitin.garg@freescale.com>
2012-07-30ENGR00218013-6 SDMA:Add HDMI script in SDMA firmwareChen Liangjun
Add support for hdmi-sdma script content in sdma firmware. Signed-off-by: Chen Liangjun <b36089@freescale.com>
2012-07-20ENGR00211678 - SPDC : update Sipix AUO panel firmwareFugang Duan
- The original waveform mode4 refresh action is not expected, and the waveform file resolve the issue. Signed-off-by: Fugang Duan <B38611@freescale.com>
2012-07-20ENGR00210075-5 - SPDC: Add waveform file for AUO paper panelFugang Duan
- Add waveform firmware file for AUO paper panel Signed-off-by: Fugang Duan <B38611@freescale.com>
2012-07-20ENGR00179498-1 SDMA: fix p2p sdma script errorChen Liangjun
The p2p script in SDMA binary file is invalid. The ESAI call ASRC can't work properly with this firmware. Update the firmware and script address. Signed-off-by: Chen Liangjun <b36089@freescale.com>
2012-07-20ENGR00174106-2 - EPDC fb: Add waveform file for E Ink Pearl panelDanny Nold
- Added waveform firmware file for E Ink Pearl panel Signed-off-by: Danny Nold <dannynold@freescale.com>
2012-07-20ENGR00170465-1 MX6Q/SDMA : update the SDMA script for UART RXHuang Shijie
The old script does not clear the IDLE flag. So when the IDDMAEN(UCR4[6]) is enabled, the RX only receives few bytes(such as 2 or 1 byte) per DMA operation. The new script fixes it. Signed-off-by: Huang Shijie <b32955@freescale.com>
2012-07-20ENGR00163603-4 MX6Q SDMA firmware : fix a bug in the UART receiving.Huang Shijie
The uart_to_mcu code in the ROM has bug. The new fireware fixes it. Signed-off-by: Huang Shijie <b32955@freescale.com>
2012-07-20ENGR00152287-2 SDMA: Add SDMA support for MX6QZeng Zhaoming
Add sdma support for mx6q. add mx6 dependency for sdma, and add sdma mx6 firmware. Note: firmware not release by owner, this version only for test. Signed-off-by: Zeng Zhaoming <b32542@freescale.com>
2012-07-20ENGR00142950-7 - EPDC firmware: Port to 2.6.38Danny Nold
- Added firmware/imx/epdc directory - Added EPDC waveform firmware files Signed-off-by: Danny Nold <dannynold@freescale.com>
2012-07-20ENGR00143074 Firmware: Fix firmware build failed in 2.6.38 kernelZeng Zhaoming
Firmware build failed when add ihex format firmware. This regression introduced by d21b2d2fb3a689193cae637d7195512ba8451a63, which wrongly add 'bin-format' firmware. Fix it by revert the wrong commit and convert sdma firmware to ihex. Signed-off-by: Zeng Zhaoming <b32542@freescale.com> Acked-by: Lily Zhang <r58066@freescale.com>
2012-07-20ENGR00141732 SDMA: Fix bootup stop at sdma firmware loadingZeng Zhaoming
Linux 2.6.38 kernel bootup slow, it stopped at sdma firmware loading for about one minute. It is caused by firmware store on rootfs lib/firmware directory, while sdma initialization happens before rootfs mounted. To fix it, we have to build firmware in kernel image. Signed-off-by: Zeng Zhaoming <b32542@freescale.com>