sof/rimage
Daniel Baluta de7173fbc3 rimage: Describe memory as an array of zones
Use new block types added to describe memory for
a platform as an array of zones. The block type
will be an index into the array.

A memory zone is described by (base, size, host_offset).

With this map we can now easily find for a given section
in which memory zone it belongs.

Because we have 10 zones reserved this patch will allocate
extra 12 * 10 = 120 bytes that are not used yet.

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
2019-02-05 12:19:01 +00:00
..
keys buildsystem: remove autotools from sof 2019-01-22 15:35:35 +00:00
CMakeLists.txt cmake: add rimage build 2019-01-22 15:35:35 +00:00
cse.c rimage: make sure cavs1.5 manifest uses correct file offsets. 2018-12-22 14:30:49 +00:00
cse.h rimage: import rimage image creation and signing tool 2018-02-13 20:29:40 +00:00
css.c rimage: use time_t for localtime 2019-01-30 07:53:06 +01:00
css.h rimage: Add support for Sue creek 2018-12-22 14:30:49 +00:00
elf.c rimage: Describe memory as an array of zones 2019-02-05 12:19:01 +00:00
elf.h rimage: elf.h: use stdint 2019-01-30 06:47:41 +01:00
file_format.h rimage: Fix file_format.h include guard 2019-01-29 12:15:51 +00:00
file_simple.c rimage: Describe memory as an array of zones 2019-02-05 12:19:01 +00:00
hash.c Merge remote-tracking branch 'sof/master' 2018-05-14 15:12:38 +02:00
man_apl.c rimage: remove config.h dependency 2019-01-22 15:35:35 +00:00
man_cnl.c rimage: remove config.h dependency 2019-01-22 15:35:35 +00:00
man_kbl.c rimage: remove config.h dependency 2019-01-22 15:35:35 +00:00
man_sue.c rimage: remove config.h dependency 2019-01-22 15:35:35 +00:00
manifest.c rimage: Describe memory as an array of zones 2019-02-05 12:19:01 +00:00
manifest.h sue: use rimage for image building 2019-02-01 16:47:21 +00:00
pkcs1_5.c rimage: use fopen binary mode 2019-01-30 08:05:36 +01:00
plat_auth.c rimage: make sure cavs1.5 manifest uses correct file offsets. 2018-12-22 14:30:49 +00:00
plat_auth.h rimage: add support for automatic MEU signing 2018-06-04 13:54:25 +01:00
rimage.c rimage: use fopen binary mode 2019-01-30 08:05:36 +01:00
rimage.h rimage: Describe memory as an array of zones 2019-02-05 12:19:01 +00:00