asahi.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Janne Grunau via B4 Relay <devnull+j.jannau.net@kernel.org>
To: Mark Kettenis <kettenis@openbsd.org>, Tom Rini <trini@konsulko.com>
Cc: Simon Glass <sjg@chromium.org>,
	u-boot@lists.denx.de,  asahi@lists.linux.dev,
	Janne Grunau <j@jannau.net>,  Neal Gompa <neal@gompa.dev>
Subject: [PATCH v2 2/5] configs: apple: Use "vidconsole,serial" as stdout/stderr
Date: Thu, 18 Apr 2024 21:00:26 +0200	[thread overview]
Message-ID: <20240418-apple_config-v2-2-7e5c6b9a9db3@jannau.net> (raw)
In-Reply-To: <20240418-apple_config-v2-0-7e5c6b9a9db3@jannau.net>

From: Janne Grunau <j@jannau.net>

The display size querying in efi_console relies on this order. The
display should be the primary output device and should be used to
display more than 80x25 chars.

Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
Reviewed-by: Neal Gompa <neal@gompa.dev>
Signed-off-by: Janne Grunau <j@jannau.net>
---
 include/configs/apple.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/configs/apple.h b/include/configs/apple.h
index 0576bc04c9..a70440b3ad 100644
--- a/include/configs/apple.h
+++ b/include/configs/apple.h
@@ -6,8 +6,8 @@
 /* Environment */
 #define ENV_DEVICE_SETTINGS \
 	"stdin=serial,usbkbd,spikbd\0" \
-	"stdout=serial,vidconsole\0" \
-	"stderr=serial,vidconsole\0"
+	"stdout=vidconsole,serial\0" \
+	"stderr=vidconsole,serial\0"
 
 #if IS_ENABLED(CONFIG_CMD_NVME)
 	#define BOOT_TARGET_NVME(func) func(NVME, nvme, 0)

-- 
2.44.0



  parent reply	other threads:[~2024-04-18 19:00 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-18 19:00 [PATCH v2 0/5] configs: apple: Switch to standard boot + small adjustments Janne Grunau via B4 Relay
2024-04-18 19:00 ` [PATCH v2 1/5] apple_m1_defconfig: Turn on CONFIG_SYS_64BIT_LBA Janne Grunau via B4 Relay
2024-04-18 19:00 ` Janne Grunau via B4 Relay [this message]
2024-04-18 19:00 ` [PATCH v2 3/5] configs: apple: Enable CMD_SELECT_FONT and FONT_16X32 Janne Grunau via B4 Relay
2024-04-18 19:00 ` [PATCH v2 4/5] arm: apple: Switch to standard boot Janne Grunau via B4 Relay
2024-04-19  0:33   ` Neal Gompa
2024-04-19  8:16   ` Mark Kettenis
2024-04-18 19:00 ` [PATCH v2 5/5] arm: apple: Do not list bootflows on boot Janne Grunau via B4 Relay
2024-04-19  0:33   ` Neal Gompa
2024-04-19  8:28   ` Mark Kettenis
2024-04-22 19:36 ` [PATCH v2 0/5] configs: apple: Switch to standard boot + small adjustments Tom Rini

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=20240418-apple_config-v2-2-7e5c6b9a9db3@jannau.net \
    --to=devnull+j.jannau.net@kernel.org \
    --cc=asahi@lists.linux.dev \
    --cc=j@jannau.net \
    --cc=kettenis@openbsd.org \
    --cc=neal@gompa.dev \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).