bdk: add emmc ops

- Add support for lower eMMC bus speed init in case of failures
- Add error count reporting
- Function names and defines changed from nx_emmc to emmc (except autorcm helper function)
- Enabling emuMMC support needs BDK_EMUMMC_ENABLE flag passed over
This commit is contained in:
CTCaer
2022-01-20 13:14:38 +02:00
parent 943f675046
commit b08e36a7b0
4 changed files with 328 additions and 12 deletions

View File

@@ -53,6 +53,7 @@
#include <soc/pmc.h>
#include <soc/t210.h>
#include <soc/uart.h>
#include <storage/emmc.h>
#include <storage/mbr_gpt.h>
#include <storage/mmc.h>
#include <storage/ramdisk.h>