Re: [U-Boot] [PATCH 1/6] arm: socfpga: fix SPL on gen5 after moving to DM serial

2018-08-10 Thread Marek Vasut
On 08/10/2018 02:55 PM, Simon Goldschmidt wrote: > On 10.08.2018 14:41, Marek Vasut wrote: >> On 08/10/2018 02:39 PM, Simon Goldschmidt wrote: >>> On 09.08.2018 23:42, Marek Vasut wrote: On 08/09/2018 09:04 PM, Simon Goldschmidt wrote: > There were NULL pointers dereferenced because DM was

Re: [U-Boot] [PATCH 1/6] arm: socfpga: fix SPL on gen5 after moving to DM serial

2018-08-10 Thread Simon Goldschmidt
On 10.08.2018 14:41, Marek Vasut wrote: On 08/10/2018 02:39 PM, Simon Goldschmidt wrote: On 09.08.2018 23:42, Marek Vasut wrote: On 08/09/2018 09:04 PM, Simon Goldschmidt wrote: There were NULL pointers dereferenced because DM was used too early without correct initialization: - malloc_simple

Re: [U-Boot] [PATCH 1/6] arm: socfpga: fix SPL on gen5 after moving to DM serial

2018-08-10 Thread Marek Vasut
On 08/10/2018 02:39 PM, Simon Goldschmidt wrote: > On 09.08.2018 23:42, Marek Vasut wrote: >> On 08/09/2018 09:04 PM, Simon Goldschmidt wrote: >>> There were NULL pointers dereferenced because DM was used >>> too early without correct initialization: >>> - malloc_simple returned NULL when called fr

Re: [U-Boot] [PATCH 1/6] arm: socfpga: fix SPL on gen5 after moving to DM serial

2018-08-10 Thread Simon Goldschmidt
On 09.08.2018 23:42, Marek Vasut wrote: On 08/09/2018 09:04 PM, Simon Goldschmidt wrote: There were NULL pointers dereferenced because DM was used too early without correct initialization: - malloc_simple returned NULL when called from preloader_console_init() because gd->malloc_limit was 0 -

Re: [U-Boot] [PATCH 1/6] arm: socfpga: fix SPL on gen5 after moving to DM serial

2018-08-09 Thread Marek Vasut
On 08/09/2018 09:04 PM, Simon Goldschmidt wrote: > There were NULL pointers dereferenced because DM was used > too early without correct initialization: > - malloc_simple returned NULL when called from preloader_console_init() > because gd->malloc_limit was 0 > - uclass_add dereferenced gd->uclas