From: Fabio Estevam <festevam@denx.de>
To: Tim Harvey <tharvey@gateworks.com>
Cc: "Pali Rohár" <pali@kernel.org>,
"Johannes Schneider" <johannes.schneider@leica-geosystems.com>,
u-boot@lists.denx.de, peng.fan@oss.nxp.com, sbabic@denx.de,
trini@konsulko.com, bsp-development.geo@leica-geosystems.com,
"Peng Fan" <peng.fan@nxp.com>
Subject: Re: [PATCH v5 2/2] serial: mxc: have putc use the TXFIFO
Date: Tue, 25 Oct 2022 18:48:39 -0300 [thread overview]
Message-ID: <64a453101ff3f38b5b1df6d873297872@denx.de> (raw)
In-Reply-To: <CAJ+vNU0un7Tt=-zn_MzxAsj1euf=e0R5Bt47aFGcWp5S-OQ7NQ@mail.gmail.com>
Hi Tim,
On 25/10/2022 18:37, Tim Harvey wrote:
> Fabio and Pali,
>
> Seems reasonable but this does not resolve the problem. Whatever I
> print in board_init gets cutoff by the print from dm_announce.
You are right.
I managed to reproduce it:
--- a/board/warp7/warp7.c
+++ b/board/warp7/warp7.c
@@ -71,6 +71,7 @@ int board_init(void)
/* address of boot parameters */
gd->bd->bi_boot_params = PHYS_SDRAM + 0x100;
+ printf("*******************
0123456789012345678901234567890123456789\n");
return 0;
}
It does not print correctly:
U-Boot 2022.10-00796-gf9d16f2c0daf-dirty (Oct 25 2022 - 18:46:05 -0300)
CPU: Freescale i.MX7S rev1.2 800 MHz (running at 792 MHz)
CPU: Extended Commercial temperature grade (-20C to 105C) at 49C
Reset cause: POR
Model: Element14 Warp i.MX7 Board
Board: WARP7 in secure mode OPTEE DRAM 0x9d000000-0xa0000000
DRAM: 464 MiB
�Core: 73 devices, 17 uclasses, devicetree: separate3456789
PMIC: PFUZE3000 DEV_ID=0x30 REV_ID=0x11
MMC: FSL_SDHC: 3, FSL_SDHC: 0
Loading Environment from MMC... OK
In: serial@30860000
Out: serial@30860000
Err: serial@30860000
SEC0: RNG instantiated
Net: No ethernet found.
Hit any key to stop autoboot: 0
next prev parent reply other threads:[~2022-10-25 21:48 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-06 12:15 [PATCH v5 0/2] serial_mxc: fixing reception Johannes Schneider
2022-09-06 12:15 ` [PATCH v5 1/2] serial: mxc: enable the RX pipeline Johannes Schneider
2022-09-18 20:40 ` sbabic
2022-09-06 12:15 ` [PATCH v5 2/2] serial: mxc: have putc use the TXFIFO Johannes Schneider
2022-09-18 20:41 ` sbabic
2022-10-25 19:18 ` Tim Harvey
2022-10-25 20:23 ` Pali Rohár
2022-10-25 20:37 ` Fabio Estevam
2022-10-25 21:37 ` Tim Harvey
2022-10-25 21:48 ` Fabio Estevam [this message]
2022-10-25 22:19 ` Fabio Estevam
2022-10-26 10:10 ` Peng Fan
2022-10-26 10:15 ` Fabio Estevam
2022-10-26 17:45 ` Pali Rohár
2022-10-26 22:22 ` SCHNEIDER Johannes
2022-10-26 22:26 ` Pali Rohár
2022-11-01 20:39 ` Fabio Estevam
2022-11-02 5:16 ` SCHNEIDER Johannes
2022-11-02 12:15 ` Fabio Estevam
2022-11-02 12:38 ` SCHNEIDER Johannes
2022-11-02 14:20 ` Fabio Estevam
2022-11-02 17:24 ` Pali Rohár
2022-11-02 18:37 ` Fabio Estevam
2022-11-03 6:17 ` SCHNEIDER Johannes
2022-11-03 8:35 ` TERTYCHNYI Grygorii
2022-11-03 8:47 ` Pali Rohár
2022-11-03 11:14 ` Fabio Estevam
2022-11-07 21:17 ` Fabio Estevam
2022-11-08 9:37 ` SCHNEIDER Johannes
2022-11-08 11:55 ` Fabio Estevam
2022-10-25 21:41 ` Pali Rohár
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=64a453101ff3f38b5b1df6d873297872@denx.de \
--to=festevam@denx.de \
--cc=bsp-development.geo@leica-geosystems.com \
--cc=johannes.schneider@leica-geosystems.com \
--cc=pali@kernel.org \
--cc=peng.fan@nxp.com \
--cc=peng.fan@oss.nxp.com \
--cc=sbabic@denx.de \
--cc=tharvey@gateworks.com \
--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