coreboot/src/commonlib
Julius Werner d17ce41e29 cbfs: Port cbfs_load() and cbfs_map() to new API
This patch adapts cbfs_load() and cbfs_map() to use the new CBFS API
directly, rather than through cbfs_boot_locate(). For cbfs_load() this
means that attribute metadata does not need to be read twice.

Change-Id: I754cc34b1c1471129e15475aa0f1891e02439a02
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39305
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2020-12-02 22:13:42 +00:00
..
bsd cbfs: Port cbfs_load() and cbfs_map() to new API 2020-12-02 22:13:42 +00:00
include/commonlib cbfs: Add metadata cache 2020-11-21 10:43:53 +00:00
storage src/commonlib: Drop unneeded empty lines 2020-09-21 15:53:25 +00:00
cbfs.c cbfs: Hook up to new CBFS implementation 2020-10-30 11:14:11 +00:00
fsp_relocate.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
iobuf.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
Makefile.inc cbfs: Add metadata cache 2020-11-21 10:43:53 +00:00
mem_pool.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
region.c src/commonlib: Drop unneeded empty lines 2020-09-21 15:53:25 +00:00
sort.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00