coreboot/src/commonlib/bsd
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
..
include/commonlib/bsd cbfs: Port cbfs_load() and cbfs_map() to new API 2020-12-02 22:13:42 +00:00
cbfs_mcache.c cbfs: Add metadata cache 2020-11-21 10:43:53 +00:00
cbfs_private.c cbfs: Port cbfs_load() and cbfs_map() to new API 2020-12-02 22:13:42 +00:00
lz4.c.inc
lz4_wrapper.c