commit | 653554b40aa5c1d32e9a6281dc97f1b75eff724b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 04 09:57:17 2020 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Thu Nov 05 14:58:45 2020 +0800 |
tree | fda68d1d6a52eeffaebdd19d75483f60520bff51 | |
parent | dac7778d74d052380f904622e738dc749b695afc [diff] |
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 <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>