[U-Boot] [PATCH v4 3/4] doc: android: relocate/rename README files
Eugeniu Rosca
roscaeugeniu at gmail.com
Sun Jul 7 13:34:18 UTC 2019
Rename:
- doc/{README.avb2 => android/avb2.txt}
- doc/{README.android-fastboot => android/fastboot.txt}
- doc/{README.android-fastboot-protocol => android/fastboot-protocol.txt}
The new directory structure has been reviewed by Simon [0].
Thanks to Sam [1], update a number of stale references in:
- cmd/Kconfig
- test/py/tests/test_avb.py
As per Simon [2], any additions to doc/android/ (e.g. bcb.txt) should
come as standalone patches.
[0] https://patchwork.ozlabs.org/patch/1101107/#2176031
[1] https://patchwork.ozlabs.org/patch/1104245/#2208134
[2] https://patchwork.ozlabs.org/patch/1104245/#2200256
Signed-off-by: Eugeniu Rosca <erosca at de.adit-jv.com>
Reviewed-by: Simon Glass <sjg at chromium.org>
Reviewed-by: Sam Protsenko <semen.protsenko at linaro.org>
---
v4:
- [Simon Glass] Defer bcb.txt addition to a separate patch
- [Sam Protsenko] Update stale doc references
- Rename one more lost doc:
doc/{README.android-fastboot-protocol => android/fastboot-protocol.txt}
- Refine summary line
- Pick up 'Reviewed-by: Simon Glass' from:
https://patchwork.ozlabs.org/patch/1104245/#2200256
- Pick up 'Reviewed-by: Sam Protsenko' from:
https://patchwork.ozlabs.org/cover/1104242/#2177898
v3:
- Newly pushed.
- https://patchwork.ozlabs.org/patch/1104245/
---
cmd/Kconfig | 2 +-
doc/{README.avb2 => android/avb2.txt} | 0
.../fastboot-protocol.txt} | 0
doc/{README.android-fastboot => android/fastboot.txt} | 2 +-
test/py/tests/test_avb.py | 2 +-
5 files changed, 3 insertions(+), 3 deletions(-)
rename doc/{README.avb2 => android/avb2.txt} (100%)
rename doc/{README.android-fastboot-protocol => android/fastboot-protocol.txt} (100%)
rename doc/{README.android-fastboot => android/fastboot.txt} (98%)
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 3afb760a816f..3cf8233df62e 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -707,7 +707,7 @@ config CMD_FASTBOOT
Android devices. Fastboot requires either the network stack
enabled or support for acting as a USB device.
- See doc/README.android-fastboot for more information.
+ See doc/android/fastboot.txt for more information.
config CMD_FDC
bool "fdcboot - Boot from floppy device"
diff --git a/doc/README.avb2 b/doc/android/avb2.txt
similarity index 100%
rename from doc/README.avb2
rename to doc/android/avb2.txt
diff --git a/doc/README.android-fastboot-protocol b/doc/android/fastboot-protocol.txt
similarity index 100%
rename from doc/README.android-fastboot-protocol
rename to doc/android/fastboot-protocol.txt
diff --git a/doc/README.android-fastboot b/doc/android/fastboot.txt
similarity index 98%
rename from doc/README.android-fastboot
rename to doc/android/fastboot.txt
index 431191c473f2..dcf824713f94 100644
--- a/doc/README.android-fastboot
+++ b/doc/android/fastboot.txt
@@ -6,7 +6,7 @@ Overview
========
The protocol that is used over USB and UDP is described in the
-``README.android-fastboot-protocol`` file in the same directory.
+``fastboot-protocol.txt`` file in the same directory.
The current implementation supports the following standard commands:
diff --git a/test/py/tests/test_avb.py b/test/py/tests/test_avb.py
index 2bb75ed6e2a2..813242343555 100644
--- a/test/py/tests/test_avb.py
+++ b/test/py/tests/test_avb.py
@@ -8,7 +8,7 @@
This tests Android Verified Boot 2.0 support in U-boot:
For additional details about how to build proper vbmeta partition
-check doc/README.avb2
+check doc/android/avb2.txt
For configuration verification:
- Corrupt boot partition and check for failure
--
2.22.0
More information about the U-Boot
mailing list