| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-21 | lib: Remove <common.h> inclusion from these files | Tom Rini | |
| After some header file cleanups to add missing include files, remove common.h from all files in the lib directory. This primarily means just dropping the line but in a few cases we need to add in other header files now. Reviewed-by: Simon Glass <[email protected]> Signed-off-by: Tom Rini <[email protected]> | |||
| 2022-01-25 | x86: Move DSDT table to a writer function | Simon Glass | |
| Move this table over to use a writer function, moving the code from the x86 implementation. Add a pointer to the DSDT in struct acpi_ctx so we can reference it later. Disable this table for sandbox since we don't actually compile real ASL code. Signed-off-by: Simon Glass <[email protected]> | |||
