All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philippe Reynes <philippe.reynes@softathome.com>
To: sjg@chromium.org, rasmus.villemoes@prevas.dk
Cc: u-boot@lists.denx.de, Philippe Reynes <philippe.reynes@softathome.com>
Subject: [PATCH v7 03/16] lib: Kconfig: enhance the help of OID_REGISTRY
Date: Mon, 14 Mar 2022 15:57:32 +0100	[thread overview]
Message-ID: <20220314145745.15249-4-philippe.reynes@softathome.com> (raw)
In-Reply-To: <20220314145745.15249-1-philippe.reynes@softathome.com>

Enhance the help for the config OID_REGISTRY.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
---
 lib/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lib/Kconfig b/lib/Kconfig
index b0e5d60b3d..e749826f22 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -812,6 +812,10 @@ config ASN1_DECODER
 config OID_REGISTRY
 	bool
 	help
+	  In computing, object identifiers or OIDs are an identifier mechanism
+	  standardized by the International Telecommunication Union (ITU) and
+	  ISO/IEC for naming any object, concept, or "thing" with a globally
+	  unambiguous persistent name (https://en.wikipedia.org/wiki/Object_identifier).
 	  Enable fast lookup object identifier registry.
 
 config SMBIOS_PARSER
-- 
2.17.1


  parent reply	other threads:[~2022-03-14 14:59 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-14 14:57 [PATCH v7 00/16] image: add a stage pre-load Philippe Reynes
2022-03-14 14:57 ` [PATCH v7 01/16] arch: Kconfig: imply BINMAN for SANDBOX Philippe Reynes
2022-03-14 14:57 ` [PATCH v7 02/16] lib: Kconfig: enhance help for ASN1 Philippe Reynes
2022-03-14 14:57 ` Philippe Reynes [this message]
2022-03-14 14:57 ` [PATCH v7 04/16] lib: allow to build asn1 decoder and oid registry in SPL Philippe Reynes
2022-03-14 14:57 ` [PATCH v7 05/16] lib: crypto: allow to build crypyo " Philippe Reynes
2022-03-14 14:57 ` [PATCH v7 06/16] lib: rsa: allow rsa verify with pkey " Philippe Reynes
2022-03-14 14:57 ` [PATCH v7 07/16] boot: image: add a stage pre-load Philippe Reynes
2022-03-14 14:57 ` [PATCH v7 08/16] cmd: bootm: " Philippe Reynes
2022-03-14 14:57 ` [PATCH v7 09/16] common: spl: fit_ram: allow to use image pre load Philippe Reynes
2022-03-14 14:57 ` [PATCH v7 10/16] mkimage: add public key for image pre-load stage Philippe Reynes
2022-03-14 14:57 ` [PATCH v7 11/16] Makefile: provide sah-key to binman Philippe Reynes
2022-03-14 14:57 ` [PATCH v7 12/16] tools: binman: add support for pre-load header Philippe Reynes
2022-03-14 14:57 ` [PATCH v7 13/16] configs: sandbox_defconfig: enable stage pre-load in bootm Philippe Reynes
2022-03-14 14:57 ` [PATCH v7 14/16] test: py: vboot: add test for global image signature Philippe Reynes
2022-03-25 17:11   ` Tom Rini
2022-03-25 22:54     ` Philippe REYNES
2022-03-25 23:02       ` Tom Rini
2022-03-28 20:58         ` Philippe REYNES
2022-03-14 14:57 ` [PATCH v7 15/16] cmd: pre_load_verify: initial import Philippe Reynes
2022-03-14 14:57 ` [PATCH v7 16/16] configs: sandbox_defconfig: enable config CMD_PRE_LOAD_VERIFY Philippe Reynes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220314145745.15249-4-philippe.reynes@softathome.com \
    --to=philippe.reynes@softathome.com \
    --cc=rasmus.villemoes@prevas.dk \
    --cc=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.