summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-01-24moveconfig: Correct operation of the 'imply' featureSimon Glass
2022-01-24test: fix pylint warnings in test_env.pyHeinrich Schuchardt
2022-01-24Makefile: Add a pylint checker to the buildSimon Glass
2022-01-24tools: Add init files for Python toolsSimon Glass
2022-01-24patman: Update the list of modulesSimon Glass
2022-01-24dtoc: Fix up a code comment that confuses pylintSimon Glass
2022-01-24.gitignore: Ignore any html coverage directorySimon Glass
2022-01-24pci: iproc: Set all 24 bits of PCI class codePali Rohár
2022-01-24Merge branch '2022-01-24-assorted-fixes-and-updates'Tom Rini
2022-01-24cmd: Add Kconfig option for multiprocessor cmdsAshok Reddy Soma
2022-01-24mkimage: struct stat.st_size may not be longHeinrich Schuchardt
2022-01-24MAINTAINERS: Update e-mail in Xen maintainershipAnastasiia Lukianenko
2022-01-24mkimage: Allow to specify the signature algorithm on the command lineJan Kiszka
2022-01-24mkimage: Drop unused OPT_STRING constantJan Kiszka
2022-01-24image-fit: Make string of algo parameter constantJan Kiszka
2022-01-24misc: mark write buffer constJohn Keeping