Re: [U-Boot] [PATCH 06/12 v2] arm: at91: Enable watchdog support

2019-04-01 Thread Heiko Schocher
Hello Simon, Am 01.04.2019 um 11:13 schrieb Simon Goldschmidt: On Mon, Apr 1, 2019 at 7:41 AM Heiko Schocher wrote: Hello Wolfgang, added Simon Goldschmidt to cc, as he just posted a patchset, which exactly wants to introduce "clear BSS before relocation" ... Am 29.03.2019 um 13:06 schrieb

Re: [U-Boot] [PATCH 06/12 v2] arm: at91: Enable watchdog support

2019-04-01 Thread Simon Goldschmidt
On Mon, Apr 1, 2019 at 7:41 AM Heiko Schocher wrote: > > Hello Wolfgang, > > added Simon Goldschmidt to cc, as he just posted a patchset, which > exactly wants to introduce "clear BSS before relocation" ... > > Am 29.03.2019 um 13:06 schrieb Wolfgang Denk: > > Dear Heiko, > > > > In message <81e69

Re: [U-Boot] [PATCH 06/12 v2] arm: at91: Enable watchdog support

2019-03-31 Thread Heiko Schocher
Hello Wolfgang, added Simon Goldschmidt to cc, as he just posted a patchset, which exactly wants to introduce "clear BSS before relocation" ... Am 29.03.2019 um 13:06 schrieb Wolfgang Denk: Dear Heiko, In message <81e69dec-21e7-7b34-a261-e22ae9bef...@denx.de> you wrote: The big question is,

Re: [U-Boot] [PATCH 06/12 v2] arm: at91: Enable watchdog support

2019-03-29 Thread Stefan Roese
Hi Wolfgang, On 29.03.19 13:06, Wolfgang Denk wrote: In message <81e69dec-21e7-7b34-a261-e22ae9bef...@denx.de> you wrote: The big question is, how many places do we have in code, where we access BSS before relocation ? Hopefully none. May we better clear BSS very early (at last may possibl

Re: [U-Boot] [PATCH 06/12 v2] arm: at91: Enable watchdog support

2019-03-29 Thread Wolfgang Denk
Dear Heiko, In message <81e69dec-21e7-7b34-a261-e22ae9bef...@denx.de> you wrote: > > The big question is, how many places do we have in code, where we access > BSS before relocation ? Hopefully none. > May we better clear BSS very early (at last may possible on arm)? You cannot. There is no s

Re: [U-Boot] [PATCH 06/12 v2] arm: at91: Enable watchdog support

2019-03-29 Thread Heiko Schocher
Hello Stefan, Am 26.03.2019 um 13:16 schrieb Stefan Roese: This patch enables and starts the watchdog on the AT91 platform if configured. Currently the WD timeout is configured to 16 seconds, which is the longest value for this timer. Signed-off-by: Stefan Roese Cc: Heiko Schocher Cc: Andreas

[U-Boot] [PATCH 06/12 v2] arm: at91: Enable watchdog support

2019-03-26 Thread Stefan Roese
This patch enables and starts the watchdog on the AT91 platform if configured. Currently the WD timeout is configured to 16 seconds, which is the longest value for this timer. Signed-off-by: Stefan Roese Cc: Heiko Schocher Cc: Andreas Bießmann Cc: Eugen Hristev --- v2: - Remove #ifdef to enabl