Tags: MrVan/u-boot
Tags
imx8mp_evk: Enable the DWC EQoS iMX driver Enable the EQoS i.MX driver in defconfig, also enable the PHYLIB to facilitate the case that only has FEC enabled. Signed-off-by: Ye Li <[email protected]>
doc: imx8mp-evk: update after using binman update doc after using binman to pack images Signed-off-by: Peng Fan <[email protected]>
imx: timer: Modify GPT timer driver for mx7 Modify the GPT common platform driver for mx7 which only use 24Mhz OSC as clock source. Note: at default, the mx7d will use system counter as timer. The GPT is disabled. Signed-off-by: Ye Li <[email protected]> Signed-off-by: Peng Fan <[email protected]>
imx8mq: configs: add support for distro boot commands Supported boot device types in iMX8MQ: MMC, DHCP. CONFIG_DISTRO_DEFAULTS is added for enabling the DISTRO_DEFAULTS option. CONFIG_BOOTCOMMAND which is defined in include/configs/imx8mq_evk.h is deleted because "run distro_bootcmd" is required to be the default boot mode. scriptaddr is the location in RAM where boot.scr.uimg/boot.scr will be loaded to prior to execution. kernel_addr_r is the location in RAM where the kernel will be loaded to. Delete unnecessary environment variables because "run distro_bootcmd" is set to be the default boot mode. Signed-off-by: Alice Guo <[email protected]>
mmc: fsl_esdhc_imx: replace all readl/writel to esdhc_read32/esdhc_wr… …ite32 Currently, readl/writel and esdhc_read32/esdhc_write32 are used. To align the usage, change to only use esdhc_read32/esdhc_write32. Signed-off-by: Haibo Chen <[email protected]>
mmc: xenon_sdhci: Add missing common host capabilities Use mmc_of_parse() to set the common host properties. That includes "bus-width", so parsing it can be removed from the driver. But more importantly, "non-removable" is now respected, which fixes the usage of eMMC. Signed-off-by: Andre Heider <[email protected]> Reviewed-by: Konstantin Porotchkin <[email protected]> Tested-by: Marek Behún <[email protected]>
mmc: msm_sdhci: Use mmc_of_parse for setting host_caps Since the introduction of 'get_cd' callback in sdhci core, dragonboard410c's MMC interface is broken. It turns out that 'get_cd' callback checks for the host_caps for validating the chip select. And since the msm_sdhci driver is not parsing the host_caps from DT, not all of the cababilities are parsed properly. This results in the MMC interfaces to be broken. Hence, fix this by adding a call to 'mmc_of_parse' during driver probe. Signed-off-by: Manivannan Sadhasivam <[email protected]> Tested-by: Aníbal Limón <[email protected]> Reviewed-By: Ramon Fried <[email protected]> Reviewed-by: Jaehoon Chung <[email protected]>
mmc: sdhci: Use upper/lower_32_bits macros Instead of recasting and shifting use macros which are designed for taking upper/lower 32bit value from 64bit variable. Signed-off-by: Michal Simek <[email protected]>
imx8mm_evk: enlarge CONFIG_SYS_BOOTM_LEN Enlarge CONFIG_SYS_BOOTM_LEN when booting FIT image with kernel. Signed-off-by: Peng Fan <[email protected]>
mmc_spi: generate R1b response for erase and stop transmission command As per the SD physical layer specification version 7.10, erase command (CMD38) and stop transmission command (CMD12) will generate R1b response. R1b = R1 + busy signal A non-zero value after the R1 response indicates card is ready for next command. Signed-off-by: Pragnesh Patel <[email protected]> Reviewed-by: Bin Meng <[email protected]> Tested-by: Bin Meng <[email protected]>
PreviousNext