sd: Add common SD initialization code
All SD cards require SD CMD0 (reset) and CMD8 (send IF cond) at boot. Add this portion of the initialization flow to SD subsystem, as well as query command to check if card is SDIO. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
parent
d90a16f591
commit
3e8bbee9ed
8 changed files with 527 additions and 0 deletions
|
@ -30,3 +30,4 @@ add_subdirectory(canbus)
|
|||
add_subdirectory_ifdef(CONFIG_TIMING_FUNCTIONS timing)
|
||||
add_subdirectory_ifdef(CONFIG_DEMAND_PAGING demand_paging)
|
||||
add_subdirectory(modbus)
|
||||
add_subdirectory(sd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue