commit | 756c01422dfa193097aa3d43c083b8b23e4b2301 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 06 20:27:10 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 29 16:10:43 2022 -0400 |
tree | dea1edaa0d86459012b5f8edb92a0fe75bc8a656 | |
parent | 9859d89b6e859a242d083a96950e0c05f60a5152 [diff] |
sandbox: Support setting up the other FDT for testing Provide a way to copy over the 'other' FDT when running tests. This loads it and allocates memory for the copy, if not done already, then does the copy. Avoid using U-Boot's malloc() pool for these copies, at least for now, since they are part of the test system. Tidy up the cpu.c header files while here. Signed-off-by: Simon Glass <sjg@chromium.org>