Ederson de Souza

Results 3 issues of Ederson de Souza

Some systems may need to query the available memory regions in runtime. For those, this patch adds a simple API that memory management drivers can implement to provide such discovery....

area: Memory Management

MCUboot assumes that the images being booted live on a flash (or will be loaded to it, in case of serial support) or something that pretends to be a flash....

Code for loading the image to RAM is currently under `bootutil/loader.c`. However, single loaders (used when one sets `MCUBOOT_SINGLE_APPLICATION_SLOT`) cannot use this file - a single loader in fact re-implements...