From: Shawn Guo <shawnguo@kernel.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 09/13] serial: Remove DM_FLAG_PRE_RELOC flag in various drivers
Date: Wed, 12 Dec 2018 15:34:45 +0800 [thread overview]
Message-ID: <20181212073443.GA3863@dragon> (raw)
In-Reply-To: <CAModR+XfrGQw_7RKOKxFSJLn3pF-rRu7CQ_U0QCeGYqf0pdDEQ@mail.gmail.com>
Hi Igor,
On Mon, Dec 10, 2018 at 07:26:23PM +0200, Igor Opaniuk wrote:
> Hi Bin,
>
> This particular commit leads to a constant Poplar board restart (git
> bisect pointed to it).
> U-boot is built with the default poplar_config from the latest master
> (btw, is uses r), and U-boot is used as default BL33 image (setup:
> vanilla ATF + vanilla OP-TEE(BL32, S-EL1 payload) + U-boot).
Thanks for reporting the issue. I looked into it and came up with a fix
for review [1]. Would you give it a try to see if it fixes the problem?
Shawn
[1] https://lists.denx.de/pipermail/u-boot/2018-December/351741.html
next prev parent reply other threads:[~2018-12-12 7:34 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-24 13:36 [U-Boot] [PATCH 00/13] dm: DM_FLAG_PRE_RELOC flag clean up Bin Meng
2018-10-24 13:36 ` [U-Boot] [PATCH 01/13] arm: stm32mp: Remove DM_FLAG_PRE_RELOC flag Bin Meng
2018-10-25 3:28 ` Simon Glass
2018-10-29 17:15 ` Patrick DELAUNAY
2018-11-06 22:42 ` sjg at google.com
2018-10-24 13:36 ` [U-Boot] [PATCH 02/13] clk: Remove DM_FLAG_PRE_RELOC flag in various drivers Bin Meng
2018-10-25 3:28 ` Simon Glass
2018-11-06 22:42 ` sjg at google.com
2018-10-24 13:36 ` [U-Boot] [PATCH 03/13] gpio: " Bin Meng
2018-10-25 3:28 ` Simon Glass
2018-10-29 17:20 ` Patrick DELAUNAY
2018-11-06 22:42 ` sjg at google.com
2018-10-24 13:36 ` [U-Boot] [PATCH 04/13] i2c: omap24xx: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check Bin Meng
2018-10-25 3:28 ` Simon Glass
2018-11-06 22:42 ` sjg at google.com
2018-10-24 13:36 ` [U-Boot] [PATCH 05/13] mmc: omap: " Bin Meng
2018-10-25 3:28 ` Simon Glass
2018-11-06 22:42 ` sjg at google.com
2018-10-24 13:36 ` [U-Boot] [PATCH 06/13] pinctrl: Remove DM_FLAG_PRE_RELOC flag in various drivers Bin Meng
2018-10-25 3:28 ` Simon Glass
2018-11-06 22:42 ` sjg at google.com
2018-10-24 13:36 ` [U-Boot] [PATCH 07/13] ram: bmips: Remove DM_FLAG_PRE_RELOC flag Bin Meng
2018-10-25 3:28 ` Simon Glass
2018-11-06 22:42 ` sjg at google.com
2018-10-24 13:36 ` [U-Boot] [PATCH 08/13] timer: Remove DM_FLAG_PRE_RELOC flag in various drivers Bin Meng
2018-10-25 3:28 ` Simon Glass
2018-11-06 22:42 ` sjg at google.com
2018-10-24 13:36 ` [U-Boot] [PATCH 09/13] serial: " Bin Meng
2018-10-25 3:28 ` Simon Glass
2018-11-06 22:42 ` sjg at google.com
2018-12-10 17:26 ` Igor Opaniuk
2018-12-12 7:34 ` Shawn Guo [this message]
2018-10-24 13:36 ` [U-Boot] [PATCH 10/13] sysreset: " Bin Meng
2018-10-25 3:29 ` Simon Glass
2018-11-06 22:42 ` sjg at google.com
2018-10-24 13:36 ` [U-Boot] [PATCH 11/13] video: simplefb: Remove DM_FLAG_PRE_RELOC flag Bin Meng
2018-10-25 3:29 ` Simon Glass
2018-11-06 22:42 ` sjg at google.com
2018-10-24 13:36 ` [U-Boot] [PATCH 12/13] watchdog: Remove DM_FLAG_PRE_RELOC flag in various drivers Bin Meng
2018-10-25 3:29 ` Simon Glass
2018-11-06 22:42 ` sjg at google.com
2018-10-24 13:36 ` [U-Boot] [PATCH 13/13] dm: doc: Update description of pre-relocation support Bin Meng
2018-10-25 3:29 ` Simon Glass
2018-11-06 22:42 ` sjg at google.com
2018-10-24 16:26 ` [U-Boot] [PATCH 00/13] dm: DM_FLAG_PRE_RELOC flag clean up Stephen Warren
2018-10-28 13:30 ` Adam Ford
2018-11-02 2:25 ` Bin Meng
2018-11-03 6:08 ` Simon Glass
2018-11-03 9:48 ` Bin Meng
2018-11-04 22:00 ` 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=20181212073443.GA3863@dragon \
--to=shawnguo@kernel.org \
--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