commit | b9274095c2cd1ae42f232c823e9e9557696be91a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Aug 18 21:40:31 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 16 13:19:25 2021 -0400 |
tree | 86f177f5110c4774d7b09e4042ae9591e8b984fd | |
parent | b4467fae06e7c5b48635cd28e0b168b8508ad168 [diff] |
sandbox: Add a way to map a file into memory It is useful to map a file into memory so that it can be accessed using simple pointers. Add a function to support this. Signed-off-by: Simon Glass <sjg@chromium.org>