Re: [PATCH 04/32] x86: Add support for private files

2020-10-16 Thread Bin Meng
On Mon, Sep 28, 2020 at 12:26 PM Simon Glass wrote: > > 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,

[PATCH 04/32] x86: Add support for private files

2020-09-27 Thread Simon Glass
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 --- arch/x