On 10/28/23 02:51, Tom Rini wrote:
On Fri, Oct 27, 2023 at 02:26:16PM +0300, Ilias Apalodimas wrote:
Hi Tom,
The following changes since commit e29b932aa07fa0226d325b35d96cd4eea0370129:
Merge branch '2023-09-30-Kconfig-updates' into next (2023-10-01 11:54:31
-0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-tpm/ tags/tpm-next-27102023
for you to fetch changes up to 4fd7d27ccb763ce8b836a0e4c5dd005392d38e18:
test/py: always use autostart on tpm2 selftests (2023-10-27 13:17:21 +0300)
The pipeline
https://source.denx.de/u-boot/custodians/u-boot-tpm/-/pipelines/18327
showed had no red lights.
Heinrich, I see that the docs job passed. But I see:
+++ b/doc/usage/measured_boot.rst
@@ -0,0 +1,31 @@
+.. SPDX-License-Identifier: GPL-2.0+
+
+Measured Boot
+=====================
If I make the underline too short I get an error:
Warning, treated as error:
doc/usage/measured_boot.rst:4:Title underline too short.
Measured Boot
===========
The message is created in
lib/python3.11/site-packages/docutils/parsers/rst/states.py:2750:
msg = self.reporter.warning('Title underline too short.',
docutils does not create warnings for title lines that are too long.
I have sent a patch fixing our documentation:
https://lore.kernel.org/u-boot/20231028100312.20623-1-heinrich.schucha...@canonical.com/T/#u
Best regards
Heinrich