Simon Glass a16f488239 acpi: Allow include files within the board directory
Some .asl files include others using the iasl 'include' directive. This
needs to be able to find the files referenced.

For an out-of-tree build the source directory is not the current
directory. Moreover, U-Boot preprocesses the input file and puts the
result in the output directory. So iasl does not know where the real
source file came from.

Add a -I option to produce the correct behaviour. We could add an option
to not preprocess the .asl source, but for now that seems unnecessary.

Signed-off-by: Simon Glass <sjg@chromium.org>
2022-01-25 11:44:36 -07:00
..
2022-01-19 18:11:34 +01:00
2018-08-03 19:53:54 -04:00
2017-11-20 20:18:38 -05:00
2018-05-23 22:06:41 -04:00
2021-10-19 11:23:07 -04:00
2021-11-11 19:01:56 -05:00