slimbootloader/BootloaderCommonPkg/Library/LoaderPerformanceLib
Maurice Ma ef682b19c3 Switch to use container for EPAYLOAD
This patch enabled container use case for EPAYLOAD loading.
It also switched to use LoadComponent() API for Stage2 and
payload loading. It simplified the code flow. An example in
QEMU was added to demonstrate on how to add a container in
build and load it in Stage2 code.

To define a container layout, it is required to provide
GetContainerList() in BoardConfig.py. Then in stage or payload
code, LoadComponent() can be used to load a component from the
container.

Signed-off-by: Maurice Ma <maurice.ma@intel.com>
2019-08-01 15:58:25 -07:00
..
LoaderPerformanceAddLib.c Update BSD license to BSD+Patent license 2019-06-13 10:46:49 -07:00
LoaderPerformanceLib.inf Update BSD license to BSD+Patent license 2019-06-13 10:46:49 -07:00
LoaderPerformancePrintLib.c Switch to use container for EPAYLOAD 2019-08-01 15:58:25 -07:00