[U-Boot] [PATCH V2] mmc: Tinification of the mmc code
Marek Vasut
marex at denx.de
Fri Oct 28 01:40:28 CEST 2016
On 10/28/2016 01:31 AM, Simon Glass wrote:
> Hi Marek,
>
> On 9 June 2016 at 19:05, Marek Vasut <marex at denx.de> wrote:
>> Add new configuration option CONFIG_MMC_TINY which strips away all
>> memory allocation within the MMC code and code for handling multiple
>> cards. This allows extremely space-constrained SPL code use the MMC
>> framework.
>>
>> Signed-off-by: Marek Vasut <marex at denx.de>
>> Cc: Tom Rini <trini at konsulko.com>
>> Cc: Simon Glass <sjg at chromium.org>
>> ---
>> V2: Switch the MMC_TINY option to Kconfig
>> ---
>> common/spl/spl_mmc.c | 6 +++++-
>> drivers/mmc/Kconfig | 16 ++++++++++++++
>> drivers/mmc/Makefile | 6 ++++++
>> drivers/mmc/mmc.c | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++--
>> include/mmc.h | 1 +
>> 5 files changed, 87 insertions(+), 3 deletions(-)
>
> What's the status of these patches? Can they run with DM and CONFIG_BLK?
Probably broken due to the changes in the MMC subsys. I have a rebased
version, but I didn't test it on the hardware itself. If you want to
test them, I can send you the patch(es).
--
Best regards,
Marek Vasut
More information about the U-Boot
mailing list