UPSTREAM: mmc: add a Kconfig option to enable the support for MMC write operationsThis allows using CONFIG_IS_ENABLED(MMC_WRITE) to compile out codeneeded only if write support is required.The op
UPSTREAM: mmc: add a Kconfig option to enable the support for MMC write operationsThis allows using CONFIG_IS_ENABLED(MMC_WRITE) to compile out codeneeded only if write support is required.The option is added for u-boot and for SPLChange-Id: Ibb3836ed8713e491238460783a85ee1808770f66Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>(cherry picked from commit d6400c3f8520bb9a203fe397039279c80f093c27)
show more ...
env: Rename getenv/_f() to env_get()We are now using an env_ prefix for environment functions. Rename thesetwo functions for consistency. Also add function comments in common.h.Quite a few place
env: Rename getenv/_f() to env_get()We are now using an env_ prefix for environment functions. Rename thesetwo functions for consistency. Also add function comments in common.h.Quite a few places use getenv() in a condition context, provoking awarning from checkpatch. These are fixed up in this patch also.Suggested-by: Wolfgang Denk <wd@denx.de>Signed-off-by: Simon Glass <sjg@chromium.org>
cmd: mvebu: bubt: use get_nand_dev_by_index()As part of preparation for nand DM conversion the new API has beenintroduced to remove direct access to nand_info array. So, use it hereinstead of acc
cmd: mvebu: bubt: use get_nand_dev_by_index()As part of preparation for nand DM conversion the new API has beenintroduced to remove direct access to nand_info array. So, use it hereinstead of accessing to nand_info array directly.Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
arm64: mvebu: Fix the bubt comamnd NAND device supportFix the NAND structures in bubt command according to latestchanges in MTD API.Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>Cc:
arm64: mvebu: Fix the bubt comamnd NAND device supportFix the NAND structures in bubt command according to latestchanges in MTD API.Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>Cc: Stefan Roese <sr@denx.de>Cc: Igal Liberman <igall@marvell.com>Cc: Nadav Haklai <nadavh@marvell.com>Signed-off-by: Stefan Roese <sr@denx.de>
arm64: mvebu: Update bubt command MMC block device accessUpdate the MMC block device access code in bubt commandimplementation according to the latest MMC driver changes.Change-Id: Ie852ceefa0b0
arm64: mvebu: Update bubt command MMC block device accessUpdate the MMC block device access code in bubt commandimplementation according to the latest MMC driver changes.Change-Id: Ie852ceefa0b040ffe1362bdb7815fcea9b2d923bSigned-off-by: Konstantin Porotchkin <kostap@marvell.com>Cc: Stefan Roese <sr@denx.de>Cc: Nadav Haklai <nadavh@marvell.com>Cc: Neta Zur Hershkovits <neta@marvell.com>Cc: Omri Itach <omrii@marvell.com>Cc: Igal Liberman <igall@marvell.com>Cc: Haim Boot <hayim@marvell.com>Cc: Hanna Hawa <hannah@marvell.com>
arm64: mvebu: Add bubt command for flash image burnAdd support for mvebu bubt command for flash imageload, check and burn on boot device.Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
arm64: mvebu: Add bubt command for flash image burnAdd support for mvebu bubt command for flash imageload, check and burn on boot device.Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>Reviewed-by: Stefan Roese <sr@denx.de>Cc: Stefan Roese <sr@denx.de>Cc: Nadav Haklai <nadavh@marvell.com>Cc: Neta Zur Hershkovits <neta@marvell.com>Cc: Omri Itach <omrii@marvell.com>Cc: Igal Liberman <igall@marvell.com>Cc: Haim Boot <hayim@marvell.com>Cc: Hanna Hawa <hannah@marvell.com>Signed-off-by: Stefan Roese <sr@denx.de>