All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] efi_loader: define all known warning status codes
@ 2020-01-03 21:57 Heinrich Schuchardt
  2020-01-04 13:35 ` Fabio Estevam
  0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2020-01-03 21:57 UTC (permalink / raw)
  To: u-boot

Of all warning status codes up to now only EFI_WARN_DELETE_FAILURE is
defined.

The patch adds the missing definitions for later usage.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 .mailmap      | 1 +
 include/efi.h | 8 +++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/.mailmap b/.mailmap
index 98d2131e97..dec2abeffa 100644
--- a/.mailmap
+++ b/.mailmap
@@ -24,6 +24,7 @@ Boris Brezillon <bbrezillon@kernel.org> <boris.brezillon@bootlin.com>
 Boris Brezillon <bbrezillon@kernel.org> <boris.brezillon@free-electrons.com>
 Dirk Behme <dirk.behme@googlemail.com>
 Fabio Estevam <fabio.estevam@nxp.com>
+Heinrich Schuchardt <xypron.glpk@gmx.de>
 Jagan Teki <402jagan@gmail.com>
 Jagan Teki <jaganna@gmail.com>
 Jagan Teki <jaganna@xilinx.com>
diff --git a/include/efi.h b/include/efi.h
index 5f415a99cc..e12697a5d5 100644
--- a/include/efi.h
+++ b/include/efi.h
@@ -91,7 +91,13 @@ typedef struct {
 #define EFI_IP_ADDRESS_CONFLICT		(EFI_ERROR_MASK | 34)
 #define EFI_HTTP_ERROR			(EFI_ERROR_MASK | 35)

-#define EFI_WARN_DELETE_FAILURE	2
+#define EFI_WARN_UNKNOWN_GLYPH		1
+#define EFI_WARN_DELETE_FAILURE		2
+#define EFI_WARN_WRITE_FAILURE		3
+#define EFI_WARN_BUFFER_TOO_SMALL	4
+#define EFI_WARN_STALE_DATA		5
+#define EFI_WARN_FILE_SYSTEM		6
+#define EFI_WARN_RESET_REQUIRED		7

 typedef unsigned long efi_status_t;
 typedef u64 efi_physical_addr_t;
--
2.24.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 1/1] efi_loader: define all known warning status codes
  2020-01-03 21:57 [PATCH 1/1] efi_loader: define all known warning status codes Heinrich Schuchardt
@ 2020-01-04 13:35 ` Fabio Estevam
  0 siblings, 0 replies; 2+ messages in thread
From: Fabio Estevam @ 2020-01-04 13:35 UTC (permalink / raw)
  To: u-boot

Hi Heinrich,

On Sat, Jan 4, 2020 at 8:25 AM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> Of all warning status codes up to now only EFI_WARN_DELETE_FAILURE is
> defined.
>
> The patch adds the missing definitions for later usage.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  .mailmap      | 1 +
>  include/efi.h | 8 +++++++-
>  2 files changed, 8 insertions(+), 1 deletion(-)
>
> diff --git a/.mailmap b/.mailmap
> index 98d2131e97..dec2abeffa 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -24,6 +24,7 @@ Boris Brezillon <bbrezillon@kernel.org> <boris.brezillon@bootlin.com>
>  Boris Brezillon <bbrezillon@kernel.org> <boris.brezillon@free-electrons.com>
>  Dirk Behme <dirk.behme@googlemail.com>
>  Fabio Estevam <fabio.estevam@nxp.com>
> +Heinrich Schuchardt <xypron.glpk@gmx.de>

This is an unrelated change.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-04 13:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-03 21:57 [PATCH 1/1] efi_loader: define all known warning status codes Heinrich Schuchardt
2020-01-04 13:35 ` Fabio Estevam

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.