aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-01-27 11:39:31 -0500
committerTom Rini <trini@konsulko.com>2021-01-27 11:39:31 -0500
commit8b195f4b716e4d802768e0e2cd63b417a4690b7f (patch)
treeee95cc34be28ab8a49b4fb9f6d99a893006c810f /doc
parent290e40b2aa96e13b19292d81146063e036028931 (diff)
parent177cecdc4edcda5881cf217e21568d921b630bf5 (diff)
downloadu-boot-8b195f4b716e4d802768e0e2cd63b417a4690b7f.zip
u-boot-8b195f4b716e4d802768e0e2cd63b417a4690b7f.tar.gz
u-boot-8b195f4b716e4d802768e0e2cd63b417a4690b7f.tar.bz2
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellWIP/27Jan2021
- Espressobin: Disable slot when emmc is not present (Pali) - DS414; config header cleanup (Phil) - PCI: auto-config enhancement (Phil) - pci_mvebu: Also map IO region (Phil) - serial: a3720: Implement pending method for output direction (Pali) - turris_mox: Enable a few commands (Marek) - helios4 & ClearFog changes (Dennis) - Plus some minor misc changes
Diffstat (limited to 'doc')
-rw-r--r--doc/README.distro11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/README.distro b/doc/README.distro
index 5076beb..cc1c41e 100644
--- a/doc/README.distro
+++ b/doc/README.distro
@@ -224,6 +224,17 @@ fdt_addr_r:
A size of 1MB for the FDT/DTB seems reasonable.
+fdtfile:
+
+ Mandatory. the name of the DTB file for the specific board for instance
+ the espressobin v5 board the value is "marvell/armada-3720-espressobin.dtb"
+ while on a clearfog pro it is "armada-388-clearfog-pro.dtb" in the case of
+ a board providing its firmware based DTB this value can be used to override
+ the DTB with a different DTB. fdtfile will automatically be set for you if
+ it matches the format ${soc}-${board}.dtb which covers most 32 bit use cases.
+ AArch64 generally does not match as the Linux kernel put the dtb files under
+ SoC vendor directories.
+
ramdisk_addr_r:
Mandatory. The location in RAM where the initial ramdisk will be loaded to