]> git.ipfire.org Git - thirdparty/u-boot.git/commit - MAINTAINERS
bootstd: mmc: Add a bootdev driver
authorSimon Glass <sjg@chromium.org>
Mon, 25 Apr 2022 05:31:14 +0000 (23:31 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 25 Apr 2022 14:00:04 +0000 (10:00 -0400)
commitb8aa463e9ba96e66fc24e0d7cd0e07e9bc7bc839
tree0519efa9d1848cf08c896534997757dc44c9c9dc
parent31aefaf89a5b5b259244a2ca83862e8d172a03a9
bootstd: mmc: Add a bootdev driver

Add a bootdev driver for MMC. It mostly just calls the bootdev helper
function.

Add a function to obtain the block device for an MMC controller.

Fix up the comment for mmc_get_blk_desc() while we are here.

Signed-off-by: Simon Glass <sjg@chromium.org>
MAINTAINERS
drivers/mmc/Makefile
drivers/mmc/mmc-uclass.c
drivers/mmc/mmc_bootdev.c [new file with mode: 0644]
include/mmc.h