index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
nand.c
Age
Commit message (
Expand
)
Author
2019-08-11
env: Move env_set_hex() to env.h
Simon Glass
2019-07-11
configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMAT
Tom Rini
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
env: Rename common functions related to setenv()
Simon Glass
2017-07-11
cmd: nand: remove direct access to struct mtd_info->priv
Grygorii Strashko
2017-07-11
cmd: nand: abstract global variable usage for dm conversion
Mugunthan V N
2017-07-10
cmd, nand: fix broken output of "nand info"
Lothar Waßmann
2016-09-01
nand: Fix some more NULL name tests
Scott Wood
2016-09-01
nand: Fix nand info for no device
Tony Lindgren
2016-08-26
nand: Fix set_dev checks for no device
Tony Lindgren
2016-07-24
cmd, nand: add an option to disable the verification when writing in raw mode
Boris Brezillon
2016-06-19
nand: extend nand torture
Max Krummenacher
2016-06-03
mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data
Scott Wood
2016-06-03
nand: Embed mtd_info in struct nand_chip
Scott Wood
2016-06-03
mtd: nand: Remove nand_info_t typedef
Scott Wood
2016-01-25
Remove the cmd_ prefix from command files
Simon Glass