From: Marcel Ziswiler <marcel@ziswiler.com>
To: u-boot@lists.denx.de
Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>,
Heinrich Schuchardt <xypron.glpk@gmx.de>
Subject: [PATCH v1 01/16] apalis-imx8: fix booting caused by missing dm_event
Date: Mon, 12 Dec 2022 01:09:15 +0100 [thread overview]
Message-ID: <20221212000930.45505-2-marcel@ziswiler.com> (raw)
In-Reply-To: <20221212000930.45505-1-marcel@ziswiler.com>
From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Without the DM_EVENT absolutely no output whatsoever and the system does
not boot at all.
Fixes: c5ef2025579e ("dm: fix DM_EVENT dependencies")
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
---
configs/apalis-imx8_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/apalis-imx8_defconfig b/configs/apalis-imx8_defconfig
index 6226d50c8ac..b2f8416e326 100644
--- a/configs/apalis-imx8_defconfig
+++ b/configs/apalis-imx8_defconfig
@@ -22,6 +22,7 @@ CONFIG_OF_SYSTEM_SETUP=y
CONFIG_LOG=y
# CONFIG_DISPLAY_BOARDINFO is not set
CONFIG_DISPLAY_BOARDINFO_LATE=y
+CONFIG_EVENT=y
CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_SYS_MAXARGS=64
CONFIG_SYS_CBSIZE=2048
--
2.35.1
next prev parent reply other threads:[~2022-12-12 0:09 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-12 0:09 [PATCH v1 00/16] apalis-imx8: boot issue fix and support refresh Marcel Ziswiler
2022-12-12 0:09 ` Marcel Ziswiler [this message]
2022-12-12 0:09 ` [PATCH v1 02/16] apalis-imx8: implement pcb version and soc variant handling Marcel Ziswiler
2022-12-12 0:09 ` [PATCH v1 03/16] apalis-imx8: turn off lcd backlight before os handover Marcel Ziswiler
2022-12-12 0:09 ` [PATCH v1 04/16] apalis-imx8: display build info Marcel Ziswiler
2022-12-12 0:09 ` [PATCH v1 05/16] apalis-imx8: provide proper config_sys_prompt Marcel Ziswiler
2022-12-12 0:09 ` [PATCH v1 06/16] apalis-imx8: set bootdelay Marcel Ziswiler
2022-12-12 0:09 ` [PATCH v1 07/16] apalis/colibri-imx8/8x: add overlay support for i.mx 8/8x-based soms Marcel Ziswiler
2022-12-12 0:09 ` [PATCH v1 08/16] apalis/colibri-imx8/8x: remove global variable script Marcel Ziswiler
2022-12-12 0:09 ` [PATCH v1 09/16] apalis-imx8: enable environment bootcount limit Marcel Ziswiler
2022-12-12 0:09 ` [PATCH v1 10/16] apalis-imx8: update spdx license identifier string Marcel Ziswiler
2022-12-12 0:09 ` [PATCH v1 11/16] apalis-imx8: remove obsolete sdhc related config defines Marcel Ziswiler
2022-12-12 0:09 ` [PATCH v1 12/16] apalis-imx8: remove obsolete net usb start Marcel Ziswiler
2022-12-12 0:09 ` [PATCH v1 13/16] apalis-imx8: introduce setup setting setupargs Marcel Ziswiler
2022-12-12 0:09 ` [PATCH v1 14/16] apalis-imx8: drop obsolete environment variables Marcel Ziswiler
2022-12-12 0:09 ` [PATCH v1 15/16] apalis-imx8: update update_uboot confirmation message Marcel Ziswiler
2022-12-12 0:09 ` [PATCH v1 16/16] apalis-imx8: update env memory layout Marcel Ziswiler
2023-01-10 10:00 ` [PATCH v1 00/16] apalis-imx8: boot issue fix and support refresh Marcel Ziswiler
2023-01-10 16:30 ` Tom Rini
2023-01-13 17:36 ` Stefano Babic
2023-01-16 19:15 ` Francesco Dolcini
2023-01-13 13:28 ` Stefano Babic
2023-01-13 17:26 ` Francesco Dolcini
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=20221212000930.45505-2-marcel@ziswiler.com \
--to=marcel@ziswiler.com \
--cc=marcel.ziswiler@toradex.com \
--cc=u-boot@lists.denx.de \
--cc=xypron.glpk@gmx.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox