Re: [PATCH] arm: am33xx: Fix early debug UART initialization

2022-02-24 Thread Simon Glass
Hi Felix, On Thu, 24 Feb 2022 at 03:01, Felix Brack wrote: > > Hello Simon, > > On 23.02.22 23:58, Simon Glass wrote: > > Hi Felix, > > > > On Mon, 14 Feb 2022 at 09:57, Felix Brack wrote: > >> > >> The changes from commit 0dba45864b2a ("arm: Init the debug UART") > >> prevent the early debug

Re: [PATCH] arm: am33xx: Fix early debug UART initialization

2022-02-24 Thread Felix Brack
Hello Simon, On 23.02.22 23:58, Simon Glass wrote: > Hi Felix, > > On Mon, 14 Feb 2022 at 09:57, Felix Brack wrote: >> >> The changes from commit 0dba45864b2a ("arm: Init the debug UART") >> prevent the early debug UART from being initialized correctly. >> By adding a new SoC specific early

Re: [PATCH] arm: am33xx: Fix early debug UART initialization

2022-02-23 Thread Simon Glass
Hi Felix, On Mon, 14 Feb 2022 at 09:57, Felix Brack wrote: > > The changes from commit 0dba45864b2a ("arm: Init the debug UART") > prevent the early debug UART from being initialized correctly. > By adding a new SoC specific early UART initialization function this SoC-specific You need the

Re: [PATCH] arm: am33xx: Fix early debug UART initialization

2022-02-15 Thread Tom Rini
On Tue, Feb 15, 2022 at 11:53:41AM +0100, Felix Brack wrote: > Hello Tom, > > On 14.02.22 23:45, Tom Rini wrote: > > On Mon, Feb 14, 2022 at 05:56:52PM +0100, Felix Brack wrote: > >> The changes from commit 0dba45864b2a ("arm: Init the debug UART") > >> prevent the early debug UART from being

Re: [PATCH] arm: am33xx: Fix early debug UART initialization

2022-02-15 Thread Felix Brack
Hello Tom, On 14.02.22 23:45, Tom Rini wrote: > On Mon, Feb 14, 2022 at 05:56:52PM +0100, Felix Brack wrote: >> The changes from commit 0dba45864b2a ("arm: Init the debug UART") >> prevent the early debug UART from being initialized correctly. >> By adding a new SoC specific early UART

Re: [PATCH] arm: am33xx: Fix early debug UART initialization

2022-02-14 Thread Tom Rini
On Mon, Feb 14, 2022 at 05:56:52PM +0100, Felix Brack wrote: > The changes from commit 0dba45864b2a ("arm: Init the debug UART") > prevent the early debug UART from being initialized correctly. > By adding a new SoC specific early UART initialization function this > patch provides a generic

[PATCH] arm: am33xx: Fix early debug UART initialization

2022-02-14 Thread Felix Brack
The changes from commit 0dba45864b2a ("arm: Init the debug UART") prevent the early debug UART from being initialized correctly. By adding a new SoC specific early UART initialization function this patch provides a generic location to add the required code. This code has to be SoC and not board