commit | 58a6ccd34e79acb7835699eab9c1ecb6cc8bbd47 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 07 13:12:09 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Jul 17 14:32:24 2020 +0800 |
tree | c9d457cc9acf57ef685f1cc8d1f4a50eabf0b4e2 | |
parent | 01694589af589212d6f2a6241821896ef9e334d3 [diff] |
x86: Allow devices to write to DSDT Call the new core function to inject ASL programmatically into the DSDT. This is made up of fragments generated by devices that have the inject_dsdt() method. The normal, compiled ASL file is added after this. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>