Re: [U-Boot] [PATCH] bootm: Add board specific OS preboot hook

2018-10-08 Thread Tom Rini
On Mon, Oct 08, 2018 at 01:39:44PM +0200, Marek Vasut wrote: > On 10/08/2018 01:34 PM, Christian Gmeiner wrote: > > Am Do., 4. Okt. 2018 um 21:16 Uhr schrieb Marek Vasut : > >> > >> Add board-specific hook which is executed before the code hands over > >> control to the OS. This lets the board perf

Re: [U-Boot] [PATCH] bootm: Add board specific OS preboot hook

2018-10-08 Thread Marek Vasut
On 10/08/2018 01:34 PM, Christian Gmeiner wrote: > Am Do., 4. Okt. 2018 um 21:16 Uhr schrieb Marek Vasut : >> >> Add board-specific hook which is executed before the code hands over >> control to the OS. This lets the board perform some last-minute clean >> ups. >> >> Signed-off-by: Marek Vasut >>

Re: [U-Boot] [PATCH] bootm: Add board specific OS preboot hook

2018-10-08 Thread Christian Gmeiner
Am Do., 4. Okt. 2018 um 21:16 Uhr schrieb Marek Vasut : > > Add board-specific hook which is executed before the code hands over > control to the OS. This lets the board perform some last-minute clean > ups. > > Signed-off-by: Marek Vasut > Cc: Tom Rini Copy of https://patchwork.ozlabs.org/patch

Re: [U-Boot] [PATCH] bootm: Add board specific OS preboot hook

2018-10-07 Thread Simon Goldschmidt
On Thu, Oct 4, 2018 at 9:16 PM Marek Vasut wrote: > > Add board-specific hook which is executed before the code hands over > control to the OS. This lets the board perform some last-minute clean > ups. > > Signed-off-by: Marek Vasut > Cc: Tom Rini Great idea. There are already some boards (incl