aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2015-08-10 12:51:41 -0400
committerKevin O'Connor <kevin@koconnor.net>2015-08-24 11:02:13 -0400
commit9f7b2362ef9d6f8e7de54c9d245778c575bd1b23 (patch)
treefd7ea082f72568c89a41c00ad0c54fde5fd9151e /docs
parent5ddce09ab45ec87a61723c6b100e13294b5d7757 (diff)
downloadseabios-hppa-9f7b2362ef9d6f8e7de54c9d245778c575bd1b23.zip
seabios-hppa-9f7b2362ef9d6f8e7de54c9d245778c575bd1b23.tar.gz
seabios-hppa-9f7b2362ef9d6f8e7de54c9d245778c575bd1b23.tar.bz2
sdcard: Allow sdcard addresses to be specified in CBFS files
Allow a hardcoded address to be specified in cbfs files with a prefix of "etc/sdcard". Some real-world devices have valid SDHCI controllers that do not show up as PCI devices. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/Runtime_config.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Runtime_config.md b/docs/Runtime_config.md
index 4ac0eae..d6fea28 100644
--- a/docs/Runtime_config.md
+++ b/docs/Runtime_config.md
@@ -188,3 +188,4 @@ There are several additional configuration options available in the
| floppy0 | Set this to the type of the first floppy drive in the system (only type 4 for 3.5 inch drives is supported).
| floppy1 | The type of the second floppy drive in the system. See the description of **floppy0** for more info.
| threads | By default, SeaBIOS will parallelize hardware initialization during bootup to reduce boot time. Multiple hardware devices can be initialized in parallel between vga initialization and option rom initialization. One can set this file to a value of zero to force hardware initialization to run serially. Alternatively, one can set this file to 2 to enable early hardware initialization that runs in parallel with vga, option rom initialization, and the boot menu.
+| sdcard* | One may create one or more files with an "sdcard" prefix (eg, "etc/sdcard0") with the physical memory address of an SDHCI controller (one memory address per file). This may be useful for SDHCI controllers that do not appear as PCI devices, but are mapped to a consistent memory address.