This is a respin of a previous series to extend the sdcard boot menu description. Instead of showing the product name and card version, this series shows the product name and card capacity. The card capacity is more likely to mean something to an end-user than a manufacturer's card version.
Kevin O'Connor (6): sdcard: Move sdcard_set_frequency()/sdcard_set_power() in sdcard.c sdcard: Move frequency setting into sdcard_card_setup() sdcard: Move drive registration to sdcard_card_setup() sdcard: Turn card_type into a bitmap and store if card is MMC type sdcard: Display sdcard product name in boot menu sdcard: Obtain card capacity and report it on the boot menu
src/hw/sdcard.c | 219 ++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 133 insertions(+), 86 deletions(-)