summaryrefslogtreecommitdiff
path: root/src/arch/x86/acpigen.c
Commit message (Expand)AuthorAgeFilesLines
* acpi: Move ACPI table support out of arch/x86 (1/5)Furquan Shaikh2020-05-021-1888/+0
* arch/x86: Change power_res_dev_states[] to be static const * constFurquan Shaikh2020-05-021-1/+1
* arch/x86/acpigen: Constify fieldlist parameter to acpigen_write_fieldFurquan Shaikh2020-04-291-1/+1
* arch/x86/acpigen: Add helpers for Store() and If (Lequal (...))Furquan Shaikh2020-04-291-0/+22
* arch/x86/acpigen: Add helpers for generating _ADRFurquan Shaikh2020-04-271-0/+24
* acpi: Change Processor ACPI Name (Intel only)Christian Walter2020-03-231-2/+2
* src/arch/x86: Convert to SPDX license headerPatrick Georgi2020-03-061-12/+2
* arch/x86/acpigen: Add new helper routines for XOR and get_rx_gpioRajat Jain2020-03-021-0/+17
* arch/x86: add acpigen resource supportJonathan Zhang2020-01-301-0/+75
* arch/x86: Fix typosElyes HAOUAS2020-01-131-1/+1
* acpigen: Add function to generate unicode namesPatrick Rudolph2020-01-071-0/+15
* acpigen: Add methods for mutex operationsPatrick Rudolph2019-12-121-0/+31
* AUTHORS: Move src/arch/x86 copyrights into AUTHORS fileMartin Roth2019-09-101-4/+0
* src/arch/x86/acpigen: Compare dev_states_count to size_tElyes HAOUAS2019-07-081-1/+1
* acpigen: Add support for IndexFieldPatrick Rudolph2019-06-091-0/+57
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-231-0/+1
* arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv fieldElyes HAOUAS2019-03-041-9/+7
* arch/x86/acpigen: wrap _PLD in a packageMatt Delco2019-02-051-0/+2
* arch/x86/acpigen.c: Add a method to notify all CPU coresArthur Heymans2018-11-291-0/+17
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-231-1/+1
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* arch/x86/acpigen: Fix comment in _ROM method generatorJonathan Neuschäfer2018-09-141-1/+1
* x86/acpigen: Fix ACPI _ROM methodMarc Jones2018-08-171-1/+1
* arch/x86/acpigen: add methods for cppcMatt Delco2018-08-171-0/+49
* arch/x86/acpigen: refactor calls to acpigen_write_registerMatt Delco2018-08-151-10/+11
* arch/x86/acpigen: Fix corner case in _ROM generatorPatrick Rudolph2018-05-181-3/+14
* acpi: Add support for writing ACPI _PLD structuresDuncan Laurie2018-05-111-0/+11
* acpi: Add support for generating ACPI _UPCDuncan Laurie2018-05-111-0/+15
* compiler.h: add __weak macroAaron Durbin2018-04-241-4/+5
* acpi: update comment referencing ACPI IDJoel Kitching2018-03-141-1/+1
* arch/x86/acpigen: Add generator for _ROMPatrick Rudolph2018-01-311-0/+192
* arch/x86/acpigen: Add function to write a CPU packageNico Huber2017-11-041-0/+16
* arch/x86: Add Kconfig option for ACPI \_PR CPU name stringMarc Jones2017-08-291-2/+2
* x86/acpigen: Fix acpigen_write_fieldPatrick Rudolph2017-07-071-21/+32
* x86/acpigen: Fix BufferSize of ResourceTemplateNico Huber2017-04-181-1/+5
* arch/x86/acpigen: Allow writing buffers larger than 256 bytesRizwan Qureshi2017-04-031-4/+4
* arch/x86: Fix most of remaining issues detected by checkpatchLee Leahy2017-03-201-2/+1
* arch/x86: Wrap lines at 80 columnsLee Leahy2017-03-171-8/+16
* arch/x86: Fix issues with braces detected by checkpatchLee Leahy2017-03-171-10/+12
* arch/x86/acpigen: Provide helper functions for enabling/disabling GPIOFurquan Shaikh2017-02-221-0/+23
* arch/x86/acpigen: Write DSM method with multiple UUID'sNaresh G Solanki2016-11-241-57/+62
* arch/x86/acpigen: Implement acpigen functions to return integer & stringNaresh G Solanki2016-11-171-0/+12
* arch/x86/acpigen: acpigen buffer size fixNaresh G Solanki2016-11-171-1/+1
* arch/x86/acpigen: Fix acpigen for If (Lequal (...))Furquan Shaikh2016-11-161-4/+10
* arch/x86/acpigen: Add OperationRegion & Field methodNaresh G Solanki2016-11-071-0/+116
* arch/x86/acpigen: Add support for _DSM method generationFurquan Shaikh2016-10-251-0/+86
* arch/x86/acpigen: Add more functions to ACPIGEN libraryFurquan Shaikh2016-10-251-0/+53
* arch/x86/acpigen: Add support for interacting with GPIOsFurquan Shaikh2016-10-241-0/+29
* arch/x86/acpigen: Add new functions to acpigen libraryFurquan Shaikh2016-10-241-2/+130
* arch/x86/acpigen: Clean up acpigen libraryFurquan Shaikh2016-10-241-41/+31