index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
acpi
/
acpigen.c
Age
Commit message (
Expand
)
Author
2023-07-21
acpi/acpigen.c: Ignore compiler warning about stack overflowing
Arthur Heymans
2023-06-26
acpi/acpigen.c: Be explicit about char sign
Arthur Heymans
2023-06-07
acpi/acpigen: generate DWord IO resource in acpigen_resource_producer_io
Felix Held
2023-05-30
acpi/acpigen: rename and clarify bus/IO/MMIO resource producer functions
Felix Held
2023-05-26
acpi/acpigen: add acpigen_resource_mmio to generate MMIO resource
Felix Held
2023-05-17
acpi: Warn on timeout in write_delay_until()
Cliff Huang
2023-05-16
acpigen: Add printf-like function for debug string
Cliff Huang
2023-05-14
acpi/acpigen: add comment about byte 0 in acpigen_resource_*word
Felix Held
2023-05-13
acpi/Kconfig: move \_SB scope out of ACPI_CPU_STRING
Felix Held
2023-05-11
acpi/acpigen: add acpigen_resource_io to generate I/O resource
Felix Held
2023-05-11
acpi/acpigen: add acpigen_resource_bus_number to generate bus number
Felix Held
2023-05-08
acpi/acpigen: add acpigen_write_BBN to generate base bus number method
Felix Held
2023-05-01
acpigen: Add a runtime method to override exposed _Sx sleep states
Arthur Heymans
2023-04-26
ACPI: Add acpigen_write_PTC()
Kyösti Mälkki
2023-02-10
acpi/acpigen: use acpigen_write_store_* in acpigen_write_rom
Felix Held
2023-02-10
acpi/acpigen: add acpigen_write_store_namestr_to_namestr
Felix Held
2023-02-10
acpi/acpigen: use acpigen_write_if_lgreater_* in acpigen_write_rom
Felix Held
2023-02-09
src/acpi: add function gen: if_lgreater_ and namestr assignment
Cliff Huang
2023-02-07
acpi/acpigen.c: Add a comment to deprecate acpigen_write_processor()
Elyes Haouas
2023-01-31
acpi/acpigen: introduce acpigen_write_processor_device
Felix Held
2023-01-28
acpi/acpigen: factor out acpigen_write_processor_namestring
Felix Held
2023-01-27
src/acpi: add debug message with concatenated string
Cliff Huang
2022-11-22
src/acpi: Remove unnecessary space after casts
Elyes Haouas
2022-11-02
acpigen: export acpigen_write_field_name
Michael Niewöhner
2022-02-21
src/acpi/acpigen.c: Reformat code
Elyes Haouas
2022-02-07
treewide: Remove "ERROR: "/"WARN: " prefixes from log messages
Julius Werner
2022-01-18
src/include/acpi: Move CPPC_PACKAGE_NAME macro definition
Sridhar Siricilla
2021-10-29
acpi/acpigen.c: Remove weak gpio definition
Arthur Heymans
2021-10-21
acpigen,soc/amd,cpu/intel: rework static DWORD for CPPC table
Michael Niewöhner
2021-10-19
acpi/acpigen: Constify CST functions' pointers
Angel Pons
2021-09-10
acpigen: Add ability to auto-generate _DSM Function 0
Tim Wawrzynczak
2021-07-12
acpi: Add function to simplify If (CondRefOf (..)) sequences
Tim Wawrzynczak
2021-05-14
acpi: Add acpigen_write_thermal_zone
Raul E Rangel
2021-04-21
acpi: Add acpigen_write_LPI_package
Raul E Rangel
2021-03-22
acpi/acpigen.h: Add more intuitive AML package closing functions
Jakub Czapiga
2021-03-01
acpi: Move PCI functions to separate file
Tim Wawrzynczak
2021-02-16
src/acpi: Add missing <types.h>
Elyes HAOUAS
2021-01-28
acpi/acpigen.c: Remove unused and incorrect functions
Jakub Czapiga
2020-12-02
src/acpi/acpigen: Add NULL pointer check
Ronak Kanabar
2020-11-09
acpigen: Add more useful helper functions
Duncan Laurie
2020-11-04
soc/intel/skl,acpi/acpigen: convert global CPPC package to local one
Michael Niewöhner
2020-10-21
acpigen: Make acpigen_write_opregion() argument const
Duncan Laurie
2020-10-21
acpigen: Make gpio set/get arguments const
Duncan Laurie
2020-10-21
acpigen: Add ShiftLeft function helper
Duncan Laurie
2020-10-21
acpigen: Add helpers for common Store operations
Duncan Laurie
2020-10-21
acpigen: Add option for reserved bits in Field
Duncan Laurie
2020-09-22
acpi: Add SSDT pstate helper functions
Jason Glenesk
2020-09-15
acpi: Correct sizes for ACPI data fields
Jason Glenesk
2020-08-24
src/acpi: Drop unneeded empty lines
Elyes HAOUAS
2020-08-21
acpi: add more AML generation functions
Aaron Durbin
2020-08-18
src/acpi/acpigen.c: Use macro for access_size
Elyes HAOUAS
2020-07-07
acpigen: Add acpigen_notify
Tim Wawrzynczak
2020-07-07
acpi: add STA function to return external variable
Sugnan Prabhu S
2020-07-02
acpi_device: Replace polarity with active_low in acpi_gpio for GpioIo
Furquan Shaikh
2020-06-03
acpigen: Add some new helper functions
Duncan Laurie
2020-05-21
acpi/device: Add a helper function to write SoundWire _ADR
Duncan Laurie
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-02
acpi: Move ACPI table support out of arch/x86 (3/5)
Furquan Shaikh
2020-05-02
acpi: Move ACPI table support out of arch/x86 (1/5)
Furquan Shaikh