All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: U-Boot Mailing List <u-boot@lists.denx.de>
Cc: Tom Rini <trini@konsulko.com>,
	Masahiro Yamada <yamada.masahiro@socionext.com>,
	Simon Glass <sjg@chromium.org>
Subject: [PATCH 03/17] acpi: Add a Kconfig for SPL
Date: Fri, 17 Sep 2021 10:17:26 -0600	[thread overview]
Message-ID: <20210917161741.1275871-4-sjg@chromium.org> (raw)
In-Reply-To: <20210917161741.1275871-1-sjg@chromium.org>

At present we rely on this not existing to avoid building ACPI for SPL.
But with the new split configs this does not work. Add a separate Kconfig
instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 drivers/core/Kconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig
index 9ae188c1dfc..4c2aeb8bce5 100644
--- a/drivers/core/Kconfig
+++ b/drivers/core/Kconfig
@@ -332,6 +332,11 @@ config ACPIGEN
 	  things like generating device-specific tables and returning the ACPI
 	  name of a device.
 
+config SPL_ACPIGEN
+	def_bool n
+	help
+	  Dummy option to ensure that ACPI tables are not generated in SPL.
+
 config BOUNCE_BUFFER
 	bool "Include bounce buffer API"
 	help
-- 
2.33.0.309.g3052b89438-goog


  parent reply	other threads:[~2021-09-17 16:18 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-17 16:17 [PATCH 00/17] RFC: Split configs between U-Boot proper and SPL builds Simon Glass
2021-09-17 16:17 ` [PATCH 01/17] env: Avoid checking ENV_IS_IN when env disabled Simon Glass
2021-09-17 16:17 ` [PATCH 02/17] x86: Fix qemu condition for arch_cpu_init() Simon Glass
2021-09-17 16:17 ` Simon Glass [this message]
2021-09-17 16:17 ` [PATCH 04/17] cmd: Add an SPL Kconfig for CMDLINE and HUSH Simon Glass
2021-09-17 16:17 ` [PATCH 05/17] cros_ec: Add SPL Kconfigs for cros_ec features Simon Glass
2021-09-17 16:17 ` [PATCH 06/17] power: Add SPL Kconfig for sandbox pmc emulator Simon Glass
2021-09-17 16:17 ` [PATCH 07/17] test: Add SPL Kconfig for compression tests Simon Glass
2021-09-17 16:17 ` [PATCH 08/17] sandbox: Enable MISC support for the SPL build Simon Glass
2021-09-17 16:17 ` [PATCH 09/17] serial: Tidy up the Makefile condition for DM_SERIAL Simon Glass
2021-09-17 16:17 ` [PATCH 10/17] virtio: Add SPL Kconfig for virtio Simon Glass
2021-09-17 16:17 ` [PATCH 11/17] kconfig: Refactor code into separate writer functions Simon Glass
2021-09-17 16:17 ` [PATCH 12/17] kconfig: Support writing separate SPL files Simon Glass
2021-09-17 16:17 ` [PATCH 13/17] Makefile: Include the config for the phase being built Simon Glass
2021-09-17 16:17 ` [PATCH 14/17] Makefile: Use empty SPL_ and SPL_TPL_ vars Simon Glass
2021-09-17 16:17 ` [PATCH 15/17] Makefile: Support ad-hoc COMFIX_SPL_IMAGE_SIZE et al Simon Glass
2021-09-17 16:17 ` [PATCH 16/17] kconfig: Update CONFIG_IS_ENABLED() for split files Simon Glass
2021-09-17 16:17 ` [PATCH 17/17] kconfig: Add a new CONFIG() macro 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=20210917161741.1275871-4-sjg@chromium.org \
    --to=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=yamada.masahiro@socionext.com \
    /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.