Skip to content

Commit 4db5bfe

Browse files
committed
SD_QUIRKS: Document the SD_QUIRKS bootloader property
1 parent 1cc53cf commit 4db5bfe

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

documentation/asciidoc/computers/raspberry-pi/eeprom-bootloader.adoc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,24 @@ The number of times that SD boot will be retried after failure before moving to
151151

152152
`-1` means infinite retries.
153153

154+
Default: `0`
155+
156+
[[SD_QUIRKS]]
157+
==== `SD_QURIKS`
158+
159+
The `SD_QUIRKS` property provides a set of options to support device bringup and workaround interoperability issues.
160+
161+
The flags are implemented as a bit-field. Undefined bits are reserved for future use and should be set to zero.
162+
163+
[cols="1m,3"]
164+
|===
165+
| Value | Behaviour
166+
167+
| 0x1
168+
| Disable SD High Speed modes. The card clock is limited to 12.5 MHz
169+
|===
170+
171+
154172
Default: `0`
155173

156174
[[NET_BOOT_MAX_RETRIES]]

0 commit comments

Comments
 (0)