Skip to content
Snippets Groups Projects
Commit 653554b4 authored by Simon Glass's avatar Simon Glass Committed by Bin Meng
Browse files

x86: Add support for private files


Some boards need to include binary data into the image for use during the
boot process. Add a node for these.

An example is the audio-codec configuration used by some audio drivers on
Intel platforms. If no private files are provided, they will be omitted.

Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng's avatarBin Meng <bmeng.cn@gmail.com>
parent dac7778d
No related branches found
No related tags found
No related merge requests found
......@@ -138,6 +138,10 @@
filename = CONFIG_FSP_FILE_S;
};
#endif
private_files: private-files {
type = "files";
pattern = "*.dat";
};
#ifdef CONFIG_HAVE_CMC
intel-cmc {
filename = CONFIG_CMC_FILE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment