[PATCH 2/2] bsps: Call bsp_work_area_initialize() early

2015-12-09 Thread Sebastian Huber
Call bsp_work_area_initialize() before bsp_start(). This allows bsp_start() to use malloc() etc. which is beneficial for systems with a plug-and-play hardware enumeration. Update #2408. --- c/src/lib/libbsp/i386/pc386/include/bsp.h | 2 -

Re: [PATCH 2/2] bsps: Call bsp_work_area_initialize() early

2015-12-09 Thread Gedare Bloom
ok. Joel, you may need to tweak any slides you have on the boot sequence. ;) On Wed, Dec 9, 2015 at 3:15 AM, Sebastian Huber wrote: > Call bsp_work_area_initialize() before bsp_start(). This allows > bsp_start() to use malloc() etc. which is beneficial for