PowerPC MPC83XX timer issues (Re: [PATCH] common: board_r: Initialize interrupts before watchdog)

2025-02-24 Thread J . Neuschäfer
On Mon, Feb 24, 2025 at 10:54:05AM -0700, Simon Glass wrote: > Hi J, > > On Sat, 22 Feb 2025 at 11:58, J. Neuschäfer wrote: > > > > (CC'ing Mario Six regarding MPC83xx timer driver in U-Boot) > > > > On Thu, Feb 20, 2025 at 06:49:58AM -0700, Simon Glass wrote: > > > Hi J, > > > > > > On Tue, 18 F

Re: [PATCH] common: board_r: Initialize interrupts before watchdog

2025-02-24 Thread Simon Glass
Hi J, On Sat, 22 Feb 2025 at 11:58, J. Neuschäfer wrote: > > (CC'ing Mario Six regarding MPC83xx timer driver in U-Boot) > > On Thu, Feb 20, 2025 at 06:49:58AM -0700, Simon Glass wrote: > > Hi J, > > > > On Tue, 18 Feb 2025 at 08:55, J. Neuschäfer via B4 Relay > > wrote: > > > > > > From: "J. Ne

Re: [PATCH] common: board_r: Initialize interrupts before watchdog

2025-02-22 Thread J . Neuschäfer
(CC'ing Mario Six regarding MPC83xx timer driver in U-Boot) On Thu, Feb 20, 2025 at 06:49:58AM -0700, Simon Glass wrote: > Hi J, > > On Tue, 18 Feb 2025 at 08:55, J. Neuschäfer via B4 Relay > wrote: > > > > From: "J. Neuschäfer" > > > > On some platforms, initializing the watchdog driver enable

Re: [PATCH] common: board_r: Initialize interrupts before watchdog

2025-02-20 Thread Simon Glass
Hi J, On Tue, 18 Feb 2025 at 08:55, J. Neuschäfer via B4 Relay wrote: > > From: "J. Neuschäfer" > > On some platforms, initializing the watchdog driver enables a timer > interrupt. This of course requires the interrupt handlers to be > properly initialized, otherwise U-Boot may crash or run the

[PATCH] common: board_r: Initialize interrupts before watchdog

2025-02-18 Thread J . Neuschäfer via B4 Relay
From: "J. Neuschäfer" On some platforms, initializing the watchdog driver enables a timer interrupt. This of course requires the interrupt handlers to be properly initialized, otherwise U-Boot may crash or run the timer interrupt handler of a previous bootloader stage. To account for such system