summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-25Makefile: Fake external blobs by default with binmanSimon Glass
2022-01-25dm: Fix OF_BAD_ADDR definitionPatrice Chotard
2022-01-25introduce CONFIG_DEVICE_TREE_INCLUDESRasmus Villemoes
2022-01-25usb: Use the first available device for ehci_gadgetSean Anderson
2022-01-25acpi: Add myself as maintainerSimon Glass
2022-01-25acpi: Add some tables needed by ARM devicesSimon Glass
2022-01-25doc: Add usage information for the acpi commandSimon Glass
2022-01-25acpi: Tidy up the table listSimon Glass
2022-01-25acpi: Tidy up the item listSimon Glass
2022-01-25acpi: Collect tables in the acpi_item listSimon Glass
2022-01-25x86: Move acpi_get_rsdp_addr() ACPI tables to the writerSimon Glass
2022-01-25x86: Move device-specific ACPI tables to a writer functionSimon Glass
2022-01-25x86: acpi: Update acpi_fill_csrt() to use acpi_ctxSimon Glass
2022-01-25x86: Move CSRT table to a writer functionSimon Glass
2022-01-25x86: Move TCPA table to a writer functionSimon Glass
2022-01-25x86: Move MADT table to a writer functionSimon Glass
2022-01-25x86: Move TPM2 table to a writer functionSimon Glass
2022-01-25x86: Move SSDT table to a writer functionSimon Glass
2022-01-25x86: Move FACP table into separate functionsSimon Glass
2022-01-25x86: Move FADT table to a writer functionSimon Glass
2022-01-25x86: Move GNVS table to a writer functionSimon Glass
2022-01-25x86: Move DSDT table to a writer functionSimon Glass
2022-01-25x86: Move FACS table to a writer functionSimon Glass
2022-01-25x86: Move base tables to a writer functionSimon Glass
2022-01-25x86: Use the ACPI table writerSimon Glass
2022-01-25x86: acpi: Split out context creation from base tablesSimon Glass
2022-01-25acpi: Add a linker list for ACPI tablesSimon Glass
2022-01-25acpi: Add a table startSimon Glass
2022-01-25acpi: Move acpi_fill_header() to the generic headerSimon Glass
2022-01-25acpi: Allow include files within the board directorySimon Glass
2022-01-25acpi: Use finer-grained control of ACPI-table generationSimon Glass
2022-01-25efi: Correct address handling with ACPI tablesSimon Glass
2022-01-25efi: Correct call to write_acpi_tables()Simon Glass
2022-01-25sandbox: Allow building with GENERATE_ACPI_TABLESimon Glass
2022-01-25x86: Tidy up use of CONFIG_ACPIGENSimon Glass
2022-01-25arm: Allow supporting ACPI-table generationSimon Glass
2022-01-25x86: Move the acpi table to generic global_dataSimon Glass
2022-01-25x86: Allow any arch to generate ACPI tablesSimon Glass
2022-01-25Merge branch '2022-01-24-assorted-updates'Tom Rini
2022-01-24configs: Resync with savedefconfigTom Rini
2022-01-24moveconfig: Fix some pylint errorsSimon Glass
2022-01-24moveconfig: Use a function to read filesSimon Glass
2022-01-24moveconfig: Use a function to write filesSimon Glass
2022-01-24moveconfig: Drop check for old PythonSimon Glass
2022-01-24moveconfig: Convert to ArgumentParserSimon Glass
2022-01-24moveconfig: Use single quotesSimon Glass
2022-01-24moveconfig: Allow querying board configurationSimon Glass
2022-01-24moveconfig: Allow adding unit testsSimon Glass
2022-01-24moveconfig: Sort the optionsSimon Glass
2022-01-24moveconfig: Read the database in a separate functionSimon Glass