[U-Boot] [PATCH v2 00/12] NAND/MMC environment in SPL, Falcon Mode enhancements
Tom Rini
trini at ti.com
Mon Dec 9 19:08:46 CET 2013
Hey all,
This series fixes a few bugs / issues, and then sets things up so that
we can use MMC (or NAND) for environment in SPL, in addition to NOR
flash or simply built-in. The end result is that Falcon Mode becomes
much more configurable via the environment, and thus from within Linux.
Changes in v2:
- Add patch to make TI ARMv7 platforms have SPL stack in DDR, once DDR
is configured.
- Dropped change to make redundant mmc env use malloc (Wolfgang)
- Fixed fw_printenv tool to use '%ms' for device name (Wolfgang)
- Add a patch to drop some now useless code in env_mmc.c wrt checking
for NULL temp buffers (they're stack not malloc now).
- Document CONFIG_SPL_MTD_SUPPORT in the README (Scott)
- Surround adding nand_util.o with CONFIG_SPL_ENV_SUPPORT test (Scott
noted the problem, hopefully this solution is good enough until
Kconfig)
--
Tom
More information about the U-Boot
mailing list