[PATCH v4 1/5] board: starfive: function to read eMMC size

2024-05-11 Thread Heinrich Schuchardt
The EEPROM provides information about the size of the eMMC. Provide a new function get_mmc_size_from_eeprom() to read it. Signed-off-by: Heinrich Schuchardt Reviewed-by: E. Shattow --- v5: no change v4: no change v3: no change v2: fix typos in get_mmc_size_from_ee

[PATCH v4 1/5] board: starfive: function to read eMMC size

2024-05-09 Thread Heinrich Schuchardt
The EEPROM provides information about the size of the eMMC. Provide a new function get_mmc_size_from_eeprom() to read it. Signed-off-by: Heinrich Schuchardt Reviewed-by: E. Shattow --- v4: no change v3: no change v2: fix typos in get_mmc_size_from_eeprom() description ---