summaryrefslogtreecommitdiff
path: root/src/arch/x86/acpigen.c
AgeCommit message (Expand)Author
2020-05-02acpi: Move ACPI table support out of arch/x86 (1/5)Furquan Shaikh
2020-05-02arch/x86: Change power_res_dev_states[] to be static const * constFurquan Shaikh
2020-04-29arch/x86/acpigen: Constify fieldlist parameter to acpigen_write_fieldFurquan Shaikh
2020-04-29arch/x86/acpigen: Add helpers for Store() and If (Lequal (...))Furquan Shaikh
2020-04-27arch/x86/acpigen: Add helpers for generating _ADRFurquan Shaikh
2020-03-23acpi: Change Processor ACPI Name (Intel only)Christian Walter
2020-03-06src/arch/x86: Convert to SPDX license headerPatrick Georgi
2020-03-02arch/x86/acpigen: Add new helper routines for XOR and get_rx_gpioRajat Jain
2020-01-30arch/x86: add acpigen resource supportJonathan Zhang
2020-01-13arch/x86: Fix typosElyes HAOUAS
2020-01-07acpigen: Add function to generate unicode namesPatrick Rudolph
2019-12-12acpigen: Add methods for mutex operationsPatrick Rudolph
2019-09-10AUTHORS: Move src/arch/x86 copyrights into AUTHORS fileMartin Roth
2019-07-08src/arch/x86/acpigen: Compare dev_states_count to size_tElyes HAOUAS
2019-06-09acpigen: Add support for IndexFieldPatrick Rudolph
2019-04-23src: include <assert.h> when appropriateElyes HAOUAS
2019-03-04arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv fieldElyes HAOUAS
2019-02-05arch/x86/acpigen: wrap _PLD in a packageMatt Delco
2018-11-29arch/x86/acpigen.c: Add a method to notify all CPU coresArthur Heymans
2018-10-23src: Remove unneeded whitespaceElyes HAOUAS
2018-10-08Move compiler.h to commonlibNico Huber
2018-09-14arch/x86/acpigen: Fix comment in _ROM method generatorJonathan Neuschäfer
2018-08-17x86/acpigen: Fix ACPI _ROM methodMarc Jones
2018-08-17arch/x86/acpigen: add methods for cppcMatt Delco
2018-08-15arch/x86/acpigen: refactor calls to acpigen_write_registerMatt Delco
2018-05-18arch/x86/acpigen: Fix corner case in _ROM generatorPatrick Rudolph
2018-05-11acpi: Add support for writing ACPI _PLD structuresDuncan Laurie
2018-05-11acpi: Add support for generating ACPI _UPCDuncan Laurie
2018-04-24compiler.h: add __weak macroAaron Durbin
2018-03-14acpi: update comment referencing ACPI IDJoel Kitching
2018-01-31arch/x86/acpigen: Add generator for _ROMPatrick Rudolph
2017-11-04arch/x86/acpigen: Add function to write a CPU packageNico Huber
2017-08-29arch/x86: Add Kconfig option for ACPI \_PR CPU name stringMarc Jones
2017-07-07x86/acpigen: Fix acpigen_write_fieldPatrick Rudolph
2017-04-18x86/acpigen: Fix BufferSize of ResourceTemplateNico Huber
2017-04-03arch/x86/acpigen: Allow writing buffers larger than 256 bytesRizwan Qureshi
2017-03-20arch/x86: Fix most of remaining issues detected by checkpatchLee Leahy
2017-03-17arch/x86: Wrap lines at 80 columnsLee Leahy
2017-03-17arch/x86: Fix issues with braces detected by checkpatchLee Leahy
2017-02-22arch/x86/acpigen: Provide helper functions for enabling/disabling GPIOFurquan Shaikh
2016-11-24arch/x86/acpigen: Write DSM method with multiple UUID'sNaresh G Solanki
2016-11-17arch/x86/acpigen: Implement acpigen functions to return integer & stringNaresh G Solanki
2016-11-17arch/x86/acpigen: acpigen buffer size fixNaresh G Solanki
2016-11-16arch/x86/acpigen: Fix acpigen for If (Lequal (...))Furquan Shaikh
2016-11-07arch/x86/acpigen: Add OperationRegion & Field methodNaresh G Solanki
2016-10-25arch/x86/acpigen: Add support for _DSM method generationFurquan Shaikh
2016-10-25arch/x86/acpigen: Add more functions to ACPIGEN libraryFurquan Shaikh
2016-10-24arch/x86/acpigen: Add support for interacting with GPIOsFurquan Shaikh
2016-10-24arch/x86/acpigen: Add new functions to acpigen libraryFurquan Shaikh
2016-10-24arch/x86/acpigen: Clean up acpigen libraryFurquan Shaikh