All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heinrich Schuchardt <xypron.glpk@gmx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/2] sandbox: enable UEFI unit tests
Date: Sat,  9 Nov 2019 09:39:00 +0100	[thread overview]
Message-ID: <20191109083902.27903-1-xypron.glpk@gmx.de> (raw)

This patch series enables the UEFI unit tests on the sandbox.

The first patch add the missing compatible property in the device trees
which is required by on of the unit tests.

The real time clock unit test will fail if the sandbox is openend without
passing a device tree (parameter -D).

A separate series will enable building UEFI binaries for the sandbox and
enable the corresponding UEFI unit tests.

Heinrich Schuchardt (2):
  sandbox: add missing compatible property in device tree
  configs: sandbox: enable CONFIG_CMD_BOOTEFI_SELFTEST

 arch/sandbox/dts/sandbox.dts       | 1 +
 arch/sandbox/dts/sandbox64.dts     | 1 +
 configs/sandbox64_defconfig        | 1 +
 configs/sandbox_defconfig          | 1 +
 configs/sandbox_flattree_defconfig | 1 +
 configs/sandbox_spl_defconfig      | 1 +
 6 files changed, 6 insertions(+)

--
2.24.0.rc1

             reply	other threads:[~2019-11-09  8:39 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-09  8:39 Heinrich Schuchardt [this message]
2019-11-09  8:39 ` [U-Boot] [PATCH 1/2] sandbox: add missing compatible property in device tree Heinrich Schuchardt
2019-12-10 13:05   ` Simon Glass
2019-11-09  8:39 ` [U-Boot] [PATCH 2/2] configs: sandbox: enable CONFIG_CMD_BOOTEFI_SELFTEST Heinrich Schuchardt
2019-12-10 12:58   ` Simon Glass
2019-12-10 18:16     ` Heinrich Schuchardt
2019-12-11 15:43       ` Simon Glass
2019-12-11 16:59         ` Heinrich Schuchardt
2019-12-11 17:07           ` Simon Glass
2019-12-08  0:31 ` [PATCH 0/2] sandbox: enable UEFI unit tests Heinrich Schuchardt
2019-12-08 19:43   ` Simon Glass

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=20191109083902.27903-1-xypron.glpk@gmx.de \
    --to=xypron.glpk@gmx.de \
    --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.